exam questions

Exam DP-900 All Questions

View all questions & answers for the DP-900 exam

Exam DP-900 topic 1 question 237 discussion

Actual exam question from Microsoft's DP-900
Question #: 237
Topic #: 1
[All DP-900 Questions]

HOTSPOT
-

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
XtraWest
Highly Voted 2 years, 2 months ago
Y N Y Online Transaction Processing (OLTP) relies on a database system where data storage is optimized for both read and write operations.
upvoted 17 times
...
testdumps2017
Highly Voted 1 year, 10 months ago
I am going for NNY. This brings back memories from over a decade ago, when M$ used to put hard numbers on their definitions for OLTP: 70% writes and 30% reads. Following your logic, then it should be YYY because we do insert a shitload of data into OLAP (TB-sized data). But it doesn't mean it is optimized for writes.
upvoted 11 times
cloudbaron
11 months, 3 weeks ago
Agree ! Ref: https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-analytical-processing "Semantic modeling is predominately used for read-heavy scenarios, such as analytics and business intelligence (OLAP), as opposed to more write-heavy transactional data processing (OLTP)"
upvoted 1 times
...
...
shahrzadkhb
Most Recent 8 months, 2 weeks ago
I would go for YNY.
upvoted 3 times
...
Sekharad
1 year ago
OLTP relies on a database system where data storage is optimized for both read and write operations = TRUE Online Transaction Processing (OLTP) systems are designed to handle a large number of short online transactions (insert, update, delete). Therefore, they require a database system optimized for both read and write operations to ensure high efficiency and quick response times. These systems are used in environments where data consistency, speed, and reliability of transaction processing are critical, such as in banking, order entry, and retail sales.
upvoted 1 times
...
Koteyko
1 year, 1 month ago
if we compare OLAP and OLTP when say "optimized for reads" then I want to say no, although by itself OLTP is intended to read transactions data and it should be quite good because there are indexes, problems start when complex joins come. It resembles comparing a compact car and E class, both are optimized for driving but the kind of driving is different a lot. Personally, I bet on YNY
upvoted 1 times
...
AGTraining
1 year, 3 months ago
Y N Y correct
upvoted 2 times
...
Yomzie
1 year, 3 months ago
NNY OLTP: Highly normalized tables; very efficient for writes (different tables contain DISTINCT data); less efficient for reads (to aggregate data from highly normalized tables would require TABLE JOINS). OLAP: Highly aggregated data; less normalized; very efficient for reads (fewer tables with likely DUPLICATE data); less efficient for writes (because data is not normalized).
upvoted 4 times
...
Anuragsharma83
1 year, 7 months ago
The answer should be YNY
upvoted 1 times
...
_lene_
2 years, 3 months ago
YNY "OLTP systems are designed to efficiently process and store transactions, as well as query transactional data."
upvoted 3 times
...
NuriaIzard
2 years, 3 months ago
ok now I can comnent and I think that the first one should be YES
upvoted 3 times
...
ravick4u
2 years, 3 months ago
The answer should be YNY OLTP is for relational database where we do both type(read/write) of operations.
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...