20:00

Free Test
/ 10

Quiz

1/10
Argument2
개발자는 SSH를 통해 AWS CodeCommit에 액세스합니다. AWS CodeCommit에 액세스하도록 구성된 SSH 키는 다음 권한이 있는 사용자와 연결되어 있습니다. Exam Dumps Amazon-AWS-Certified-Developer-Associate-KR Amazon Amazon-AWS-Certified-Developer-Associate-KR 3-1300066969 개발자는 브랜치를 생성 / 삭제해야 합니다. 최소 권한 원칙에 따라 어떤 특정 IAM 권한을 추가해야 합니까?
Select the answer
1 correct answer
A.
"codecommit : CreateBranch" "codecommit : DeleteBranch"
B.
"codecommit : Put *"
C.
"codecommit : Update *"
D.
"codecommit : *"

Quiz

2/10
Argument4
개발자가 10 분마다 AWS Lambda 함수를 호출해야하는 서버리스 애플리케이션을 작성 중입니다. 기능을 트리거하는 자동화 된 서버리스 방법은 무엇입니까?
Select the answer
1 correct answer
A.
Linux 기반 Amazon EC2 인스턴스를 배포하고 Lambda 함수를 주기적으로 호출하는 명령을 추가하여 / etc / crontab 파일을 편집하십시오.
B.
Lambda 함수에 대해 PERIOD라는 환경 변수를 구성하십시오. 값을 600으로 설정하십시오.
C.
Lambda 함수를 호출하기 위해 정기적으로 트리거하는 Amazon CloudWatch Events 규칙을 생성합니다.
D.
600 초 타이머로 Lambda 함수에 가입 한 Amazon SNS 주제를 만듭니다.

Quiz

3/10
Argument7
Amazon SQS 지연 대기열은 무엇을 달성합니까?
Select the answer
1 correct answer
A.
메시지가 대기열에 처음 추가 될 때 구성 가능한 시간 동안 숨겨집니다.
B.
메시지가 큐에서 소비 된 후 구성 가능한 시간 동안 숨겨집니다.
C.
소비자는 메시지를 검색하기 전에 구성 가능한 시간 동안 대기열을 폴링 할 수 있습니다.
D.
메시지가 큐에서 소비 된 후 구성 가능한 시간 동안 메시지를 삭제할 수 없습니다.

Quiz

4/10
Argument3
개발자는 AWS KMS를 사용하여 100GB 객체를 암호화해야 합니다. 최선의 방법은 무엇입니까?
Select the answer
1 correct answer
A.
고객 마스터 키 (CMK)를 사용하여 일반 텍스트 데이터를 암호 텍스트로 암호화하기 위해 암호화 API 호출을 작성하십시오.
B.
가져온 키 자료와 함께 고객 마스터 키 (CMK)를 사용하여 일반 텍스트 데이터를 암호 텍스트로 암호화하기 위해 암호화 API 호출을 작성하십시오.
C.
일반 텍스트 키와 데이터 키의 암호화 된 사본을 리턴하는 GenerateDataKey API 호출을 작성하십시오. 일반 텍스트 키를 사용하여 데이터 암호화
D.
암호화 된 데이터 키 사본을 리턴하는 GenerateDataKeyWithoutPlaintext API 호출을 작성하십시오. 암호화 된 키를 사용하여 데이터 암호화

Quiz

5/10
Argument1
AWS에서 어떤 보안 측면이 고객의 책임입니까? 답변 4 개 선택
Select the answer
4 correct answers
A.
IAM 자격 증명의 수명주기 관리
B.
스토리지 장치 폐기
C.
보안 그룹 및 ACL (액세스 제어 목록) 설정
D.
EBS (Elastic Block Storage) 볼륨의 암호화
E.
컴퓨팅 리소스에 대한 물리적 액세스 제어
F.
EC2 인스턴스 운영 체제의 패치 관리

Quiz

6/10
Argument5
피크가 아닌 시간 동안 개발자는 정상적인 워크로드에 영향을 미치지 않으면 서 전체 Amazon DynamoDB 테이블 스캔의 실행 시간을 최소화하려고 합니다. 피크가 아닌 시간 동안 워크로드는 평균적으로 일관된 읽기 용량 단위의 절반입니다. 개발자는이 스캔을 어떻게 최적화합니까?
Select the answer
1 correct answer
A.
속도를 제한하면서 병렬 스캔 사용
B.
순차적 스캔 사용
C.
스캔 작업 중 읽기 용량 단위 늘리기
D.
스캔 작업 중에 일관성을 일관성있게 변경

Quiz

7/10
Argument9
개발자가 웹 애플리케이션 백엔드에 대한 Lambda 함수를 작성했습니다. AWS Lambda 콘솔에서 Lambda 함수를 테스트 할 때 개발자는 해당 함수가 실행되고 있음을 알 수 있지만 몇 분 후에도 Amazon CloudWatch Logs에 로그 데이터가 생성되지 않습니다. 이 상황의 원인은 무엇입니까?
Select the answer
1 correct answer
A.
Lambda 함수에는 로그 데이터가 CloudWatch Logs로 보낼 로그 데이터에 대한 명시적인 로그 명령문이 없습니다.
B.
Lambda 함수에 CloudWatch Logs가 로그 데이터를 전송하는 소스 트리거로 누락되었습니다.
C.
Lambda 함수의 실행 역할에 로그 데이터를 CloudWatch Logs에 쓸 수있는 권한이 없습니다.
D.
Lambda 함수에 대상 CloudWatch Log 그룹이 없습니다.

