
Simule a experiência real do exame com 75 questões e limite de tempo de 180 minutos. Pratique com respostas verificadas por IA e explicações detalhadas.
Powered by IA
Cada resposta é verificada por 3 modelos de IA líderes para garantir máxima precisão. Receba explicações detalhadas por alternativa e análise aprofundada das questões.
An ad-tech startup is building a metrics ingestion API with Amazon API Gateway and AWS Lambda. Across 12 Lambda functions written in Python 3.11, the team must reuse five internal libraries and custom classes maintained by a central platform team (about 15 MB when compressed). The security team requires production deployments to pull artifacts only from an approved registry; Amazon ECR is approved, but build jobs are not allowed to upload artifacts to S3 in the production account. A solutions architect must simplify deployments for all functions and maximize code reuse with minimal packaging complexity. Which approach meets these requirements?
Quer praticar todas as questões em qualquer lugar?
Baixe o Cloud Pass grátis — inclui simulados, acompanhamento de progresso e mais.
Período de estudo: 3 months
I used these practice questions and successfully passed my exam. Thanks for providing such well-organized question sets and clear explanations. Many of the questions felt very close to the real exam.
Período de estudo: 3 months
Just got certified last week! It was a tough exam, but I’m really thankful to cloud pass. the app questions helped me a lot in preparing for it.
Período de estudo: 1 month
앱 이용 잘했습니다 ^^
Período de estudo: 2 months
These practice exams are help for me to pass the certification. A lot of questions are mimicked from here.
Período de estudo: 1 month
Thanks. I think I passed because of high quality contents here. I am thinking to take next aws exam here.
Baixe o Cloud Pass e acesse todas as questões de prática de AWS Certified Solutions Architect - Professional (SAP-C02) gratuitamente.
Baixe o app grátis
A travel-tech company operates a partner webhook ingestion API on Amazon API Gateway with a Regional endpoint and an AWS Lambda backend that calls a third-party risk-scoring REST API using an API key stored in AWS Secrets Manager encrypted with a customer managed key in AWS Key Management Service (AWS KMS), persists and reads records from an Amazon DynamoDB global table, and is currently deployed only in us-east-1; the company must change the API components so the workload runs active-active across us-east-1, eu-west-1, and ap-southeast-2 with the least operational overhead—Which combination of changes will meet these requirements? (Choose three.)
A media analytics startup needs to migrate its third-party thumbnail rendering engine to AWS; the vendor provides a supported Docker image from a public registry that can run in any number of containers, the company has 12 content categories (Kids, Sports, News, etc.) and wants each category to run its own isolated set of containers with a small custom configuration (category-specific environment variables and S3 prefix filters) so that each container processes only that category, peak load requires up to 50 simultaneous containers per category with jobs that last 3–5 minutes and do not need persistent storage, finance requires per-category cost allocation using tags on the running units, and the operations team needs the ability to scale resources cost-effectively purely based on the number of running containers with the least possible operational overhead; which solution meets these requirements?
A healthcare analytics firm operates a HIPAA-compliant internal web application in AWS eu-central-1; the firm has a 1 Gbps AWS Direct Connect private VIF from its Frankfurt data center to a VPC where the application runs on Amazon EC2 instances across three Availability Zones behind an internal Application Load Balancer (ALB); staff access the app from the on-premises network over HTTPS, with TLS terminated at the ALB, and the ALB uses multiple target groups with path-based routing for /api, /images, and /admin. The network team is deploying an on-premises next-generation firewall that only permits outbound traffic to an allow list of destination IP addresses, and the firm must keep TLS termination and routing on the ALB without changing the application. Which solution enables continued access from on premises while meeting the allow list requirement with static IP addresses?
A digital ticketing company is modernizing its checkout application that currently runs a monolithic, load-balanced Amazon EC2 fleet serving the static web frontend, checkout/database APIs, and payment orchestration logic; the company wants a fully decoupled, serverless-first architecture that can process an average of 10,000 checkouts per hour with bursts up to 30,000 within 10 minutes, retain any failed checkout events for at least 7 days for later replay, independently scale each component, and minimize operational costs by eliminating server management. Which solution will meet these requirements?
A video annotation company is re-platforming a Docker-based tagging service to AWS that requires a shared POSIX-compliant NFSv4 mount at /data concurrently accessible by up to 200 tasks across two Availability Zones, must scale on demand, encrypt data at rest, control access with IAM, and must not require provisioning or managing any servers or cluster infrastructure; which solution meets these requirements?
A research lab runs an MPI-based, tightly coupled seismic inversion workload on an AWS HPC cluster that writes millions of shared files to an Amazon EFS file system; the job met performance objectives with 120 EC2 compute nodes, but when the cluster scaled to 1,200 nodes the overall throughput and time-to-solution degraded significantly due to I/O and inter-node communication bottlenecks. Which combination of design choices should a solutions architect implement to maximize the HPC cluster’s performance? (Choose three.)
A pharmaceutical research firm must spin up short‑lived validation sandboxes for each tagged build; each sandbox is a single Amazon EC2 instance managed by an Auto Scaling group and must reach an on‑premises license server over TCP 8443 to report results. The firm needs to create and delete up to 30 sandboxes per business day, each lasting fewer than 3 hours, with no manual intervention and consistent connectivity to the on‑prem network (172.16.0.0/16). The company already operates an AWS Transit Gateway (tgw-0abc123def4567890) with a Site‑to‑Site VPN to its data center and wants the solution with the least operational overhead. Which approach best meets these requirements?
A digital ticketing company runs microservices on Amazon EKS with Fargate profiles in eu-west-1, persists about 600 write transactions per second to an Amazon Aurora PostgreSQL cluster, and must fail over to a different AWS Region with an RPO ≤ 1 second and an RTO ≤ 15 minutes while minimizing ongoing operational overhead; which approach best meets these requirements?
A telematics startup operates 2,500 delivery drones across two metro regions. Each drone publishes JSON telemetry (GPS, temperature, vibration) every 100 ms with an average record size of 1.5 KB. The company needs an AWS solution to ingest this continuous stream and deliver events in near-real time (end-to-end under 3 seconds) to a database that does not require fixed schemas so attributes can evolve without migrations. Which solution will meet these requirements?