πŸ”

DA0-001 β€” questions

Page 11 of 15 Β· 294 total questions.

Topic 1 Β· Question 203

An analyst wants to create a historical data set for the past five years with each year in its own data set. Which of the following methods is the best way to create this historical data set?

  • AData transpose
  • BData concatenation
  • CData append (correct answer)
  • DData normalization
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Data append

Topic 1 Β· Question 204

A data set for sales per month includes the following data: Which of the following cleaning and profiling methods should be applied to the data set?

Exhibit 1 for question 204
  • AData outliers
  • BInvalid data
  • CDuplicate data
  • DData type validation (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Data type validation

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

Which of the following data types best describe 4Ac1? (Choose two.)

  • AAlphanumeric (correct answer)
  • BSymbolic
  • CNumeric
  • DFloat
  • EBoolean
  • FString (correct answer)
Reveal answer & explanation
Correct answer: A, F

The correct answer is A, F. Option A: Alphanumeric Option F: String

Topic 1 Β· Question 206

A user wants a dynamic report that presents a moving average of sales throughout the company's history and also for select periods. Which of the following attributes should the report include?

  • AViews
  • BDate range (correct answer)
  • CData content
  • DFrequency
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Date range

Topic 1 Β· Question 207

A user needs a live report that always displays the current week performance and can also show the past weeks, months, and years performance for all time, if needed. Which of the following requirements should be considered for this report?

  • ADistribution list
  • BCustom views
  • CReference dates (correct answer)
  • DData content
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Reference dates

Topic 1 Β· Question 208

A sales director wants a report that provides a view into company sales over multiple quarters in order to gain a better understanding of trends. Which of the following report types would best achieve this objective?

  • ATactical
  • BOperational
  • CAnalytical (correct answer)
  • DStrategic
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Analytical

Topic 1 Β· Question 209

Which of the following activities is most likely performed during data preparation in the ETL process?

  • AFeeding data to a report
  • BExtracting web data
  • CRemoving data duplicates (correct answer)
  • DLogging in to a domain
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Removing data duplicates

Topic 1 Β· Question 210

Which of the following data quality features can be added to a technology platform?

  • AAnalytics
  • BEnterprise search
  • CStorage
  • DData integration (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Data integration

Topic 1 Β· Question 211

A membership organization wants to determine whether renewals have declined in specific regions over the past three years. Which of the following types of analysis would be best for the organization to use to help make this determination?

  • APredictive analysis
  • BPerformance analysis
  • CLink analysis
  • DTrend analysis (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Trend analysis

Topic 1 Β· Question 212

A manager would like to see a report that details lost deals for the week. Which of the following report delivery methods best supports this requirement?

  • AAd hoc (correct answer)
  • BOperational
  • CStatic
  • DScheduled
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Ad hoc

Topic 1 Β· Question 213

A client wants a new report that will be automatically emailed to all global sales teams on a weekly basis. Each sales team must be able to view the sales for its region and the combined sales for all regions. Which of the following would be the most efficient method for meeting the requirements?

  • ACreating a single report with a region filter (correct answer)
  • BCreating report distribution lists for the sales teams in each region
  • CCreating a unique copy of the report for each sales team region
  • DCreating a unique copy of the report for each recipient
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Creating a single report with a region filter

Topic 1 Β· Question 214

After returning from a vacation, a sales manager finds multiple hard copies of the prior week's sales report on a desk with the same date but different information. Which of the following best indicates which report has the correct data?

  • AAppendix
  • BVersion number
  • CData refresh date (correct answer)
  • DWatermark
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Data refresh date

Topic 1 Β· Question 215

A healthcare data analyst notices that one data set in the column for Blood_Pressure contains several outliers that need to be replaced with meaningful values. Which of the following data manipulation techniques should the analyst use?

  • ARecode
  • BImpute (correct answer)
  • CAppend
  • DReduction
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Impute

Topic 1 Β· Question 216

Which of the following data types is the "number of packages delivered" an example of?

  • AAlphanumeric
  • BDiscrete (correct answer)
  • CCategorical
  • DContinuous
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Discrete

Topic 1 Β· Question 217

Which of the following is a key feature of a temporary table?

  • ATemporary tables are dropped automatically when the query session is closed. (correct answer)
  • BTemporary tables are automatically normalized.
  • CTemporary tables possess greater storage capacity than permanent tables.
  • DTemporary tables are indexed automatically.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Temporary tables are dropped automatically when the query session is closed.

Topic 1 Β· Question 218

An intern needs to compile a report that will be used in a customer proposal at the end of the month. Which of the following best describes the type of report the intern should use?

  • AAd hoc
  • BSelf-service
  • CStatic (correct answer)
  • DRecurring
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Static

Topic 1 Β· Question 219

Which of the following is an example of a structured data type?

  • AVideo file
  • BEmail message -B. Audio file
  • CSQL database (correct answer)
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: SQL database

Topic 1 Β· Question 220

An analyst is working with a data set that contains information regarding refugee status, income, identification numbers, place of residence, and employment status. The analyst needs to randomize placeholders for all the variables in a data set so that the information is useless in the event of a breach but is still useful in producing the necessary reports. Which of the following functions is the analyst performing?

  • AData encoding
  • BData masking (correct answer)
  • CData recoding
  • DData formatting
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Data masking

Topic 1 Β· Question 221

A data analyst has removed the outliers from a data set due to large variances. Which of the following central tendencies would be the best measure to use?

  • ARange
  • BMean (correct answer)
  • CMode
  • DMedian
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Mean

Topic 1 Β· Question 222

An analyst wrote the following code: Which of the following formats did the analyst use?

Exhibit 1 for question 222
  • AHTML
  • BXLS
  • CXML (correct answer)
  • DJSON
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: XML

Showing questions 201–220 of 294 Β· Page 11 of 15