300+ [LATEST] Aws Cloud Architect Interview Questions and Answers

Q1. When There Is A Need To Consider Provisioned Iops Than Standard Rds Storage In Aws?

In case you have hosts that are batch oriented, there is a need for same. The reason is provisioned IOPs are known to provide faster IO rates. However, they are bit expensive when compared to other options. Hosts with batch processing don’t need manual intervention from the users. It is because of this reason provisional IOPs are preferred.

Q2. It Is Possible To Use S3 With Ec2 Instances. How?

Yes, it’s possible if the instances are having root devices and they are supported by the instance storage. Amazon uses one of the very reliable, scalable, fast, as well inexpensive networks for hosting all their websites. With the help of S3, it is possible for the developers to get access to the same network. There are tools available in AMI’s that users can consider when it comes to executing systems in EC@The files can simply be moved between EC2 and S3.

Q3. How Terminating And Stopping An Instance Are The Different Processes?

Instance performs a regular shutdown when it is stopped. It then performs tractions. As the entire EBS volumes remain present, it is possible to start the instance anytime again when you want. The best thing is when the instance remains in the stopped state, users don’t need to pay for that particular time.

Upon termination, the instance performs a regular shutdown. After this, the Amazon EBS volumes start deleting. You can stop them from deleting simply by setting the “Delete on Termination” to false. Because the instance gets deleted, it is not possible to run it again in the future.

Q4. What Are The States Available In Processor State Control?

It contains two states and they are:

  • P-state– It has different levels starting from P0 to P@P0 represents the highest frequency and P15 represents the lowest frequency.
  • C-State– Its levels are from C0 to C6 where C6 is the strongest state for the processor.

It is possible to customize these states in a few EC2 instances which enable users to customize processor as per need.

Q5. Name The Method That You Will Use For Moving The Data To A Very Long Distance?

Amazon Trfer Acceleration is a good option. There are other options such as Snowball but the same doesn’t support data trfer over a very long distance such as among continents. Amazon Trfer Acceleration is the best option because it simply throttles the data with the help of network channels that are optimized and assures very fast data trfer speed.

Q6. When Instances Are Launched In The Cluster Placement Group, What Are The Network Performance Parameters That Can Be Expected?

Actually, it depends largely on the type of Instance, as well as on the specification of network performance. In case they are started in the placement group, you can expect following parameters.

  • 20 GBps in case of full duplex or when in multi-flow
  • Up to 10 GBps in case of a single-flow
  • Outside the group, the traffic is limited to 5 GBps.

Q7. Which Instance Can Be Used For Deploying A 4-node Cluster Of Hadoop In Amazon Web Services?

It is possible to use i2.large or c4.8x large Instance for this. However, c.4bx needs better configuration on the PC. At some stages, you can simply launch the EMR for automatic configuration of the server for you. Data can be put into S3 and EMR is able to pick it from there. It will load your data in S3 again after processing it.

Q8. Compare Rds, Redshift, And Dynamodb?

RDS is basically a DBM service that is considered for relational databases. It is useful for upgrading and patching of data automatically. However, it works for structured data only. On the other side, RedShift is used in Data analysis. It is basically a data warehouse service. When it comes to DynamoDB, it is considered when there is a need to deal with unstructured data. RDS is quick as compared to both RedShift and DynamoDB. All of them are powerful enough to perform their tasks without errors.

Q9. Is It Possible To Run The Multiple Websites On Ec2 Server With One Elastic Ip Address?

No, it’s not possible. We need more than one elastic IP in such a case.

Q10. Name The Instances Types For Which The Multi Az-deployments Are Available?

The Multi-AZ deployments are simply available for all the instances irrespective of their types and use.

Q11. What Will Happen If The Content Is Absent In Cloud Front And A Request Is Made?

Cloud Front sent the content from the primary server directly to the cache memory of the edge location. As it’s a content delivery system, it tries to cut down the latency and that is why it will happen. If the operation is performed for the second time, the data would directly be served from the cache location.

Q12. When There Is A Need To Acquire Costs With An Eip?

EIP stands for Elastic Internet Protocol address. Costs are acquired with an EIP when the same is associated and allocated with a stopped instance. In case only one Elastic IP is there with the instance you are running, you will not be charged for it. However, in case the IP is attached to a stopped instance or does not attach to any instance, you need to pay for it.

Q13. What Do You Know About The Private And The Public Address?

