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

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

Page: 4 / 4
Total 111 questions

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.

346

B.

446

C.

455

D.

559

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.

Real-time

B.

Snapshot

C.

Dynamic

D.

Static

E.

Ad hoc

F.

Time series

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.

SELECT JOB_TYPE, COUNT DISTINCT(EMPLOYEE_ID) FROM JOBS

B.

SELECT DISTINCT COUNT(EMPLOYEE_ID) FROM JOBS

C.

SELECT JOB_TYPE, COUNT(DISTINCT EMPLOYEE_ID) FROM JOBS

D.

SELECT COUNT(DISTINCT EMPLOYEE_ID) FROM JOBS