SOA-C01 - Cloud And Virtualization Online Practice Exam .

2y ago
20 Views
2 Downloads
716.25 KB
7 Pages
Last View : 28d ago
Last Download : 3m ago
Upload by : Francisco Tran
Transcription

SOA-C01AWS SysOps Administrator AssociateExam Summary – Syllabus –Questions

AWS-SysOps Sample Questions and Exam SummaryTable of ContentsIntroduction to SOA-C01 Exam on AWS SysOps Administrator Associate . 2AWS SOA-C01 Certification Details: . 2AWS SOA-C01 Exam Syllabus: . 3SOA-C01 Sample Questions: . 4Answers to SOA-C01 Exam Questions: . 6SOA-C01 - AWS SysOps Administrator Associatepg. 1

AWS-SysOps Sample Questions and Exam SummaryIntroduction to SOA-C01 Exam on AWS SysOpsAdministrator AssociateThe AWS SOA-C01 exam preparation guide is designed to provide candidates withnecessary information about the AWS-SysOps exam. It includes exam summary, samplequestions, practice test, objectives and ways to interpret the exam objectives to enablecandidates to assess the types of questions-answers that may be asked during the AWSCertified SysOps Administrator - Associate exam.It is recommended for all the candidates to refer the SOA-C01 objectives and samplequestions provided in this preparation guide. The AWS-SysOps certification is mainlytargeted to the candidates who want to build their career in Operations domain anddemonstrate their expertise. We suggest you to use practice exam listed in this cert guideto get used to with exam environment and identify the knowledge areas where you needmore work prior to taking the actual AWS SysOps Administrator Associate exam.AWS SOA-C01 Certification Details:Exam NameAWS SysOps Administrator Associate (AWS-SysOps)Exam CodeSOA-C01Exam Price 150 USDDuration130 minutesNumber of Questions65Passing Score720 / 1000Recommended Training /BooksSystems Operations on AWSSchedule ExamAWS CertificationSample QuestionsAWS SOA-C01 Sample QuestionsRecommended PracticeAWS Certified SysOps Administrator - AssociatePractice TestSOA-C01 - AWS SysOps Administrator Associatepg. 2

AWS-SysOps Sample Questions and Exam SummaryAWS SOA-C01 Exam Syllabus:SectionObjectivesMonitoring and Reporting- Create and maintain metrics and alarmsutilizing AWS monitoring services- Recognize and differentiate performance22%and availability metrics- Perform the steps necessary to remediatebased on performance and availability metricsHigh Availability- Implement scalability and elasticity basedon use case8%- Recognize and differentiate highly availableand resilient environments on AWSDeployment and Provisioning- Identify and execute steps required toprovision cloud resources- Identify and remediate deployment issues- Create and manage data retentionStorage and Data Management - Identify and implement data protection,encryption, and capacity planning needsWeight14%12%Security and Compliance- Implement and manage security policies onAWS- Implement access controls when using AWS18%- Differentiate between the roles andresponsibility within the shared responsibilitymodelNetworking- Apply AWS networking features- Implement connectivity services of AWS- Gather and interpret relevant informationfor network troubleshootingAutomation and Optimization- Use AWS services and features to manageand assess resource utilization- Employ cost-optimization strategies for12%efficient resource utilization- Automate manual or repeatable process tominimize management overhead14%SOA-C01 - AWS SysOps Administrator Associatepg. 3

