CompTIA DA0-002 - CompTIA Data+ Exam (2025)
A data analyst needs to join together a table data source and web API data source using Python. Which of the following is the best way to accomplish this task?
A senior manager needs a report that can be generated and accessed at any time. Which of the following delivery methods should a data analyst use?
Which of the following supports capabilities such as automatic versioning, corruption checks, KPIs, and user authentication?
The sales department wants to include the composition of total sales amounts across all three sales channels in a report. Given the following sample sales table:
Sales channel
Month
Sales (million $)
Digital
January
135
Store
February
145
Online
March
165
Store
April
200
Store
May
125
Online
June
155
Digital
July
120
Online
August
145
Digital
September
160
Which of the following visualizations is the most appropriate?
Which of the following is the best reason for a company to use a CSV file to share data instead of an Excel file?
The following SQL code returns an error in the program console:
SELECT firstName, lastName, SUM(income)
FROM companyRoster
SORT BY lastName, income
Which of the following changes allows this SQL code to run?
A data analyst receives a request for the current employee head count and runs the following SQL statement:
SELECT COUNT(EMPLOYEE_ID) FROM JOBS
The returned head count is higher than expected because employees can have multiple jobs. Which of the following should return an accurate employee head count?
A Chief Executive Officer requests a report that must:
• Summarize the company metrics in a simple way.
• Be clear and concise.
• Be easily understood by all company levels.
• Be accessible and updated without manual intervention.
Which of the following communication approaches best meets these requirements?
A manager requests a report that returns results based on a user's profile. Which of the following best describes this type of report?
A developer builds an online survey that requires all questions to have an answer. Which of the following inconsistencies does this setting prevent?
