A developer is sending requests to a SaaS application. The developer becomes unable to send more requests after sending a number of them, but other developers can still send requests. Which of the following is most likely causing the issue?
A cloud engineer is migrating a website to the cloud. The website was developed with a legacy programming language framework and must be upgraded to a newer version to remediate code vulnerabilities and improve performance. Which of the following is the best strategy to perform the migration?
A cloud engineer is reviewing a disaster recovery plan that includes the following requirements:
* System state, files, and configurations must be backed up on a weekly basis.
* The system state, file, and configuration backups must be tested annually.
Which of the following backup methods should the engineer implement for the first week the plan is executed?
SIMULATION 1
An e-commerce company is migrating from an on-premises private cloud environment to a public cloud IaaS environment. You are tasked with right-sizing the environment to save costs after the migration. The company's requirements are to provide a 20% overhead above the average resource consumption, rounded up.
INSTRUCTIONS
Review the specifications and graphs showing resource usage for the web and database servers.
Determine the average resource usage and select the correct specifications from the available drop-down options.

A developer is testing code that will be used to deploy a web farm in a public cloud. The main code block is a function to create a load balancer and a loop to create 1.000 web servers, as shown below:
The developer runs the code against the company's cloud account and observes that the load balancer is successfully created, but only 100 web servers have been created. Which of the following should the developer do to fix this issue?