20:00

Free Test
/ 10

Quiz

1/10
Argument0
開発者は、AWS Elastic Beanstalkで実行するLinuxベースのアプリケーションを作成しています。アプリケーション 要件では、コストを最小限に抑えながら、アプリケーションは更新中に全容量を維持する必 要があると記載されています。開発者はどのタイプのElastic Beanstalkデプロイポリシーを環境に指定する必要がありますか?
Select the answer
1 correct answer
A.
Immutable
B.
Rolling
C.
All at Once
D.
Rolling with additional batch

Quiz

2/10
Argument7
開発者はSSH経由でAWS CodeCommitにアクセスします。 AWS CodeCommitにアクセスするように設定されたSSHキーは、次のアクセス許可を持つユーザ ーに関連付けられています。 Exam Dumps Amazon-AWS-Developer-JP Amazon Amazon-AWS-Developer-JP 3-1300066969 開発者はブランチを作成/削除する必要があります。 最小特権の原則に基づいて、どの特定のIAMアクセス許可を追加する必要がありますか?
Select the answer
1 correct answer
A.
"codecommit:CreateBranch" "codecommit:DeleteBranch"
B.
"codecommit:Put*"
C.
"codecommit:Update*"
D.
"codecommit:*"

Quiz

3/10
Argument1
アプリケーションは、Amazon Kinesis Data Streamsを使用して、データレコードの大きなストリームをリアルタイムで取り込み、処理 します。 Amazon EC2インスタンスは、Amazon Kinesis Client Library(KCL)を使用して、Kinesisデータストリームのシャードからのデータを消費および 処理します。アプリケーションは障害シナリオを処理し、スタンバイワーカーを必要としま せん。アプリケーションは、特定のシャードが予想より多くのデータを受信して​​いることを 報告します。データフローの速度の変化に適応するには、 「ホット」シャードはリシャーディングされます。 Kinesisデータストリームのシャードの初期数が4であり、シャードの数を6にリシャーディ ングした後、すべてのシャードからのデータを処理するためにデプロイできるEC2インスタ ンスの最大数はどれくらいですか?
Select the answer
1 correct answer
A.
12
B.
6
C.
4
D.
1

Quiz

4/10
Argument3
開発者は、AWS KMSを使用して100 GBのオブジェクトを暗号化する必要があります。 BESTアプローチとは何ですか?
Select the answer
1 correct answer
A.
Encrypt API呼び出しを行い、顧客マスターキー(CMK)を使用してプレーンテキストデータを暗号 文として暗号化します
B.
暗号化API呼び出しを行い、インポートされたキーマテリアルで顧客マスターキー(CMK )を使用して、平文データを暗号文として暗号化します
C.
プレーンテキストキーとデータキーの暗号化されたコピーを返すGenerateDataKey API呼び出しを行います。 プレーンテキストキーを使用してデータを暗号化する
D.
データキーの暗号化されたコピーを返すGenerateDataKeyWithoutPlaintext API呼び出しを行います。 暗号化されたキーを使用してデータを暗号化する

Quiz

5/10
Argument2
EC2インスタンスにデプロイされたアプリケーションがDynamoDBテーブルにデータを書き 込むことを許可するには、次のアイテムのうちどれが必要ですか? EC2インスタンスにセキュリティキーを保存することは許可されていないと仮定します。 2つの答えを選択してください
Select the answer
2 correct answers
A.
DynamoDBテーブルへの書き込みアクセスを許可するIAMユーザーを作成します。
B.
実行中のEC2インスタンスにIAMロールを追加します。
C.
実行中のEC2インスタンスにIAMユーザーを追加します。
D.
起動構成に含まれるIAMロールでEC2インスタンスを起動します。
E.
DynamoDBテーブルへの書き込みアクセスを許可するIAMロールを作成します。
F.
起動構成に含まれるIAMユーザーでEC2インスタンスを起動します。

Quiz

6/10
Argument5
開発者は、AWS Lambda関数を10分ごとに呼び出す必要があるサーバーレスアプリケーションを作成してい ます。 機能をトリガーする自動化されたサーバーレスの方法とは何ですか?
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

7/10
Argument4
開発者は、ピーク時以外に、通常のワークロードに影響を与えることなく、Amazon DynamoDBのフルテーブルスキャンの実行時間を最小限に抑えたいと考えています。ワーク ロードは、ピーク時以外の時間に平均して、強く一貫した読み取りキャパシティーユニット の半分です。 開発者はこのスキャンをどのように最適化しますか?
Select the answer
1 correct answer
A.
レートを制限しながら並列スキャンを使用します
B.
順次スキャンを使用する
C.
スキャン操作中に読み取りキャパシティーユニットを増やします
D.
スキャン操作中に整合性を最終的に整合性に変更します

