{"id":12551,"date":"2026-09-15T10:16:50","date_gmt":"2026-09-15T10:16:50","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12551"},"modified":"2026-09-15T10:16:50","modified_gmt":"2026-09-15T10:16:50","slug":"amazon-aws-certified-generative-ai-developer-professional-aip-c01-practice-test-questions-and-exam-dumps-part13-q241-260","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-part13-q241-260\/","title":{"rendered":"Amazon AWS Certified Generative AI Developer &#8211; Professional AIP-C01 Practice Test Questions and Exam Dumps Part13 Q241-260"},"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 241<\/b><\/h3>\n<p><b>A developer wants to improve the quality of retrieved results by considering both exact terms and semantic meaning. Which approach should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hybrid search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Log aggregation<\/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;\">Hybrid search combines lexical or keyword-based retrieval with semantic vector search. This approach is useful when users may search using either exact identifiers or natural-language descriptions. Keyword search can effectively find product codes, names, and exact phrases, while semantic search can identify conceptually similar content even when different terminology is used. Combining both approaches can improve retrieval coverage and relevance. Developers should evaluate weighting and ranking behavior using representative queries to determine whether hybrid retrieval provides better results than either method independently.<\/span><\/p>\n<h3><b>Question 242<\/b><\/h3>\n<p><b>A company wants to prevent an AI application from answering questions about prohibited subjects defined by its business policy. Which capability is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3 versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bedrock Guardrails topic policies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudFormation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DynamoDB Streams<\/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;\">Bedrock Guardrails can be configured to help restrict specific topics and control the type of content generated or processed by a generative AI application. Topic policies are useful when an organization has clearly defined subjects that the application should refuse to discuss. Guardrails should be combined with application-level authorization, input validation, and other security measures rather than being treated as the only protection. S3 versioning manages object versions, CloudFormation provisions infrastructure, and DynamoDB Streams captures database changes. Guardrails directly address generative AI content controls.<\/span><\/p>\n<h3><b>Question 243<\/b><\/h3>\n<p><b>An organization has a large collection of PDFs containing tables, headings, and multiple sections. What should the developer prioritize when preparing this content for RAG?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing all metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preserving meaningful document structure during ingestion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling document validation<\/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;\">Preserving meaningful document structure can improve the quality of information available to a RAG system. During ingestion, developers should consider how headings, sections, tables, and related content are extracted and divided into chunks. Poor parsing can cause important relationships to be lost before embeddings are generated. Depending on the document type, appropriate parsing or extraction methods may be required. Temperature does not improve document ingestion, and removing metadata can reduce useful filtering capabilities. Document validation should remain part of a reliable ingestion pipeline.<\/span><\/p>\n<h3><b>Question 244<\/b><\/h3>\n<p><b>A developer wants to ensure that a Lambda function can invoke a specific foundation model but cannot access unrelated AWS services. Which security practice should be followed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant AdministratorAccess<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use a dedicated IAM role with least-privilege permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Share the developer&#8217;s personal credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the function access to every model<\/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;\">A dedicated IAM role with least-privilege permissions allows a Lambda function to perform only the operations required by its workload. The role can grant model invocation permissions for the specific resources needed and restrict access to unrelated services. This reduces the potential impact if the function, its dependencies, or credentials are compromised. Administrator permissions are unnecessarily broad, while personal credentials should never be embedded into workloads. Access should be reviewed regularly as application requirements evolve and additional capabilities are introduced.<\/span><\/p>\n<h3><b>Question 245<\/b><\/h3>\n<p><b>A RAG system has a very large vector index and retrieval latency has increased significantly. Which optimization should the developer investigate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retrieval index configuration and search strategy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing prompt temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adding more unrelated context<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling vector 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;\">Large vector indexes can introduce retrieval latency depending on index configuration, query patterns, filtering, and search strategy. Developers should evaluate the vector index structure, approximate nearest-neighbor configuration, metadata filtering, top-k values, and overall retrieval architecture. Reducing unnecessary candidates before generation can also improve performance. Increasing temperature affects generation rather than vector retrieval. Adding unrelated context can increase downstream latency and cost, while disabling vector search may remove the application&#8217;s primary semantic retrieval mechanism. Performance changes should be validated using realistic workloads.<\/span><\/p>\n<h3><b>Question 246<\/b><\/h3>\n<p><b>A developer needs to store documents that will later be processed by an asynchronous AI pipeline. Which AWS service is commonly suitable for durable object storage?<\/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 API Gateway<\/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;\">Amazon CloudWatch<\/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;\">Amazon S3 provides highly durable object storage and is commonly used to store documents, datasets, generated artifacts, and other files used by AI applications. New objects can also trigger event-driven processing workflows, allowing downstream services to extract content, generate embeddings, or perform other processing tasks. KMS provides encryption-key management, API Gateway exposes APIs, and CloudWatch provides monitoring. S3 can therefore serve as a durable source repository within an asynchronous generative AI data pipeline.<\/span><\/p>\n<h3><b>Question 247<\/b><\/h3>\n<p><b>A developer wants to make an AI workflow automatically process a newly uploaded file without continuously polling for changes. Which architecture is preferable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Event-driven processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Manual processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Periodic spreadsheet updates<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static prompt execution<\/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;\">Event-driven processing allows an application to react automatically when an event occurs, such as a new object being uploaded to Amazon S3. The event can trigger Lambda, a workflow, or another processing component without requiring constant polling. This can reduce unnecessary resource usage and provide faster response to new data. For generative AI applications, the triggered workflow might extract text, validate content, create embeddings, and update a retrieval index. Event-driven designs are particularly useful when data arrives unpredictably or continuously.<\/span><\/p>\n<h3><b>Question 248<\/b><\/h3>\n<p><b>A model generates excessively long responses even though users only need concise answers. Which change can directly help control the response length?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the context window<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove output instructions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Set an appropriate maximum output-token limit<\/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;\">A maximum output-token limit can restrict how much content the model generates. This can help control response length, reduce unnecessary token consumption, and potentially lower latency and inference costs. The prompt should also clearly communicate the desired response style and level of detail. Increasing the context window does not directly limit generated output, while increasing temperature can increase variability rather than shorten responses. Developers should choose a token limit that provides enough capacity for useful answers without allowing unnecessarily large responses.<\/span><\/p>\n<h3><b>Question 249<\/b><\/h3>\n<p><b>A company is comparing two AI models for an application where response quality, latency, and cost are all important. What should the evaluation include?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the model names<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality, latency, and cost measurements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only maximum context length<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only developer preference<\/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;\">Model selection should consider the requirements of the actual workload rather than relying on a single characteristic. Developers should evaluate response quality using representative tasks while also measuring latency, token consumption, throughput, and cost. Safety and reliability can also be included where relevant. A model with slightly better quality may not be the best choice if its additional cost or latency is unacceptable for the application&#8217;s requirements. Controlled evaluation provides objective evidence for selecting the most appropriate foundation model.<\/span><\/p>\n<h3><b>Question 250<\/b><\/h3>\n<p><b>An agent repeatedly calls the same tool because it fails to recognize that the required operation has already completed. Which safeguard can reduce this behavior?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all tool descriptions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase tool permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implement tool-call limits and state tracking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable logging<\/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;\">Tool-call limits and explicit state tracking can help prevent agents from repeatedly executing the same operation. The application can record completed actions, reject duplicate requests where appropriate, and impose maximum tool-call counts for a workflow. This reduces unnecessary costs and protects downstream systems from repeated operations. Tool descriptions should remain clear, while broadening permissions does not solve the underlying problem. Logging should also remain enabled so developers can investigate why an agent is entering repetitive loops.<\/span><\/p>\n<h3><b>Question 251<\/b><\/h3>\n<p><b>A developer needs to keep sensitive credentials separate from application source code while allowing an application to retrieve them at runtime. Which service is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Secrets Manager<\/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 OpenSearch Service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Step Functions<\/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 Secrets Manager is designed to securely store and retrieve sensitive information such as passwords, API keys, and other application credentials. Applications can obtain secrets at runtime while IAM controls which identities or workloads are allowed to access them. This is safer than embedding credentials directly into source code or configuration files. Secrets can also be rotated according to organizational requirements. CloudWatch provides monitoring, OpenSearch supports search workloads, and Step Functions orchestrates workflows rather than serving as the primary secret-storage service.<\/span><\/p>\n<h3><b>Question 252<\/b><\/h3>\n<p><b>A RAG application retrieves highly relevant information, but the model sometimes ignores that information and produces unsupported claims. What should the developer improve?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove the retrieved context<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use stronger grounding instructions and evaluate generated responses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the number of unrelated documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable retrieval evaluation<\/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;\">Strong retrieval alone does not guarantee that a model will use the retrieved evidence correctly. The developer should provide clear grounding instructions that tell the model to base answers on the supplied context and acknowledge when sufficient evidence is unavailable. Generated responses should then be evaluated for groundedness and unsupported claims. Retrieval quality, context formatting, and prompt structure should also be reviewed. Adding unrelated documents can make grounding more difficult, while removing context eliminates the evidence needed to support accurate responses.<\/span><\/p>\n<h3><b>Question 253<\/b><\/h3>\n<p><b>A company wants to maintain different prompt versions and determine which version produced a particular evaluation result. Which practice is most useful?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Version and track prompt templates<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Randomly change prompts in production<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete previous prompt versions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store prompts only in temporary files<\/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 track changes and associate specific prompt templates with evaluation results. This makes it easier to determine which version produced a particular behavior and enables controlled rollback when a change causes regressions. Versioned prompts can also be tested systematically against consistent datasets before production deployment. Random production changes make troubleshooting difficult, while deleting previous versions prevents comparison and rollback. Prompt management is particularly important when multiple applications or teams depend on shared templates.<\/span><\/p>\n<h3><b>Question 254<\/b><\/h3>\n<p><b>An AI application must perform an expensive operation only after receiving approval from an authorized user. Which design is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allow the model to execute it automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add an explicit human approval step<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the model administrator permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove 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;\">Sensitive or irreversible actions may require human approval before execution. A human-in-the-loop workflow can allow the AI system to prepare a proposed action while requiring an authorized person to review and approve it. This provides an additional safety boundary for high-impact operations such as financial transactions, account changes, or destructive actions. Model confidence alone should not be treated as authorization. Human approval should be combined with identity verification, authorization, input validation, and audit logging to create a stronger control framework.<\/span><\/p>\n<h3><b>Question 255<\/b><\/h3>\n<p><b>A developer observes that a model&#8217;s responses vary significantly between identical requests. Which parameter should be reviewed first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Temperature and other generation settings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 bucket encryption<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM policy names<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CloudTrail event 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;\">Generation parameters such as temperature can influence the variability of model outputs. If an application requires highly consistent responses, developers should review temperature and other supported inference settings and determine whether more deterministic configuration is appropriate. The exact behavior depends on the foundation model and task. Developers should test settings using representative requests rather than assuming that one configuration is universally optimal. S3 encryption, IAM naming, and CloudTrail retention are important infrastructure controls but do not directly control generation variability.<\/span><\/p>\n<h3><b>Question 256<\/b><\/h3>\n<p><b>A developer wants to identify which AWS API calls were made by resources in a production AI environment for auditing purposes. Which service should be used?<\/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;\">AWS CloudTrail<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Bedrock Guardrails<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Lambda<\/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;\">AWS CloudTrail records AWS API activity and can help organizations understand which identities or services performed actions within an AWS environment. These audit records support security investigations, compliance requirements, and operational troubleshooting. For generative AI applications, CloudTrail can complement application-level logs and model-related monitoring. S3 is object storage, Guardrails provides AI safety controls, and Lambda provides compute execution. Audit logging should be configured with appropriate retention, access controls, and protection against unauthorized modification.<\/span><\/p>\n<h3><b>Question 257<\/b><\/h3>\n<p><b>A RAG application uses a similarity threshold that is too high, causing relevant documents to be excluded from retrieval. Which problem does this create?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lower retrieval recall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Higher encryption strength<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improved API authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increased storage durability<\/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 similarity threshold determines how closely a retrieved item must match a query before it is accepted. If the threshold is set excessively high, documents that are relevant but not extremely similar may be excluded. This reduces retrieval recall and can leave the model without important evidence. Developers should tune retrieval thresholds using representative evaluation queries and consider other factors such as reranking, metadata filtering, and top-k configuration. Encryption, authentication, and storage durability are unrelated to the retrieval threshold.<\/span><\/p>\n<h3><b>Question 258<\/b><\/h3>\n<p><b>A company wants to reduce the impact of a failed model dependency by providing users with a simpler alternative response. Which reliability technique is this?<\/b><\/p>\n<ol>\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;\">Vector normalization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Graceful degradation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dataset duplication<\/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;\">Graceful degradation allows an application to continue providing useful functionality when a dependency becomes unavailable or performs poorly. For example, an AI application might provide a predefined response, use a simpler model, return previously validated information, or disable a nonessential AI feature temporarily. This approach can improve user experience and system resilience during partial failures. Prompt expansion and vector normalization address different concerns, while dataset duplication does not itself provide a runtime fallback strategy. Fallback behavior should be tested before production deployment.<\/span><\/p>\n<h3><b>Question 259<\/b><\/h3>\n<p><b>A developer wants to test whether an AI application can be manipulated by malicious instructions embedded in user input. What type of testing should be performed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adversarial testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage testing only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UI color testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File compression testing<\/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;\">Adversarial testing intentionally exposes an AI application to malicious, unexpected, or manipulative inputs to identify weaknesses. For generative AI systems, tests can include prompt injection, attempts to bypass restrictions, sensitive-data extraction, tool misuse, and other abuse scenarios. Results can be used to improve prompts, guardrails, authorization controls, validation, and monitoring. Traditional functional testing remains important, but it may not reveal security weaknesses specific to AI interactions. Adversarial testing should be repeated as models, prompts, tools, and application workflows change.<\/span><\/p>\n<h3><b>Question 260<\/b><\/h3>\n<p><b>A developer needs to expose an AI backend through an API while limiting excessive request traffic from clients. Which capability 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;\">Increasing model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing document chunk size<\/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 and helps protect backend services from excessive traffic. It can improve stability, prevent uncontrolled resource consumption, and help manage service quotas. Amazon API Gateway provides capabilities that can support controlled API traffic and request management. Throttling should be configured according to expected workload patterns and combined with authentication, authorization, monitoring, and appropriate retry behavior. Temperature affects model generation, while document chunk size affects retrieval rather than API traffic management.<\/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 241 A developer wants to improve the quality of retrieved results by considering both exact terms and semantic meaning. Which approach should be used? Hybrid search Random retrieval Image classification Log aggregation Correct Answer: 1 Explanation [&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\/12551"}],"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=12551"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12551\/revisions"}],"predecessor-version":[{"id":12583,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12551\/revisions\/12583"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12551"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12551"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12551"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}