{"id":12562,"date":"2026-09-15T10:19:51","date_gmt":"2026-09-15T10:19:51","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12562"},"modified":"2026-09-15T10:19:51","modified_gmt":"2026-09-15T10:19:51","slug":"amazon-aws-certified-generative-ai-developer-professional-aip-c01-practice-test-questions-and-exam-dumps-part6-q101-120","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-part6-q101-120\/","title":{"rendered":"Amazon AWS Certified Generative AI Developer &#8211; Professional AIP-C01 Practice Test Questions and Exam Dumps Part6 Q101-120"},"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 101<\/b><\/h3>\n<p><b>Which technique helps a model perform a task by showing examples within 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 examples of expected inputs and outputs directly in the prompt. These examples help the model recognize the desired pattern without requiring changes to the model&#8217;s underlying parameters. It can be useful for classification, extraction, formatting, and other specialized tasks. Developers should select examples that accurately represent real application inputs. Too many examples can increase token usage, so prompts should be evaluated for both quality and efficiency. Few-shot prompting is particularly useful when simple instructions alone do not produce consistent results.<\/span><\/p>\n<h3><b>Question 102<\/b><\/h3>\n<p><b>Which AWS service can be used to store source documents for a generative AI knowledge base?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53<\/span><\/li>\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 SNS<\/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;\">Amazon S3 provides durable object storage and is commonly used to store documents that serve as source material for generative AI applications. These documents can include PDFs, text files, manuals, policies, and other supported content. A downstream process can read the documents, divide them into chunks, generate embeddings, and index them for retrieval. S3 can also integrate with other AWS services used in AI workflows. Route 53, CloudTrail, and SNS serve DNS, auditing, and messaging purposes respectively.<\/span><\/p>\n<h3><b>Question 103<\/b><\/h3>\n<p><b>What is the primary purpose of an embedding model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate IAM policies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create DNS records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert data into numerical representations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitor API requests<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An embedding model converts input such as text into a numerical vector representation that captures semantic characteristics. These vectors can be stored in a vector database and compared with other vectors to identify similar content. In RAG applications, document embeddings are created during indexing, while a user&#8217;s query is converted into another embedding during retrieval. Similarity between the vectors helps identify relevant content. Embedding models therefore support semantic retrieval rather than directly generating natural-language responses.<\/span><\/p>\n<h3><b>Question 104<\/b><\/h3>\n<p><b>A company wants to restrict an AI assistant from generating content about specific prohibited topics. Which capability should it consider?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudFront<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Lambda<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Bedrock Guardrails<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Bedrock Guardrails can help developers apply configurable safety policies to generative AI applications. Organizations can define denied topics and other content-related controls to reduce undesirable interactions. Guardrails can be used as part of a broader responsible AI architecture that also includes authentication, authorization, monitoring, validation, and evaluation. They do not replace all application security controls, but they provide an important layer for managing model interactions. CloudFront, S3, and Lambda provide content delivery, storage, and compute capabilities rather than equivalent model-safety controls.<\/span><\/p>\n<h3><b>Question 105<\/b><\/h3>\n<p><b>A RAG system returns relevant documents, but the model ignores important information in them. What should the developer review first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt instructions and context placement<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS configuration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM group names<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 storage class only<\/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;\">When retrieval returns useful information but the generated answer does not use it properly, the developer should review how the retrieved context is presented to the model. Prompt instructions should clearly explain that the supplied context should be used as the primary source for the answer. Developers should also examine context ordering, formatting, length, conflicting information, and whether important passages are being truncated. Improving retrieval alone may not solve the problem if the generation prompt does not effectively guide the model to use the retrieved information.<\/span><\/p>\n<h3><b>Question 106<\/b><\/h3>\n<p><b>Which practice best supports least-privilege access for an AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Giving every component administrator access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using narrowly scoped IAM permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sharing one access key across all services<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storing credentials in prompts<\/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;\">Least privilege means granting an identity only the permissions required to perform its intended tasks. For AI applications, narrowly scoped IAM roles and policies can limit access to specific services, resources, and actions. This reduces the potential impact of compromised credentials, malicious inputs, or unexpected model behavior. Shared administrator credentials create unnecessary risk and make auditing more difficult. Credentials should also be managed through appropriate security mechanisms rather than embedded in prompts. Least privilege is particularly important for agents capable of calling external AWS services.<\/span><\/p>\n<h3><b>Question 107<\/b><\/h3>\n<p><b>What does retrieval-augmented generation combine?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS and networking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage and encryption<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Information retrieval and generation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitoring and billing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Retrieval-Augmented Generation combines a retrieval process with a generative model. First, the application searches an external knowledge source for information relevant to the user&#8217;s request. The retrieved content is then supplied to the foundation model as context, allowing the model to generate a response grounded in that information. This approach is useful for private, domain-specific, or frequently changing knowledge. RAG can improve factual grounding without requiring the foundation model to be retrained whenever source documents are updated.<\/span><\/p>\n<h3><b>Question 108<\/b><\/h3>\n<p><b>A developer needs an application to return valid machine-readable data. Which approach is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ask for a completely free-form response<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove formatting instructions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Provide structured output requirements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase temperature significantly<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Structured output requirements help a model produce responses in a predictable format that downstream software can process. A developer can specify required fields, acceptable values, data types, and formatting rules. Depending on the supported model and API capabilities, structured-output mechanisms may provide additional control. The resulting data should still be validated because a correctly formatted response can contain incorrect information. Free-form output can be harder to parse reliably, while higher temperature generally increases variability rather than improving structural consistency.<\/span><\/p>\n<h3><b>Question 109<\/b><\/h3>\n<p><b>Which metric is most directly associated with the time taken to receive a model response?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Latency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token vocabulary<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document count<\/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;\">Latency measures the time required for a request to receive a response. In generative AI applications, latency can be influenced by model selection, prompt size, retrieved context, output length, service conditions, and application architecture. Interactive applications often have stricter latency requirements than asynchronous workloads. Developers should monitor latency using realistic production-like requests and consider it alongside quality and cost. A model that produces excellent responses may still be unsuitable for a real-time application if its response time is consistently too high.<\/span><\/p>\n<h3><b>Question 110<\/b><\/h3>\n<p><b>A developer wants to reduce hallucinations in a question-answering system. Which approach is most useful?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase randomness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all source documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ground responses using trusted retrieved information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase output length<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Grounding responses in trusted retrieved information can reduce unsupported statements in knowledge-based applications. The system can retrieve relevant documents and instruct the model to use that context when generating the response. Developers should also configure the application to acknowledge when the available information is insufficient rather than inventing an answer. Retrieval quality, prompt design, output validation, and evaluation all contribute to reliability. Increasing randomness or output length does not directly improve factual grounding and may make unsupported content more likely.<\/span><\/p>\n<h3><b>Question 111<\/b><\/h3>\n<p><b>Which technique divides a large document into smaller pieces for retrieval?<\/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;\">Chunking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fine-tuning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token billing<\/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;\">Chunking divides large documents into smaller sections that can be independently embedded, indexed, retrieved, and supplied as model context. Proper chunking is important because the retrieved section should contain enough information to answer a query without including excessive unrelated content. Developers may use fixed-size, semantic, or document-structure-based approaches depending on the data. Chunking should be evaluated because very small chunks can lose context while very large chunks can reduce retrieval precision and increase token usage.<\/span><\/p>\n<h3><b>Question 112<\/b><\/h3>\n<p><b>What is one major advantage of RAG over relying only on a model&#8217;s pretrained knowledge?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It can provide access to external and updated information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates all model errors<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It requires no data processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees perfect responses<\/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;\">RAG allows a generative AI application to retrieve information from an external knowledge source during inference. This is particularly valuable when information is private, domain-specific, or frequently updated. Instead of relying entirely on knowledge learned during model training, the application can provide current source material as context. RAG does not guarantee perfect answers, because retrieval and generation can still fail. However, with good document processing, retrieval, ranking, and grounding instructions, it can significantly improve the usefulness of knowledge-based applications.<\/span><\/p>\n<h3><b>Question 113<\/b><\/h3>\n<p><b>A developer wants to compare two foundation models using the same test dataset. What should be measured?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only model name<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality, latency, cost, and relevant application metrics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only context-window size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only parameter count<\/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;\">Foundation models should be evaluated using criteria that reflect the application&#8217;s actual requirements. Developers can compare response quality, factuality, relevance, latency, token usage, cost, safety, and other appropriate metrics using the same representative dataset. Parameter count or context-window size alone does not determine whether a model is the best choice. A smaller model may provide sufficient quality at lower cost and latency. A controlled evaluation provides objective evidence for selecting a model rather than relying on assumptions based on model size or popularity.<\/span><\/p>\n<h3><b>Question 114<\/b><\/h3>\n<p><b>Which service helps record AWS API activity for auditing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Polly<\/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;\">AWS CloudTrail<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS CloudTrail records AWS API activity and provides information that can help organizations understand which actions were performed, when they occurred, and which identity or service made the request. This makes CloudTrail useful for auditing, security investigations, governance, and compliance activities. CloudWatch focuses primarily on monitoring and observability, S3 provides object storage, and Polly provides text-to-speech capabilities. Generative AI applications that interact with multiple AWS resources can benefit from CloudTrail records when investigating unexpected or unauthorized API activity.<\/span><\/p>\n<h3><b>Question 115<\/b><\/h3>\n<p><b>A model must classify support requests into \u201cBilling,\u201d \u201cTechnical,\u201d or \u201cAccount.\u201d What can improve classification consistency?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clear category definitions and examples<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random category names<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unrelated retrieval results<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No 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;\">Clear category definitions help a model understand the distinctions between possible classifications. Developers can strengthen the prompt by describing each category, providing representative examples, and specifying the exact expected output. This is especially useful when categories have overlapping concepts. The classification system should then be tested against a representative dataset containing difficult and ambiguous requests. Developers may also use few-shot prompting when examples improve results. Clear instructions and consistent evaluation generally provide better results than relying on the model to infer category definitions.<\/span><\/p>\n<h3><b>Question 116<\/b><\/h3>\n<p><b>What should an application do when an AI-generated tool call contains an invalid parameter?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Execute it anyway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validate and reject or correct the request<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the model administrator access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable authentication<\/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;\">Tool inputs generated by an AI model should be validated before execution. If a parameter is invalid, outside an allowed range, or inconsistent with authorization requirements, the application should reject or safely handle the request rather than executing it automatically. Validation is especially important for tools that can modify data, send messages, make transactions, or access sensitive systems. Developers should combine input validation with authentication, authorization, least privilege, logging, and monitoring to create safer tool-using AI applications.<\/span><\/p>\n<h3><b>Question 117<\/b><\/h3>\n<p><b>Which prompt technique uses instructions without providing examples?<\/b><\/p>\n<ol>\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;\">Fine-tuning<\/span><\/li>\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;\">Reranking<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Zero-shot prompting asks the model to perform a task based on instructions without including task-specific examples. For instance, a prompt may define a classification task and provide category descriptions without showing previous classified examples. This approach is simple and does not require additional example data in every request. If the results are inconsistent, developers can improve the instructions or consider few-shot prompting, retrieval, or model customization. Zero-shot prompting is often a useful starting point for testing whether a model can perform a task from instructions alone.<\/span><\/p>\n<h3><b>Question 118<\/b><\/h3>\n<p><b>A production application suddenly experiences increased model invocation failures. Which action should be taken first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore the failures<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable all monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate logs, metrics, quotas, and recent changes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase prompt temperature<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A sudden increase in invocation failures should be investigated using available logs, metrics, service information, quotas, and recent application changes. The problem could be related to throttling, configuration, permissions, invalid requests, service availability, deployment changes, or other dependencies. Monitoring tools can help identify when the problem started and whether it affects all requests or only specific workloads. Developers should gather evidence before making unrelated changes. A structured investigation helps isolate the root cause and restore reliable application behavior more efficiently.<\/span><\/p>\n<h3><b>Question 119<\/b><\/h3>\n<p><b>Why should prompt versions be tracked in a production AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To identify and reproduce behavioral changes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase storage automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To eliminate model evaluation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable user input<\/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;\">Prompt versioning allows developers to identify exactly which instructions were used for a particular application behavior. This is valuable when comparing experiments, investigating regressions, reproducing results, and rolling back unsuccessful changes. Prompt modifications can significantly affect model behavior even when the underlying model remains unchanged. By keeping versions and evaluation results, teams can make controlled improvements rather than changing prompts without traceability. Prompt versioning is therefore an important software-engineering practice for maintaining reliable generative AI systems.<\/span><\/p>\n<h3><b>Question 120<\/b><\/h3>\n<p><b>A company is deploying an AI agent that can access sensitive business systems. Which design provides the strongest protection?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the agent unrestricted administrator access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store credentials inside the prompt<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allow every user to invoke every tool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use least privilege, authorization, validation, monitoring, and human approval for high-risk actions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Agents that can access sensitive systems require multiple layers of protection. Least-privilege permissions restrict what the agent can access, while authorization determines which users and workflows can request specific actions. Tool inputs and outputs should be validated, and activity should be logged and monitored. High-risk actions may require human approval before execution. Credentials should be securely managed rather than placed in prompts. Combining these controls limits the impact of malicious inputs, compromised accounts, incorrect model decisions, and unexpected agent behavior in production environments.<\/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 101 Which technique helps a model perform a task by showing examples within the prompt? Zero-shot prompting Few-shot prompting Vector indexing Model monitoring Correct Answer: 2 Explanation Few-shot prompting provides examples of expected inputs and outputs [&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\/12562"}],"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=12562"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12562\/revisions"}],"predecessor-version":[{"id":12590,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12562\/revisions\/12590"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}