exam questions

Exam 70-467 All Questions

View all questions & answers for the 70-467 exam

Exam 70-467 topic 1 question 41 discussion

Actual exam question from Microsoft's 70-467
Question #: 41
Topic #: 1
[All 70-467 Questions]

You are designing a SQL Server Integration Services (SSIS) solution that will load multiple Online Transactional Processing (OLTP) data sources into a SQL
Server data mart.
You have the following requirements:
✑ Ensure that the process supports the creation of an exception report that details possible duplicate key values, null ratios within columns, and column-length distributions of values.
✑ Ensure that users can generate the exception report in an XML format.
✑ Use the minimum development effort.
You need to design the SSIS solution to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

  • A. Use a Data Profiling task. Use a Data Flow task to extract the XML output of the Data Profiling task into a SQL Server table. Query the table to view the exceptions.
  • B. Use Data Flow tasks to process the clean data.
  • C. Use a Data Profiling task. Read the exceptions in Data Profile Viewer.
  • D. Design a stored procedure that examines data for common dirty data patterns. Use an Execute SQL task.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Ref: http://technet.microsoft.com/en-us/library/bb895263.aspx

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
JamesNacov
5 years, 1 month ago
Shouldn't this be A because the requirement is for the user to be able to extract the results to an XML?
upvoted 1 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 ...