AWS-SysOps Sample Questions and Exam SummarySOA-C01 Sample Questions:01. You run a web application where web servers on EC2 Instances are In anAuto Scaling group Monitoring over the last 6 months shows that 6 webservers are necessary to handle the minimum load During the day up to 12servers are needed Five to six days per year, the number of web serversrequired might go up to 15.What would you recommend to minimize costs while being able to provide hillavailability?a) 6 Reserved instances (heavy utilization). 6 Reserved instances (medium utilization),rest covered by On-Demand instancesb) 6 Reserved instances (heavy utilization). 6 On-Demand instances, rest covered bySpot Instancesc) 6 Reserved instances (heavy utilization) 6 Spot instances, rest covered by OnDemand instancesd) 6 Reserved instances (heavy utilization) 6 Reserved instances (medium utilization)rest covered by Spot instances02. A customer has a web application that uses cookie Based sessions to tracklogged in users It Is deployed on AWS using ELB and Auto Scaling Thecustomer observes that when load increases.Auto Scaling launches new Instances but the load on the easting Instancesdoes not decrease, causing all existing users to have a sluggish experience.Which two answer choices independently describe a behavior that could be thecause of the sluggish user experience?(Choose 2 answers)a) ELB's normal behavior sends requests from the same user to the same backendinstanceb) ELB's behavior when sticky sessions are enabled causes ELB to send requests in thesame session to the same backend instancec) A faulty browser is not honoring the TTL of the ELB DNS name.d) The web application uses long polling such as comet or websockets. Thereby keepinga connection open to a web server tor a long timee) The web application uses long polling such as comet or websockets. Thereby keepinga connection open to a web server for a long time.03. Which of the below mentioned AWS RDS logs cannot be viewed from theconsole for MySQL?a) Error Logb) Slow Query Logc) Transaction Logd) General LogSOA-C01 - AWS SysOps Administrator Associatepg. 4

AWS-SysOps Sample Questions and Exam Summary04. A user has a refrigerator plant. The user is measuring the temperature ofthe plant every 15 minutes. If the user wants to send the data to Cloud Watchto view the data visually, which of the below mentioned statements is truewith respect to the information given above?a) The user needs to use AWS CLI or API to upload the datab) The user can use the AWS Import Export facility to import data to CloudWatchc) The user will upload data from the AWS consoled) The user cannot upload data to CloudWatch since it is not an AWS service metric05. Your organization's security policy requires that all privileged users eitheruse frequently rotated passwords or one-time access credentials in addition tousername/password.Which two of the following options would allow an organization to enforce thispolicy for AWS users?(Choose 2 answers)a) Configure multi-factor authentication for privileged 1AM usersb) Create 1AM users for privileged accountsc) Implement identity federation between your organization's Identity providerleveraging the 1AM Security Token Serviced) Enable the 1AM single-use password policy option for privileged users06. What are characteristics of Amazon S3?(Choose 2 answers)a) Objects are directly accessible via a URLb) S3 should be used to host a relational databasec) S3 allows you to store objects or virtually unlimited sized) S3 allows you to store virtually unlimited amounts of datae) S3 offers Provisioned IOPS07. A user has created a VPC with CIDR 20.0.0.0/16. The user has createdpublic and VPN only subnets along with hardware VPN access to connect tothe user’s datacenter.The user wants to make so that all traffic coming to the public subnet followsthe organization’s proxy policy. How can the user make this happen?a) Setting up a NAT with the proxy protocol and configure that the public subnetreceives traffic from NATb) Setting up a proxy policy in the internet gateway connected with the public subnetc) It is not possible to setup the proxy policy for a public subnetd) Setting the route table and security group of the public subnet which receives trafficfrom a virtual private gatewaySOA-C01 - AWS SysOps Administrator Associatepg. 5

