πŸ”

CLO-002 β€” questions

Page 5 of 5 Β· 96 total questions.

Topic 1 Β· Question 81

An architect recently discovered new opportunities the cloud can provide to the company. A business analyst is currently working with the architect to document the business use-case scenarios. Which of the following should be the architect's NEXT step?

  • AInitialize a PoC.
  • BConduct a feasibility study. (correct answer)
  • CPerform a gap analysis.
  • DGather cloud requirements.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Conduct a feasibility study.

Topic 1 Β· Question 82

Which of the following cloud migration methods would take full advantage of the cloud computing model?

  • ARip and replace (correct answer)
  • BLift and shift
  • CPhased
  • DHybrid
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Rip and replace

Topic 1 Β· Question 83

A cloud service provider is marketing its new PaaS offering to potential clients. Which of the following companies would MOST likely be interested?

  • AA company specializing in application development (correct answer)
  • BA company with many legacy applications
  • CA company with proprietary systems
  • DA company that outsources support of its IT systems
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: A company specializing in application development

Topic 1 Β· Question 84

A software developer wants to ensure a packaged application can be deployed in different environments without modifying anything but the application settings. The developer creates an image and provides instructions for the systems administrator to use for deployment. This is an example of:

  • Aapplication versioning.
  • Bsource code control.
  • Ccontainerization. (correct answer)
  • Ddeployment automation.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: containerization.

Explanation

A container packages an application and dependencies while sharing the host kernel for lightweight isolation.

Topic 1 Β· Question 85

Which of the following is used to build and manage interconnections between cloud resources within the same cloud environment?

  • AFirewall
  • BSoftware-defined network
  • CVirtual private network (correct answer)
  • DDirect Connect
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Virtual private network

Topic 1 Β· Question 86

A business analyst is examining a report and notices compute costs are very high for four cloud-based, load-balanced virtual machines hosting an application. The application will be in use for at least two more years, but there are no developers available to help optimize it. Which of the following should the analyst recommend to BEST reduce costs without impacting performance?

  • ADecommission a virtual machine.
  • BChange to a pay-as-you-go plan.
  • CConvert the application to a SaaS solution.
  • DSwitch the virtual machines to reserved instances. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Switch the virtual machines to reserved instances.

Explanation

A virtual machine emulates a complete computer with its own guest operating system and strong workload isolation. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 87

A project manager is interested in the notification process a CSP follows after discovering a breach of customer data. Which of the following is MOST likely to provide the necessary information?

  • ACommunication plans
  • BIncident response policy (correct answer)
  • CService level agreement
  • DAccess controls
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Incident response policy

Explanation

Incident response prepares for, detects, contains, eradicates, and recovers from security incidents while preserving evidence.

Topic 1 Β· Question 88

A cloud risk assessment indicated possible outages in some regions. In response, the company enabled geo-redundancy for its cloud environment. Which of the following did the company adopt?

  • ARisk mitigation (correct answer)
  • BRisk acceptance
  • CRisk transference
  • DRisk avoidance
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Risk mitigation

Topic 1 Β· Question 89

The legal team is required to share legal proceedings with an outside council. The team uses SaaS fileshares. Which of the following policies will BEST state the requirements for sharing information with external parties?

  • AInformation security policy (correct answer)
  • BCommunication policy
  • CResource management policy
  • DIdentity control policy
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Information security policy

Topic 1 Β· Question 90 Β· Select all that apply

A business analyst is writing a disaster recovery strategy. Which of the following should the analyst include in the document? (Choose three.)

  • ACapacity on demand
  • BBackups (correct answer)
  • CResource tagging
  • DReplication (correct answer)
  • EElasticity
  • FAutomation
  • GGeo-redundancy (correct answer)
  • HAutoscaling
Reveal answer & explanation
Correct answer: B, D, G

The correct answer is B, D, G. Option B: Backups Option D: Replication Option G: Geo-redundancy By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 Β· Question 91

A systems administrator needs to transfer 300GB of data to the cloud every month. Given the information below: Which of the following connection methods would be the MOST cost-effective and satisfy the monthly transfer requirements?

Exhibit 1 for question 91
  • AVPN (100MB)
  • BDirect Connect (500MB)
  • CEnhanced VPN (200MB)
  • DEnhanced Direct Connect (1GB) (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Enhanced Direct Connect (1GB) This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 92

An analyst is reviewing a report on a company’s cloud resource usage. The analyst has noticed many of the cloud instances operate at a fraction of the full processing capacity. Which of the following actions should the analyst consider to lower costs and improve efficiency?

  • AConsolidating into fewer instances
  • BUsing spot instances
  • CRight-sizing compute resource instances (correct answer)
  • DNegotiating better prices on the company's reserved instances
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Right-sizing compute resource instances

Topic 1 Β· Question 93

Which of the following are the appropriate responses to risks?

  • AMitigate, accept, avoid, validate
  • BMigrate, accept, avoid, transfer (correct answer)
  • CMitigate, accept, avoid, transfer
  • DMigrate, accept, avoid, validate
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Migrate, accept, avoid, transfer

Topic 1 Β· Question 94

Which of the following would MOST likely trigger a compliance audit?

  • AA vulnerability
  • BA breach (correct answer)
  • CA risk
  • DA threat
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: A breach

Topic 1 Β· Question 95

A business analyst is reviewing documentation that outlines the agreement between an MSP and an organization. The documentation describes the SLAs, scope, deadlines, and costs. Which of the following is the business analyst reviewing?

  • AContract
  • BStatement of work (correct answer)
  • CMemorandum of understanding
  • DRequest for proposal
  • EStandard operating procedure
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Statement of work

Topic 1 Β· Question 96

A development team just deployed a new code release to the staging environment. Change management procedures dictate that all new code must be checked for vulnerabilities prior to release. Which of the following will the security analyst most likely perform prior to the code being deployed to production?

  • AA penetration test
  • BA malware scan (correct answer)
  • CAn application scan
  • DA load test
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: A malware scan This option keeps traffic private / properly secured as required.

Showing questions 81–96 of 96 Β· Page 5 of 5