Question 76

Consider a serverless application on AWS Lambda that needs to read data from an Amazon S3 bucket. Which of the following is the most efficient way to access data from the S3 bucket within the Lambda function?
  • Question 77

    You have a Kubernetes cluster with two worker nodes. One node has 8 CPU cores and 16GB RAM, while the other has 4 CPU cores and 8GB RAM. You deploy a pod with resource requests of 2 CPU cores and 4GB RAM. Where is this pod most likely to be scheduled?
  • Question 78

    Which style of operations are preferred for K8S and cloud native applications?
  • Question 79

    Which of the following is an example of vertical scaling?
  • Question 80

    You are migrating a monolithic application to a microservices architecture on Kubernetes. You choose to use Istio to manage the communication between these new services. Which of the following is NOT a benefit of adopting Istio in this scenario?