AWS Knowledge Test iOS App
Supercharge Your AWS Skills!
Take your cloud computing expertise to the next level with AWS Certification Prep! This app provides an extensive range of practice exams and questions designed to help you master the various AWS services and ace your AWS certification exams. Whether you're just starting out or preparing for advanced AWS certifications, each question includes detailed explanations to ensure you fully understand the concepts.
Key Features:
Comprehensive Test Library: Access a wide array of practice questions covering core AWS services like EC2, S3, Lambda, RDS, VPC, and more, suitable for both foundational and professional-level exams.
In-Depth Explanations: Each question comes with a clear and concise explanation, helping you grasp key concepts and avoid common pitfalls while reinforcing your knowledge.
Customizable Test Creation: Focus on specific AWS services or exam objectives by building your own tests tailored to your study needs.
Question Bookmarking: Save tough questions to your personal collection and revisit them later to ensure mastery.
Progress Tracking: Easily track your improvement over time as you work towards your AWS certifications, from foundational levels to advanced specialties.
Download AWS Certification Prep today and start your journey toward becoming an AWS-certified cloud expert!
Content Overview
Explore a variety of topics covered in the app.
Example questions
Let's look at some sample questions
Can you use CloudFront to deliver content over both HTTP and HTTPS?
YesNoOnly HTTPOnly HTTPS
Yes, you can use CloudFront to deliver content over both HTTP and HTTPS. You can configure your distribution to use HTTP, HTTPS, or both.
Which type of Elastic Load Balancer operates at the transport layer (Layer 4) of the OSI model?
Network Load BalancerApplication Load BalancerClassic Load BalancerAll of the above
Network Load Balancer operates at the transport layer (Layer 4) of the OSI model.
Which AWS service can be used to automate the process of requesting Spot Instances and to maintain the number of Spot Instances in a fleet?
AWS Auto ScalingAWS Elastic BeanstalkAmazon EC2 Auto ScalingAWS Lambda
Amazon EC2 Auto Scaling helps you ensure that you have the correct number of Amazon EC2 instances available to handle the load for your application. You create collections of EC2 instances, called Auto Scaling groups.
Can you use your own domain name instead of the Elastic Beanstalk environment URL?
Yes, by configuring a CNAME record in your DNS providerNo, you can only use the Elastic Beanstalk environment URLYes, by modifying the Elastic Beanstalk configuration filesNone of the above
You can use your own domain name instead of the Elastic Beanstalk environment URL by configuring a CNAME record in your DNS provider. The CNAME record should point to the Elastic Beanstalk environment URL.
What is the main purpose of AWS Auto Scaling?
To increase storage capacityTo improve data transfer speedTo maintain application availability and performanceTo provide machine learning capabilities
The main purpose of AWS Auto Scaling is to ensure that your applications have the right amount of capacity to handle the current traffic demand. It does this by automatically increasing or decreasing capacity as needed.
Can AWS Config monitor resources that are located outside of AWS?
Yes, AWS Config can monitor any resource that is connected to the internetNo, AWS Config can only monitor AWS resourcesYes, but only if the resources are located in a VPCYes, but only if the resources are managed by AWS Systems Manager
AWS Config can only monitor resources that are located within AWS. It cannot monitor resources that are located outside of AWS.
What is the most cost-effective storage class for infrequently accessed data in a data lake?
S3 StandardS3 Intelligent-TieringS3 One Zone-IAS3 Glacier
For infrequently accessed data in a data lake, the most cost-effective storage class is S3 Glacier. It offers the lowest cost storage for data archiving and long-term backup.
In AWS Glue, what is the term for a reusable piece of code that can be run as part of ETL jobs?
BlueprintJob bookmarkScriptClassifier
In AWS Glue, a script refers to a reusable piece of code that can be run as part of ETL jobs. These scripts are generated by AWS Glue and you can also modify them as per your needs.
What is the purpose of AWS Glue Crawlers?
To visualize dataTo migrate dataTo discover and catalog metadataTo secure data
AWS Glue Crawlers are used to connect to your source or target data store, progresses through a prioritized list of classifiers to determine the schema for your data, and then creates metadata tables in the AWS Glue Data Catalog.
What language is used to define the transformations in AWS Glue ETL Jobs?
A: PythonB: ScalaBoth A and BD: None of the above
In AWS Glue ETL Jobs, the transformations are defined using either Python or Scala. So, both Python and Scala are used.