1Z0-116 · Question #33
Examine these steps: 1. Run the DBSAT Collector 2. Run the DBSAT Discoverer 3. Run the DBSAT Reporter Identify the minimum required steps for producing a report of schemas with sensitive data.
The correct answer is C. 1,2,3. All three steps are mandatory because DBSAT operates as a strict pipeline where each component depends on the previous one's output. The Collector connects to the database and gathers raw metadata - without it, the Discoverer has no data to analyze. The Discoverer then scans…
Question
Options
- A1,2
- B2
- C1,2,3
- D2,3
How the community answered
(25 responses)- A12% (3)
- B4% (1)
- C80% (20)
- D4% (1)
Explanation
All three steps are mandatory because DBSAT operates as a strict pipeline where each component depends on the previous one's output. The Collector connects to the database and gathers raw metadata - without it, the Discoverer has no data to analyze. The Discoverer then scans that collected data to identify sensitive data patterns in schemas - its output is still a raw file, not a readable report. Finally, the Reporter transforms the Discoverer's output into a human-readable HTML/JSON report - skipping it means you never actually get a report.
- A (1,2) is wrong because stopping after the Discoverer leaves you with raw output, not a finished report.
- B (2 only) is wrong on two counts: the Discoverer has no input without the Collector, and still produces no readable report.
- D (2,3) is wrong because the Discoverer cannot run standalone - it requires the Collector's output file as its input.
Memory tip: Think of DBSAT as an assembly line - Collect → Discover → Report. Each stage feeds the next, so pulling any piece off the line breaks the whole chain. If the question involves sensitive data reporting, all three stages must run.
Topics
Community Discussion
No community discussion yet for this question.