IBM Machine Learning Data Scientist (C1000-144) Certification Sample Questions

Machine Learning Data Scientist Dumps, C1000-144 Dumps, C1000-144 PDF, Machine Learning Data Scientist VCE, IBM C1000-144 VCE, IBM Machine Learning Data Scientist PDFThe purpose of this Sample Question Set is to provide you with information about the IBM Machine Learning Data Scientist v1 exam. These sample questions will make you very familiar with both the type and the difficulty level of the questions on the C1000-144 certification test. To get familiar with real exam environment, we suggest you try our Sample IBM Machine Learning Data Scientist Certification Practice Exam. This sample practice exam gives you the feeling of reality and is a clue to the questions asked in the actual IBM Certified Data Scientist - Machine Learning Specialist v1 certification exam.

These sample questions are simple and basic questions that represent likeness to the real IBM C1000-144 exam questions. To assess your readiness and performance with real time scenario based questions, we suggest you prepare with our Premium IBM Machine Learning Data Scientist Certification Practice Exam. When you solve real time scenario based questions practically, you come across many difficulties that give you an opportunity to improve.

IBM C1000-144 Sample Questions:

01. What are two reasons a data point would be treated as an outlier?
a) If the value is greater than mean
b) If the value is greater than median
c) If the value is greater than standard deviation
d) If the value is below the upper end of the bottom quartile by more then 1.5 times the interquartile range
e) If the value is above the lower end of the top quartile by more then 1.5 times the interquartile range
 
02. K-nearest neighbors and K-means clustering with Euclidean distance suffer from the curse of dimensionality. Is the above statement true and why?
a) This is true. Euclidean distance, in general, is not a good metric in a high-dimensional space.
b) This is false. K-nearest neighbors can effectively work with a highdimension space if K is small.
c) This is true. As K increases, the number of samples required grows linearly with respect to the dimension and K.
d) This is false. K-means clustering can effectively work with a highdimension space if given a large number of samples.
 
03. What is the reason oversampling on the minority class should be performed after the train test is split and not before?
a) To not risk reducing the value of the recall
b) To not risk reducing the value of the accuracy
c) To not increase the number of records in the testing dataset
d) So there is not duplicate records in both the training and testing datasets
 
04. A Logistic Regression algorithm is used to classify images into four categories. If each image has a 5x5 pixel dimension, what is the the number of weights required (excluding biases) for this model?
a) 200
b) 100
c) 300
d) 400
 
05. The Bayesian optimization algorithm for hyperparameter tuning has which trait?
a) It can be used for both regression and clustering but cannot be used for classification.
b) It requires that a user provide a list of all of the values that will be tested for each hyperparameter.
c) It builds a machine learning model to predict which hyperparameter settings will be most effective.
d) If sufficient hardware is available, it can try out many different hyperparameter settings at the same time.
 
06. What does an R^2 Score (coefficient of determination) measure?
a) It computes the average squared difference between estimated values and the actual value.
b) It computes the square root of the average squared difference between estimated values and the actual value.
c) It represents the proportion of the variance in the independent variable that has been explained by the dependent variable.
d) It represents the proportion of the variance in the dependent variable that has been explained by the independent variable(s).
 
07. Converting a neural network into the newest version of TensorFlow or another deep-learning package is what type of performance drift or software decay?
a) Data changes
b) Concept drift
c) Software changes
d) Sampling bias and selection bias changes
 
08. Which of the following are signs that AI is being successfully infused into the organization?
(Choose Three)
a) AI technologies are integrated into key business processes.
b) AI usage is restricted to a small number of specialists.
c) Employees across the organization are trained in AI capabilities.
d) There is a clear governance framework for AI ethics and use.
e) AI projects are often initiated but rarely completed.
 
09. What is one way that IBM AutoAI helps make it easier for data scientists to determine what key fields to use to join data tables?
a) AutoAI automatically suggests joining on fields in different tables that have matching names.
b) AutoAI automatically suggests joining on fields in different tables that have matching values.
c) AutoAI automatically suggests joining on fields in different tables when those tables have the same number of rows.
d) AutoAI automatically suggests joining on fields in different tables when those tables have the same number of fields.
 
10. Given an SQL table 'Books' with fields Title, Author, and Genre, which query would return a list of unique Genre values?
a) SELECT Genre FROM Books;
b) SELECT SET Genre FROM Books;
c) SELECT UNIQUE Genre FROM Books;
d) SELECT DISTINCT Genre FROM Books;

Answers:

Question: 01
Answer: d, e
Question: 02
Answer: a
Question: 03
Answer: d
Question: 04
Answer: b
Question: 05
Answer: c
Question: 06
Answer: d
Question: 07
Answer: c
Question: 08
Answer: a, c, d
Question: 09
Answer: a
Question: 10
Answer: d

Note: For any error in IBM Certified Data Scientist - Machine Learning Specialist v1 (C1000-144) certification exam sample questions, please update us by writing an email on feedback@edusum.com.

Rating: 5 / 5 (75 votes)