AWS-SysOps Sample Questions and Exam Summary08. You have a web-style application with a stateless but CPU and memoryintensive web tier running on a cc2 8xlarge EC2 instance inside of a VPC Theinstance when under load is having problems returning requests within theSLA as defined by your businessThe application maintains its state in a Dyname DB table, but the data tier isproperly provisioned and responses are consistently fast. How can you bestresolve the issue of the application responses not meeting your SLA?a) Add another cc2 8xlarge application instance, and put both behind an Elastic LoadBalancerb) Move the cc2 8xlarge to the same Availability Zone as the DynamoDB tablec) Cache the database responses in ElastiCache for more rapid accessd) Move the database from DynamoDB to RDS MySQL in scale-out read-replicaconfiguration09. A sys admin has enabled a log on ELB. Which of the below mentionedactivities are not captured by the log?a) Response processing timeb) Front end processing timec) Backend processing timed) Request processing time10. An organization is trying to create various IAM users. Which of the belowmentioned options is not a valid IAM username?a) John.cloudb) john@cloudc) John cloudd) john#cloudAnswers to SOA-C01 Exam Questions:Question: 01Answer: aQuestion: 02Answer: b, dQuestion: 03Answer: cQuestion: 04Answer: aQuestion: 05Answer: a, bQuestion: 06Answer: a, dQuestion: 07Answer: dQuestion: 08Answer: aQuestion: 09Answer: bQuestion: 10Answer: dNote: If you find any typo or data entry error in these sample questions, we requestyou to update us by commenting on this page or write an email onfeedback@vmexam.comSOA-C01 - AWS SysOps Administrator Associatepg. 6

Introduction to SOA-C01 Exam on AWS SysOps Administrator Associate The AWS SOA-C01 exam preparation guide is designed to provide candidates with necessary information about the AWS-SysOps exam. It includes exam summary, sample questions, practice test, objectives and ways to interpret the exam objectives to enable

Related Documents:

2. DataPower SOA Appliances Overview 3. DataPower SOA Appliances Product Portfolio (XA35, XS40, XI50) 4. DataPower SOA Appliance Usage Scenarios 5. How DataPower SOA Appliances Work with Other IBM Products 6. Positioning DataPower SOA Appliances within the IBM ESB Portfolio IBM SOA 4 Business Centric SOA Starts with Your Most Critical

l SOA Test Approach demands an appropriate tool strategy . 2 1 INTRODUCTION 3 . 1.1.4 Test Model 6 1.1.5 SOA Governance 7 2 SOA TEST METHODOLOGY 8 2.1 TRADITIONAL TEST APPROACH 8 2.1.1 Revised Test Approach for SOA 9 2.2 SOA TEST APPROACH 9 . Service-Oriented Architecture, or SOA,

The Leukemia & Lymphoma Society, Inc., Tennessee Chapter C01-005 . Susan G. Komen for the Cure-Memphis-Midsouth Affiliate C01-084 American Liver Foundation Mid-South Division C01-108 . ASMT, Inc. (Autism Tennessee) C01-186 Th

In this section, we give an overview of virtualization and describe virtio, the virtualization standard for I/O devices. In addition, we discuss the state-of-the-art for network I/O virtualization. 2.1 Overview of Virtualization and virtio The virtualization technology is generally classi ed into full-virtualization and paravirtualization.

Oracle SOA Suite on Marketplace (SOAMP) provides a Platform as a Service (PaaS) computing platform solution for running the SOA applications in the cloud (Oracle SOA Suite, Oracle Service Bus, Oracle B2B, Oracle Managed File Transfer, etc.). Oracle SOA Suite on Marketplace is a new PaaS solution that relies completely on Oracle Cloud

AWS Certified Cloud Practitioner (CLF-C01) Exam Guide Version 2.1 CLF-C01 1 PAGE Introduction The AWS Certified Cloud Practitioner (CLF-C01) exam is intended for individuals who can effectively demonstrate an overall knowledge of the AWS Cloud independent of a specific job role.

Users with the JaaSAdministrator Role Cannot Provision an Oracle SOA Cloud Service Instance. Service Instance. Virtual Image Option in Oracle SOA Cloud Service Provisioning Wizard is Not Supported. Supported. Oracle SOA Cloud Service Instance Provisioned by an Oracle Java Cloud Service Account Fails at Runtime. Account Fails at Runtime

Annual Report 2018 REPORT Contents The Provost 2 The Fellowship 5 Tutorial21 Undergraduates37 Graduates42 Chapel46 Choir 52 Research 60 Library and Archives 64 Bursary67 Staff 71 Development75 Major Promotions, Appointments or Awards 103 Appointments & Honours 104 Obituaries107 Information for Non-Resident Members 319. The University has been the subject of press attention in relation to the .