Pass the CompTIA CompTIA Data+ DA0-002 Questions and answers with CertsForce

Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions
Questions # 1:

The human resources department wants to know the number of employees who earn $125,000 or more. However, the department is concerned about duplicates in the dataset. Given the following table:

Employee_ID

Level

Salary

001

1

10000

002

2

20000

003

2

256000

004

2

125000

001

1

10000

002

2

20000

Which of the following SQL statements resolves this issue?

Options:

A.

SELECT DISTINCT Employee_ID FROM Employee WHERE Salary >= 125000


B.

SELECT COUNT(DISTINCT Employee_ID) FROM Employee WHERE Salary >= 125000


C.

SELECT DISTINCT Employee_ID FROM Employee WHERE Salary > 125000


D.

SELECT COUNT(Employee_ID) FROM Employee WHERE Salary >= 125000


Questions # 2:

A data analyst needs to create a combined report that includes information from the following two tables:

Managers table

ID

First_name

Last_name

Job_title

1001

John

Doe

Manager

1002

Jane

Roe

Director

Non-managers table

ID

First_name

Last_name

Job_title

1003

Robert

Roe

Business Analyst

1004

Jane

Doe

Sales Representative

1005

John

Roe

Operations Analyst

Which of the following query methods should the analyst use for this task?

Options:

A.

Group


B.

Join


C.

Union


D.

Nested


Questions # 3:

A project manager requests an unscheduled report that provides a list of clients. Which of the following frequencies is best for this report?

Options:

A.

Annual


B.

Daily


C.

Weekly


D.

Ad hoc


Questions # 4:

An administrator needs to design a table that will include foreign words. Which of the following is the best option for storing non-native language characters?

Options:

A.

VARCHAR


B.

NVARCHAR


C.

CLOB


D.

CHAR


Questions # 5:

An analyst needs to create a collection of dashboards for multiple teams within their organization. Which of the following should the analyst do first before starting the project?

Options:

A.

Evaluate the user persona type for the dashboards.


B.

Determine the number of team members who need to access the dashboards.


C.

Determine the delivery method of the dashboards.


D.

Evaluate the KPIs for the dashboards.


Questions # 6:

Which of the following best enables the retrieval and manipulation of data that is stored in a relational database?

Options:

A.

XML


B.

SQL


C.

Excel


D.

JavaScript


Questions # 7:

A data analyst receives a flat file that includes dates. The analyst needs to calculate the number of days from the dates on the file to the current date. Which of the following is the best way to complete this task?

Options:

A.

Convert data to date format and use date functions.


B.

Validate the date format with logical functions and use date functions to analyze.


C.

Use date functions to analyze the data with no conversion.


D.

Transform data to a numerical value and use mathematical functions.


Questions # 8:

A business intelligence analyst is creating an employee retention dashboard that looks at data from the last five years. The analyst is interested in identifying patterns that can be studied further. Which of the following is the best method to apply to the dashboard?

Options:

A.

Predictive


B.

Prescriptive


C.

Diagnostic


D.

Descriptive


Questions # 9:

Which of the following data sources makes online data consumption easier?

Options:

A.

Data mart


B.

Web scraping


C.

Database


D.

Application programming interface


Questions # 10:

Which of the following allows a data analyst to send out a spreadsheet containing sensitive information without revealing personal details?

Options:

A.

Using a UUID in the data file


B.

Redacting all PII


C.

Adding access controls to the ID column


D.

Encrypting the spreadsheet


Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions