Premium

AWS Certified Solutions Architect – Associate Questions and Answers (Dumps and Practice Questions)



Question : You are working in a capital market company which has various products like mutual funds, corporate loans, insurance, ETFs (Exchange traded funds ) etc. and they wanted to run separate website under
sub-domain like

mf.acmeshell.com
etf.acmeshell.com
insurance.acmeshell.com
corp.acmeshell.com

And their main website will be acmeshell.com, each subdomain can have either Joomla or Wordpress based websites and need to be hosted on independent virtual servers. Which of the following service you will be using


 : You are working in a capital market company which has various products like mutual funds, corporate loans, insurance, ETFs (Exchange traded funds ) etc. and they wanted to run separate website under
1. Amazon EC2 service, with each instance having separate subdomain website. Hence, total 5X2=10 EC2 instance. Two EC2 instance for each.

2. Amazon Container Service, you will be creating a Docker image for each subdomain and launch the website using that

3. Elastic Beanstalk, so that you will not to manage, administer and monitor instances on which websites will be hosted

4. You will be using AWS LightSail and use separate virtual private servers for each subdomain and main website

Correct Answer : 4
Explanation: Again you can use any service which is given in the option to solve the given problem. But you need to select the most relevant and cost-effective service.

Amazon LightSail, is a service through which you can provision virtual private servers (VPS) that lives in the AWS cloud. You can host Wordpress or Joomla based websites on this VPS. LightSail offers range of
operating system and application templates that are automatically installed when you create a new Lighsail instance. Various web application templates are already included in it like Wordpress, Joomla, Drupal,
Magento, Redmine, LAMP, Nginx (LEMP), Node.js and much more.




Question : You are working with an equity brokerage firm who provides the terminal for equity trading, now at the end of day when market closes your analytics team want to do some analytics. Entire data is stored in
AWS S3 in file format, so no direct database needs to be accessed. You want to use last 5 days data to do analytics and volume is quite high which of the following service you will be using for this?

A. Launch EC2 Spot instances fleet and run your own analytics code with the data stored in S3
B. You will be using EMR service
C. You will be using AWS Batch
D. You will be using AWS Lambda
 : You are working with an equity brokerage firm who provides the terminal for equity trading, now at the end of day when market closes your analytics team want to do some analytics. Entire data is stored in
1. A,B
2. B,C
3. C,D
4. A,D
5. B,D

Correct Answer : 2
Explanation: In the given question you wanted to run analytics on big volume of data. Hence, this is a Big Data problem and Lambda function will not be helpful because they have timeout limit 300 seconds
as well as 500MB storage is available. Hence, eliminate option 4.

You can certainly use option 1, but this is not an optimal solution for given requirement.

For BigData problems you will be using BigData tool like EMR service. Hence option 2 is perfect fit. Other than that you can also use AWS Batch, if you want to run any batch processing than you should use AWS batch.
AWS batch provisions the optimal quantity and type of compute resources e.g. CPU or memory optimized instances based on need. If you are using AWS batch than you don't have to install and manage batch computing
software , servers , clusters etc. You just focus on solving your own problem.

However, underline AWS Batch use the EC2 instance and Spot instances.




Question : You have developed a web application and a Docker image has been created using that. You want to deploy scalable web application using this Docker container. And don't want to take the pain of managing
clusters like which server types to be chosen, when your cluster should be scaled etc. which of the following service you will be using from AWS?



 : You have developed a web application and a Docker image has been created using that. You want to deploy scalable web application using this Docker container. And don't want to take the pain of managing
1. AWS Elastic Container Service

2. Amazon Elastic Container Service for Docker

3. AWS Fargate

4. AWS Batch

5. AWS LightSail


Correct Answer : 3
Explanation: AWS Fargate is a service for ECS (Elastic Container Service) or EKS (Elastic container service for Kubernetes), if you use AWS Fargate service than you don't have to take pain for
provisioning, configuring, and scaling of virtual servers to run your containers. Even you don't have to select the type of EC2 servers, what should be the scaling requirement etc. Hence, you can focus on designing
and building your applications rather than managing the infrastructure to runs them.




Related Questions


Question : Which is true about AWS S data replication?
  : Which is true about AWS S data replication?
1. AWS replicate S3 data across the regions automatically.

2. AWS replicate S3 data across the availability zone in a Region

3. You have to create an IAM role to automatically replicate the data across the regions

4. None of the above


Question : As you know, HadoopExam.com needs to provide video course access to only authorized member. How that can be best implemented in AWS,
assuming videos needs to be streamed across various Geography


  : As you know, HadoopExam.com  needs to provide video course access to only authorized member. How that can be best implemented in AWS,
1. Save videos in S3 bucket. And copy the same bucket in all other regions

2. Save videos in S3 bucket and enable the cross region replication

3. Save videos in EMR

4. Use cloudfront with signed URLS


Question : Which of the follwing is a feature of IAM ?

A Central control of users and security credentials: You can control creation, rotation, and revocation of each users AWS security credentials (such as access keys)

B Central control of user access: You can control what data in the AWS system users can access and how they access it

C Shared AWS resources: Users can share data for collaborative projects

D Permissions based on organizational groups: You can restrict users AWS access based on their job duties (for example, admin, developer, etc.) or
departments. When users move inside the organization, you can easily update their AWS access to reflect the change in their role

E Central control of AWS resources: Your organization maintains central control of the AWS data the users create, with no breaks in continuity or lost
data as users move around within or leave the organization
  :  Which of the follwing is a feature of IAM ?
1. A,B,C only
2. A,D,E Only
3. A, B,E Only
4. A,B,C,D Only
5. A,B,C,D,E All mentioned


Question : Suppose you have created an EC , during the processing some data is generated which is stored on the root device.
One of your colleague terminate this instance in between, so what happen to the data on root device?

  : Suppose you have created an EC , during the processing some data is generated which is stored on the root device.
1. As soon as instance is terminated data will be copied to S3.
2. As soon as instance is terminated data will be copied to the EBS.
3. As soon as instance is terminated data will be deleted.
4. Nothing happend to the data, it will remain as it is until you delete it.


Question : You have launched AWS EC windows instance. Now as an administrator you want to connect to Windows instance using RDP. What process you
need to follow ?
  : You have launched AWS EC windows instance. Now as an administrator you want to connect to Windows instance using RDP. What process you
1. You must have IAM role defined to do RDP and use that role to connect to windows instance.

2. You have to use putty and ssh shell to do RDP

3. Access Mostly Uused Products by 50000+ Subscribers

4. Using the private keys , you have to first decrypt the default administrator password on EC2 console. This password you can use for
remotely connecting to AWS Windows instance.



Question : You have created a DB instance in VPC, for your web application (www.HadoopExam.com). You have not configured any rule to access this DB.
Which statement is correct?


  : You have created a DB instance in VPC, for your web application (www.HadoopExam.com). You have not configured any rule to access this DB.
1. There is no access to this DB by default. We have to explicitly assign some rule in security group to give access.

2. As part of default security group anybody can access this DB

3. Access Mostly Uused Products by 50000+ Subscribers

4. Port 80 will be open so, it can be reached using HTTP protocol.