AWS Certified Solutions Architect Practice Tests
eBook - ePub

AWS Certified Solutions Architect Practice Tests

Associate SAA-C01 Exam

Brett McLaughlin

Partager le livre
  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

AWS Certified Solutions Architect Practice Tests

Associate SAA-C01 Exam

Brett McLaughlin

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

NEW! We've added two new practice exams to the online test bank to cover concepts in the new certification Exam SAA-C02. To help you prepare for taking the exam, t he updated test bank n ow includes THREE practice exams PLUS all the domain-by-domain questions. Over 1000 questions to test your knowledge! 1, 000 practice questions with answers and explanations!

With five unique practice tests, covering the five AWS Certified Solutions Architect Associate Exam objective domains, PLUS one additional practice exam, AWS Certified Solutions Architect Practice Tests provides over 1, 000 practice test questions to make sure you are prepared for exam day. Coverage of all exam objective domains includes: Design Resilient Architectures, Define Performant Architectures, Specify Secure Applications and Architectures, Design Cost-Optimized Architectures, Define Operationally Excellent Architectures.

This book will help you:

‱ Gain confidence as you prepare for the SAA-C01 exam

‱ Ensure you are set up for success with 1, 000 practice questions

‱ When you are ready, test your knowledge with the Sybex online interactive learning environment

‱ Get that highly desired AWS certification

Prepare smarter, not harder, with Sybex's superior study tools.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que AWS Certified Solutions Architect Practice Tests est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  AWS Certified Solutions Architect Practice Tests par Brett McLaughlin en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Ciencia de la computaciĂłn et GuĂ­as de certificaciĂłn en ciencias computacionales. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Chapter 1
Domain 1: Design Resilient Architectures

  1. ✓ Subdomain: 1.1 Choose reliable/resilient storage.
  2. ✓ Subdomain: 1.2 Determine how to design decoupling mechanisms using AWS services.
  3. ✓ Subdomain: 1.3 Determine how to design a multi-tier architecture solution.
  4. ✓ Subdomain: 1.4 Determine how to design high availability and/or fault tolerant architectures.

Review Questions

  1. Which of the following statements regarding S3 storage classes is true?
    1. The availability of S3 and S3-IA is the same.
    2. The durability of S3 and S3-IA is the same.
    3. The latency of S3 and Glacier is the same.
    4. The latency of S3 is greater than that of Glacier.
  2. A small business specializing in video processing wants to prototype cloud storage in order to lower its costs. However, management is wary of storing its client files in the cloud rather than on premises. They are focused on cost savings and experimenting with the cloud at this time. What is the best solution for their prototype?
    1. Install a VPN, set up an S3 bucket for their files created within the last month, and set up an additional S3-IA bucket for older files. Create a lifecycle policy in S3 to move files older than 30 days into the S3-IA bucket nightly.
    2. Install an AWS storage gateway using stored volumes.
    3. Set up a Direct Connect and back all local hard drives up to S3 over the Direct Connect nightly.
    4. Install an AWS storage gateway using cached volumes.
  3. You have a group of web designers who frequently upload large zip files of images to S3, often in excess of 5 GB. Recently, team members have reported that they are receiving the error “Your proposed upload exceeds the maximum allowed object size.” What action should you take to resolve the upload problems?
    1. Increase the maximum allowed object size in the target S3 bucket used by the web designers.
    2. Ensure that your web designers are using applications or clients that take advantage of the Multipart Upload API for all uploaded objects.
    3. Contact AWS and submit a ticket to have your default S3 bucket size raised; ensure that this is also applied to the target bucket for your web designers’ uploads.
    4. Log in to the AWS console, select the S3 service, and locate your bucket. Edit the bucket properties and increase the maximum object size to 50 GB.
  4. For which of the following HTTP methods does S3 have eventual consistency? (Choose two.)
    1. PUTs of new objects
    2. UPDATEs
    3. DELETEs
    4. PUTs that overwrite existing objects
  5. What is the smallest file size that can be stored on standard class S3?
    1. 1 byte
    2. 1 MB
    3. 0 bytes
    4. 1 KB
  6. You’ve just created a new S3 bucket named ytmProfilePictures in the US East 2 region. You need the URL of the bucket for some programmatic access. What is the correct bucket URL?
    1. https://s3-us-east-2.amazonaws.com/ytmProfilePictures
    2. https://s3-east-2.amazonaws.com/yt...

Table des matiĂšres