NVIDIA NCA-GENL - Generative AI LLM Exam
Page: 2 / 10
Total 50 questions
Question #6 (Topic: Topic 1, Core Machine Learning and AI Knowledge
)
What is a foundation model in the context of Large Language Models (LLMs)?
A. A model that sets the state-of-the-art results for any of the tasks that compose the General Language Understanding Evaluation (GLUE) benchmark.
B. Any model trained on vast quantities of data at scale whose goal is to serve as a starter that can be adapted to a variety of downstream tasks.
C. Any model validated by the artificial intelligence safety institute as the foundation for building transformed-based applications.
D. Any model based on the foundation paper “Attention is all you need”, that uses recurrent neural networks and convolution layers.
Answer: B
Question #7 (Topic: Topic 1, Core Machine Learning and AI Knowledge
)
Why is layer normalization important in transformer architectures?
A. To enhance the model’s ability to generalize to new data.
B. To compress the model size for efficient storage.
C. To stabilize the learning process by adjusting the inputs across the features.
D. To encode positional information within the sequence.
Answer: C
Question #8 (Topic: Topic 1, Core Machine Learning and AI Knowledge
)
Why do we need positional encoding in transformer-based models?
A. To increase the throughput of the model.
B. To represent the order of elements in a sequence.
C. To prevent overfitting of the model.
D. To reduce the dimensionality of the input data.
Answer: B
Question #9 (Topic: Topic 1, Core Machine Learning and AI Knowledge
)
What do we usually refer to as generative AI?
A. A branch of artificial intelligence that focuses on creating models that can generate new and original data.
B. A branch of artificial intelligence that focuses on auto generation of models for classification.
C. A branch of artificial intelligence that focuses on improving the efficiency of existing models.
D. A branch of artificial intelligence that focuses on analyzing and interpreting existing data.
Answer: A
Question #10 (Topic: Topic 1, Core Machine Learning and AI Knowledge
)
Which of the following is an activation function used in neural networks?
A. Sigmoid function
B. K-means clustering function
C. Mean Squared Error function
D. Diffusion function
Answer: A