合格させるCompTIA CV0-003試験には練習テスト問題集豪華お試しセット [Q141-Q164]

Share

合格させるCompTIA CV0-003試験には練習テスト問題集豪華お試しセット

2023年最新の有効なCV0-003テスト解答とCompTIA試験PDF問題を試そう

質問 # 141
A Big Data analytics company wants to ensure its data is protected at rest.
Which of the following is the BEST hardware-based solution?

  • A. Tokenization
  • B. Self-encrypting disk
  • C. Deduplication
  • D. LUN masking

正解:B


質問 # 142
A company would like to migrate its current on-premises workloads to the public cloud. The current platform requires at least 80 instances running at all times to work properly. The company wants the workload to be highly available, even if the cloud provider loses one region due to a catastrophe, and the costs to be kept to a minimum. Which of the following strategies should the company implement?

  • A. Create /26 subnets in two regions and run 40 instances on each one.
  • B. Create /26 subnets in three regions and run 40 instances on each one.
  • C. Create /25 subnets in two regions and run 80 instances on each one.
  • D. Create /26 subnets in three regions and run 80 instances on each one.

正解:A

解説:
Explanation
The best strategy to migrate the current on-premises workloads to the public cloud for the company that requires at least 80 instances running at all times and wants the workload to be highly available and cost-effective is to create /26 subnets in two regions and run 40 instances on each one. A /26 subnet can accommodate up to 62 hosts, which is enough for 40 instances. By creating subnets in two regions, the company can achieve high availability and redundancy in case one region fails due to a catastrophe. By running 40 instances on each subnet, the company can meet the minimum requirement of 80 instances and also save on costs by avoiding overprovisioning or underutilization of resources. Reference: What is VPN? How It Works, Types of VPN - Kaspersky


質問 # 143
Which of the following should be considered for capacity planning?

  • A. Requirements, licensing, and trend analysis
  • B. Hypervisors and scalability
  • C. Regions, clusters, and containers
  • D. Laws and regulations

正解:A

解説:
These are the factors that should be considered for capacity planning in a cloud environment. Capacity planning is a process of estimating and allocating the necessary resources and performance to meet the current and future demands of cloud applications or services. Capacity planning can help to optimize costs, efficiency, and reliability of cloud resources or services. The factors that should be considered for capacity planning are:
Requirements: These are the specifications or expectations of the cloud applications or services, such as functionality, availability, scalability, security, etc. Requirements can help to determine the type, amount, and quality of resources or services needed to meet the objectives and goals of the cloud applications or services.
Licensing: This is the agreement or contract that grants customers the right to use or access certain cloud resources or services for a specific period or fee. Licensing can affect the cost, availability, and compliance of cloud resources or services. Licensing can help to determine the budget, duration, and scope of using or accessing cloud resources or services.
Trend analysis: This is the technique of analyzing historical and current data to identify patterns, changes, or fluctuations in demand or usage of cloud resources or services. Trend analysis can help to predict and anticipate future demand or usage of cloud resources or services, as well as identify any opportunities or challenges that may arise.


質問 # 144
A systems administrator is using VMs to deploy a new solution that contains a number of application VMs.
Which of the following would provide high availability to the application environment in case of hypervisor failure?

  • A. Anti-affinity rules
  • B. Affinity rules
  • C. Cold migration
  • D. Live migration

正解:A

解説:
Reference:
https://www.vmware.com/products/vsphere/high-availability.html


質問 # 145
A cloud administrator is designing a multiregion network within an IaaS provider. The business requirements for configuring the network are as follows:
- Use private networking in and between the multisites for data
replication.
- Use low latency to avoid performance issues.
Which of the following solutions should the network administrator use within the IaaS provider to connect multiregions?

  • A. Peering
  • B. Hub and spoke
  • C. VPN
  • D. Gateways

正解:C


質問 # 146
The following three hosts are being put into a virtualization cluster for a new project initiative:

As more VMs are deployed to the cluster, which of the following virtualization technologies is MOST likely to report an error with this configuration?

  • A. Ballooning
  • B. High availability
  • C. Memory overcommitment
  • D. Hyperthreading

正解:A


質問 # 147
A cloud administrator is securing access to a VM using an IaaS cloud platform. The administrator must perform this task using an automated method, allow administrators to perform any method and expose any property of the VM, deny access for everyone else, and allow only read-only access to everyone else. Given this scenario, which of the following should the administrator use to BEST meet these requirements?

  • A. JSON
  • B. jQuery
  • C. Java
  • D. JavaScript

正解:C


質問 # 148
A company has entered into a business relationship with another organization and needs to provide access to internal resources through directory services. Which of the following should a systems administrator implement?

  • A. sso
  • B. SSH
  • C. VPN
  • D. SAML

正解:C

解説:
Explanation
The answer is B. A VPN tunnel. A VPN tunnel is a secure and encrypted connection between two networks over a public network, such as the Internet. A VPN tunnel can help protect data in transit by encrypting it before it leaves the company's network and decrypting it when it reaches the public cloud service provider. A VPN tunnel can also authenticate the endpoints and verify the integrity of the data.
Some possible sources of information about VPN tunnels are:
What is a VPN Tunnel? | Fortinet: This page explains what a VPN tunnel is, how it works, and what benefits it provides.
VPN Gateway: Create a Site-to-Site connection using a VPN gateway | Microsoft Docs: This page shows how to create a site-to-site connection using a VPN gateway in Azure.
[Cloud VPN overview | Google Cloud]: This page provides an overview of Cloud VPN, a service that creates secure and reliable VPN tunnels to Google Cloud.


質問 # 149
A web server has been deployed in a public IaaS provider and has been assigned the public IP address of 72.135.10.100. Users are now reporting that when they browse to the website, they receive a message indicating the service is unavailable. The cloud administrator logs into the server, runs a netstat command, and notices the following relevant output:

Which of the following actions should the cloud administrator take to resolve the issue?

  • A. Modify the firewall on 72.135.10.100 to allow only UDP
  • B. Configure the WAF to filter requests from 17.3.130.3
  • C. Assign a new IP address of 192.168.100.10 to the web server
  • D. Update the gateway on the web server to use 72.135.10.1

正解:D


質問 # 150
A service engineer is trying to determine why one of the company's SaaS solution is no longer available. The internal systems are responding and other online applications using the same SaaS solution are responding as expected.
Which of the following is the MOST common cause of the availability issue?

  • A. Cloud service provider outage
  • B. Integration issue
  • C. Automation/orchestration issue
  • D. Subscription issue

正解:B


質問 # 151
A cloud engineer recently used a deployment script template to implement changes on a cloud-hosted web application. The web application communicates with a managed database on the back end. The engineer later notices the web application is no longer receiving data from the managed database. Which of the following is the MOST likely cause of the issue?

  • A. Misconfiguration in the network ACL
  • B. Misconfiguration in the user permissions
  • C. Misconfiguration in the firewall
  • D. Misconfiguration in the routing traffic

正解:A

解説:
The most likely cause of the issue is C. Misconfiguration in the network ACL. A network ACL (access control list) is a set of rules that controls the inbound and outbound traffic for a subnet or a virtual network in a cloud environment. A misconfiguration in the network ACL can block the communication between the web application and the managed database, resulting in data loss or unavailability. For example, according to the Azure SQL Database documentation1, if you use a virtual network service endpoint to secure your database, you need to configure the network ACL to allow traffic from the web application subnet to the database subnet. Otherwise, the web application will not be able to connect to the database. Similarly, according to the DigitalOcean tutorial2, if you use a managed database cluster, you need to add the web application's IP address or Droplet to the cluster's trusted sources list. Otherwise, the web application will not be able to access the database.
A misconfiguration in the user permissions, the routing traffic, or the firewall can also cause connectivity issues between the web application and the managed database, but they are less likely than a misconfiguration in the network ACL. A misconfiguration in the user permissions can prevent the web application from authenticating or authorizing with the database, but it will not affect the data transmission. A misconfiguration in the routing traffic can cause packets to be lost or delayed, but it will not block the communication entirely. A misconfiguration in the firewall can filter out unwanted traffic, but it will not affect the traffic that is allowed by the network ACL. Therefore, these are not the most likely causes of the issue. For more information on how to troubleshoot connectivity issues between a cloud-hosted web application and a managed database, you can refer to the AWS documentation3 or the Google Cloud documentation.


質問 # 152
A DevOps administrator is building a new application slack in a private cloud. This application will store sensitive information and be accessible from the internet. Which of the following would be MOST useful in maintaining confidentiality?

  • A. DLP
  • B. IDS
  • C. NAC
  • D. EDR

正解:A

解説:
Explanation
The most useful tool in maintaining confidentiality for a new application stack that will store sensitive information and be accessible from the internet is data loss prevention (DLP). DLP is a type of security solution that monitors and controls the flow of data in and out of a system or network. It can detect and prevent unauthorized access, transmission, or leakage of sensitive data, such as personal information, financial records, or intellectual property. DLP can also enforce encryption, masking, or deletion of sensitive data to protect its confidentiality. Reference: CompTIA Cloud+ Certification Exam Objectives, Domain 2.0 Security, Objective 2.5 Given a scenario, apply data security techniques in the cloud.


質問 # 153
A cloud administrator needs to implement a mechanism to monitor the expense of the company's cloud resources.
Which of the following is the BEST option to execute this task with minimal effort?

  • A. Ask the cloud provider to send a daily expense report
  • B. Use the API to collect expense information from cloud resources
  • C. Implement a financial tool to monitor cloud resource expenses
  • D. Set custom notifications for exceeding budget thresholds

正解:D

解説:
Setting custom notifications for exceeding budget thresholds is the best option to execute the task of monitoring the expense of the company's cloud resources with minimal effort, as it can automate and simplify the process of tracking and alerting the cloud administrator about any overspending or wastage of cloud resources. Setting custom notifications can also help optimize the cost and performance of cloud resources, as it can enable timely and proactive actions to adjust or optimize the resource allocation or consumption based on the budget limits. Reference: CompTIA Cloud+ Certification Exam Objectives, page 13, section 2.5


質問 # 154
A systems administrator is configuring a storage array.
Which of the following should the administrator configure to set up mirroring on this array?

  • A. RAID 5
  • B. RAID 1
  • C. RAID 6
  • D. RAID 0

正解:B

解説:
Explanation
RAID 1 is a type of RAID level that creates an exact copy or mirror of data on two or more disks. RAID 1 can provide redundancy and fault tolerance, as it can survive the failure of one disk without losing any data. RAID
1 can also improve read performance, as it can access data from multiple disks simultaneously. The administrator should configure RAID 1 to set up mirroring on a storage array. References: CompTIA Cloud+ Certification Exam Objectives, page 9, section 1.4


質問 # 155
A developer is no longer able to access a public cloud API deployment, which was working ten minutes prior.
Which of the following is MOST likely the cause?

  • A. Depleted network bandwidth
  • B. Invalid API request
  • C. API provider rate limiting
  • D. Invalid API token

正解:C

解説:
Explanation
API provider rate limiting is a restriction on the number of requests that can be made to a web service or application programming interface (API) within a certain time period. API provider rate limiting can cause a failure to access a public cloud API deployment, as it can reject or block any requests that exceed the limit.
API provider rate limiting can be used by cloud providers to control the usage and traffic of their customers and prevent overloading or abuse of their resources. API provider rate limiting is the most likely cause for the developer being unable to access a public cloud API deployment that was working ten minutes prior.
References: CompTIA Cloud+ Certification Exam Objectives, page 13, section 2.5


質問 # 156
A VDI administrator has received reports of poor application performance.
Which of the following should the administrator troubleshoot FIRST?

  • A. Server resources
  • B. The network environment
  • C. Client devices
  • D. Container resources

正解:B

解説:
The network environment is the set of network devices, connections, protocols, and configurations that enable communication and data transfer between different systems and applications. The network environment can affect the performance of a virtual desktop infrastructure (VDI) by influencing factors such as bandwidth, latency, jitter, packet loss, and congestion. Poor network performance can result in slow or unreliable application delivery, degraded user experience, and reduced productivity. Therefore, troubleshooting the network environment should be the first step for a VDI administrator who receives reports of poor application performance. Reference: CompTIA Cloud+ Certification Exam Objectives, page 17, section 3.4


質問 # 157
A startup online gaming company is designing the optimal graphical user experience for multiplayer scenarios.
However, online players have reported latency issues. Which of the following should the company configure as a remediation?

  • A. Additional CPU cores
  • B. Dynamic allocations
  • C. Additional GPU memory
  • D. Faster clock speed

正解:D

解説:
Explanation
The best option to improve the graphical user experience for multiplayer scenarios for an online gaming company is to use faster clock speed for the CPU or GPU. The clock speed is a measure of how fast a CPU or GPU can process instructions per second. A faster clock speed can enhance the performance and quality of graphics by rendering more frames per second, reducing latency, and increasing resolution. Reference:
[CompTIA Cloud+ Certification Exam Objectives], Domain 3.0 Maintenance, Objective 3.3 Given a scenario, analyze system performance using standard tools.


質問 # 158
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities.
Which of the following testing techniques would be BEST to use?

  • A. Vulnerability testing
  • B. Penetration testing
  • C. Regression testing
  • D. Usability testing

正解:C

