exam questions

Exam 70-463 All Questions

View all questions & answers for the 70-463 exam

Exam 70-463 topic 2 question 7 discussion

Actual exam question from Microsoft's 70-463
Question #: 7
Topic #: 2
[All 70-463 Questions]

You are reviewing the design of an existing fact table named factSales, which is loaded incrementally from a SQL Azure database by a SQL Server Integration
Services (SSIS) package each hour. The fact table has approximately 4 billion rows and is dimensioned by product, sales date, and sales time of day.

The database administrator is concerned about the rapid growth of the database and users experience poor reporting performance against this database.
Reporting requirements have recently changed and the only remaining report that uses this fact table reports sales by product name, sale month, and sale year.
No other reports will be created against this table.
You need to reduce the report processing time and minimize the growth of the database.
What should you do?

  • A. Create an indexed view over the fact table to sum orderTotal by month.
  • B. Create a view over the fact table to sum orderTotal by month.
  • C. Change the granularity of the fact table to month.
  • D. Partition the fact table by productKey.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Currently there are no comments in this discussion, be the first to comment!
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 ...