A gambler thinks that a coin is fair and is equally likely to turn up heads or tails when the coin is flipped. Which of the following tests should the gambler use to fest this hypothesis?
Given the following data table:
Which of the following are appropriate reasons to undertake data cleansing? (Select two).
Which of the following is an example of a strategy to reduce statistical errors?
Which of the following concepts should be applied if a data set with 40 fields needs to be pared down to 20 fields and contains similar data across multiple fields?
Which of the following is the best approach to use to gain a general understanding of a data set?
Given the following table:
Which of the following describes the data quality issues with theagedata?
A stakeholder wants to see daily sales targets organized in a dashboard by country, state, city, and ZIP Code. Which of the following delivery considerations must a data analyst take into account when creating the dashboard?
A data analyst needs to apply quality control concepts to a data set for accuracy. Which of the following is the best way to do this?
An analyst has written the following code:
SELECT *
FROM Cust_table
WHERE age > 60 AND City = "New York"
Which of the following criteria is the analyst retrieving?
An analyst is updating a customer contacts database with information obtained from a survey of new customers. Which of the following data manipulation techniques should the analyst use?