NCA-GENM Exam Questions & Answers
Generative AI Multimodal • NVIDIA
100% money-back guarantee
Sample NCA-GENM Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
In a multimodal machine learning context, how are different modalities usually linked to each other?
The defining goal of multimodal machine learning is to learn a shared (joint) representation space that captures cross-modal relationships and correspondences --- allowing information from one modality to inform, constrain, or complete information from another. This shared representation is what enables tasks like cross-modal retrieval (finding images from a text query), cross-modal generation (text-to-image, image-to-text), and joint reasoning (visual question answering), all of which require the model to relate concepts across modality boundaries rather than process each in isolation.
How that shared representation is learned varies --- contrastive objectives (CLIP), joint embedding via co-attention (VisualBERT, LXMERT), or fusion layers that combine modality-specific features --- but the underlying principle is consistent across architectures: linkage happens through learned representations, not fixed rules or arbitrary connections.
Option C describes a specific, narrow ensembling strategy (tree-based combination of separate unimodal models) that is neither standard nor representative of how modern multimodal systems establish cross-modal relationships; it also conflates 'linking modalities' with 'combining model outputs,' which is closer to late fusion than to representation learning. Option D is simply the negation of the field's core premise. Option B introduces randomness where structure is explicitly what is being learned.
Which of the following is a component of the Content Authenticity Initiative?
The Content Authenticity Initiative (CAI) --- the cross-industry effort NVIDIA participates in alongside Adobe, Microsoft, and other organizations, built on the C2PA (Coalition for Content Provenance and Authenticity) open technical standard --- centers on 'Content Credentials': tamper-evident metadata attached to digital content that records its provenance, including how, when, and with what tools (including generative AI systems) the content was created or edited. Content Credentials travel with the media file and can be cryptographically verified, giving viewers a way to trace an image or video's origin and edit history, which is increasingly important as generative AI makes synthetic media harder to distinguish from authentic content by inspection alone.
The other options are either too generic or describe adjacent-but-distinct concepts: 'content validity' (A) is not a defined CAI technical component; it reads as a plausible-sounding but non-specific distractor. 'Ethical AI development' (B) describes a broader Trustworthy AI value that CAI's work supports and relates to, but it is not itself a named CAI component or deliverable. 'Data encryption' (C) is a general information-security technique --- CAI's Content Credentials do use cryptographic signing to ensure tamper-evidence, but encryption (confidentiality) and the CAI's actual mechanism (verifiable, signed provenance metadata) are distinct concepts; CAI is about disclosure and traceability, not concealment.
Which metric is commonly used for evaluating Automatic Speech Recognition (ASR) models?
Word Error Rate is the standard evaluation metric for ASR systems. It measures the edit distance between the model's transcription and a human reference transcript, computed as (Substitutions + Deletions + Insertions) / Number of reference words, expressed as a percentage. Lower WER indicates better transcription accuracy. Its character-level analogue, Character Error Rate (CER), is used for languages without clear word boundaries or for morphologically complex languages.
The distractors target common confusions: CTC (Connectionist Temporal Classification) Loss (A) is a *training* objective used to align variable-length audio input with variable-length text output in ASR models like DeepSpeech --- it optimizes the model but is not itself a post-hoc evaluation metric on held-out accuracy. F1 Score (B) evaluates classification tasks with defined positive/negative classes, such as keyword spotting or wake-word detection, not full transcription. Mean Opinion Score (C) is a subjective, human-rated metric used to evaluate speech *synthesis* quality (TTS) or perceived audio naturalness --- the inverse task of ASR --- not transcription accuracy.
On NVIDIA's Riva and NeMo ASR pipelines, WER is the benchmark reported against datasets like LibriSpeech, and it remains the figure typically referenced in the exam's Multimodal Data and Experimentation domains when discussing speech model evaluation.
Which of the following is a disadvantage of the ReLU activation function?
Reviewer note: Marked answer (C) is factually incorrect --- ReLU is well suited to deep networks and specifically helps mitigate vanishing gradients. The genuine, well-established disadvantage is the 'dying ReLU' problem (D).
I need to flag this one as well: the marked answer (C) does not hold up, and stating otherwise would misrepresent a fairly foundational deep learning fact. ReLU (Rectified Linear Unit, f(x) = max(0, x)) is, if anything, particularly well suited to deep neural networks --- it was widely adopted specifically *because* it mitigates the vanishing gradient problem that plagued earlier activation functions like sigmoid and tanh in deep architectures: ReLU's gradient is a constant 1 for all positive inputs, rather than the saturating, near-zero gradients that sigmoid/tanh produce for large-magnitude inputs, which allows gradients to propagate more effectively through many layers.
The genuine, well-documented disadvantage of ReLU is option D: the 'dying ReLU' problem. Because ReLU's gradient is exactly zero for any negative input, a neuron whose weighted input becomes consistently negative --- often due to a large negative gradient update or an unfavorable initialization --- will always output zero and will never receive a gradient large enough to recover, effectively 'dying' and no longer contributing to learning. This is a real, practically significant issue that motivated variants like Leaky ReLU, Parametric ReLU (PReLU), and ELU, which allow a small non-zero gradient for negative inputs specifically to prevent neurons from dying.
Options A and B are also factually incorrect characterizations of ReLU --- it is computationally cheap (a simple thresholding operation, part of its original appeal over sigmoid/tanh) and it specifically helps *avoid* vanishing gradients rather than causing them.
In the development of Trustworthy AI, what is the significance of 'Certification' as a principle?
Within Trustworthy AI frameworks, 'Certification' is best understood as the formal verification process confirming that an AI system meets defined standards of fitness-for-purpose --- whether those standards are set by regulatory bodies, industry consortia, or internal governance frameworks --- for the specific context in which the system will be deployed. This is distinct from, though related to, the broader Trustworthy AI principles of ethics (option A), transparency (option B), and legal compliance (option C): certification is the *verification mechanism* that attests a system satisfies applicable standards, rather than being one of those underlying values itself.
The distinction between C and D is subtle and worth being precise about: C describes compliance as an obligation ('must follow laws and regulations'), while D describes certification as a verification activity ('confirming fitness according to standards') --- certification is the audit/attestation process, and compliance is one of the things that process may confirm. A system can be legally compliant without having undergone formal certification, and certification processes often assess criteria broader than legal compliance alone, including performance benchmarks, robustness testing, and domain-appropriate validation (e.g., clinical validation standards for a medical imaging model).
In practice, certification connects Trustworthy AI to concrete deployment gates: a healthcare AI model, for instance, may require certification against medical device standards before clinical use --- the verification step, not merely the legal requirement, is the 'Certification' principle's substance.
Get access to all 56 verified questions with detailed answers.
Unlock All NCA-GENM Questions