{"id":12564,"date":"2026-09-15T10:18:55","date_gmt":"2026-09-15T10:18:55","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12564"},"modified":"2026-09-15T10:18:55","modified_gmt":"2026-09-15T10:18:55","slug":"amazon-aws-certified-generative-ai-developer-professional-aip-c01-practice-test-questions-and-exam-dumps-part8-q141-160","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-generative-ai-developer-professional-aip-c01-practice-test-questions-and-exam-dumps-part8-q141-160\/","title":{"rendered":"Amazon AWS Certified Generative AI Developer &#8211; Professional AIP-C01 Practice Test Questions and Exam Dumps Part8 Q141-160"},"content":{"rendered":"<h2><b>View Full <a href=\"https:\/\/www.examlabs.com\/aws-certified-generative-ai-developer-professional-aip-c01-exam-dumps\">Amazon AWS Certified Generative AI Developer &#8211; Professional AIP-C01 Exam Dumps<\/a> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 141<\/b><\/h3>\n<p><b>Which technique helps a model follow a required response format by providing examples in the prompt?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Zero-shot prompting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Few-shot prompting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector indexing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model monitoring<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Few-shot prompting provides the model with examples of desired inputs and outputs before asking it to process a new request. These examples help establish the expected format, style, reasoning pattern, or classification behavior. For instance, a developer can provide several examples showing how customer requests should be categorized before presenting a new request. Zero-shot prompting provides no examples. Vector indexing is associated with retrieval systems, while model monitoring focuses on observing application behavior rather than directly teaching response patterns through examples.<\/span><\/p>\n<h3><b>Question 142<\/b><\/h3>\n<p><b>A company wants its AI assistant to retrieve relevant information from millions of internal documents. Which component is most important for efficient semantic retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">API Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CloudTrail trail<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM policy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A vector index enables efficient similarity searches across embeddings representing documents or other data. In a RAG architecture, documents are converted into embeddings and stored in a vector-capable search system. When a user submits a query, the query can also be converted into an embedding and compared against stored vectors to identify semantically similar content. This approach scales better than relying only on exact keyword matching for many natural-language use cases. API Gateway, CloudTrail, and IAM provide API management, auditing, and access control rather than vector retrieval.<\/span><\/p>\n<h3><b>Question 143<\/b><\/h3>\n<p><b>A developer wants to improve RAG results when keyword search finds relevant terms but misses documents that use different terminology. Which retrieval strategy should be considered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling embeddings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reducing the document collection<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semantic retrieval uses embeddings to identify content based on meaning rather than requiring exact keyword matches. It is particularly useful when users and documents use different terminology to describe the same concept. For example, a query mentioning \u201cvehicle coverage\u201d may retrieve content discussing \u201cautomobile insurance\u201d even when the exact phrase is not present. Hybrid retrieval can also combine semantic and keyword approaches when both meaning and exact terms are important. Temperature affects generation rather than retrieval, while reducing the document collection may remove useful information.<\/span><\/p>\n<h3><b>Question 144<\/b><\/h3>\n<p><b>A developer is designing a RAG pipeline and wants to prevent retrieved documents from exceeding the model&#8217;s context window. What should the developer optimize?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Chunking and context selection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM policies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CloudTrail retention<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Chunking and context selection help control how much information is passed to the foundation model. Large source documents can be divided into meaningful chunks, and the retrieval system can return only the most relevant chunks for a particular query. Developers should consider chunk size, overlap, metadata, retrieval count, and reranking when designing the pipeline. Sending excessive context can increase cost and latency and may exceed model context limits. Temperature, IAM policies, and CloudTrail retention do not directly control the amount of retrieved information sent to the model.<\/span><\/p>\n<h3><b>Question 145<\/b><\/h3>\n<p><b>Which technique can help a RAG system rank retrieved documents according to their relevance before sending them to the model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reranking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encryption<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token rotation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">API throttling<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Reranking evaluates an initial set of retrieved documents and orders them according to their relevance to the user&#8217;s query. This can improve RAG quality when the first-stage retrieval returns several potentially relevant documents but their ranking is imperfect. A reranker can help select the most useful context before it is provided to the foundation model. Encryption protects data, token rotation manages credentials or secrets, and API throttling controls request rates. These capabilities address different concerns and do not directly improve document relevance ranking.<\/span><\/p>\n<h3><b>Question 146<\/b><\/h3>\n<p><b>A company wants to customize a foundation model so that it consistently follows a specialized organizational style and performs better on a specific task. Which approach should the developer evaluate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fine-tuning or model customization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing API timeout<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adding CloudTrail logs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing S3 storage capacity<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fine-tuning or other supported model-customization approaches can adapt a foundation model to specialized tasks, patterns, or organizational requirements. This can be useful when prompting alone does not provide sufficiently consistent behavior. The training data should be carefully prepared, representative, and appropriate for the intended task. Developers should also evaluate whether customization is actually necessary because prompt engineering or RAG may be more suitable for some requirements. API timeouts, CloudTrail logging, and S3 capacity do not change the model&#8217;s learned behavior.<\/span><\/p>\n<h3><b>Question 147<\/b><\/h3>\n<p><b>A developer is building an AI application where users submit requests through an API, and each request may trigger several independent processing tasks. Which design can improve scalability?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sequential processing inside one long-running request<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Event-driven parallel processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storing requests only in application logs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing prompt temperature<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Event-driven parallel processing can improve scalability when multiple independent tasks can execute separately. Events can trigger appropriate workers or serverless functions, allowing workloads to scale based on demand. Independent tasks can potentially execute concurrently instead of forcing every operation into one long-running request. This can reduce latency and improve resource utilization. A single synchronous request may become a bottleneck as workload increases. Application logs are not designed to function as a workflow mechanism, and temperature affects model output rather than application scalability.<\/span><\/p>\n<h3><b>Question 148<\/b><\/h3>\n<p><b>An enterprise wants its AI application to automatically invoke a tool, inspect the result, and decide whether another tool is needed. Which architecture best supports this behavior?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Agentic workflow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static HTML application<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object storage only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Basic keyword search<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An agentic workflow allows an AI system to reason about a task, select available tools, execute actions, inspect results, and continue toward a desired outcome. This differs from a fixed workflow where every step is predetermined. Agentic systems can be useful for tasks such as researching information, calling APIs, retrieving documents, and performing multi-step business operations. Tool definitions, authorization, input validation, and safeguards remain important because the model is involved in deciding which actions to perform. Static websites, storage, and keyword search do not provide this orchestration behavior.<\/span><\/p>\n<h3><b>Question 149<\/b><\/h3>\n<p><b>A developer wants an AI agent to use tools safely. Which control is most important for preventing malformed or dangerous tool parameters from reaching a backend service?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Input validation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Higher temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger embeddings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Longer prompts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Input validation checks tool parameters before they are passed to backend systems. This can prevent invalid values, unexpected formats, unauthorized identifiers, or potentially dangerous inputs from reaching sensitive services. Validation should be performed by trusted application logic rather than relying solely on the model to generate safe parameters. Developers can also combine validation with authorization, rate limits, and backend controls. Increasing temperature, changing embedding dimensions, or adding more prompt text does not provide reliable protection against malformed or unsafe tool inputs.<\/span><\/p>\n<h3><b>Question 150<\/b><\/h3>\n<p><b>A company wants to expose a generative AI service to many clients while preventing excessive requests from a single client from overwhelming the backend. Which API control should be considered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">API throttling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt expansion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Higher embedding dimensions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increased model temperature<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">API throttling limits the rate at which clients can send requests to an application. This helps protect backend services from excessive traffic and can improve overall reliability and resource availability. Amazon API Gateway provides throttling capabilities that can be used as part of an API management strategy. Appropriate limits should be based on expected workload, client requirements, and backend capacity. Prompt size and temperature affect model behavior, while embedding dimensions affect vector representations. None of these directly controls how quickly clients can submit API requests.<\/span><\/p>\n<h3><b>Question 151<\/b><\/h3>\n<p><b>Which AWS service can collect metrics and logs to help monitor a generative AI application&#8217;s operational behavior?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS KMS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudWatch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3 Glacier<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Secrets Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon CloudWatch provides monitoring capabilities for AWS resources and applications through metrics, logs, alarms, and related observability features. A generative AI application can use CloudWatch to monitor indicators such as invocation counts, latency, errors, resource utilization, and application logs. These signals can help developers identify performance issues and operational failures. AWS KMS manages encryption keys, S3 Glacier is intended for archival storage, and Secrets Manager stores sensitive credentials. CloudWatch is therefore the most appropriate service for operational monitoring.<\/span><\/p>\n<h3><b>Question 152<\/b><\/h3>\n<p><b>A generative AI application experiences a sudden increase in model invocation failures. The developer wants to determine whether the problem is caused by application changes or the underlying AWS service interaction. What should the developer examine first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Logs, metrics, and invocation errors<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The model&#8217;s temperature only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The application&#8217;s website design<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of S3 folders<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Logs, metrics, and detailed invocation errors provide evidence about where and why model requests are failing. Developers can examine request patterns, error types, latency, throttling indicators, authentication failures, input validation issues, and recent deployment changes. This evidence helps distinguish application-level problems from service configuration or capacity-related issues. Changing temperature does not address invocation failures, while website design and S3 folder counts are generally unrelated. Effective troubleshooting should begin with observable evidence before configuration changes are made.<\/span><\/p>\n<h3><b>Question 153<\/b><\/h3>\n<p><b>A company wants to test a new model version with a small percentage of production traffic before moving all users to it. Which deployment strategy is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Canary deployment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Immediate full replacement<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permanent rollback<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Manual prompt deletion<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A canary deployment introduces a new version to a small portion of traffic while the existing version continues serving most users. Developers can monitor quality, latency, errors, safety, and cost before gradually increasing traffic to the new version. If problems occur, traffic can be redirected to the stable version with limited user impact. Immediate full replacement increases deployment risk because every user is affected at once. Canary testing is therefore useful for validating generative AI application or model changes under controlled production conditions.<\/span><\/p>\n<h3><b>Question 154<\/b><\/h3>\n<p><b>A developer needs to compare two foundation models for an AI summarization workload. Which evaluation approach provides the strongest comparison?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use representative inputs and predefined quality metrics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Select the model with the longest name<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compare only the models&#8217; temperatures<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Test each model with unrelated prompts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A meaningful model comparison requires representative inputs and predefined evaluation criteria. The same test dataset should be used with both models so that results can be compared consistently. Metrics may include factual accuracy, relevance, groundedness, response quality, latency, cost, and safety depending on the application&#8217;s requirements. Comparing only configuration parameters does not establish which model performs better for the intended workload. Unrelated prompts can also produce misleading conclusions. Evaluation should therefore reflect actual production use cases and measurable business or technical requirements.<\/span><\/p>\n<h3><b>Question 155<\/b><\/h3>\n<p><b>A developer wants to reduce the number of input tokens sent to a foundation model without significantly reducing the information needed to answer a user&#8217;s question. Which approach is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove irrelevant context<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add more documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase response temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Duplicate system instructions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Removing irrelevant context can reduce input token usage while preserving the information that is actually required to answer the user&#8217;s question. In RAG systems, developers can improve retrieval precision, reduce unnecessary chunks, use metadata filtering, and select only the most relevant context. This can lower inference cost and latency while potentially improving answer quality by reducing noise. Adding documents or duplicating instructions increases the prompt size. Temperature affects output variability and does not directly reduce the number of input tokens.<\/span><\/p>\n<h3><b>Question 156<\/b><\/h3>\n<p><b>An AI application must ensure that only authenticated users can access a protected API endpoint. Which capability should be included in the API architecture?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authentication and authorization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Higher model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger vector indexes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Additional prompt examples<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Authentication verifies the identity of the caller, while authorization determines whether that identity is permitted to perform a particular operation. Both controls are important when protecting an AI application&#8217;s API. Depending on the architecture, API Gateway and supporting identity services can enforce appropriate access controls before requests reach backend application logic. Prompt engineering and vector indexes do not provide reliable API security. A secure design should also consider least-privilege IAM permissions, encryption, input validation, logging, and rate limiting.<\/span><\/p>\n<h3><b>Question 157<\/b><\/h3>\n<p><b>A company processes confidential customer information through a generative AI application. The security team wants to minimize unnecessary exposure of sensitive data in prompts. What should the developer consider?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data minimization and sensitive-data controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adding duplicate customer records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling access controls<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Data minimization means sending only the information required for the task instead of unnecessarily including complete sensitive records. Developers should identify sensitive fields, remove or mask information when possible, restrict access, and apply appropriate data-handling controls throughout the application. This reduces the amount of confidential information exposed to model processing and downstream systems. Increasing temperature has no privacy benefit, while duplicating sensitive records increases exposure. Disabling access controls creates additional risk. Privacy should therefore be considered throughout the complete AI application architecture.<\/span><\/p>\n<h3><b>Question 158<\/b><\/h3>\n<p><b>A developer wants to reduce hallucinations caused by retrieving too many loosely related documents. Which change is most likely to help?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improve retrieval precision and limit context to relevant results<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all document metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retrieve every available document<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Retrieving excessive or weakly related documents can introduce conflicting information and distract the model from the most relevant evidence. Improving retrieval precision and limiting the final context to high-quality results can reduce this problem. Developers can use better chunking, metadata filters, semantic retrieval, hybrid search, reranking, and appropriate retrieval limits. Increasing temperature generally does not improve factual grounding. Retrieving every available document increases noise, cost, and latency. The goal should be to provide the model with focused, relevant, and trustworthy context.<\/span><\/p>\n<h3><b>Question 159<\/b><\/h3>\n<p><b>Which capability is most useful for identifying unusual API activity and supporting an audit of AWS resource access?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudTrail<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3 lifecycle rules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Bedrock Knowledge Bases<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon DynamoDB Streams<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS CloudTrail records API activity across supported AWS services and provides information useful for security analysis, governance, and auditing. Organizations can examine events to identify actions performed by users, roles, or services and investigate unusual access patterns. CloudTrail can therefore help establish an audit trail for AI applications using AWS resources. S3 lifecycle rules manage object storage transitions, Knowledge Bases support retrieval, and DynamoDB Streams capture database item changes. These services serve different purposes and do not provide the same AWS API auditing capability.<\/span><\/p>\n<h3><b>Question 160<\/b><\/h3>\n<p><b>A generative AI application has acceptable response quality but its operating cost is significantly higher than expected. The application uses a large model for simple requests. What should the developer evaluate first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A smaller model that meets the quality requirements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A higher temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">More retrieved documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger prompts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Model selection has a major effect on generative AI operating costs. If a smaller foundation model can satisfy the application&#8217;s quality, safety, and latency requirements, using it for appropriate workloads can significantly reduce inference costs. Developers should evaluate models using representative test data rather than selecting solely on model size. More retrieved documents and larger prompts generally increase token usage and cost. Temperature does not directly reduce inference pricing. A model-routing strategy can also be considered when simple and complex requests have different requirements.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Amazon AWS Certified Generative AI Developer &#8211; Professional AIP-C01 Exam Dumps and Practice Test Dumps &nbsp; Question 141 Which technique helps a model follow a required response format by providing examples in the prompt? Zero-shot prompting Few-shot prompting Vector indexing Model monitoring Correct Answer: 2 Explanation Few-shot prompting provides the model with examples [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12564"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=12564"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12564\/revisions"}],"predecessor-version":[{"id":12588,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12564\/revisions\/12588"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12564"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12564"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}