Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
0
votes
1
answer
A developer is designing a mobile game application relying on some AWS serverless services. To access these services, requests must be signed with an AWS access key.
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
While developing an application, MFA and password recovery were included as additional requirements to increase security by adding a second authentication and recovery mechanisms. What is considered a recommended practice in this context?
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
As a developer, you have set up Amazon Cognito Sync to enable cross-device syncing of application-related user data. You later configure Amazon Cognito streams with an Amazon Kinesis stream by changing the role trust permission to receive events as data is updated and synchronized.
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You are the senior developer in a company that builds and sells analytics dashboards for organizations in a B2B model. After implementing the architecture designed by the solutions architect which integrates Amazon Cognito
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
During the development, definition and deployment of a backend you are building, you have to decide how to use user and identity pools as a part of a serverless application. What statements are correct in this scenario?
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
As a cloud engineer, you have to use containers for packaging source code and dependencies into immutable artifacts to be deployed predictably to any environment. What options are the most appropriate in this scenario to optimize the application CI/CD pipelines and reduce costs?
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
During a project enhancement, you are assigned to set up an AWS Application Load Balancer with a provisioned Amazon EKS cluster for ingress-based load balancing to AWS Fargate pods. What steps better describe how to achieve this?
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
As a cloud engineer, you have been assigned to a project where an application must sign its AWS API requests with AWS credentials. You are working with IAM roles for Amazon ECS tasks to use them in the containers in a task.
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You are working with an architecture team and several cloud engineers. The project requires containerization, and you are responsible for maintaining the Amazon ECS tasks.
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You are a developer who is supporting a containerized application. You are told to set up dynamic port mapping for Amazon ECS and load balancing. What statement is true in this case?
asked
Nov 1, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which command connects a container to a Docker network?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
network
0
votes
1
answer
How do you remove a Docker volume?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
volume
0
votes
1
answer
How can you see all images available on your local machine?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
local
machine
0
votes
1
answer
Which command stops a running Docker container?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
container
0
votes
1
answer
How can you inspect the details of a Docker network?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
network
0
votes
1
answer
What command creates a new volume in Docker?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
0
votes
1
answer
Which command is used to view the logs of a running Docker container?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
container
0
votes
1
answer
Which of the following is not a Docker network type?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
network
type
0
votes
1
answer
What command initializes a node as a Docker Swarm manager?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
swarm
manager
0
votes
1
answer
What is the primary purpose of Docker Swarm?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
swarm
0
votes
1
answer
In a docker-compose.yml file, what is the function of the depends_on key?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
depends_on
key
0
votes
1
answer
Which Docker command shows the history and intermediate layers of an image?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
docker
command
0
votes
1
answer
What is the primary function of the .dockerignore file?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
dockerignore
file
0
votes
1
answer
Which of the following is not a valid storage driver for Docker?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
valid
storage
driver
0
votes
1
answer
How can you share storage volumes between containers?
asked
Oct 31, 2024
in
Docker
by
sharadyadav1986
storage
volumes
0
votes
1
answer
As a cloud engineer, you have been granted access to an Amazon ECR image repository. You have to pull images from the repository as a part of a container definition when creating an Amazon ECS task. What statement correctly describes this scenario?
asked
Oct 25, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You plan to run a Jenkins service requiring Amazon EFS as a shared, persistent storage attached to an Amazon ECS cluster and using AWS Fargate.What two statements are true in this context? (Select TWO).
asked
Oct 25, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
As a developer, you have to build Windows containers to use with AWS CodeBuild and integrate it into AWS CodePipeline and push the resulting containers to Amazon ECR. You might consider custom Docker images.
asked
Oct 25, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You are planning to create a build environment using AWS CodeBuild. But you want to use Docker images as your runtime environment. What statement correctly describes from where Docker images can be gotten in this context?
asked
Oct 25, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
As a part of modernizing CI/CD processes to deploy Docker containers with Amazon ECS as standard deployment, you must integrate AWS CodeBuild as a step into AWS CodePipeline to provide high availability. At the same time, the source code changes for the Docker image.
asked
Oct 25, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
667
...
next »
Recent questions
...