Quiz

8/10
Argument6
개발자가 AWS Elastic Beanstalk에서 실행할 Linux 기반 애플리케이션을 작성 중입니다. 응용 프로그램 요구 사항에 따르면 업데이트 중에 응용 프로그램이 전체 용량을 유지하면서 비용을 최소화해야 합니다. 개발자가 환경에 어떤 유형의 Elastic Beanstalk 배포 정책을 지정해야 합니까?
Select the answer
1 correct answer
A.
불변
B.
롤링
C.
한 번에
D.
추가 배치로 롤링

Quiz

9/10
Argument8
Amazon EC2 인스턴스에서 실행되는 애플리케이션은 AWS KMS 암호화 키 (SSE-KMS)를 사용하여 서버 측 암호화를 사용하여 암호화 된 Amaon S3 버스 킷 내의 객체에 액세스해야 합니다. 응용 프로그램은 오브젝트를 해독하려면 고객 마스터 키 (CMK)에 액세스 할 수 있어야 합니다. 응용 프로그램 액세스 권한을 부여 할 단계 조합은 무엇입니까? (2 개 선택)
Select the answer
2 correct answers
A.
버킷에 키에 대한 액세스 권한을 부여하는 S3 버킷 정책을 작성하십시오.
B.
애플리케이션의 EC2 인스턴스에 연결된 IAM EC2 역할의 키에 대한 액세스 권한을 부여하십시오.
C.
IAM 정책이 키에 대한 액세스 권한을 부여 할 수 있는 키 정책을 작성하십시오.
D.
S3 버킷 ACL의 키에 대한 액세스 권한 부여
E.
KMS 키를 EC2 인스턴스에 노출시키는 Systems Manager 매개 변수를 만듭니다.

Quiz

10/10
Argument0
리소스 외에도 AWS CloudFormation 템플릿에 AWS Serverless Application Model (SAM)에서 정의한 객체를 포함하려면 문서 루트에 어떤 섹션을 포함해야 합니까?
Select the answer
1 correct answer
A.
조건
B.
글로벌
C.
변환
D.
속성
Looking for more questions?Buy now

Amazon-AWS-Certified-Developer-Associate-KR Practice test unlocks all online simulator questions

Thank you for choosing the free version of the Amazon-AWS-Certified-Developer-Associate-KR practice test! Further deepen your knowledge on Amazon Simulator; by unlocking the full version of our Amazon-AWS-Certified-Developer-Associate-KR Simulator you will be able to take tests with over 375 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 375 questions.

BUY NOW

What to expect from our Amazon-AWS-Certified-Developer-Associate-KR practice tests and how to prepare for any exam?

The Amazon-AWS-Certified-Developer-Associate-KR Simulator Practice Tests are part of the Amazon Database and are the best way to prepare for any Amazon-AWS-Certified-Developer-Associate-KR exam. The Amazon-AWS-Certified-Developer-Associate-KR practice tests consist of 375 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The Amazon-AWS-Certified-Developer-Associate-KR database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with Amazon-AWS-Certified-Developer-Associate-KR Simulator will also give you an idea of the time it will take to complete each section of the Amazon-AWS-Certified-Developer-Associate-KR practice test . It is important to note that the Amazon-AWS-Certified-Developer-Associate-KR Simulator does not replace the classic Amazon-AWS-Certified-Developer-Associate-KR study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the Amazon-AWS-Certified-Developer-Associate-KR exam.

BUY NOW

Amazon-AWS-Certified-Developer-Associate-KR Practice test therefore represents an excellent tool to prepare for the actual exam together with our Amazon practice test . Our Amazon-AWS-Certified-Developer-Associate-KR Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our Amazon-AWS-Certified-Developer-Associate-KR Simulator and how our unique Amazon-AWS-Certified-Developer-Associate-KR Database made up of real questions:

Info quiz:

  • Quiz name:Amazon-AWS-Certified-Developer-Associate-KR
  • Total number of questions:375
  • Number of questions for the test:50
  • Pass score:80%

You can prepare for the Amazon-AWS-Certified-Developer-Associate-KR exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our Amazon-AWS-Certified-Developer-Associate-KR Simulator.

Use our Mobile App, available for both Android and iOS devices, with our Amazon-AWS-Certified-Developer-Associate-KR Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.

Our Mobile App contains all Amazon-AWS-Certified-Developer-Associate-KR practice tests which consist of 375 questions and also provide study material to pass the final Amazon-AWS-Certified-Developer-Associate-KR exam with guaranteed success. Our Amazon-AWS-Certified-Developer-Associate-KR database contain hundreds of questions and Amazon Tests related to Amazon-AWS-Certified-Developer-Associate-KR Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW