πŸ”

DA0-001 β€” questions

Page 9 of 15 Β· 294 total questions.

Topic 1 Β· Question 163

A company notifies its employees that emails will be automatically moved to a cloud-based server in 180 days. Which of the following describes this concept?

  • AData deletion
  • BData processing
  • CData retention (correct answer)
  • DData constraints
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Data retention

Topic 1 Β· Question 164

An analyst wants to check the progress and performance regarding the number of customers an organization served in the last six years. Which of the following represents the type of analysis the analyst should perform?

  • ACorrelation analysis
  • BTrend analysis (correct answer)
  • CRegression analysis
  • DDescriptive analysis
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Trend analysis

Topic 1 Β· Question 165

A business unit made the following modification to the values in a table: Which of the following data quality dimensions was applied in this scenario?

Exhibit 1 for question 165
  • AIntegrity
  • BConsistency
  • CCompleteness
  • DAccuracy (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Accuracy

Topic 1 Β· Question 166

A reporting analyst is creating a dashboard that shows the year-over-year performance for a sales organization. Which of the following is the best visual for the analyst use to illustrate the organization's performance?

  • APie chart
  • BScatter plot
  • CHeat map
  • DLine chart (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Line chart

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

Which of the following query statements would be used when filtering data in a relational database management system? (Choose two.)

  • AORDER BY
  • BHAVING (correct answer)
  • CWHERE (correct answer)
  • DSELECT
  • EINSERT
  • FGROUP BY
Reveal answer & explanation
Correct answer: B, C

The correct answer is B, C. Option B: HAVING Option C: WHERE

Topic 1 Β· Question 168

Which of the following is an object associated with a table that sorts and stores table row data in a key-value pair?

  • AForeign key
  • BFunction
  • CStored procedure
  • DClustered index (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Clustered index

Topic 1 Β· Question 169

A database administrator needs to ensure only approved users can access specific database tables to perform financial functions. Which of the following is the best access control method for the administrator to use?

  • ARole-based (correct answer)
  • BRule-based
  • CDiscretionary
  • DGroup-based
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Role-based

Topic 1 Β· Question 170

An analyst is working with a data set that lists individuals' first and last names in separate columns. Which of the following processes should the analyst use to combine the first and last names into a single spreadsheet cell?

  • ATranspose
  • BBlend
  • CConcatenate (correct answer)
  • DMerge
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Concatenate

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity.

Topic 1 Β· Question 171

A data analyst reviews the following data set: Which of the following is the range value?

Exhibit 1 for question 171
  • A9
  • B10
  • C12
  • D13 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: 13

Topic 1 Β· Question 172

An analyst is creating a resource to improve users' experience when they select specific records based on particular dates. Which of the following should the analyst use to create a resource that best meets user needs?

  • ADrop-down menu
  • BDate range (correct answer)
  • CText field
  • DFrequency
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Date range

Topic 1 Β· Question 173

An analyst collected data that includes primary account numbers, expiration dates, and service codes. Which of the following data governance classifications is used to describe this data?

  • APII
  • BPCI (correct answer)
  • CPBI
  • DPHI
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: PCI

Topic 1 Β· Question 174

An analyst in a consumer bank department wants to showcase the concentration of accounts opened in the United States by ZIP Code to describe the effectiveness of the bank's marketing campaigns. Which of the following would be the best way to visualize the data?

  • AA stacked chart
  • BA tree map
  • CA waterfall chart
  • DA geographic map (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: A geographic map

Topic 1 Β· Question 175

A data analyst needs to write a SQL query measuring last month's website visits and distribute a summary report to the marketing team. Which of the following is the analyst creating?

  • ADate range
  • BDistribution list
  • CData content
  • DReport view (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Report view

Topic 1 Β· Question 176

A data analyst was asked to create a visual representation of sales for the first quarter of 2020. Which of the following visualizations should be used when a time element is present?

  • AA bubble chart
  • BA line chart (correct answer)
  • CA scatter plot
  • DAn infographic
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: A line chart

Topic 1 Β· Question 177

A data analyst received a large amount of third-party data that needs to be joined with in-house data files. After the data is joined, the analyst notices three columns all contain dates. Which of the following should the analyst do to maintain data consistency?

  • AAppend all date columns and parse the strings.
  • BImpute all three date columns and then merge.
  • CMerge all date columns and unify the format. (correct answer)
  • DSeparate the columns into a table and merge.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Merge all date columns and unify the format.

Topic 1 Β· Question 178

A data analyst is helping a retail store categorize its customers into five different groups based on the following information: β€’ How recently the customers made purchases β€’ How frequently the customers made purchases β€’ How much the customers spent Given the following information: Which of the following would be most important for the analysis?

Exhibit 1 for question 178
  • ACustomer_ID, Channel, Order_Date
  • BCustomer_ID, Territory, Amount
  • CCustomer_ID, Order_Date, Amount (correct answer)
  • DCustomer_ID, Quantity, Amount
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Customer_ID, Order_Date, Amount

Topic 1 Β· Question 179

Which of the following is a relational database?

  • ASQL (correct answer)
  • BExcel
  • CJSON
  • DNoSQL
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SQL

Topic 1 Β· Question 180

An analyst wants to extract data from a variety of sources and store the data in a cloud-based environment prior to cleaning. Which of the following integration techniques should the analyst use?

  • AETL
  • BAPI
  • CSQL
  • DELT (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: ELT

Topic 1 Β· Question 181

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?

  • AStandardization
  • BParameterization
  • CEncryption
  • DCross-validation (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Cross-validation

Topic 1 Β· Question 182

A client has requested an analysis of all pet care items purchased by current customers and their social media connections in the past 12 months. Which of the following data analysis techniques would be the best choice given these requirements?

  • ATrend analysis
  • BPerformance analysis
  • CLink analysis (correct answer)
  • DExploratory data analysis
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Link analysis

Showing questions 161–180 of 294 Β· Page 9 of 15