🔍

DA0-001 — all questions

294 practice questions with answers and explanations.

Topic 1 · Question 1

A data analyst needs to calculate the mean for Q1 sales using the data set below: Which of the following is the mean?

Exhibit 1 for question 1
  • A$2,466.18 (correct answer)
  • B$2,667.60
  • C$3,082.72
  • D$12,330.88
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: $2,466.18

Topic 1 · Question 2

A data analyst is creating a report that will provide information about various regions, products, and time periods. Which of the following formats would be the MOST efficient way to deliver this report?

  • AA workbook with multiple tabs for each region
  • BA daily email with snapshots of regional summaries
  • CA static report with a different page for every filtered view
  • DA dashboard with filters at the top that the user can toggle (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: A dashboard with filters at the top that the user can toggle

Topic 1 · Question 3

A customer list from a financial services company is shown below: A data analyst wants to create a likely-to-buy score on a scale from 0 to 100, based on an average of the three numerical variables: number of credit cards, age, and income. Which of the following should the analyst do to the variables to ensure they all have the same weight in the score calculation?

Exhibit 1 for question 3
  • ARecode the variables.
  • BCalculate the percentiles of the variables.
  • CCalculate the standard deviations of the variables.
  • DNormalize the variables. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Normalize the variables. This option scales automatically to match demand.

Topic 1 · Question 4 · Select all that apply

Which of the following actions should be taken when transmitting data to mitigate the chance of a data leak occurring? (Choose two.)

  • AData identification
  • BData processing
  • CData reporting
  • DData encryption (correct answer)
  • EData masking (correct answer)
  • FFata removal
Reveal answer & explanation
Correct answer: D, E

The correct answer is D, E. Option D: Data encryption Option E: Data masking

Explanation

Encryption protects confidentiality by making data unreadable without the appropriate key.

Topic 1 · Question 5

A data analyst has been asked to organize the table below in the following ways: By sales from high to low - By state in alphabetic order - Which of the following functions will allow the data analyst to organize the table in this manner?

Exhibit 1 for question 5
  • AConditional formatting
  • BGrouping
  • CFiltering
  • DSorting (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Sorting

Topic 1 · Question 6

Which of the following BEST describes the issue in which character values are mixed with integer values in a data set column?

  • ADuplicate data
  • BMissing data
  • CData outliers
  • DInvalid data type (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Invalid data type

Topic 1 · Question 7

Which of the following is a process that is used during data integration to collect, blend, and load data?

  • AMDM
  • BETL (correct answer)
  • COLTP
  • DBI
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ETL

Topic 1 · Question 8

An analyst has received the requirements for an internal user dashboard. The analyst confirms the data sources and then creates a wireframe. Which of the following is the NEXT step the analyst should take in the dashboard creation process?

  • AOptimize the dashboard.
  • BCreate subscriptions.
  • CGet stakeholder approval. (correct answer)
  • DDeploy to production.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Get stakeholder approval.

Topic 1 · Question 9

A data analyst has been asked to derive a new variable labeled “Promotion_flag” based on the total quantity sold by each salesperson. Given the table below: Which of the following functions would the analyst consider appropriate to flag “Yes” for every salesperson who has a number above 1,000,000 in the Quantity_sold column?

Exhibit 1 for question 9
  • ADate
  • BMathematical
  • CLogical (correct answer)
  • DAggregate
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Logical

Topic 1 · Question 10

Given the diagram below: Which of the following data schemas shown?

Exhibit 1 for question 10
  • AKey-value pairs
  • BOnline transactional processing
  • CData lake
  • DRelational database (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Relational database

Topic 1 · Question 11

A company’s marketing department wants to do a promotional campaign next month. A data analyst on the team has been asked to perform customer segmentation, looking at how recently a customer bought product, at what frequency, and at what value. Which of the following types of analysis would this practice be considered?

  • APrescriptive
  • BTrend
  • CGap
  • DCuster (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Custer

Topic 1 · Question 12

A publishing group has requested a dashboard to track submissions before publication. A key requirement is that all changes are tracked, as multiple users will be checking out documents and editing them before submissions are considered final. Which of the following is the BEST way to meet this stakeholder requirement?

  • ADisplay the version number next to each submission on the dashboard. (correct answer)
  • BPresent a data refresh date at the top of the dashboard.
  • CConfirm the dashboard is adhering to the corporate style guide.
  • DUse permissions to ensure users only see certain versions of the submissions.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Display the version number next to each submission on the dashboard.

Topic 1 · Question 13

The number of phone calls that call center receives in a day is an example of:

  • Acontinuous data.
  • Bcategorical data.
  • Cordinal data.
  • Ddiscrete data. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: discrete data.

Topic 1 · Question 14

A data analyst is asked to create a sales report for the second-quarter 2020 board meeting, which will include a review of the business’s performance through the second quarter. The board meeting will be held on July 15, 2020, after the numbers are finalized. Which of the following report types should the data analyst create?

  • AStatic (correct answer)
  • BReal-time
  • CSelf-service
  • DDynamic
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Static

Topic 1 · Question 15

Which of the following would be considered non-personally identifiable information?

  • ACell phone device name (correct answer)
  • BCustomer’s name
  • CGovernment ID number
  • DTelephone number
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Cell phone device name

Topic 1 · Question 16

Which of the following is the correct data type for text?

  • ABoolean
  • BString (correct answer)
  • CInteger
  • DFloat
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: String

Topic 1 · Question 17

Which of the following should be accomplished NEXT after understanding a business requirement for a data analysis report?

  • ARephrase the business requirement.
  • BDetermine the data necessary for the analysis. (correct answer)
  • CBuild a mock dashboard/presentation layout.
  • DPerform exploratory data analysis.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Determine the data necessary for the analysis.

Topic 1 · Question 18

Which of the following is a common data analytics tool that is also used as an interpreted, high-level, general-purpose programming language?

  • ASAS
  • BMicrosoft Power BI
  • CIBM SPSS
  • DPython (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Python

Topic 1 · Question 19

A data analyst needs to present the results of an online marketing campaign to the marketing manager. The manager wants to see the most important KPIs and measure the return on marketing investment. Which of the following should the data analyst use to BEST communicate this information to the manager?

  • AA real-time monitor that allows the manager to view performance the day the campaign was launched
  • BA sell-service dashboard that allows the manager to look at the company’s annual budget performance
  • CA spreadsheet of the raw data from all marketing campaigns and channels
  • DA summary with statistics, conclusions, and recommendations from the data analyst (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: A summary with statistics, conclusions, and recommendations from the data analyst

Topic 1 · Question 20

A data analyst for a media company needs to determine the most popular movie genre. Given the table below: Which of the following must be done to the Genre column before this task can be completed?

Exhibit 1 for question 20
  • AAppend
  • BMerge
  • CConcatenate
  • DDelimit (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Delimit

Showing questions 120 of 294 · Page 1 of 15