Free AWS-CERTIFIED-SYSOPS-ADMINISTRATOR-ASSOCIATE Amazon AWS-CERTIFIED-SYSOPS-ADMINISTRATOR-ASSOCIATE Practice Test Question

Loading demo links...

Showing 22–24 of 48 questions

Question 22 (Topic 1)

A company’s AWS Lambda function is experiencing performance issues. The Lambda function performs many CPU-intensive operations. The Lambda function is not running fast enough and is creating bottlenecks in the system. What should a SysOps administrator do to resolve this issue?

Select an option, then click Submit answer.

  • In the CPU launch options for the Lambda function, activate hyperthreading.
  • Turn off the AWS managed encryption.
  • Increase the amount of memory for the Lambda function.
  • Load the required code into a custom layer.
Question 23 (Topic 1)

A SysOps administrator creates an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that uses AWS Fargate. The cluster is deployed successfully. The SysOps administrator needs to manage the cluster by using the kubectl command line tool. Which of the following must be configured on the SysOps administrator’s machine so that kubectl can communicate with the cluster API server?

Select an option, then click Submit answer.

  • The kubeconfig file
  • The kube-proxy Amazon EKS add-on
  • The Fargate profile
  • The eks-connector.yaml file
Question 24 (Topic 1)

A company is managing many accounts by using a single organization in AWS Organizations. The organization has all features enabled. The company wants to turn on AWS Config in all the accounts of the organization and in all AWS Regions. What should a SysOps administrator do to meet these requirements in the MOST operationally efficient way?

Select an option, then click Submit answer.

  • Use AWS CloudFormation Stack Sets to deploy stack instances that turn on AWS Config in all accounts and in all Regions.
  • Use AWS CloudFormation Stack Sets to deploy stack policies that turn on AWS Config in all accounts and in all Regions.
  • Use service control policies (SCPs) to configure AWS Config in all accounts and in all Regions.
  • Create a script that uses the AWS CLI to turn on AWS Config in all accounts in the organization. Run the script from the organization's management account.