CompTIA DA0-002 - CompTIA Data+ Exam (2025)
Given the following dataset:
Day
Number of Guests
Monday
455
Tuesday
346
Wednesday
382
Thursday
563
Friday
887
Saturday
934
Sunday
346
Which of the following is the mode?
A data analyst needs to create and deliver a dashboard that displays the company's financial transactions as they are updated. Which of the following delivery methods should the analyst consider? (Select two).
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?