πŸ”

DA0-001 β€” questions

Page 8 of 15 Β· 294 total questions.

Topic 1 Β· Question 143

Which of the following would be the BEST way to identify multicollinear attributes in a data set?

  • ACorrelation coefficient (correct answer)
  • BChi-squared test
  • CTwo-sample t-test
  • DTwo-way ANOVA
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Correlation coefficient

Topic 1 Β· Question 144

Which of the following describes the use of a representative amount of data from a main repository?

  • AObservation
  • BDelta load
  • CWeb scraping
  • DSampling (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Sampling

Topic 1 Β· Question 145

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?

  • AJoin
  • BAppend (correct answer)
  • CTransform
  • DBlend
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Append

Topic 1 Β· Question 146

Which of the following is the best description of discrete data types?

  • ANon-numeric data used to describe attributes of a population sample
  • BThe frequency of the number of times each value occurs by using whole numbers (correct answer)
  • CNumeric values that can be measured on a continuous scale
  • DNon-numeric data used to describe attributes of a population sample ranked in a specific order
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The frequency of the number of times each value occurs by using whole numbers

Topic 1 Β· Question 147

Which of the following data governance concepts fits into the security requirements category?

  • AData transmission (correct answer)
  • BData deletion
  • CData use agreements
  • DPersonally identifiable information
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Data transmission This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 148

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?

  • AVariable formatting
  • BDrill-down capability (correct answer)
  • CSaved searches
  • DAccess permissions
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Drill-down capability

Topic 1 Β· Question 149

An analyst develops an IT document and needs to describe the technical terms used in the document. Which of the following is where the analyst should include descriptions of the technical terms?

  • AGlossary (correct answer)
  • BSystem diagram
  • CUser requirements
  • DIndex
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Glossary

Topic 1 Β· Question 150

The total values in this month's revenue report are twice as much as last month's. Which of the following most likely occurred during the ETL process?

  • AThe data cleansing processes failed to execute.
  • BThe database connectivity failed.
  • CThe report included the previous month's data. (correct answer)
  • DThe data normalization processes failed.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The report included the previous month's data.

Topic 1 Β· Question 151

An analyst is reporting on the average income for a county and is reviewing the following data: Which of the following is the reason the analyst would need to cleanse the data in this data set?

Exhibit 1 for question 151
  • AData completeness (correct answer)
  • BData outliers
  • CDuplicate data
  • DMissing values
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Data completeness

Topic 1 Β· Question 152

Which of the following should an analyst do to best summarize the data on a data set?

  • AFiltering
  • BAggregation (correct answer)
  • CSorting
  • DConcatenation
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Aggregation

Topic 1 Β· Question 153

Which of the following data types must be used when working with variables that require classification into two or more groups before analysis?

  • ADiscrete
  • BNumerical
  • CAlphanumeric
  • DCategorical (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Categorical

Topic 1 Β· Question 154

An organization would like to add a secondary email field to its customer database in order to enrich the customer profiles. Which of the following data manipulation techniques should the analyst use to add this information?

  • ABlend
  • BMerge (correct answer)
  • CAppend
  • DAggregate
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Merge

Topic 1 Β· Question 155

Which of the following is the best variable format to store a customer's age using the least possible amount of storage data?

  • AInt (correct answer)
  • BFloat
  • CChar
  • DDouble
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Int

Topic 1 Β· Question 156

A data engineer is creating a database field to capture whether a customer likes vanilla ice cream. Which of the following data types is the best to capture this information?

  • AInteger
  • BBoolean (correct answer)
  • CCategorical
  • DNumeric
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Boolean

Topic 1 Β· Question 157

A data analyst has a set of data that shows the number of gallons of oil produced each day. The company would like to know the standard deviation for the data set. The variance for the data is 36 gallons. Which of the following is the standard deviation for gallons produced?

  • A1.16
  • B6 (correct answer)
  • C36
  • D72
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 6

Topic 1 Β· Question 158

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 test this hypothesis?

  • At-test
  • BChi-squared test (correct answer)
  • CRank sum test
  • DRatio test
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Chi-squared test

Topic 1 Β· Question 159 Β· Select all that apply

An analyst needs to summarize the number of people in Chicago in 2022 using the following set of data: Which of the following steps should the analyst use to provide results? (Choose two.)

Exhibit 1 for question 159
  • AAggregation (correct answer)
  • BSorting
  • CFiltering (correct answer)
  • DIndexing
  • ECleaning
  • FReplacing
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: Aggregation Option C: Filtering

Topic 1 Β· Question 160

An analyst wants to combine two data sets into a single spreadsheet. Column names from the first spreadsheet are listed in rows in the second spreadsheet. Which of the following is the first step the analyst should take to combine the data sets?

  • ABlend
  • BMerge
  • CConcatenate
  • DTranspose (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Transpose

Topic 1 Β· Question 161 Β· Select all that apply

Which of the following programming languages are best suited for analysis and machine-learning applications? (Choose two.)

  • ARuby
  • BRust
  • CPHP
  • DPython (correct answer)
  • EKatlin
  • FR (correct answer)
Reveal answer & explanation
Correct answer: D, F

The correct answer is D, F. Option D: Python Option F: R

Topic 1 Β· Question 162

Which of the following is most likely to be used as a data-mining ETL tool?

  • ASSIS (correct answer)
  • BStata
  • CSPSS
  • DCognos
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SSIS

Showing questions 141–160 of 294 Β· Page 8 of 15