DP-201 Exam QuestionsBrowse all questions from this exam

DP-201 Exam - Question 161


HOTSPOT -

You need to design the Planning Assistance database.

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

NOTE: Each correct selection is worth one point.

Hot Area:

Exam DP-201 Question 161
Show Answer
Correct Answer:
Exam DP-201 Question 161

Box 1: No -

Data used for Planning Assistance must be stored in a sharded Azure SQL Database.

Box 2: Yes -

Box 3: Yes -

Planning Assistance database will include reports tracking the travel of a single vehicle

Design Azure data storage solutions

Discussion

4 comments
Sign in to comment
Ous01
May 29, 2021

The given answer is not logic. This database is OLAP because ADF adds data once a week and the database is used for query purposes. This is a great use case for clustered columnstore index. I don't know why it is suggested the other way around!!!

BigMF
Jun 16, 2021

Agreed with Ouso1 and MMM777. Should be Yes, No, No

MMM777
Jun 12, 2021

"For privacy reasons, license plate number information must not be accessible in Planning Assistance." - so why would you need an index on it if the data is not supposed to be accessible? Also related to the sharding issue - why shard on something you will not query?

Anonymous
Jun 28, 2021

"This solution reports on all data related to a specific vehicle license plate." how is this possible without querying LicensePlate? "license plate number information must not be accessible in Planning Assistance" correct not for planning but for reporting. so index it

Anonymous
Jun 28, 2021

sorry the question is about planning. Hence you are right

Anonymous
Jun 28, 2021

sorry the question is about planning. Hence you are right

ZodiaC
Jun 13, 2021

This is correct

dlena
Sep 28, 2021

Certainly, the nonclustered columnstore index will NOT help because it is a OLAP system. "Use a nonclustered columnstore index to perform analysis in real time on an OLTP workload. For more information, see Get started with columnstore for real-time operational analytics." https://docs.microsoft.com/en-us/sql/relational-databases/indexes/columnstore-indexes-overview?view=sql-server-ver15