Quiz

8/10
Argument6
会社には、格納されているオブジェクトの数など、Amazon S3バケットのコンテンツに関する情報を返すことができる新しいREST APIが必要です。会社は、AWS LambdaとAmazon API Gatewayを使用して、新しいAPIをマイクロサービスとして作成することを決定しました。 開発者は、セキュリティのベストプラクティスを順守しながら、マイクロサービスがAmazo n S3バケットに必要なアクセス権を持っていることをどのように確認する必要がありますか?
Select the answer
1 correct answer
A.
Amazon S3バケットにアクセスする権限を持つIAMユーザーを作成し、IAMユーザーの認証情報をLa mbda関数のソースコードに保存します。
B.
Amazon S3バケットにアクセスする権限を持つIAMロールを作成し、実行ロールとしてLambda関数 に割り当てます。
C.
プリンシパルとしてLambdaサービスを指定するAmazon S3バケットポリシーを作成し、Amazon S3バケットに割り当てます。
D.
IAMロールを作成し、AmazonS3FullAccess管理ポリシーをアタッチし、そのロールを実 行ロールとしてLambda関数に割り当てます。

Quiz

9/10
Argument0
開発者は、Amazon ECSを使用してAWS Fargateで実行されているアプリケーションをデプロイする必要があります。アプリケーシ ョンには、初期化するためにアプリケーションにコンテナに渡す必要のある環境変数があり ます。環境変数をコンテナに渡す方法は?
Select the answer
1 correct answer
A.
サービス定義内の環境パラメーターの下に環境変数を含む配列を定義します
B.
タスク定義内の環境パラメーターの下に環境変数を含む配列を定義します
C.
タスク定義内のentrypointパラメーターの下に環境変数を含む配列を定義します
D.
サービス定義内のentryPointパラメーターの下に環境変数を含む配列で定義します

Quiz

10/10
Argument7
開発者は、実行するたびに新しいファイルを生成するAWS lambda関数を作成しています。新しいファイルはそれぞれ、同じAWSアカウントでホスト されているAWS CodeCommitリポジトリにチェックインする必要があります。 開発者はこれをどのように達成する必要がありますか?
Select the answer
1 correct answer
A.
Lambda関数が開始したら、Git CLIを使用してリポジトリを複製します。新しいファイルをクローンされたリポジトリにチ ェックインし、変更をプッシュします。
B.
Lambdaで新しいファイルが作成されたら、cURLを使用してCodeCommit APIを呼び出します。ファイルをリポジトリに送信します。
C.
AWS SDKを使用して、CodeCommitクライアントをインスタンス化します。 put _ fileメソッドを呼び出して、ファイルをリポジトリに追加します。
D.
新しいファイルをAmazon S3バケットにアップロードします。 S3イベントを受け入れるAWSステップ関数を作成します。ステップ機能で、新しいファイ ルをリポジトリに追加します。
Looking for more questions?Buy now

Amazon-AWS-Developer-JP Practice test unlocks all online simulator questions

Thank you for choosing the free version of the Amazon-AWS-Developer-JP practice test! Further deepen your knowledge on Amazon Simulator; by unlocking the full version of our Amazon-AWS-Developer-JP 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-Developer-JP practice tests and how to prepare for any exam?

The Amazon-AWS-Developer-JP Simulator Practice Tests are part of the Amazon Database and are the best way to prepare for any Amazon-AWS-Developer-JP exam. The Amazon-AWS-Developer-JP 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-Developer-JP 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-Developer-JP Simulator will also give you an idea of the time it will take to complete each section of the Amazon-AWS-Developer-JP practice test . It is important to note that the Amazon-AWS-Developer-JP Simulator does not replace the classic Amazon-AWS-Developer-JP 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-Developer-JP exam.

BUY NOW

Amazon-AWS-Developer-JP Practice test therefore represents an excellent tool to prepare for the actual exam together with our Amazon practice test . Our Amazon-AWS-Developer-JP 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-Developer-JP Simulator and how our unique Amazon-AWS-Developer-JP Database made up of real questions:

Info quiz:

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

You can prepare for the Amazon-AWS-Developer-JP 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-Developer-JP Simulator.

Use our Mobile App, available for both Android and iOS devices, with our Amazon-AWS-Developer-JP 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-Developer-JP practice tests which consist of 375 questions and also provide study material to pass the final Amazon-AWS-Developer-JP exam with guaranteed success. Our Amazon-AWS-Developer-JP database contain hundreds of questions and Amazon Tests related to Amazon-AWS-Developer-JP Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW