Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free CompTIA CV0-003 Practice Exam with Questions & Answers | Set: 11

Questions 101

A cloud administrator created a developer desktop image and added it to the VDI farm in a private cloud environment. One of the developers opened a VDI session and noticed that compiling the code was taking up to one hour to complete. However, when the developer compiles the code on a local machine, the job completes in less than five minutes. Which of the following sizing techniques would be best to use to improve the performance of the compile job?

Options:
A.

Add more servers to the VDI environment.

B.

Increase the CPU and the memory on the VDI template.

C.

Configure the VDI environment to increase sessions automatically.

D.

Migrate code compile jobs to a public cloud provider.

CompTIA CV0-003 Premium Access
Questions 102

A DevOps engineer needs to make application deployments more efficient. The current process to deploy and scale the application is very manual, with hours spent configuring servers from scratch each time. The application has many platform-based dependencies but is highly portable and can run on multiple platforms. Which of the following is most likely to reduce deployment time and improve efficiencies?

Options:
A.

Deploying the application using persistent storage.

B.

Leveraging IaC templates.

C.

Creating a runbook.

D.

Using serverless technology to minimize overheads.

Questions 103

A cloud engineer is responsible for a legacy web application that runs on an on-premises VM environment. The VM environment is approaching end of life. The engineer needs to migrate the web application to the cloud as quickly as possible because the VM environment has the following limitations:

• The VM environment has a single IOGB disk.

• The VM environment still uses 10Mbps, which leaves a 100Mbps WAN connection underutilized.

• No installation media is available.

Which of the following is the best way to migrate the web application to the cloud?

Options:
A.

Use the VM import connector to import the VM into the cloud.

B.

Use import/export to import the VM as a snapshot and attach it to a cloud instance.

C.

Use REST APIs to import an image of the VM into the cloud.

D.

Use object storage to create a backup of the VM and restore data into the cloud instance.

Questions 104

A Cloud administrator needs to reduce storage costs. Which of the following would BEST help the administrator reach that goal?

Options:
A.

Enabling compression

B.

Implementing deduplication

C.

Using containers

D.

Rightsizing the VMS

Questions 105

A cloud administrator used a deployment script to recreate a number of servers hosted in a public-cloud provider_ However, after the script completes, the administrator receives the following error when attempting to connect to one of the servers Via SSH from the administrators workstation: CHANGED. Which of the following IS the MOST likely cause of the issue?

Options:
A.

The DNS records need to be updated

B.

The cloud provider assigned a new IP address to the server.

C.

The fingerprint on the server's RSA key is different

D.

The administrator has not copied the public key to the server.

Questions 106

Following the deployment of a new VM, a cloud engineer notices the backup platform has not added the machine to the appropriate job. The backup platform uses a text-based variable for job configuration. This variable is based on the RPO requirements for the workload. Which of the following did the cloud engineer forget to configure when deploying the virtual machine?

    Tags

Options:
A.

RPO

B.

RTO

C.

Server name

D.

Template

Questions 107

A cloud administrator is configuring a CDN for an organization’s website to improve performance for users in remote regions. Which of the following CDN features will help achieve this goal?

Options:
A.

Compression of content.

B.

Content replication to edge locations.

C.

Dynamic request routing.

D.

Content deduplication.

Questions 108

A security analyst is investigating a recurring alert. The alert is reporting an insecure firewall configuration state after every cloud application deployment. The process of identifying the issue, requesting a fix, and waiting for the developers to manually patch the environment is being repeated multiple times. In an effort to identify the root issue, the following logs were collected:

Deploying template app prod. •yaml

Instance DB successfully created

DB keys successfully stored on vault

Instance WebApp successfully created

Access rules successfully applied

Access—keys successfully created

Which of the following options will provide a permanent fix for the issue?

Options:
A.

Validate the Iac code used during the deployment.

B.

Avoid the use of a vault to store database passwords.

C.

Rotate the access keys that were created during deployment.

D.

Recommend that the developers do not create multiple resources at once.

Questions 109

Several users are able to access internal company resources with corporate credentials; however, when they try to log in to external SaaS applications, the users are redirected back to the log-in page. Which of the following is the most likely cause of the issue?

    The SaaS provider is experiencing an outage with its directory service.

    A new company policy requires all users to reset passwords.

    MFA on the internal company authentication service is misconfigured.

    The SSL certificate on the external SaaS application is expired.

Options:
A.

A new security policy turned off cookies on the users' browsers.

Questions 110

A systems administrator is writing a script for provisioning nodes in the environment. Which of the following would be best for the administrator to use to provision the authentication credentials to the script?

Options:
A.

password='curl https://10.2.3.4/api/sytemops?op=provision

B.

password=$env_password

C.

password=$ (cat /opt/app/credentials)

D.

password="MyS3cretP4sswordIsVeryLong"