A.A hardware device that speeds up internet connections
B.A type of AI model trained on vast amounts of text data to understand and generate human language
C.A database used only for storing text documents
D.A spreadsheet tool for organizing language rules
Correct Answer: A type of AI model trained on vast amounts of text data to understand and generate human language
Explanation:
LLMs are AI models trained on massive text datasets, enabling them to understand and generate natural language.
Incorrect! Try again.
2The word "Large" in Large Language Model mainly refers to which characteristic?
Define Large Language Models (LLMs)
Easy
A.The physical size of the computer screen
B.The number of programming languages supported
C.The huge number of parameters and training data used
D.The length of a single input sentence
Correct Answer: The huge number of parameters and training data used
Explanation:
"Large" refers to the enormous number of parameters and the vast amount of training data these models use.
Incorrect! Try again.
3Which architecture is most commonly used as the foundation for modern LLMs?
Define Large Language Models (LLMs)
Easy
A.Transformer architecture
B.Decision tree architecture
C.Spreadsheet architecture
D.Linear regression architecture
Correct Answer: Transformer architecture
Explanation:
Most modern LLMs, such as GPT and BERT, are built on the Transformer architecture, which relies on attention mechanisms.
Incorrect! Try again.
4What is a token in the context of LLMs?
Define Large Language Models (LLMs)
Easy
A.A small unit of text such as a word or part of a word
B.A payment made to use the model
C.A password used to log into the model
D.A physical chip inside the computer
Correct Answer: A small unit of text such as a word or part of a word
Explanation:
LLMs break text into tokens, which are small units like words or subwords, before processing them.
Incorrect! Try again.
5What does an LLM primarily learn to predict during training?
Define Large Language Models (LLMs)
Easy
A.The temperature of a room
B.The next token in a sequence of text
C.The price of a stock
D.The color of an image
Correct Answer: The next token in a sequence of text
Explanation:
Many LLMs are trained to predict the next token given previous tokens, which helps them generate coherent text.
Incorrect! Try again.
6Which of the following is an example of a Large Language Model?
Define Large Language Models (LLMs)
Easy
A.GPT
B.MySQL
C.Photoshop
D.Excel
Correct Answer: GPT
Explanation:
GPT (Generative Pre-trained Transformer) is a well-known example of a Large Language Model.
Incorrect! Try again.
7Which of the following is a common use case for LLMs?
Describe LLM Use Cases
Easy
A.Cooling computer hardware
B.Painting physical walls
C.Text summarization
D.Measuring network speed
Correct Answer: Text summarization
Explanation:
Text summarization is a popular LLM use case, where long documents are condensed into shorter summaries.
Incorrect! Try again.
8An LLM that answers customer questions automatically is being used as a:
Describe LLM Use Cases
Easy
A.Video editor
B.Web browser
C.File compressor
D.Chatbot
Correct Answer: Chatbot
Explanation:
Chatbots use LLMs to understand user questions and generate helpful, conversational responses.
Incorrect! Try again.
9Which task involves an LLM converting text from one language to another?
Describe LLM Use Cases
Easy
A.Machine translation
B.Data encryption
C.Disk formatting
D.Image recognition
Correct Answer: Machine translation
Explanation:
Machine translation uses LLMs to translate text between different languages while preserving meaning.
Incorrect! Try again.
10Generating computer code from a natural language description is known as:
Describe LLM Use Cases
Easy
A.Screen recording
B.Battery charging
C.Code generation
D.File deletion
Correct Answer: Code generation
Explanation:
Code generation is an LLM use case where the model writes programming code based on plain-language instructions.
Incorrect! Try again.
11Analyzing whether a product review is positive or negative is an example of:
Describe LLM Use Cases
Easy
A.Network routing
B.Memory allocation
C.Sound editing
D.Sentiment analysis
Correct Answer: Sentiment analysis
Explanation:
Sentiment analysis uses LLMs to detect the emotional tone or opinion expressed in text.
Incorrect! Try again.
12Which of the following is NOT a typical use case for an LLM?
Describe LLM Use Cases
Easy
A.Physically repairing a broken keyboard
B.Writing an email draft
C.Summarizing an article
D.Answering a factual question
Correct Answer: Physically repairing a broken keyboard
Explanation:
LLMs work with text and language; they cannot perform physical repairs on hardware.
Incorrect! Try again.
13What is the main goal of prompt tuning?
Explain Prompt Tuning
Easy
A.To improve model outputs by optimizing the prompt given to the model
B.To physically upgrade the computer's memory
C.To reduce the size of the model's hard drive
D.To change the color of the user interface
Correct Answer: To improve model outputs by optimizing the prompt given to the model
Explanation:
Prompt tuning improves an LLM's performance on a task by carefully crafting or optimizing the prompt it receives.
Incorrect! Try again.
14In LLMs, a prompt refers to:
Explain Prompt Tuning
Easy
A.The electricity supplied to the server
B.The internal weights of the model
C.The programming language of the model
D.The input text or instruction given to the model
Correct Answer: The input text or instruction given to the model
Explanation:
A prompt is the input or instruction provided to an LLM to guide the response it generates.
Incorrect! Try again.
15How does prompt tuning differ from full model fine-tuning?
Explain Prompt Tuning
Easy
A.It adjusts the prompt without changing all the model's weights
B.It rewrites the entire model from scratch
C.It deletes the model's training data
D.It requires more computing power than fine-tuning
Correct Answer: It adjusts the prompt without changing all the model's weights
Explanation:
Prompt tuning optimizes the input prompt and typically leaves most model weights unchanged, unlike full fine-tuning.
Incorrect! Try again.
16Giving an LLM a few examples inside the prompt to guide its answer is called:
Explain Prompt Tuning
Easy
A.Hard reset
B.Few-shot prompting
C.Zero-training mode
D.Data mining
Correct Answer: Few-shot prompting
Explanation:
Few-shot prompting includes a few examples within the prompt to help the model understand the desired output.
Incorrect! Try again.
17A key benefit of prompt tuning is that it:
Explain Prompt Tuning
Easy
A.Adapts a model to a task with relatively little computation
B.Removes the need for any input text
C.Doubles the internet connection speed
D.Permanently deletes unwanted knowledge from the model
Correct Answer: Adapts a model to a task with relatively little computation
Explanation:
Prompt tuning is efficient because it adapts a model to a task without the heavy cost of retraining all parameters.
Incorrect! Try again.
18Which Google platform provides tools for building and deploying generative AI applications on Google Cloud?
Describe Google's Gen AI Development tools
Easy
A.Google Sheets
B.Google Maps
C.Google Calendar
D.Vertex AI
Correct Answer: Vertex AI
Explanation:
Vertex AI is Google Cloud's machine learning platform used to build, train, and deploy generative AI models.
Incorrect! Try again.
19What is the name of Google's family of large language models?
Describe Google's Gen AI Development tools
Easy
A.Claude
B.Gemini
C.Llama
D.Falcon
Correct Answer: Gemini
Explanation:
Gemini is Google's family of multimodal large language models used across its Gen AI products.
Incorrect! Try again.
20Which Google tool lets developers quickly prototype prompts and test Gemini models?
Describe Google's Gen AI Development tools
Easy
A.Google AI Studio
B.Google Docs
C.Google Drive
D.Google Photos
Correct Answer: Google AI Studio
Explanation:
Google AI Studio is a web-based tool for quickly prototyping and testing prompts with Gemini models.
Incorrect! Try again.
21A team notices that their LLM can perform a translation task it was never explicitly trained on, simply by being shown a few examples in the prompt. Which characteristic of LLMs does this demonstrate?
Define Large Language Models (LLMs)
Medium
A.Batch normalization
B.Data augmentation
C.In-context learning
D.Gradient descent
Correct Answer: In-context learning
Explanation:
In-context learning allows an LLM to adapt to a new task from examples given in the prompt, without any weight updates or retraining.
Incorrect! Try again.
22Why are modern LLMs described as "foundation models" rather than task-specific models?
Define Large Language Models (LLMs)
Medium
A.They only work on a single fixed task after training
B.They are pretrained broadly and can be adapted to many downstream tasks
C.They cannot be fine-tuned once deployed
D.They require labeled data for every prediction
Correct Answer: They are pretrained broadly and can be adapted to many downstream tasks
Explanation:
Foundation models learn general patterns from large corpora and serve as a base that can be adapted (via tuning or prompting) to numerous specific tasks.
Incorrect! Try again.
23Which architecture is the primary foundation of most contemporary LLMs, enabling them to weigh the relevance of different words in a sequence?
Define Large Language Models (LLMs)
Medium
A.The Transformer with self-attention
B.The support vector machine (SVM)
C.The convolutional neural network (CNN)
D.The recurrent neural network (RNN)
Correct Answer: The Transformer with self-attention
Explanation:
Transformers use self-attention to model relationships between all tokens in a sequence in parallel, which is key to LLM scalability and performance.
Incorrect! Try again.
24An LLM is asked to complete the sentence "The capital of France is ___". Fundamentally, what is the model doing to produce the answer?
Define Large Language Models (LLMs)
Medium
A.Running a search engine query in real time
B.Predicting the most probable next token given the context
C.Querying a live database of world facts
D.Executing a lookup in a hardcoded fact table
Correct Answer: Predicting the most probable next token given the context
Explanation:
LLMs generate text by predicting the next token based on learned probability distributions; factual answers emerge from patterns in training data, not live lookups.
Incorrect! Try again.
25The term "large" in Large Language Models most directly refers to which two factors?
Define Large Language Models (LLMs)
Medium
A.The number of users and the number of servers
B.The screen resolution and memory of the device
C.The length of the output and the font size
D.The number of parameters and the size of the training data
Correct Answer: The number of parameters and the size of the training data
Explanation:
"Large" describes the vast number of trainable parameters (often billions) combined with training on massive text datasets.
Incorrect! Try again.
26Which phenomenon describes an LLM producing fluent but factually incorrect or fabricated information?
Define Large Language Models (LLMs)
Medium
A.Hallucination
B.Tokenization
C.Vanishing gradient
D.Overfitting
Correct Answer: Hallucination
Explanation:
Hallucination occurs when an LLM generates plausible-sounding content that is not grounded in facts or the provided context.
Incorrect! Try again.
27A company wants to automatically condense long legal documents into short overviews for busy executives. Which LLM use case fits this need?
Describe LLM Use Cases
Medium
A.Speech synthesis
B.Named entity masking
C.Image classification
D.Text summarization
Correct Answer: Text summarization
Explanation:
Summarization uses an LLM to reduce lengthy text into concise overviews while preserving key information.
Incorrect! Try again.
28An online retailer wants to route customer emails automatically as "complaint", "inquiry", or "feedback". Which LLM use case is most appropriate?
Describe LLM Use Cases
Medium
A.Text generation
B.Code completion
C.Language translation
D.Text classification
Correct Answer: Text classification
Explanation:
Assigning predefined category labels to text is a classification task, which LLMs can perform effectively.
Incorrect! Try again.
29A developer uses an LLM-powered tool that suggests function implementations as they type. Which use case does this represent?
Describe LLM Use Cases
Medium
A.Optical character recognition
B.Data anonymization
C.Sentiment analysis
D.Code generation and completion
Correct Answer: Code generation and completion
Explanation:
LLMs trained on code can autocomplete or generate code snippets, assisting developers directly in their editor.
Incorrect! Try again.
30A support team wants an LLM to answer questions using their internal knowledge base so responses stay accurate and up to date. Which approach best addresses this?
Prompt tuning belongs to the PEFT family, which adapts models by training only a small number of additional parameters.
Incorrect! Try again.
38A developer wants a unified Google Cloud platform to build, tune, and deploy generative AI models with access to foundation models. Which tool should they use?
Describe Google's Gen AI Development tools
Medium
A.Firebase Hosting
B.Google Analytics
C.Google Sheets
D.Vertex AI
Correct Answer: Vertex AI
Explanation:
Vertex AI is Google Cloud's unified ML platform offering foundation models, tuning, and deployment for generative AI applications.
Incorrect! Try again.
39Within Vertex AI, which environment lets developers quickly test prompts and compare model responses before writing production code?
Describe Google's Gen AI Development tools
Medium
A.BigQuery console
B.Compute Engine VM
C.Generative AI Studio
D.Cloud Storage bucket
Correct Answer: Generative AI Studio
Explanation:
Generative AI Studio provides an interactive interface to design, test, and iterate on prompts against Google's foundation models.
Incorrect! Try again.
40A team wants to integrate Google's Gemini models into their app using a simple developer API and lightweight SDK. Which offering is designed for this?
Describe Google's Gen AI Development tools
Medium
A.Google Ads API
B.Google AI Studio / Gemini API
C.Google Maps SDK
D.Google Drive API
Correct Answer: Google AI Studio / Gemini API
Explanation:
Google AI Studio and the Gemini API give developers straightforward access to Gemini models for building generative AI features.
Incorrect! Try again.
41A researcher observes that a decoder-only transformer LLM shows improved sample efficiency and emergent few-shot capabilities only after crossing a certain parameter count. Which principle best explains why simply increasing depth without scaling data and compute proportionally often fails to produce these gains?
Define Large Language Models (LLMs)
Hard
A.Attention heads saturate at a fixed count, making additional parameters inert
B.The Chinchilla scaling laws indicate that compute-optimal models require data and parameters to scale together, so under-training a large model wastes capacity
C.Emergent abilities are purely a function of vocabulary size, independent of data or compute
D.Deeper networks always overfit regardless of data volume, so gains are impossible past a fixed depth
Correct Answer: The Chinchilla scaling laws indicate that compute-optimal models require data and parameters to scale together, so under-training a large model wastes capacity
Explanation:
Chinchilla scaling laws show that for a fixed compute budget, models and training tokens should scale in tandem. A large model trained on too little data is under-trained and cannot realize its capacity, so proportional scaling of data and compute is required.
Incorrect! Try again.
42In an autoregressive LLM, the training objective maximizes . Which consequence of this factorization most directly explains why such models can suffer from exposure bias at inference?
Define Large Language Models (LLMs)
Hard
A.Maximizing the product guarantees the global optimum is reached, removing all inference error
B.During training the model always conditions on ground-truth prior tokens, but at inference it conditions on its own (possibly erroneous) predictions
C.The factorization forces bidirectional attention, which conflicts with generation
D.The objective ignores earlier tokens entirely, so context is never used
Correct Answer: During training the model always conditions on ground-truth prior tokens, but at inference it conditions on its own (possibly erroneous) predictions
Explanation:
Teacher forcing conditions on true prior tokens during training, but at inference the model must condition on its own generated tokens. Early errors compound, a mismatch known as exposure bias.
Incorrect! Try again.
43Two LLMs have identical architectures and parameter counts, but Model A uses a byte-pair encoding (BPE) tokenizer with a 32k vocabulary while Model B uses a 256k vocabulary. Which trade-off is most accurately attributed to Model B?
Define Large Language Models (LLMs)
Hard
A.Longer sequences per document and a smaller embedding matrix, reducing memory usage
B.Identical sequence lengths but slower attention due to vocabulary size
C.Shorter sequences per document and a larger embedding/softmax matrix, increasing memory but potentially improving context efficiency
D.No difference in sequence length, only in training loss magnitude
Correct Answer: Shorter sequences per document and a larger embedding/softmax matrix, increasing memory but potentially improving context efficiency
Explanation:
A larger vocabulary encodes text in fewer tokens (shorter sequences), improving context window utilization, but enlarges the embedding and output projection matrices, raising memory and parameter cost in those layers.
Incorrect! Try again.
44An LLM's self-attention has time complexity for sequence length and hidden dimension . A team wants to process documents 4× longer without a 16× compute blowup. Which approach fundamentally changes the complexity class rather than just optimizing constants?
Define Large Language Models (LLMs)
Hard
A.Freezing the lower transformer layers during fine-tuning
B.Using mixed-precision (FP16) matrix multiplication for attention scores
C.Sparse or linear attention that reduces complexity toward or
D.Increasing the batch size to amortize the cost
Correct Answer: Sparse or linear attention that reduces complexity toward or
Explanation:
Mixed precision and batching optimize constants but keep the quadratic term. Sparse/linear attention mechanisms alter the asymptotic complexity, which is what avoids the quadratic blowup with longer sequences.
Incorrect! Try again.
45Why do LLMs using absolute learned positional embeddings often generalize poorly to sequences longer than those seen during training, whereas rotary (RoPE) or relative embeddings handle length extrapolation better?
Define Large Language Models (LLMs)
Hard
A.Learned absolute positions have no defined values beyond the trained range, while relative/rotary schemes encode positional relationships that extend continuously
B.Relative embeddings require fewer parameters, which automatically improves extrapolation
C.Rotary embeddings remove positional information entirely, avoiding the problem
D.Absolute embeddings are added after attention, so they cannot influence long sequences
Correct Answer: Learned absolute positions have no defined values beyond the trained range, while relative/rotary schemes encode positional relationships that extend continuously
Explanation:
Learned absolute embeddings are only defined for trained positions, so positions beyond that range are undefined. Rotary/relative schemes encode relative offsets via continuous functions, enabling smoother extrapolation to longer sequences.
Incorrect! Try again.
46An enterprise deploys an LLM for retrieval-augmented generation (RAG) over proprietary documents. Users report the model still fabricates facts even with correct passages retrieved. Which root cause is the most likely and directly addressable within the RAG pipeline?
Describe LLM Use Cases
Hard
A.The prompt does not sufficiently constrain the model to ground answers in retrieved context, allowing parametric knowledge to override it
B.RAG inherently cannot reduce hallucination under any configuration
C.The embedding model is irrelevant to hallucination since generation is separate
D.The vector database returns passages, so grounding is guaranteed automatically
Correct Answer: The prompt does not sufficiently constrain the model to ground answers in retrieved context, allowing parametric knowledge to override it
Explanation:
Even with correct retrieval, if the prompt does not instruct the model to answer strictly from the provided context (and abstain otherwise), the model's parametric knowledge can dominate, causing fabrication. Grounding instructions and citation constraints mitigate this.
Incorrect! Try again.
47A company must choose between fine-tuning an LLM on 500 labeled examples versus using few-shot in-context learning for a specialized classification task. Which consideration most strongly favors fine-tuning in this scenario?
Describe LLM Use Cases
Hard
A.The task must run at high volume with low per-request latency and token cost, and the domain style is consistent
B.There is no budget or infrastructure for training, only API access
C.The task requirements change hourly and examples are scarce
D.The labels are ambiguous and change frequently across requests
Correct Answer: The task must run at high volume with low per-request latency and token cost, and the domain style is consistent
Explanation:
Fine-tuning removes the need to send exemplars in every prompt, reducing per-request tokens and latency at scale, and works well when the task is stable. Volatile requirements or lack of training infrastructure favor in-context learning instead.
Incorrect! Try again.
48For a code-generation assistant, engineers notice that increasing the sampling temperature from to raises the diversity of solutions but lowers pass rates on unit tests. Which use-case-driven configuration best balances correctness with exploring alternatives?
Describe LLM Use Cases
Hard
A.Always use temperature and generate a single deterministic output
B.Sample multiple candidates at moderate temperature and re-rank by test execution (best-of-)
C.Maximize temperature to guarantee at least one correct solution
D.Disable sampling entirely and rely on beam search with width 1
Correct Answer: Sample multiple candidates at moderate temperature and re-rank by test execution (best-of-)
Explanation:
Best-of- sampling generates several diverse candidates and selects the one that passes tests, combining exploration with a correctness filter. Fixed temperature removes diversity, and extreme temperature degrades quality.
Incorrect! Try again.
49A summarization pipeline processes documents far longer than the model's context window. Which strategy preserves global coherence better than naive independent chunk summarization?
Describe LLM Use Cases
Hard
A.Hierarchical (map-reduce) summarization that summarizes chunks then summarizes the summaries
B.Randomly sampling sentences until they fit the context window
C.Summarizing only the first chunk as a representative sample
D.Truncating the document to fit the window and discarding the rest
Correct Answer: Hierarchical (map-reduce) summarization that summarizes chunks then summarizes the summaries
Explanation:
Independent chunk summaries lose cross-chunk relationships. Hierarchical map-reduce first summarizes each chunk, then combines those summaries, preserving global structure and coherence across the full document.
Incorrect! Try again.
50An LLM-powered agent chains tool calls (search, calculator, database). Reliability drops sharply as the number of sequential steps grows. If each step succeeds independently with probability , what is the approximate end-to-end success probability over 5 steps, and what does this imply?
Describe LLM Use Cases
Hard
A.About , implying step count has negligible effect on reliability
C.About , implying agents can never exceed 50% reliability
D.About , implying step-level reliability must be very high or errors must be caught and retried per step
Correct Answer: About , implying step-level reliability must be very high or errors must be caught and retried per step
Explanation:
Independent success gives . Reliability compounds multiplicatively, so long tool chains demand high per-step reliability plus validation/retry mechanisms to remain robust.
Incorrect! Try again.
51In soft prompt tuning, a set of continuous embedding vectors is prepended to the input and optimized while the base model weights stay frozen. Which statement most accurately distinguishes this from discrete prompt engineering?
Explain Prompt Tuning
Hard
A.Soft prompts are natural-language templates chosen by trial and error
B.Soft prompts are learned vectors in embedding space that need not correspond to any real tokens, optimized via gradient descent
C.Soft prompts modify all transformer weights during training
D.Soft prompts are fixed one-hot token vectors selected from the vocabulary
Correct Answer: Soft prompts are learned vectors in embedding space that need not correspond to any real tokens, optimized via gradient descent
Explanation:
Prompt tuning learns continuous embedding vectors (soft prompts) directly in embedding space via gradients, without changing base weights. They need not map to actual vocabulary tokens, unlike hand-crafted discrete prompts.
Incorrect! Try again.
52Research shows prompt tuning becomes competitive with full fine-tuning primarily as model scale increases. Which explanation best accounts for this scale-dependent effectiveness?
Explain Prompt Tuning
Hard
A.Larger models have richer, more general representations that a small set of tunable prompt vectors can steer effectively
B.Prompt tuning only works when the model is small enough to memorize prompts
C.Larger models have fewer parameters to update, making prompt tuning trivial
D.Scale reduces the embedding dimension, shrinking the prompt search space
Correct Answer: Larger models have richer, more general representations that a small set of tunable prompt vectors can steer effectively
Explanation:
At scale, models encode more general and flexible representations, so a small number of soft prompt vectors can guide behavior nearly as well as updating all weights, closing the gap with full fine-tuning.
Incorrect! Try again.
53A team compares prompt tuning, prefix tuning, and LoRA for adapting one base model to many tasks. Which property is shared by all three as parameter-efficient fine-tuning (PEFT) methods?
Explain Prompt Tuning
Hard
A.They fully retrain the base model weights for each task
B.They keep the large base model weights frozen and train only a small set of additional parameters per task
C.They require discarding the base model after adaptation
D.They can only be applied to encoder-only architectures
Correct Answer: They keep the large base model weights frozen and train only a small set of additional parameters per task
Explanation:
All three are PEFT methods: the base model stays frozen and only a small task-specific parameter set (prompt embeddings, prefix vectors, or low-rank matrices) is trained, enabling efficient multi-task adaptation from one shared model.
Incorrect! Try again.
54If a soft prompt of length tokens is prepended to an input of length , how does this affect the self-attention cost during a forward pass, and why is it still efficient overall?
Explain Prompt Tuning
Hard
A.Attention cost is unchanged because prompts are outside the attention mechanism
B.Attention scales with , but since typically and no weights update, the added cost and storage are small
C.The forward pass doubles in cost regardless of
D.Attention drops to because soft prompts replace positional encoding
Correct Answer: Attention scales with , but since typically and no weights update, the added cost and storage are small
Explanation:
Soft prompts extend the sequence, so attention scales with . Because is small relative to and only the prompt vectors are stored/trained, the overhead in compute and storage is minimal.
Incorrect! Try again.
55A practitioner finds their prompt-tuned model performs well in-distribution but degrades sharply on inputs stylistically different from training data. Which limitation of prompt tuning best explains this brittleness?
Explain Prompt Tuning
Hard
A.Soft prompts increase the model's parameter count so much that it overfits everything
B.Prompt tuning overwrites the base model weights, destroying general knowledge
C.Soft prompts steer a frozen model narrowly toward the training distribution and cannot alter the model's underlying knowledge or robustness
D.Prompt tuning disables the attention mechanism for unseen inputs
Correct Answer: Soft prompts steer a frozen model narrowly toward the training distribution and cannot alter the model's underlying knowledge or robustness
Explanation:
Because the base model is frozen, soft prompts only nudge behavior within the model's existing capabilities and tend to specialize to the training distribution, offering limited robustness to out-of-distribution or stylistically different inputs.
Incorrect! Try again.
56A developer needs to build, tune, and deploy generative models with managed infrastructure, MLOps, and access to foundation models like Gemini. Which Google offering is the most appropriate end-to-end platform?
Describe Google's Gen AI Development tools
Hard
A.Colab free tier as the primary production deployment target
B.Vertex AI, which provides Model Garden, tuning, pipelines, and deployment for foundation and custom models
C.Google Sheets with an add-on for text generation
D.TensorBoard used in isolation for visualization only
Correct Answer: Vertex AI, which provides Model Garden, tuning, pipelines, and deployment for foundation and custom models
Explanation:
Vertex AI is Google's unified ML platform offering Model Garden, tuning, pipelines, and managed deployment, including access to foundation models such as Gemini, making it the appropriate end-to-end choice.
Incorrect! Try again.
57A team wants to rapidly prototype and iterate on prompts for Gemini, test parameters like temperature, and then export code to integrate into an application. Which Google tool is designed for this prompt-iteration workflow?
Describe Google's Gen AI Development tools
Hard
A.Google Slides for presenting model results
B.Cloud Storage buckets for holding model checkpoints only
C.BigQuery, primarily for SQL analytics on large datasets
D.Google AI Studio, a browser-based environment for prompt design, tuning parameters, and exporting integration code
Correct Answer: Google AI Studio, a browser-based environment for prompt design, tuning parameters, and exporting integration code
Explanation:
Google AI Studio provides a web-based interface for designing and testing prompts against Gemini, adjusting parameters, and exporting code (e.g., via the API) for application integration.
Incorrect! Try again.
58An enterprise on Vertex AI wants to ground Gemini responses in its own frequently-updated document corpus without retraining the model each time. Which capability most directly supports this requirement?
Describe Google's Gen AI Development tools
Hard
A.Full model retraining scheduled nightly on the corpus
B.Disabling safety filters to allow more document access
C.Grounding with retrieval (e.g., Vertex AI Search / RAG) that injects relevant retrieved context at inference time
D.Increasing the model temperature to encourage factual recall
Correct Answer: Grounding with retrieval (e.g., Vertex AI Search / RAG) that injects relevant retrieved context at inference time
Explanation:
Retrieval-based grounding fetches relevant, up-to-date passages from the corpus and supplies them to the model at inference, keeping responses current without retraining and reducing hallucination.
Incorrect! Try again.
59When adapting a Gemini model on Vertex AI with limited labeled data and constrained budget, which tuning approach aligns with parameter-efficient adaptation rather than full fine-tuning?
Describe Google's Gen AI Development tools
Hard
A.Manually editing the model's internal weights in a text editor
B.Pretraining a new foundation model from scratch on the labeled data
C.Supervised tuning using parameter-efficient techniques (e.g., adapter/LoRA-style) that update few parameters on the managed platform
D.Uploading data to a spreadsheet and averaging the labels
Correct Answer: Supervised tuning using parameter-efficient techniques (e.g., adapter/LoRA-style) that update few parameters on the managed platform
Explanation:
Vertex AI offers managed supervised tuning that uses parameter-efficient methods, updating only a small set of parameters. This suits limited data and budget far better than pretraining or full fine-tuning.
Incorrect! Try again.
60A regulated organization must call Gemini from production code with governance controls: IAM permissions, VPC service controls, audit logging, and data residency. Which access path best satisfies these enterprise requirements?
Describe Google's Gen AI Development tools
Hard
A.The Vertex AI Gemini API within Google Cloud, which integrates IAM, VPC-SC, audit logs, and regional controls
B.The consumer Gemini app used manually by employees
C.A personal API key shared informally across the team
D.Copy-pasting outputs from a public chatbot into production
Correct Answer: The Vertex AI Gemini API within Google Cloud, which integrates IAM, VPC-SC, audit logs, and regional controls
Explanation:
The Vertex AI Gemini API operates inside Google Cloud's governance framework, supporting IAM, VPC Service Controls, audit logging, and data residency, meeting enterprise and regulatory requirements that consumer or informal access cannot.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →