Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

You are developing a Lambda function which processes an SQS queue. It is expected that the function will have: - 50 requests per second - 100 seconds to complete each request What should you do to prevent any issues when the function has been deployed and becomes operational?
  • Request for AWS to increase the limit of your concurrent executions.
  • Increase the concurrency limit of the function.
  • Implement exponential backoff in your application.
  • No additional action needed since Lambda will automatically scale based on the incoming requests.
Answer- A