CertNexus Certified Artificial Intelligence Practitioner (CAIP) - AIP-210 Exam Practice Test
A healthcare company experiences a cyberattack, where the hackers were able to reverse-engineer a dataset to break confidentiality.
Which of the following is TRUE regarding the dataset parameters?
Which of the following is TRUE regarding the dataset parameters?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following models are text vectorization methods? (Select two.)
Correct Answer: B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Your dependent variable Y is a count, ranging from 0 to infinity. Because Y is approximately log-normally distributed, you decide to log-transform the data prior to performing a linear regression.
What should you do before log-transforming Y?
What should you do before log-transforming Y?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You train a neural network model with two layers, each layer having four nodes, and realize that the model is underfit. Which of the actions below will NOT work to fix this underfitting?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following is NOT a valid cross-validation method?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
An organization sells house security cameras and has asked their data scientists to implement a model to detect human feces, as distinguished from animals, so they can alert th customers only when a human gets close to their house.
Which of the following algorithms is an appropriate option with a correct reason?
Which of the following algorithms is an appropriate option with a correct reason?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Given a feature set with rows that contain missing continuous values, and assuming the data is normally distributed, what is the best way to fill in these missing features?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following can benefit from deploying a deep learning model as an embedded model on edge devices?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which database is designed to better anticipate and avoid risks of AI systems causing safety, fairness, or other ethical problems?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
For each of the last 10 years, your team has been collecting data from a group of subjects, including their age and numerous biomarkers collected from blood samples. You are tasked with creating a prediction model of age using the biomarkers as input. You start by performing a linear regression using all of the data over the 10- year period, with age as the dependent variable and the biomarkers as predictors.
Which assumption of linear regression is being violated?
Which assumption of linear regression is being violated?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).