DY0-001: CompTIA DataAI Practice Test — 139 Free Questions Online
QuestionQ1
Machine Learning
Save question
Which of the following machine-learning models uses a discriminator to assess the output of another neural network, then uses that assessment to improve its own output?
ALSTM
BGAN
CRNN
DCNN
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ2
Modeling, Analysis, and Outcomes
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ3
Operations and Processes
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ4
Operations and Processes
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ5
Machine Learning
0
Community Discussion
No comments yet. Be the first to start the discussion!
It's free
100% of the questions are free for all users. No strings attached.
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
A data scientist must deploy a model that can be made publicly available. For security reasons, the deployment service must not be able to communicate with internal servers. Which deployment area should host the model?
AEdge
BLocal
CCluster
DIsolated environment
Which of the following is best suited for developing a machine-learning model for image recognition?
ARNN
BGAN
CCNN
DLSTM
A data scientist is creating a proof of concept for a commercialized machine-learning model. Which of the following is the best place to start?
ALiterature review
BModel performance evaluation
CHyperparameter tuning
DModel selection
A data scientist must convert branch addresses for use on a spatial map. Which of the following techniques is most effective?
AGeocoding
BNormalization
CLocalization
DStandardization
ETransposition
A data scientist uses the following confusion matrix to evaluate model performance:
The model predicts whether a delivery truck can complete 200 scheduled delivery stops. Each correct prediction saves the company one hour in planning and scheduling maintenance work. Each incorrect prediction costs the company four hours of truck delivery time. What is the model’s net impact on the company?
A25 hours lost
B25 hours saved
C165 hours lost
D165 hours saved
A data scientist must accurately identify a credit card number that has 15 digits and begins with either 34 or 37. Which of the following regular expressions should the data scientist use to accomplish this?
A^[34|37][0-9]{13}$
B^3[47][0-9]{13}$
C^[34][37][0-9]{13}$
D^[3|47][0-9]{13}$
A business analyst is analyzing the sources of a department’s revenue and cost of goods sold. Which of the following is most appropriate for the business analyst to use?
ASankey diagram
BPie chart
CHeat map
DQ-Q plot
Which of the following methods makes it possible to automate and iterate code releases?
AVirtualization
BMarkdown
CCode isolation
DCI/CD
A customer-satisfaction analyst wants to determine positive and negative sentiment from customers’ text reviews. Which of the following machine-learning concepts is most likely to succeed?
ABayesian networks
BCorrelation matrixes
CBinary classifiers
Dk-means
Which of the following models would most likely be used to classify a dataset using inputs, weights, and biases?
ASigmoid process
BBatch normalization
CNeural network
DARIMA
A data analyst wants to compress an analyzed dataset and send it to a new destination for additional processing. Which of the following issues is most likely to occur?
ALibrary dependency will be missing.
BServer CPU usage will be too high.
COperating system support will be missing.
DServer memory usage will be too high.
A city ran an experiment in which a random group of individuals who were in the bottom income-earner decile in the prior year received enough money to place them in the top income-earner decile for that year. The individuals were tracked through several major life events alongside the rest of the population. Which of the following would best model an individual’s transitions across these life events?
ARandom forest
BLogistic regression
CKNN
DMonte Carlo simulation
A data scientist needs to deploy a model while using minimal development and administrative resources. Which of the following deployment types would best achieve this objective?
AVirtual machine
BDistributed computing cluster
CDatabase as a service
DContainer
Which of the following represents a key difference between the KNN and k-means machine-learning methods?
AKNN operates exclusively on continuous data, while k-means can work with both continuous and categorical data.
BKNN performs better with longitudinal data sets, while k-means performs better with survey data sets.
CKNN is used for finding centroids, while k-means is used for finding nearest neighbors.
DKNN is used for classification, while k-means is used for clustering.
A data scientist has built a model that meets the minimum performance requirements specified in the proposal for a prediction project. The data scientist believes the model’s accuracy should be improved, but the proposed deadline is approaching. Which action should the data scientist take first?
AContinue collecting data.
BRequest additional funding.
CConsult the key project stakeholder.
DTest additional model specifications.
Which of the following describes backpropagation?
AThe passage of convolutions backward through a neural network to update weights and biases
BThe passage of accuracy backward through a neural network to update weights and biases
CThe passage of nodes backward through a neural network to update weights and biases
DThe passage of errors backward through a neural network to update weights and biases
A data scientist is standardizing a large dataset that includes website addresses. A particular string within some web addresses must be extracted. Which method is best for extracting the required string from the text data?
ARegular expressions
BNamed-entity recognition
CLarge language model
DFind and replace
A statistician identifies gaps in data related to age-associated illnesses and wants to aggregate these observations further. Which of the following is the most suitable technique for accomplishing this goal?
ALabel encoding
BLinearization
CBinning
DImputing
A data scientist must predict an individual's annual income using a dataset that includes the following information for every citizen in the country:
Education level
Profession
Residential address
Total assets
Age
Annual income
Which of the following is the most likely concern with the data?
ADifference observations
BInsufficient features
CMultivariate outliers
DBinning
An analyst reviews data from an array of temperature sensors and finds that one sensor consistently reports values much higher than those from the other sensors. Which term best characterizes this kind of error?
Community Discussion