Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

CompTIA DY0-001 CompTIA DataX Exam Exam Practice Test

Page: 1 / 9
Total 85 questions

CompTIA DataX Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

A data scientist is using the following confusion matrix to assess model performance:

Actually Fails

Actually Succeeds

Predicted to Fail

80%

20%

Predicted to Succeed

15%

85%

The model is predicting whether a delivery truck will be able to make 200 scheduled delivery stops.

Every time the model is correct, the company saves 1 hour in planning and scheduling.

Every time the model is wrong, the company loses 4 hours of delivery time.

Which of the following is the net model impact for the company?

Options:

A.

25 hours lost

B.

25 hours saved

C.

165 hours lost

D.

165 hours saved

Question 2

Which of the following best describes the minimization of the residual term in a LASSO linear regression?

Options:

A.

|e|

B.

e

C.

0

D.

Question 3

A model's results show increasing explanatory value as additional independent variables are added to the model. Which of the following is the most appropriate statistic?

Options:

A.

Adjusted R²

B.

p value

C.

χ²

D.

Question 4

A data scientist is standardizing a large data set that contains website addresses. A specific string inside some of the web addresses needs to be extracted. Which of the following is the best method for extracting the desired string from the text data?

Options:

A.

Regular expressions

B.

Named-entity recognition

C.

Large language model

D.

Find and replace

Question 5

A data scientist is working with a data set that covers a two-year period for a large number of machines. The data set contains:

    Machine system ID numbers

    Sensor measurement values

    Daily timestamps for each machine

The data scientist needs to plot the total measurements from all the machines over the entire time period. Which of the following is the best way to present this data?

Options:

A.

Scatter plot

B.

Line plot

C.

Histogram

D.

Box-and-whisker plot

Question 6

Which of the following is best solved with graph theory?

Options:

A.

Optical character recognition

B.

Traveling salesman

C.

Fraud detection

D.

One-armed bandit

Question 7

A company created a very popular collectible card set. Collectors attempt to collect the entire set, but the availability of each card varies, because some cards have higher production volumes than others. The set contains a total of 12 cards. The attributes of the cards are shown.

The data scientist is tasked with designing an initial model iteration to predict whether the animal on the card lives in the sea or on land, given the card's features: Wrapper color, Wrapper shape, and Animal.

Which of the following is the best way to accomplish this task?

Options:

A.

ARIMA

B.

Linear regression

C.

Association rules

D.

Decision trees

Question 8

The term "greedy algorithms" refers to machine-learning algorithms that:

Options:

A.

update priors as more data is seen.

B.

examine every node of a tree before making a decision.

C.

apply a theoretical model to the distribution of the data.

D.

make the locally optimal decision.

Question 9

A data scientist is building a proof of concept for a commercialized machine-learning model. Which of the following is the best starting point?

Options:

A.

Literature review

B.

Model performance evaluation

C.

Hyperparameter tuning

D.

Model selection

Question 10

An analyst wants to show how the component pieces of a company's business units contribute to the company's overall revenue. Which of the following should the analyst use to best demonstrate this breakdown?

Options:

A.

Box-and-whisker chart

B.

Sankey diagram

C.

Scatter plot matrix

D.

Residual chart

Question 11

A data scientist is preparing to brief a non-technical audience that is focused on analysis and results. During the modeling process, the data scientist produced the following artifacts:

Which of the following artifacts should the data scientist include in the briefing? (Choose two.)

Options:

A.

Final charts and dashboards

B.

Model selection, justification, and purpose

C.

Code documentation

D.

Mathematical descriptions of clustering algorithms included in the selected model

E.

Model performance statistics (accuracy, precision, recall, F1 score, etc.)

F.

Data dictionary

Question 12

Which of the following is the naive assumption in Bayes' rule?

Options:

A.

Normal distribution

B.

Independence

C.

Uniform distribution

D.

Homoskedasticity

Question 13

A data scientist is performing a linear regression and wants to construct a model that explains the most variation in the data. Which of the following should the data scientist maximize when evaluating the regression performance metrics?

Options:

A.

Accuracy

B.

C.

p value

D.

AUC

Question 14

A data scientist is merging two tables. Table 1 contains employee IDs and roles. Table 2 contains employee IDs and team assignments. Which of the following is the best technique to combine these data sets?

Options:

A.

inner join between Table 1 and Table 2

B.

left join on Table 1 with Table 2

C.

right join on Table 1 with Table 2

D.

outer join between Table 1 and Table 2

Question 15

Which of the following best describes the minimization of the residual term in a ridge linear regression?

Options:

A.

|e|

B.

e

C.

D.

0

Question 16

A data scientist is presenting the recommendations from a monthslong modeling and experiment process to the company’s Chief Executive Officer. Which of the following is the best set of artifacts to include in the presentation?

Options:

A.

Methods, data overview, results, recommendations, and charts

B.

Results, recommendations, justifications, and clear charts

C.

Recommendation, charts, justifications, code reviews, and results

D.

Methodology, code snippets, findings, data tables, and p-values

Question 17

A data analyst wants to generate the most data using tables from a database. Which of the following is the best way to accomplish this objective?

Options:

A.

INNER JOIN

B.

LEFT OUTER JOIN

C.

RIGHT OUTER JOIN

D.

FULL OUTER JOIN

Question 18

A data scientist is designing a real-time machine-learning model that classifies a user based on initial behavior. The run times of these models are provided in the following table:

Which of the following models should the data scientist recommend for deployment?

Options:

A.

XGBoost

B.

Random forest

C.

Decision trees

D.

Artificial neural network

Question 19

Which of the following belong in a presentation to the senior management team and/or C-suite executives? (Choose two.)

Options:

A.

Full literature reviews

B.

Code snippets

C.

Final recommendations

D.

High-level results

E.

Detailed explanations of statistical tests

F.

Security keys and login information

Question 20

An analyst is examining data from an array of temperature sensors and sees that one sensor consistently returns values that are much higher than the values from the other sensors. Which of the following terms best describes this type of error?

Options:

A.

Synthetic

B.

Systematic

C.

Heteroskedastic

D.

Idiosyncratic

Question 21

A data analyst wants to use compression on an analyzed data set and send it to a new destination for further processing. Which of the following issues will most likely occur?

Options:

A.

Library dependency will be missing.

B.

Server CPU usage will be too high.

C.

Operating system support will be missing.

D.

Server memory usage will be too high.

Question 22

Which of the following distributions would be best to use for hypothesis testing on a data set with 20 observations?

Options:

A.

Power law

B.

Normal

C.

Uniform

D.

Student's t-

Question 23

A data scientist wants to digitize historical hard copies of documents. Which of the following is the best method for this task?

Options:

A.

Word2vec

B.

Optical character recognition

C.

Latent semantic analysis

D.

Semantic segmentation

Question 24

A data scientist is deploying a model that needs to be accessed by multiple departments with minimal development effort by the departments. Which of the following APIs would be best for the data scientist to use?

Options:

A.

SOAP

B.

RPC

C.

JSON

D.

REST

Question 25

A data scientist has constructed a model that meets the minimum performance requirements specified in the proposal for a prediction project. The data scientist thinks the model's accuracy should be improved, but the proposed deadline is approaching. Which of the following actions should the data scientist take first?

Options:

A.

Continue collecting data.

B.

Request additional funding.

C.

Consult the key project stakeholder.

D.

Test additional model specifications.

Page: 1 / 9
Total 85 questions