ExamGecko
Home Home / HP / HPE2-N69

HP HPE2-N69 Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











Where does TensorFlow fit in the ML/DL Lifecycle?

A.
it helps engineers use a language like Python to code and trail DL models.
A.
it helps engineers use a language like Python to code and trail DL models.
Answers
B.
it provides pipelines to manage the complete lifecycle.
B.
it provides pipelines to manage the complete lifecycle.
Answers
C.
It is primarily used to transport trained models to a deployment environment.
C.
It is primarily used to transport trained models to a deployment environment.
Answers
D.
It adds system and GPU monitoring to the training process.
D.
It adds system and GPU monitoring to the training process.
Answers
Suggested answer: A

You want to set up a simple demo Ouster tor HPE Machine learning Development Environment for the open source Determined AI) on a local machine. You plan to use "del deploy" to set up the cluster. What software must be installed on the machine before you run that command?

A.
Kubernetes
A.
Kubernetes
Answers
B.
PyTorch
B.
PyTorch
Answers
C.
Terralorm
C.
Terralorm
Answers
D.
Docker
D.
Docker
Answers
Suggested answer: A

An HPE Machine Learning Development Environment cluster has this resource pool:

Name: pool 1

Location: On-prem

Agents: 2

Aux containers per agent: 100

Total slots: 0

Which type of workload can run In pool I?

A.
Training
A.
Training
Answers
B.
GPU Jupyter Notebook
B.
GPU Jupyter Notebook
Answers
C.
Validation
C.
Validation
Answers
D.
CPU-only Jupyter Notebook
D.
CPU-only Jupyter Notebook
Answers
Suggested answer: D

What common challenge do ML teams lace in implementing hyperparameter optimization (HPO)?

A.
HPO is a joint ml and IT Ops effort, and engineers lack deep enough integration with the IT team.
A.
HPO is a joint ml and IT Ops effort, and engineers lack deep enough integration with the IT team.
Answers
B.
They cannot implement HPO on TensorFlow models, so they must move their models to a new framework.
B.
They cannot implement HPO on TensorFlow models, so they must move their models to a new framework.
Answers
C.
Implementing HPO manually can be time-consuming and demand a great deal of expertise.
C.
Implementing HPO manually can be time-consuming and demand a great deal of expertise.
Answers
D.
ML teams struggle to find large enough data sets to make HPO feasible and worthwhile.
D.
ML teams struggle to find large enough data sets to make HPO feasible and worthwhile.
Answers
Suggested answer: A

An HPE Machine Learning Development Environment resource pool uses priority scheduling with preemption disabled. Currently Experiment 1 Trial I is using 32 of the pool's 40 total slots; it has priority 42. Users then run two more experiments:

• Experiment 2:1 trial (Trial 2) that needs 24 slots; priority 50

• Experiment 3; l trial (Trial 3) that needs 24 slots; priority I

What happens?

A.
Trial I is allowed to finish. Then Trial 3 is scheduled.
A.
Trial I is allowed to finish. Then Trial 3 is scheduled.
Answers
B.
Trial 2 is scheduled on 8 of the slots. Then, alter Trial 1 has finished, it receives 16 more slots.
B.
Trial 2 is scheduled on 8 of the slots. Then, alter Trial 1 has finished, it receives 16 more slots.
Answers
C.
Trial 1 is allowed to finish. Then Trial 2 is scheduled.
C.
Trial 1 is allowed to finish. Then Trial 2 is scheduled.
Answers
D.
Trial 3 is scheduled on 8 of the slots. Then, after Trial 1 has finished, it receives 16 more slots.
D.
Trial 3 is scheduled on 8 of the slots. Then, after Trial 1 has finished, it receives 16 more slots.
Answers
Suggested answer: A

ML engineers are defining a convolutional neural network (CNN) model bur they are not sure how many filters to use in each convolutional layer. What can help them address this concern?

A.
Using hyperparameter optimization (HPO)
A.
Using hyperparameter optimization (HPO)
Answers
B.
Distributing the training across multiple CPUs
B.
Distributing the training across multiple CPUs
Answers
C.
Using a variable learning late
C.
Using a variable learning late
Answers
D.
Training the model on multiple epochs
D.
Training the model on multiple epochs
Answers
Suggested answer: D

A company has recently expanded its ml engineering resources from 5 CPUs 1012 GPUs.

What challenge is likely to continue to stand in the way of accelerating deep learning (DU training?

A.
A lack of understanding of the DL model architecture by the NL engineering team
A.
A lack of understanding of the DL model architecture by the NL engineering team
Answers
B.
The complexity of adjusting model code to distribute the training process across multiple GPUs
B.
The complexity of adjusting model code to distribute the training process across multiple GPUs
Answers
C.
A lack of adequate power and cooling for the GPU-enabled servers
C.
A lack of adequate power and cooling for the GPU-enabled servers
Answers
D.
The requirement that the ML team must wait for the IT team to initiate each new training process
D.
The requirement that the ML team must wait for the IT team to initiate each new training process
Answers
Suggested answer: A

What distinguishes deep learning (DL) from other forms of machine learning (ML)?

A.
Models based on neural networks with interconnected layers of nodes, including multiple hidden layers
A.
Models based on neural networks with interconnected layers of nodes, including multiple hidden layers
Answers
B.
Models defined with Apache Spark rather than MapReduce
B.
Models defined with Apache Spark rather than MapReduce
Answers
C.
Models that are trained through unsupervised, rather than supervised, training
C.
Models that are trained through unsupervised, rather than supervised, training
Answers
D.
Models trained through multiple training processes implemented by different team members
D.
Models trained through multiple training processes implemented by different team members
Answers
Suggested answer: C

What are the mechanics of now a model trains?

A.
Decides which algorithm can best meet the use case for the application in question
A.
Decides which algorithm can best meet the use case for the application in question
Answers
B.
Adjusts the model's parameter weights such that the model can Better perform its tasks
B.
Adjusts the model's parameter weights such that the model can Better perform its tasks
Answers
C.
Tests how accurately the model performs on a wide array of real world data
C.
Tests how accurately the model performs on a wide array of real world data
Answers
D.
Detects Data drift of content drift that might compromise the ML model's performance
D.
Detects Data drift of content drift that might compromise the ML model's performance
Answers
Suggested answer: A

A customer mentions that the ML team wants to avoid overfitting models. What does this mean?

A.
The team wants to avoid wasting resources on training models with poorly selected hyperparameters.
A.
The team wants to avoid wasting resources on training models with poorly selected hyperparameters.
Answers
B.
The team wants to spend less time on creating the code tor models and more time training models.
B.
The team wants to spend less time on creating the code tor models and more time training models.
Answers
C.
The team wants to avoid training models to the point where they perform less well on new data.
C.
The team wants to avoid training models to the point where they perform less well on new data.
Answers
D.
The team wants to spend less time figuring out which CPUs are available for training models.
D.
The team wants to spend less time figuring out which CPUs are available for training models.
Answers
Suggested answer: D

Explanation:


Total 40 questions
Go to page: of 4