Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

An agentic AI is tasked with generating marketing copy for various campaigns. It’s consistently producing high-quality text and generating significant engagement. However, qualitative feedback from brand managers indicates that the content lacks a distinct “brand voice” and feels generic.

Which of the following metrics would be most valuable for evaluating the agent’s adherence to the brand’s established voice?

A.

A metric assessing the agent’s ability to tailor its language and messaging for distinct audience segments based on demographic and psychographic data.

B.

A metric evaluating the agent’s textual similarity to a formalized brand style guide, analyzing factors such as tone, approved vocabulary, and prescribed sentence structures.

C.

A metric tracking the average word count and sentence length of the agent’s copy, focusing on stylistic efficiency as a potential proxy for brand alignment.

D.

A metric quantifying how frequently the agent’s output is shared, liked, or reposted on major social platforms, using this as an indicator of effective brand representation.

You are using an LLM-as-a-Judge to evaluate a RAG pipeline.

What is the primary benefit of synthetically generating question-answer pairs, rather than relying solely on human-created test cases?

A.

Synthetically generated questions are more challenging and reveal deeper flaws in the RAG pipeline.

B.

Synthetic generation eliminates the need for any human validation of the RAG pipeline’s output.

C.

Synthetically generated answers are inherently more accurate than those produced by the LLM.

D.

Synthetic generation allows for systematic testing of the RAG pipeline across a wider range of scenarios and query types.

An AI architect at a national healthcare provider is maintaining an agentic AI system. The system must monitor model and system performance in real time, raise alerts on failures or anomalies, manage version control and rollback of diagnostic models, and provide transparent insight into agent behavior during patient care workflows.

Which operational approach best supports these requirements using the NVIDIA AI stack?

A.

Containerize each agent in NIM with basic health checks running on cron jobs, and manage version rollback by swapping prebuilt container images.

B.

Optimize all models with TensorRT and use periodic manual log reviews and NVIDIA shell scripts for detecting service anomalies and managing rollback.

C.

Deploy agent models on NVIDIA Triton Inference Server with Prometheus and Grafana for performance alerting, and manage model lifecycle via NGC and the Triton model repository.

D.

Expose agents as stateless NVIDIA API endpoints and monitor activity through application logs, with model versions tracked in a Git-based script repository.

An engineer has created a working AI agent solution providing helpful services to users. However, during live testing, the AI agent does not perform tasks consistently.

Which two potential solutions might help with this issue? (Choose two.)

A.

Remove schema validations and assertions on tool outputs to avoid inconsistency.

B.

Increase randomness (e.g., temperature) and remove fixed seeds to avoid determinism.

C.

Identify where dividing the tasks into subtasks and handling them by multiple agents can help.

D.

Refine the prompt given to the AI Agent; be clear on objectives

Your team notices a spike in failed tool calls from a deployed workflow agent after a recent API schema update. The agent still returns outputs, but many are irrelevant or incomplete.

Which maintenance task should be prioritized to restore accurate behavior?

A.

Reset the agent’s long-term memory and reinitialize logs.

B.

Update the tool function specifications and re-test action sequences.

C.

Increase model temperature to encourage tool exploration.

D.

Reduce tool retrieval vector similarity threshold to broaden context.

You are creating a virtual assistant agent that needs to handle an increasingly wide range of tasks over an extended period.

What is the primary benefit of combining external storage (like RAG) with fine-tuning (embodied memory) in this context?

A.

To enhance long-term reasoning capabilities and adaptability

B.

To accelerate the agent’s initial response time

C.

To ensure the agent doesn’t make any errors

D.

To eliminate the need for external knowledge

You’re managing an agentic AI responsible for customer support ticket triage. The agent has been consistently accurate in routing tickets to the appropriate departments. However, a team leader has noticed a significant increase in the number of tickets requiring “escalation” – cases where the agent initially misclassified a complex issue as a simple, routine one, leading to delays and frustrated customers.

What would be an appropriate first step in resolving this issue?

A.

Analyzing the agent’s decision-making process, focusing on the specific criteria it uses to classify tickets, and identifying potential biases or blind spots.

B.

Adjusting the agent’s reward function to prioritize speed of resolution over accuracy, as a first step in analysis of the problem.

C.

Increasing the agent’s autonomy, granting it more decision-making power during triage to improve its efficiency.

D.

Conducting a “red-teaming” exercise, having human agents deliberately create complex and ambiguous scenarios to analyze the agent’s robustness.

A recently deployed agent sometimes outputs empty responses under heavy system load.

Which system-level signal is most useful for diagnosing this issue?

A.

Number of tool function arguments returned per query

B.

Retrieval similarity thresholds in vector search

C.

GPU memory utilization and server-side inference logs

D.

Prompt injection detection rate over time

When evaluating GPU utilization inefficiencies in deploying Llama Nemotron models across A100 and H100 clusters, which approaches help identify optimal resource allocation strategies? (Choose two.)

A.

Allow Nemotron variants to profile actual workload characteristics and allocate resources based on observed demands.

B.

Profile resource utilization for each Nemotron variant and match models to appropriate GPU tiers.

C.

Allocate all agents to Hl00 GPUs, allowing resource profiles to automatically adjust for model size and computational requirements.

D.

Assess concurrent execution capabilities by employing multi-instance GPU partitioning for varying workload types.

Which two optimization strategies are MOST effective for improving agent performance on NVIDIA GPU infrastructure? (Choose two.)

A.

Using multi-GPU coordination to distribute workloads, enabling higher throughput and efficiency for scaling agent tasks.

B.

Applying TensorRT-LLM optimizations to reduce inference latency by improving kernel efficiency and memory usage.

C.

Expanding GPU memory capacity to support larger models, assuming this alone guarantees meaningful performance improvements.

D.

Manually tuning kernel launch parameters to optimize individual operations while overlooking overall pipeline performance dynamics.