解説:
https://www.softwaretestinghelp.com/regression-testing-tools-and-methods/


質問 # 159
Which of the following tests would be MOST appropriate when over allocate storage on VMs in a development cluster?

  • A. Penetration testing
  • B. Vulnerability scan
  • C. Bandwidth determination
  • D. Latency testing

正解:D


質問 # 160
A cloud security analyst needs to ensure the web servers in the public subnet allow only secure communications and must remediate any possible issue. The stateful configuration for the public web servers is as follows:

Which of the following actions should the analyst take to accomplish the objective?

  • A. Remove rules 1, 3, and 4.
  • B. Remove rules 2, 3, and 4.
  • C. Remove rules 1, 2, and 5.
  • D. Remove rules 3, 4, and 5.

正解:A


質問 # 161
A systems administrator needs to configure SSO authentication in a hybrid cloud environment.
Which of the following is the BEST technique to use?

  • A. Federation
  • B. Certificate authentication
  • C. Access controls
  • D. Multifactor authentication

正解:D

解説:
Reference:
https://techbeacon.com/security/how-get-single-sign-right-todays-hybrid-it-environments


質問 # 162
An administrator is performing an in-place upgrade on a quest VM operating system.
Which of the following can be performed as a quick method to roll back to an earlier state, if necessary?

  • A. A configuration file backup
  • B. A differential backup
  • C. A VM-level snapshot
  • D. A full backup of the database

正解:C

解説:
A VM-level snapshot is a point-in-time copy of the state and data of a virtual machine (VM). A VM-level snapshot can be used as a quick method to roll back to an earlier state, if necessary, as it can restore the VM to the exact condition it was in when the snapshot was taken. A VM-level snapshot can be useful for performing an in-place upgrade on a guest VM operating system, as it can allow the administrator to revert to the previous operating system version in case of any issues or errors. Reference: CompTIA Cloud+ Certification Exam Objectives, page 10, section 1.5


質問 # 163
A web application has been configured to use autoscaling for provisioning and deprovisioning more VMs according to the workload. The systems administrator deployed a new CI/CD tool to automate new releases of the web application. During the night, a script was deployed and configured to be executed by the VMs during bootstrapping. Now. the autoscaling configuration is creating a new VM ever\ five minutes. Which of the following actions will MOS I like y resolve the issue?

  • A. Reducing the maximum threshold in the autoscaling configuration
  • B. Debugging the script and redeploying it
  • C. Changing the automation tool because it is incompatible
  • D. Modifying the script to shut down the VM after five minutes

正解:B

解説:
The best way to resolve the issue where the autoscaling configuration is creating a new VM every five minutes after deploying a new CI/CD tool to automate new releases of the web application and configuring a script to be executed by the VMs during bootstrapping is to debug the script and redeploy it. Debugging the script means finding and fixing any errors or bugs in the code or logic of the script that may cause unexpected or undesired behavior, such as triggering the autoscaling condition or failing to complete the bootstrapping process. Redeploying the script means updating or replacing the existing script with the corrected or improved version of the script. Reference: [CompTIA Cloud+ Certification Exam Objectives], Domain 4.0 Troubleshooting, Objective 4.5 Given a scenario, troubleshoot automation/orchestration issues.


質問 # 164
......


CompTIA CV0-003は、クラウドコンピューティングの分野で働く個人のスキルと知識を測定する業界で認められた認定試験です。この試験は、クラウドテクノロジーの展開、保守、管理におけるプロフェッショナルの能力を検証するために設計されています。


Comptia CV0-003試験は、厳密な準備が必要な挑戦的な試験です。クラウドアーキテクチャ、展開モデル、セキュリティ、仮想化、自動化など、幅広いトピックをカバーしています。試験に合格するには、候補者はクラウドコンピューティングの概念を強く理解し、実際のシナリオにそれらを適用できる必要があります。この認定は、クラウドコンピューティングの専門知識を実証し、業界でのキャリアを促進したいIT専門家にとって貴重な資産です。


CV0-003 試験は最大90問の多肢選択問題からなり、90分間の試験です。この試験は英語、日本語、ポルトガル語、スペイン語で提供されます。試験に合格するための得点は900点満点中750点以上です。

 

トップクラスCompTIA CV0-003オンライン問題集:https://jp.fast2test.com/CV0-003-premium-file.html

無料CompTIA CV0-003試験問題と解答トレーニングを提供しています:https://drive.google.com/open?id=1WwNmJ4qYBYtLnlyx8GQDoOAP-0SiiaZJ


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어