DY0-001 Exam Questions
95 real DY0-001 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1Data Processing Technologies
A statistician notices gaps in data associated with age-related illnesses and wants to further aggregate these observations. Which of the following is the best technique to achieve...
binningdata aggregationfeature engineeringmissing data - Question #2Operations and Processes
A data scientist needs to analyze a company's chemical businesses and is using the master database of the conglomerate company. Nothing in the data differentiates the data observat...
domain knowledgedata explorationstakeholder consultationdata filtering - Question #3Modeling, Analysis, and Outcomes
A data scientist built several models that perform about the same but vary in the number of features. Which of the following models should the data scientist recommend for producti...
Occam's razormodel selectionfeature countmodel simplicity - Question #4Data Processing Technologies
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?
data compressionCPU usagedata pipelineperformance - Question #5Machine Learning
The most likely concern with a one-feature, machine-learning model is high error due to:
biasunderfittingmodel complexitysingle-feature model - Question #6Mathematics and Statistics
Given matrix Which of the following is AT? A. B. C. D.
matrix transposelinear algebramatrix operations - Question #7Machine Learning
A data scientist is clustering a data set but does not want to specify the number of clusters present. Which of the following algorithms should the data scientist use?
DBSCANclusteringunsupervised learningdensity-based clustering - Question #8Specialized Applications of Data Science
A data analyst wants to find the latitude and longitude of a mailing address. Which of the following is the best method to use?
geocodinggeospatial dataaddress parsingdata transformation - Question #9Machine Learning
Which of the following describes the appropriate use case for PCA?
PCAdimensionality reductionunsupervised learningfeature reduction - Question #10Mathematics and Statistics
A data scientist observes findings that indicate that as electrical grids in a country become more and more connected over time, the frequency of brownouts and blackouts in total d...
kurtosisdistribution metricsstatistical analysistail behavior - Question #11Data Processing Technologies
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...
inner joinSQL joinsdata mergingrelational data - Question #12Mathematics and Statistics
Which of the following is a classic example of a constrained optimization problem?
traveling salesmanconstrained optimizationcombinatorial optimization - Question #13Specialized Applications of Data Science
A data scientist wants to digitize historical hard copies of documents. Which of the following is the best method for this task?
OCRdocument digitizationimage processingtext extraction - Question #14Operations and Processes
A data scientist trained a model for departments to share. The departments must access the model using HTTP requests. Which of the following approaches is appropriate?
model deploymentREST APIendpointHTTP requests - Question #15Modeling, Analysis, and Outcomes
Given the following: Which of the following time series models best represents this process?
time seriesAR modelARIMAautoregressive process - Question #16Modeling, Analysis, and Outcomes
Which of the following methods should a data scientist use just before switching to a potential replacement model?
A/B testingmodel replacementmodel evaluationexperimentation - Question #17Data-driven Decision Making
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 se...
executive presentationdata storytellingrecommendationscommunication - Question #18Modeling, Analysis, and Outcomes
A data scientist is developing a model to predict the outcome of a vote for a national mascot. The choice is between tigers and lions. The full data set represents feedback from in...
out-of-sample datamodel generalizationpredictionsampling bias - Question #19Data Analytics Methods
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 va...
line plottime series visualizationaggregated measurementsdata visualization - Question #20Data Processing Technologies
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...
regular expressionsstring extractiontext processingdata cleaning - Question #21Modeling, Analysis, and Outcomes
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?
adjusted R²R²regression metricsvariable selection - Question #22Machine Learning
A team is building a spam detection system. The team wants a probability-based identification method without complex, in-depth training from the historical data set. Which of the f...
Naive Bayesprobabilistic classificationspam detectionsupervised learning - Question #23Modeling, Analysis, and Outcomes
A data scientist is using the following confusion matrix to assess model performance: The model is predicting whether a delivery truck will be able to make 200 scheduled delivery s...
confusion matrixcost-benefit analysismodel evaluationclassification metrics - Question #24Machine Learning
The following graphic shows the results of an unsupervised, machine-learning clustering model: k is the number of clusters, and n is the processing time required to run the model....
k-means clusteringelbow methodhyperparameter tuningunsupervised learning - Question #25Mathematics and Statistics
Under perfect conditions, E. coli bacteria would cover the entire earth in a matter of days. Which of the following types of models is the best for explaining this type of growth?
exponential growthgrowth modelsmathematical modelingbiology - Question #26Operations and Processes
Which of the following problem-solving approaches is a set of guidelines to handle highly variable and not fully apparent situations?
heuristicsalgorithmsproblem-solvingdecision frameworks - Question #27Modeling, Analysis, and Outcomes
A data analyst is examining the correlation matrix of a new data set to identify issues that could adversely impact model performance. Which of the following is the analyst most li...
multicollinearitycorrelation matrixfeature selectionmodel performance - Question #28Machine Learning
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...
model selectionreal-time inferencedeployment constraintsrandom forest - Question #29Data Processing Technologies
A movie production company would like to find the actors appearing in its top movies using data from the tables below. The resulting data must show all movies in Table 1, enriched...
SQL joinsLEFT JOINdata integrationrelational databases - Question #30Data-driven Decision Making
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 arti...
stakeholder communicationnon-technical audiencemodel reportingdata presentation - Question #31Modeling, Analysis, and Outcomes
A data scientist has built a model that provides the likelihood of an error occurring in a factory. The historical accuracy of the model is 90%. At a specific factory, the model is...
confidence scoreprobability interpretationmodel accuracyclassification - Question #32Mathematics and Statistics
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....
systematic errormeasurement errorsensor datadata quality - Question #33Machine Learning
A data scientist would like to model a complex phenomenon using a large data set composed of categorical, discrete, and continuous variables. After completing exploratory data anal...
model interpretabilityalgorithm selectiondecision treenon-linear relationships - Question #34Mathematics and Statistics
Which of the following is best solved with graph theory?
graph theorytraveling salesman problemnetwork analysiscombinatorial optimization - Question #35Modeling, Analysis, and Outcomes
Given these business requirements: - Needs to most efficiently move 3,000 boxes across a river - Has one boat that holds eight boxes, travels at ten nautical miles per hour, and ha...
constrained optimizationresource constraintsoperations researchoptimization techniques - Question #36Data Processing Technologies
A data scientist is analyzing a data set with categorical features and would like to make those features more useful when building a model. Which of the following data transformati...
one-hot encodinglabel encodingcategorical featuresfeature engineering - Question #37Specialized Applications of Data Science
Which of the following measures would a data scientist most likely use to calculate the similarity of two text strings?
edit distancetext similaritystring comparisonNLP - Question #38Data Governance and Ethics
Which of the following issues should a data scientist be most concerned about when generating a synthetic data set?
synthetic datadata representativenesspopulation biasdata quality - Question #39Mathematics and Statistics
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 max...
R²linear regressionregression metricsmodel fit - Question #40Data Analytics Methods
SIMULATION 1 A client has gathered weather data on which regions have high temperatures. The client would like a visualization to gain a better understanding of the data. INSTRUCTI...
data visualizationdata standardizationgeographic datachart selection - Question #41Modeling, Analysis, and Outcomes
SIMULATION 2 A data scientist needs to determine whether product sales are impacted by other contributing factors. The client has provided the data scientist with sales and other v...
regression modelsstatistical significancevariable selectionmodel interpretation - Question #42Data Processing Technologies
In a research project, Professor Smith is analyzing a large corpus of scientific articles. He wants to remove common words like "the," "is," and "a," which do not contribute much t...
NLPstop wordstext preprocessingtokenization - Question #43Big Data Concepts
One of the main differences between administrative and transactional data is ______.
transactional dataadministrative datadata typesevent-based data - Question #44Modeling, Analysis, and Outcomes
For an imbalanced dataset, why can accuracy be considered a misleading metric?
imbalanced datasetaccuracyevaluation metricsclass distribution - Question #45Specialized Applications of Data Science
Xiaojing frequently watches romantic comedies. A movie recommender system uses this information to suggest other romantic comedies to her. Which of these approaches is the system u...
content-based filteringrecommender systemscollaborative filteringpersonalization - Question #46Modeling, Analysis, and Outcomes
A data scientist is building an inferential model with a single predictor variable. A scatter plot of the independent variable against the real-number dependent variable shows a st...
linear regressionmodel interpretabilityinferential modelingpredictor variables - Question #47Modeling, Analysis, and Outcomes
A data scientist wants to evaluate the performance of various nonlinear models. Which of the following is best suited for this task?
AICmodel evaluationnonlinear modelsmodel selection - Question #48Machine Learning
Which of the following is the layer that is responsible for the depth in deep learning?
deep learninghidden layersneural networksmodel architecture - Question #49Modeling, Analysis, and Outcomes
Which of the following modeling tools is appropriate for solving a scheduling problem?
constrained optimizationschedulingoptimization techniquesoperations research - Question #50Operations and Processes
Which of the following environmental changes is most likely to resolve a memory constraint error when running a complex model using distributed computing?
distributed computingmemory constraintscluster deploymentscalability