Premium

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



Question : You have a Linux EC web server instance running inside a VPC The instance is In a public
subnet and has an EIP associated with it so you can connect to It over the Internet via HTTP or
SSH The instance was also fully accessible when you last logged in via SSH. and was also
serving web requests on port 80.
Now you are not able to SSH into the host nor does it respond to web requests on port 80 that
were working fine last time you checked You have double-checked that all networking
configuration parameters (security groups route tables. IGW'EIP. NACLs etc) are properly
configured {and you haven't made any changes to those anyway since you were last able to reach
the Instance). You look at the EC2 console and notice that system status check shows "impaired."
Which should be your next step in troubleshooting and attempting to get the instance back to a
healthy state so that you can log in again?


  : You have a Linux EC web server instance running inside a VPC The instance is In a public
1. Stop and start the instance so that it will be able to be redeployed on a healthy host system that
most likely will fix the "impaired" system status
2. Reboot your instance so that the operating system will have a chance to boot in a clean healthy
state that most likely will fix the 'impaired" system status
3. Access Mostly Uused Products by 50000+ Subscribers
since the networking stack of the OS may be locked up causing the "impaired" system status.
4. Add another Elastic Network Interface to the instance and try to connect via that new path since
the networking stack of the OS may be locked up causing the "impaired" system status
5. un-map and then re-map the EIP to the instance, since the IGW/NAT gateway may not be
working properly, causing the "impaired" system status


Correct Answer : Get Lastest Questions and Answer :

Explanation:








Question :
Which of the following databases is not supported by RDS?

  :
1. MySQL
2. Microsoft SQL Server
3. Access Mostly Uused Products by 50000+ Subscribers
4. IBM DB2
5. None of the above


Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon Relational Database Service (Amazon RDS) is a web service that makes it easy to set up, operate, and scale a relational database in the cloud.
It provides cost-efficient and resizable capacity, while managing time-consuming database administration tasks, freeing you up to focus on your applications
and business.

Amazon RDS gives you access to the capabilities of a familiar MySQL, Oracle, SQL Server, or PostgreSQL database. This means that the code, applications, and
tools you already use today with your existing databases should work seamlessly with Amazon RDS. Amazon RDS automatically patches the database software and
backs up your database, storing the backups for a user-defined retention period. You benefit from the flexibility of being able to scale the compute
resources or storage capacity associated with your relational database instance via a single API call or few clicks of the AWS Management Console . In
addition, Amazon RDS makes it easy to use replication (currently supported for MySQL and Oracle database engines) to enhance database availability, improve
data durability, or scale beyond the capacity constraints of a single database instance for read-heavy database workloads. As with all Amazon Web Services,
there are no up-front investments required, and you pay only for the resources you use.





Question :

What is an Amazon RDS master user account and how is it different from an AWS account?
 :
1. A master user account is different from an AWS developer account and used only within the context of Amazon RDS to control access to your DB
Instance(s).
2. The master user account is a native database user account which you can use to connect to your DB Instance.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Only 1 and 3 are correct
5. Only 1 and 2 are correct

Correct Answer : Get Lastest Questions and Answer :

To begin using Amazon RDS you will need an AWS developer account. If you do not have one prior to signing up for Amazon RDS,
you will be prompted to create one when you begin the sign-up process. A master user account is different from an AWS developer account
and used only within the context of Amazon RDS to control access to your DB Instance(s). The master user account is a native database
user account which you can use to connect to your DB Instance. You can specify the master user name and password you want associated
with each DB Instance when you create the DB Instance. Once you have created your DB Instance, you can connect to the database using
the master user credentials. Subsequently, you may also want to create additional user accounts so that you can restrict who can access your DB Instance.




Related 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


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


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



Question : You are working on an application which is used by a financial marketing company, where equity(stock market) data has been stored in DynamoDB table. You have following fields on
the table DateoFData(When Data received), Security_ID, BiD_Price, Ask_Price etc. You want to store this data and your table should support query, which is based
on both DateofData and SecurityID column. So, you decided to have DateofData as a primary index and SecuirtyId as a Secondary Index. Which of the
following statement is correct?
A. You will be creating Global secondary index on SecurityId and this can only be created when table is created.
B. You will be creating Local secondary index on SecurityId and this can only be created when table is created.
C. You can have at most one Global Secondary Index
D. You can have at most one Local secondary index

  : You are working on an application which is used by a financial marketing company, where equity(stock market) data has been stored in DynamoDB table. You have following fields on
1. A,B
2. B,C
3. C,D
4. A,D
5. B,D


Question : You are creating an application, which dynamically create and destroy AWS resources. You are using AWS SDK to interact with AWS resources.
Now, you want your application while interacting with the AWS resources (through SDK) should be secured. Which of the given option is best solution for this requirement?
A. Create application which store IAM username and password in a configuration file.
B. Create application which store IAM access keys (both the parts) in a configuration file.
C. You should create a role with the required permissions and launch the EC2 instance by assuming that role. So, any application running on that EC2 instance will have the same permissions.
D. You will also make sure that any communication between application and AWS resources will happen through HTTPS protocol only.

 : You are creating an application, which dynamically create and destroy AWS resources. You are using AWS SDK to interact with AWS resources.
1. A,B
2. B,C
3. C,D
4. A,D
5. B,D


Question : You are working in a quite a large Financial institution, which have been hosting various applications on AWS Infrastructure. You have a team of three AWS expert and all know the credentials of the root account. One of them resigned from the company, what action other member should take on immediate basis.
A. It is not allowed for that candidate to exit the company premises until root account password changed.
B. You should immediately change the password and enable the MFA login
C. Delete all the AWS accounts and re-create them.
D. Put the restriction on the IP addresses from where root user can login.
E. Delete administrator account on immediate basis.
F. Rotate the keys and change the IAM password for all accounts.
G. Rename all the roles and launch all the EC2 instances again.

  : You are working in a quite a large Financial institution, which have been hosting various applications on AWS Infrastructure. You have a team of three AWS expert and all know the credentials of the root account. One of them resigned from the company, what action other member should take on immediate basis.
1. A,B,C
2. C,D,E
3. D,E,F
4. A,B,E
5. B,D,E,F