Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

What are the main advantages of instructed large language models over traditional, small language models (< 300M parameters)? (Pick the 2 correct responses)

A.

Trained without the need for labeled data.

B.

Smaller latency, higher throughput.

C.

It is easier to explain the predictions.

D.

Cheaper computational costs during inference.

E.

Single generic model can do more than one task.

Full Access
Question # 5

Which metric is commonly used to evaluate machine-translation models?

A.

F1 Score

B.

BLEU score

C.

ROUGE score

D.

Perplexity

Full Access
Question # 6

Which of the following contributes to the ability of RAPIDS to accelerate data processing? (Pick the 2 correct responses)

A.

Ensuring that CPUs are running at full clock speed.

B.

Subsampling datasets to provide rapid but approximate answers.

C.

Using the GPU for parallel processing of data.

D.

Enabling data processing to scale to multiple GPUs.

E.

Providing more memory for data analysis.

Full Access
Question # 7

Which model deployment framework is used to deploy an NLP project, especially for high-performance inference in production environments?

A.

NVIDIA DeepStream

B.

HuggingFace

C.

NeMo

D.

NVIDIA Triton

Full Access
Question # 8

What is the main difference between forward diffusion and reverse diffusion in diffusion models of Generative AI?

A.

Forward diffusion focuses on generating a sample from a given noise vector, while reverse diffusion reverses the process by estimating the latent space representation of a given sample.

B.

Forward diffusion uses feed-forward networks, while reverse diffusion uses recurrent networks.

C.

Forward diffusion uses bottom-up processing, while reverse diffusion uses top-down processing to generate samples from noise vectors.

D.

Forward diffusion focuses on progressively injecting noise into data, while reverse diffusion focuses on generating new samples from the given noise vectors.

Full Access
Question # 9

When comparing and contrasting the ReLU and sigmoid activation functions, which statement is true?

A.

ReLU is a linear function while sigmoid is non-linear.

B.

ReLU is less computationally efficient than sigmoid, but it is more accurate than sigmoid.

C.

ReLU and sigmoid both have a range of 0 to 1.

D.

ReLU is more computationally efficient, but sigmoid is better for predicting probabilities.

Full Access
Question # 10

Which aspect in the development of ethical AI systems ensures they align with societal values and norms?

A.

Achieving the highest possible level of prediction accuracy in AI models.

B.

Implementing complex algorithms to enhance AI’s problem-solving capabilities.

C.

Developing AI systems with autonomy from human decision-making.

D.

Ensuring AI systems have explicable decision-making processes.

Full Access
Question # 11

Which feature of the HuggingFace Transformers library makes it particularly suitable for fine-tuning large language models on NVIDIA GPUs?

A.

Built-in support for CPU-based data preprocessing pipelines.

B.

Seamless integration with PyTorch and TensorRT for GPU-accelerated training and inference.

C.

Automatic conversion of models to ONNX format for cross-platform deployment.

D.

Simplified API for classical machine learning algorithms like SVM.

Full Access
Question # 12

Which tool would you use to select training data with specific keywords?

A.

ActionScript

B.

Tableau dashboard

C.

JSON parser

D.

Regular expression filter

Full Access
Question # 13

What distinguishes BLEU scores from ROUGE scores when evaluating natural language processing models?

A.

BLEU scores determine the fluency of text generation, while ROUGE scores rate the uniqueness of generated text.

B.

BLEU scores analyze syntactic structures, while ROUGE scores evaluate semantic accuracy.

C.

BLEU scores evaluate the 'precision' of translations, while ROUGE scores focus on the 'recall' of summarized text.

D.

BLEU scores measure model efficiency, whereas ROUGE scores assess computational complexity.

Full Access
Question # 14

Which technique is used in prompt engineering to guide LLMs in generating more accurate and contextually appropriate responses?

A.

Training the model with additional data.

B.

Choosing another model architecture.

C.

Increasing the model's parameter count.

D.

Leveraging the system message.

Full Access
Question # 15

You have access to training data but no access to test data. What evaluation method can you use to assess the performance of your AI model?

A.

Cross-validation

B.

Randomized controlled trial

C.

Average entropy approximation

D.

Greedy decoding

Full Access