Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

CompTIA DA0-002 - CompTIA Data+ Exam (2025)

Page: 3 / 4
Total 111 questions

A data analyst encounters an issue with new software and a code that they are using. The analyst includes print statements in the code to try to identify the issue, without success. An informal peer review of the code also produces the same result. The analyst confirms that the software is updated to the latest version and compatible with the code. Which of the following troubleshooting steps should the analyst take next?

A.

Use the old software and preexisting code, since both were functional.

B.

Contact the IT department and inform them that the software has a bug.

C.

Escalate to the department manager and ask for assistance.

D.

Research the issue online and see if a solution is available.

A data analyst is evaluating all conditions in a query. Which of the following is the best logical function to accomplish this task?

A.

OR

B.

NOT

C.

AND

D.

IF

A company gives users adequate data access permissions to allow them to fulfill their duties but nothing more. Which of the following concepts best describes this practice?

A.

Active Directory

B.

Hierarchical access

C.

Zero Trust

D.

Least privilege

Which of the following best describes the reason an analyst would reference a data dictionary versus a source's metadata?

A.

To gather information and resources about the data

B.

To find the content and specific attributes for a dataset

C.

To find a summary of basic information about the dataset

D.

To gather information about the availability of the data

A marketing firm wants to find the average age of its consumers to better promote its products. Given the following dataset:

Name

Date of birth

Age

Jane

March 24

34

John

July 17

11

Joe

November 29

29

Ann

December 13

14

Robert

December 14

63

Which of the following is the mean of the consumer ages?

A.

29

B.

36

C.

40

D.

63

A data analyst receives a new data source that contains employee IDs, job titles, dates of birth, addresses, years of service, and employees’ birth months. Which of the following inconsistencies should the analyst identify?

A.

Redundancy

B.

Equivalence

C.

Parallel

D.

Duplication

A data analyst needs to join together a table data source and a web API data source using Python. Which of the following is the best way to accomplish this task?

A.

Convert the data from the API and database to a varchar format and convert them to pandas DataFrames that are then merged together.

B.

Convert the data from the API and database to a JSON format and convert them to pandas DataFrames that are then merged together.

C.

Convert the data from the API and database to a TXT format and convert them to pandas DataFrames that are then merged together.

D.

Convert the data from the API and database to a string format and convert them to pandas DataFrames that are then merged together.

An analyst must use the same data to create reports for police patrol supervisors, the city council, and a public website. Which of the following is the best way to differentiate the reports?

A.

Persona type

B.

Detail levels

C.

Accessibility

D.

Sensitivity

Which of the following file types separates data using a delimiter?

A.

XML

B.

HTML

C.

JSON

D.

CSV

A data analyst calculated the average score per student without making any changes to the following table:

Student

Subject

Score

123

Math

100

123

Biology

80

234

Math

96

123

Biology

80

345

Biology

88

234

Math

96

Which of the following exploration techniques should the analyst have considered before calculating the average?

A.

Duplication

B.

Redundancy

C.

Binning

D.

Grouping