Well, the private address is directly correlated with the Instance and is sent back to EC2 only in case it is terminated or stopped. On the other side, public address is correlated in a similar manner with the Instance till it is terminated or stopped. It is possible to replace the public address with Elastic IP. This is done when a user wants it to stay with Instance as per the need.

Q14. What Do You Know About An Ami?

AMI are generally considered as the templates for the virtual machines. While starting an instance, it is possible to select pre-baked AMI’s that AMI commonly have in them. However, not all the AMI’s are available to use free of cost. It is also possible to have a customized AMI and the most common reason to use the same is nothing but saving the space on Amazon Web Service. This is done in case a group of software is not required and AMI can simply be customized in that situation.

Q15. Name The Practices Available When It Comes To Securing The Amazon Ec2?

This can be done through several practices. Review of the protocols in security group is to be monitored regularly and it is to be ensured that the principle of least is applicable over there. Next practice is using access management and AWS identity for controlling and securing the access. Access is to be restricted to hosts and networks that are trusted. In addition to this, only those permissions are opened which are required and not any other. It would also be good to disable password based logins for the instances.

Q16. Why Is It Not Possible To Change Or Modify The Private Ip Address Of An Ec2 Instance When It Is Running?

This is because the private IP remains with the instance permanently or through the life cycle. Thus it cannot be changed or modified. However, it is possible to change the secondary private address.

Q17. Tell Us Various Parameters That You Should Consider While Selecting The Availability Zone?

For this, there are various parameters that should be kept in mind. Some of them are performance, pricing, latency, as well as response time.

Q18. What Happens If The Aws Direct Connect Fails To Perform Its Function?

It is recommended to backup the Direct Connect as in case of power failure you can lose everything. Enabling BFD i.e. Bi-directional Forwarding Detection can avoid the issues. In case no backup is there, VPC traffic would be dropped and you need to start everything from the initial point again.

Q19. Is It Possible To Use Direct Connect For Trferring The Objects From The Data Centers?

Yes, it is possible. Cloud Front simply supports custom origins and thus this task can be performed. However, you need to pay for it depending on the data trfer rates.

Q20. Name The Services Which Can Be Used For Collecting And Processing E-commerce Data?

Amazon RedShift and Amazon DynamoDB are the best options. Generally, data from the e-commerce websites is in an unstructured manner. As both of them are useful for unstructured data, we can use them.

Q21. Why Are Subnets Required To Be Created?

They are needed to utilize the network with a large number of hosts in a reliable manner. Of course, it’s a daunting task to manage them all. By dividing the network into smaller subnets, it can be made simpler and the chances of errors or data loss can be eliminated up to an excellent extent.

Q22. Is It Possible To Attach Multiple Subnets To A Route Table?

Yes, it’s possible. They are generally considered when it comes to routing the network packets. Actually, when a subnet has several route tables, it can create confusion about the destination of these packets. It is because of no other reason than this there should be only one route table in a subnet. The route table can have unlimited records and therefore it is possible to attach multiple subnets to a route table.

Q23. Is It Possible To Establish A Connection Between Amazon Cloud And A Corporate Data Center? How?

Yes, it’s possible. For this, first, a Virtual Private Network is to be established between the Virtual private cloud and the organization’s network. After this, the connection can simply be created and data can be accessed reliably.

Q24. What Will Happen If You Launch The Instances In Amazon Vpc?

This is a common approach that is considered when it comes to launching EC2 instances. Each instance will be having a default IP address of the instances are launched in Amazon VPC. This approach is also considered when you need to connect cloud resources with the data centers.

Q25. Is It Possible To Speed Up Data Trfer In Snowball? How?

Yes, it’s possible. There are certain methods for this. First is simply copying from different hosts to the same Snowball. Another method is by creating a group of smaller files. This is helpful as it cut down the encryption issues. Data trfer can also be enhanced by simply copy operations again and again at the same time provided the workstation is capable to bear the load.

Q26. What Is The Difference Between On-demand Instance And A Spot Instance?

Spot instance is similar to bidding and the price of bidding is known as Spot price. Both Spot and on-demand instances are pricing models. In both of them, there is no commitment for the exact time from the user end. Without upfront payment, Spot instance can be used while the same is not possible in case of On-demand instance. It needs to be purchased first and the price is higher than spot instance.

Q27. What Is The Significance Of Connection Draining?

There are certain stages when the traffic needs to be re-verified for bugs unwanted files that raise security concerns. Connection draining helps in re-routing the traffic that comes from the Instances and which is in a queue to be updated.