Sample Questions
Data Analytics — 5 random MCQs with answers & explanations
← Back to Data AnalyticsThese 5 questions are randomly selected (standard MCQs only, not case-based).
Q1 What is a slowly changing dimension?
Explanation:
Slowly changing dimension techniques manage historical changes to descriptive attributes.
Marks: 2
Q2 Which command is commonly used to inspect a query execution plan?
Explanation:
EXPLAIN is widely supported for inspecting query execution strategies.
Marks: 1
Q3 What is partitioning in a large analytical table?
Explanation:
Large tables can be partitioned by date, range, list, or another supported strategy.
Marks: 2
Q4 Which function returns the first value in a window frame?
Explanation:
FIRST_VALUE returns an expression's value from the first row of the window frame.
Marks: 2
Q5 How can several business metrics be calculated in one grouped query?
Explanation:
Multiple conditional SUM or COUNT expressions can calculate several metrics together.
Marks: 2
Explore More Mock Tests
Practice structured mock tests designed like real professional exams.