exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 2 question 35 discussion

Actual exam question from Microsoft's PL-300
Question #: 35
Topic #: 2
[All PL-300 Questions]

HOTSPOT -
You have a Power BI report named Orders that supports the following analysis:
✑ Total sales over time
✑ The count of orders over time
✑ New and repeat customer counts
The data model size is nearing the limit for a dataset in shared capacity.
The model view for the dataset is shown in the following exhibit.

The data view for the Orders table is shown in the following exhibit.

The Orders table relates to the Customers table by using the CustomerID column.
The Orders table relates to the Date table by using the OrderDate column.
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:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: No -
Would not support total sales over time.

Box 2: No -
Would not support new and repeat customer counts
Box 3: Yes

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
Fer079
Highly Voted 2 years, 4 months ago
My answer is NO NO YES Summarizing Orders by CustomerID, OrderId and OrderDate means to group by CustomerID, OrderId and OrderDate and to aggregate the rest of the fields, however the OrderId has unique values so the aggregation will have the same number of rows as the original table
upvoted 153 times
Flix
6 months, 2 weeks ago
Unique would be orderline, but since and order can have multiple products...
upvoted 2 times
...
khalidmirghnee
8 months, 4 weeks ago
Each order may contains number of different products, that mean the orderid will be repeated more than one time in the Order table. The answer should be Yes, No, Yes.
upvoted 2 times
...
PinkZebra
2 years, 3 months ago
Yes No Yes Removing unnecessary columns already help reduce the model size. We don't know for sure if other order ids have more than one product..
upvoted 9 times
...
KoryMills
2 years ago
how do we know OrderID is unique just from the sample data?
upvoted 2 times
HassanHijazi
1 year, 10 months ago
You assume it is because the showed like so. For other columns, you see they included repetitive values to showcase they are not unique
upvoted 4 times
...
...
...
AzureJobsTillRetire
Highly Voted 2 years, 2 months ago
Box1: Yes The summarizing data will remove Product information which is not required for this analysis. We should not infer from the sample data that OrderId is the primary key for few reasons. 1) the Order table is a common table that is used by Microsoft in learning materials, and the table usually has a surrogate key as the primary key. 2) Order ID can be printed on the invoice, and it is not a surrogate key. BTW, the Customer ID is not a surrogate key as well. 3) An order usually consists of multiple products. 4) The Product Id is unique in the sample data as well, and we won't infer that we must create an order for a separate product. Box 2: No Customer ID is required for new and returned customer analysis Box3: Yes Product information is not required for analysis. Note: if the first analysis requirement changes from "Total sales over time" to "Total sales over time for products", we will have a different question to deal with
upvoted 21 times
AzureJobsTillRetire
2 years, 2 months ago
Please also refer to Question 38 in Topic 2 on how a more completed Sales Order table would look like. In that question the OrderID is called SalesOrderNumber and the surrogate key is the ID column. Please note that those two columns are separated
upvoted 1 times
...
...
imenjmal9
Most Recent 1 week, 1 day ago
NO NO YES
upvoted 1 times
...
jaume
2 months, 1 week ago
I would vote for NO - NO - YES. I was thinking YES for the first one as I cannot see how this summarization could affect required nalysis but then, after reading some comments, I realized this summarization would not reduce the data size as all three fields using summarization looks like unique values to me, therefore, no row reduction would result from this summarization
upvoted 2 times
...
23042b9
3 months, 1 week ago
Since OrderId is unique for each order, summarizing the Orders table by CustomerID, OrderId, and OrderDate will not lead to a reduction in the number of rows or the model size. Therefore, it won’t have a meaningful impact on the dataset.
upvoted 1 times
...
rcaliandro
5 months, 2 weeks ago
In my opinion it is YES, NO, YES
upvoted 2 times
rcaliandro
5 months, 1 week ago
I changed my mind. It should be No, No, Yes. The first is No because it Would not support total sales over time. The answer is correct
upvoted 2 times
...
...
Flix
6 months, 2 weeks ago
Yes: Since you don't know the order ID is unique or not but it also contains products so probably not otherwise would have been orderline ID. YES: You can count the new customers based on this table so no need for a relationship with the customer, there is no extra information visible within the customer table. YES: Don't need the columns
upvoted 1 times
...
khalidmirghnee
8 months, 4 weeks ago
Yes No Yes
upvoted 1 times
...
JudT
10 months, 1 week ago
The correct answer is : * No ( "Orderid" is unique so can't be aggregated with other two columns) * No ( Star schema, "Customerid" is needed) * Yes ( Don't need those columns for analysis)
upvoted 7 times
...
Dani_eL
11 months, 1 week ago
When you look at the data in the table you see customer TORTU having ONE order composed of THREE different productID with the same ordered date. Furthermore, looking at the data of OrderID, it pretty looks like an autonumber to me which is unique and incremental. Some might say no, TORTU made 3 different orders. Okay but then I suppose ordered date should be different, right ? Based on those assumptions, summarizing will have no effect on the size. So, NO, NO, YES
upvoted 5 times
...
Dsbuff
1 year, 1 month ago
No / No / Yes
upvoted 3 times
...
Robert44
1 year, 2 months ago
1/ yes because we remove ProductID. impossible to know if it is unique like OrderID 2/ No, CustomerID is used in a relationship 3/ No, UnitPrice is useful for calculating total sales. I don't understand why so many people think it's Yes. How do you calculate Total Sales?
upvoted 3 times
walexis
1 year, 2 months ago
we already have a total sales column. no need of units price for analysis cases
upvoted 5 times
...
...
Robert44
1 year, 2 months ago
1/ oui car on enlève ProductID. impossible savoir s'il est unique comme OrderID 2/ Non, CustomerID est utilisée dans une relation 3/ Non, UnitPrice est utile pour calculer le total des ventes. je ne comprend pas pourquoi il y a autant de gens qui pensent que c'est Yes. Comment calculez vous Total des ventes ?
upvoted 1 times
rcaliandro
5 months, 2 weeks ago
The question is in English, the answers are in English, the website is in English. So why do you speak French? O.o
upvoted 2 times
...
Dani_eL
11 months, 1 week ago
parce que le dernier champ est le total des ventes donc inutile de recalculer
upvoted 1 times
...
...
Igetmyrole
1 year, 4 months ago
NO NO YES No: Summarizing orders with these columns may actually increase the model size as creates a more detailed representation of the data. It will not reduce the model size. No: Since there's a relationship between the Orders table and the Customers table using the CustomerID column, removing it might affect the ability to analyze data by customer, so it may not support the current analysis. Yes: Removing unnecessary columns like UnitPrice and Discount that are not used in the analysis will likely reduce the model size without affecting the ability to analyze total sales over time, order counts, and customer counts.
upvoted 6 times
...
kelvin3105
1 year, 7 months ago
Fer079 8 months, 4 weeks ago if you see the table, the order ID is unique, so you are not going to have the same Order ID more than twice. For example, you will see that for the customer TORTU has 3 different products (18, 63, 75) under the same order because the OrderDate is exactly the same so we have to think it´s the same order, however the OrderID is sequential (unique). So NO, NO, YES
upvoted 3 times
...
Shalaleh
1 year, 9 months ago
My answer: NO: orderID is unique, suppose s CostumerID has several Orders in a day. we cannot aggregate that. NO we need CustomerID for the relationship YES we do not need them.
upvoted 2 times
...
UlyUkr
1 year, 9 months ago
1st statement NO. TotalSales is not included in the summarization, therefore won’t support current analysis. Normally after creating the aggregated table, you would disable the original table from loading into the model to reduce overall size. 2nd statement is NO, you can’t remove the key column, on which relationship is based. 3r statement is YES, you can remove those columns as they are not needed for current analysis. TotalSales will serve the purpose to calculate Total sales over time. I assume TotalSales is a normal column, not calculated one.
upvoted 4 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago