exam questions

Exam 70-463 All Questions

View all questions & answers for the 70-463 exam

Exam 70-463 topic 2 question 35 discussion

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

You are designing an extract, transform, load (ETL) process for loading data from a SQL Server database into a large fact table in a data warehouse each day with the prior day's sales data.
The ETL process for the fact table must meet the following requirements:
✑ Load new data in the shortest possible time.
✑ Remove data that is more than 36 months old.
✑ Ensure that data loads correctly.
✑ Minimize record locking.
✑ Minimize impact on the transaction log.
You need to design an ETL process that meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

  • A. Partition the destination fact table by date. Insert new data directly into the fact table and delete old data directly from the fact table.
  • B. Partition the destination fact table by date. Use partition switching and staging tables both to remove old data and to load new data.
  • C. Partition the destination fact table by customer. Use partition switching both to remove old data and to load new data into each partition.
  • D. Partition the destination fact table by date. Use partition switching and a staging table to remove old data. Insert new data directly into the fact table.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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 ...