DA Cheat Sheet 2026
The 30 highest-yield DA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
90 questions
90 min time limit
75.00% to pass
- What is the purpose of an index in a database? → Speed up data retrieval operations
- Which statistical distribution is symmetric and bell-shaped? → Normal distribution
- What does the pandas .fillna() method do? → Fills missing NaN values with a specified value or method
- What does the pandas function df.describe() return? → Summary statistics (count, mean, std, min, max, percentiles) for numeric columns
- Which SQL clause is used to filter rows after a GROUP BY operation? → HAVING
- What is a confidence interval? → A range of values likely to contain the true population parameter
- What is a primary key in a relational database? → A column that uniquely identifies each row
- What is multicollinearity in regression analysis? → When two or more independent variables are highly correlated with each other
- In Python, what does the NumPy function np.mean() calculate? → Arithmetic mean of array elements
- What is the difference between revenue and profit? → Revenue is total income; profit is revenue minus costs
- Which of the following is NOT a common type of chart used in data visualization? → Encryption chart
- What does Customer Lifetime Value (CLV) measure? → The total revenue a business expects from a customer over their relationship
- What is a leading indicator? → A forward-looking metric that predicts future outcomes
- Which of the following is a sign of low-quality data? → High percentage of NULL values in critical fields
- What is a data-driven decision? → A decision based on analysis of relevant data rather than intuition alone
- What does YoY mean in financial reporting? → Year-over-Year — comparing a metric to the same period last year
- What does ARPU stand for? → Average Revenue Per User
- What is the primary purpose of a data governance framework? → To establish policies, standards, and accountability for managing data assets
- In Excel, which function is used to look up a value in a table and return a corresponding value from another column? → VLOOKUP
- What is the purpose of data profiling? → Assessing data quality, structure, and content before analysis
- What Excel function counts cells that meet a specific condition? → COUNTIF
- What is the interquartile range (IQR)? → The difference between Q3 and Q1
- Which of the following is a best practice when designing a data report? → Keeping the report clear, concise, and focused on the main objectives
- Which aggregate function counts only non-NULL values in a column? → COUNT(column_name)
- Which algorithm is commonly used for classification tasks in data mining? → Decision tree
- Which type of machine learning algorithm is commonly used for clustering? → K-Means
- What is data normalization? → Scaling numeric values to a common range such as 0 to 1
- What is the purpose of the SQL DISTINCT keyword? → Remove duplicate rows from the result set
- What does a correlation coefficient of -0.9 indicate? → Strong negative relationship
- What is the difference between structured and unstructured data? → Structured data fits in predefined rows/columns; unstructured data lacks a fixed schema
Turn these facts into recall: