[2023年12月11日] トップクラスのSK0-005練習試験問題
実際問題を使ってSK0-005無料問題集サンプル問題と練習テストエンジン
質問 # 43
An administrator is configuring a host-based firewall for a server. The server needs to allow SSH, FTP, and LDAP traffic. Which of the following ports must be configured so this traffic will be allowed? (Choose three.)
- A. 0
- B. 1
- C. 2
- D. 3
- E. 4
- F. 5
- G. 6
- H. 7
正解:A、C、E
質問 # 44
Corporate policy mandates that logs from all servers be available for review regardless of the state of the server. Which of the following must be configured to comply with this policy?
- A. Subscription
- B. Aggregation
- C. Merging
- D. Collection
正解:B
解説:
Explanation
Aggregation is the process of collecting, standardizing, and consolidating log data from multiple sources into a central location. Aggregation makes it easier to search, analyze, and report on log data, as well as to comply with security policies and regulations. By aggregating logs from all servers, regardless of their state, the corporate policy can ensure that no log data is lost or inaccessible in case of a server failure or outage
質問 # 45
A technician recently replaced a NIC that was not functioning. Since then, no device driver is found when starting the server, and the network card is not functioning. Which of the following should the technician check first?
- A. The BIOS
- B. The boot log
- C. The event log
- D. The HCL
正解:D
解説:
Explanation
The technician should check the hardware compatibility list (HCL) first to see if the new NIC is supported by the server's operating system. The HCL is a list of hardware devices that have been tested and verified to work with a specific operating system. If the NIC is not on the HCL, it means that there is no device driver available or compatible for it, and the NIC will not function properly.
References: CompTIA Server+ SK0-005 Certification Study Guide, Chapter 5, Lesson 5.2, Objective 5.2
質問 # 46
A server technician is installing a Windows server OS on a physical server. The specifications for the installation call for a 4TB data volume. To ensure the partition is available to the OS, the technician must verify the:
- A. hardware is UEFI compliant
- B. volume is formatted as MBR
- C. volume is formatted as GPT
- D. volume is spanned across multiple physical disk drives
正解:C
解説:
To ensure the partition is available to the OS, the technician must verify that the volume is formatted as GPT. GPT (GUID Partition Table) is a partitioning scheme that defines how data is organized on a hard disk drive (HDD) or a solid state drive (SSD). GPT uses globally unique identifiers (GUIDs) to identify partitions and supports up to 128 primary partitions per disk. GPT also supports disks larger than 2 TB and has a backup copy of the partition table at the end of the disk for data recovery. GPT is required for installing Windows on UEFI-based PCs, which offer faster boot time and better security than legacy BIOS-based PCs.
質問 # 47
A server administrator has configured a web server. Which of the following does the administrator need to install to make the website trusted?
- A. SSL
- B. LDAP
- C. PKI
- D. DNS
正解:C
解説:
Reference:
https://www.csoonline.com/article/3400836/what-is-pki-and-how-it-secures-just-about-everything-online.html
質問 # 48
Which of the following encryption methodologies would MOST likely be used to ensure encrypted data cannot be retrieved if a device is stolen?
- A. End-to-end encryption
- B. Encryption in transit
- C. Public key encryption
- D. Encryption at rest
正解:D
質問 # 49
A technician is attempting to reboot a remote physical Linux server. However, attempts to command a shutdown -----now result in the loss of the SSH connection. The server still responds to pings. Which of the following should the technician use to command a remote shutdown?
- A. An IDRAC
- B. A KVM
- C. virtual serial console
- D. A crash cart
正解:B
質問 # 50
A company is building a new datacenter next to a busy parking lot. Which of the following is the BEST strategy to ensure wayward vehicle traffic does not interfere with datacenter operations?
- A. Install a mantrap
- B. Utilize security guards
- C. Install bollards
- D. Install security cameras
正解:C
解説:
The best strategy to ensure wayward vehicle traffic does not interfere with datacenter operations is to install bollards. Bollards are sturdy posts that are installed around a perimeter to prevent vehicles from entering or crashing into a protected area. Bollards can provide physical security and deterrence for datacenters that are located near busy roads or parking lots. Bollards can also prevent accidental damage or injury caused by vehicles that lose control or have faulty brakes.
質問 # 51
A company wants to deploy software to all users, Out very few of men will be using the software at any one point in time. Which of the following licensing models would be BEST lot the company?
- A. Per site
- B. Per instance
- C. Per core
- D. Per concurrent user
正解:D
解説:
Explanation
Per concurrent user licensing is a model that allows a fixed number of users to access the software at any one point in time. This model is best for the company that wants to deploy software to all users, but very few of them will be using the software at any one point in time. This way, the company can save money by paying only for the number of simultaneous users, rather than for every user who has access to the software. Per site licensing is a model that allows unlimited users within a specific location to use the software. Per core licensing is a model that charges based on the number of processor cores on the server where the software is installed. Per instance licensing is a model that charges based on the number of copies of the software running on different servers or virtual machines. References:
https://www.pcmag.com/encyclopedia/term/concurrent-use-license
https://www.techopedia.com/definition/1440/software-licensing
質問 # 52
The management team has mandated the encryption of all server administration traffic. Which of the following should MOST likely be implemented?
- A. SSH
- B. SELinux
- C. VPN
- D. FTPS
正解:A
解説:
Explanation
SSH stands for Secure Shell and it is a network protocol that provides encrypted and authenticated communication between two hosts. SSH can be used to remotely access and administer a server using a command-line interface or a graphical user interface. SSH can ensure the encryption of all server administration traffic, which can prevent eavesdropping, tampering, or spoofing by unauthorized parties.
References:
https://www.comptia.org/training/resources/exam-objectives/comptia-server-sk0-005-exam-objectives (Objective 2.4)
質問 # 53
An administrator is installing a new file server that has four drive bays available. Which of the following RAID types would provide the MOST storage as well as disk redundancy?
- A. RAID 1
- B. RAID 5
- C. RAID 10
- D. RAIDO
正解:B
解説:
Explanation
RAID 5 is a RAID level that provides striping with parity, which means that data is distributed across all disks with one disk storing parity information for error correction. RAID 5 can tolerate one disk failure without losing data. RAID 5 provides the most storage as well as disk redundancy out of the four RAID levels given, since it only uses one disk for parity and the rest for data. For example, if four 200GB drives are used in a RAID 5 array, the total storage capacity would be 600GB (200GB x 3), while in RAID 0 it would be 800GB (200GB x 4), in RAID 1 it would be 200GB (200GB x 1), and in RAID 10 it would be 400GB (200GB x 2).
References: https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5
質問 # 54
A server administrator wants to run a performance monitor for optimal system utilization. Which of the following metrics can the administrator use for monitoring? (Choose two.)
- A. Services
- B. CPU
- C. Memory
- D. Application
- E. Page file
- F. Heartbeat
正解:B、C
質問 # 55
Which of me following is the BEST action to perform before applying patches to one of the hosts in a high availability cluster?
- A. Failover all VMs.
- B. Disable the heartbeat network.
- C. Fallback cluster services.
- D. Set the cluster to active-active.
正解:A
質問 # 56
A server administrator added a new drive to a server. However, the drive is not showing up as available. Which of the following does the administrator need to do to make the drive available?
- A. Set the compression.
- B. Partition the drive.
- C. Configure the drive as dynamic.
- D. Create a new disk quota.
正解:C
質問 # 57
An administrator is troubleshooting a failure in the datacenter in which a server shut down/powered off when utility power was lost. The server had redundant power supplies. Which of the following is the MOST likely cause of this failure?
- A. Both power supplies were connected to the same power feed
- B. The power supplies were not cross-connected
- C. The UPS batteries were overcharged
- D. Redundant power supplies require 220V power
正解:A
質問 # 58
A systems administrator needs to configure a new server and external storage for a new production application environment. Based on end-user specifications, the new solution needs to adhere to the following basic requirements:
1. The OS must be installed in a separate disk partition. In case of hard drive failure, it cannot be affected.
2. Application data IOPS performance is a must.
3. Data availability is a high priority, even in the case of multiple hard drive failures.
Which of the following are the BEST options to comply with the user requirements? (Choose three.)
- A. Configure RAID 5 for the application data.
- B. Use SATA hard drives for the data application array.
- C. Configure RAID 1 for the application data.
- D. Use a single JBOD for OS and application data.
- E. Install the OS on a RAID 0 array.
- F. Install the OS on a RAID 1 array.
- G. Use SSD hard drives for the data application array.
正解:C、F、G
解説:
RAID 5 doesn't support multiple drive failure.
質問 # 59
Which of the following BEST describes the concept of right to downgrade?
- A. It allows a server to run on fewer resources than what is outlined in the minimum requirements document without purchasing a license
- B. It allows for a previous version of an OS to be deployed in a test environment for each current license that is purchased
- C. It allows for the return of a new OS license if the newer OS is not compatible with the currently installed software and is returning to the previously used OS
- D. It allows a previous version of an OS to be installed and covered by the same license as the newer version
正解:D
解説:
Explanation
The concept of right to downgrade allows a previous version of an OS to be installed and covered by the same license as the newer version. For example, if a customer has a license for Windows 10 Pro, they can choose to install Windows 8.1 Pro or Windows 7 Professional instead and still be compliant with the license terms.
Downgrade rights are granted by Microsoft for certain products and programs, such as Windows and Windows Server software acquired through Commercial Licensing, OEM, or retail channels. Downgrade rights are intended to provide customers with flexibility and compatibility when using Microsoft software.
質問 # 60
A recent power Outage caused email services to go down. A sever administrator also received alerts from the datacenter's UPS.
After some investigation, the server administrator learned that each POU was rated at a maximum Of 12A.
INSTRUCTIONS
Ensure power redundancy is implemented throughout each rack and UPS alarms are resolved.
Ensure the maximum potential PDU consumption does not exceed 80% or 9.6A).
a). PDU selections must be changed using the pencil icon.
b). VM Hosts 1 and 2 and Mail Relay can be moved between racks.
c). Certain devices contain additional details
正解:
解説:
質問 # 61
A server technician is procuring and installing a single-phase rack PDU that will meet the following requirements:
- Maximum line current per phase: 30A
- Rate current per phase: 24A
- Maximum current draw: 6 x 16A
- Nominal voltage: 208V
Based on these requirements, which of the following can be implied regarding load capacity?
- A. Purchase a PDU with a minimum load capacity of 3kVA.
- B. Purchase a PDU with a minimum load capacity of 4kVA.
- C. Purchase a PDU with a minimum load capacity of 2kVA.
- D. Purchase a PDU with a minimum load capacity of 5kVA.
正解:D
質問 # 62
A server administrator is configuring a new server that will hold large amounts of information. The server will need to be accessed by multiple users at the same time. Which of the following server roles will the administrator MOST likely need to install?
- A. Database
- B. Application
- C. Print
- D. Messaging
正解:A
解説:
Explanation
Few people are expected to use the database at the same time and users don't need to customize the design of the database.
質問 # 63
Which of the following is an architectural reinforcement that attempts to conceal the interior of an organization?
- A. Bollards
- B. Reflective glass
- C. Data center camouflage
- D. Signal blocking
正解:B
解説:
Explanation
Reflective glass is an architectural reinforcement that attempts to conceal the interior of an organization by reflecting light and preventing outsiders from seeing inside. Reflective glass can also reduce heat and glare, and enhance the aesthetic appearance of a building. Reflective glass is often used in high-security facilities, such as data centers, government buildings, or corporate headquarters12
1: Server Architecture for CompTIA Server+ (SK0-004) | Pluralsight 2: Introducing the CompTIA Infrastructure Career Pathway
質問 # 64
The network's IDS is giving multiple alerts that unauthorized traffic from a critical application server is being sent to a known-bad public IP address.
One of the alerts contains the following information:
Exploit Alert
Attempted User Privilege Gain
2/2/07-3: 09:09 10.1.200.32
--> 208.206.12.9:80
This server application is part of a cluster in which two other servers are also servicing clients. The server administrator has verified the other servers are not sending out traffic to that public IP address. The IP address subnet of the application servers is 10.1.200.0/26. Which of the following should the administrator perform to ensure only authorized traffic is being sent from the application server and downtime is minimized? (Select two).
- A. Block access to 208.206.12.9 from all servers on the network.
- B. Change the IP address of all the servers in the cluster to the 208.206.12.0/26 subnet.
- C. Disable all services on the affected application server.
- D. Enable GPO to install an antivirus on all the servers and perform a weekly reboot.
- E. Perform a vulnerability scan on all the servers within the cluster and patch accordingly.
- F. Perform an antivirus scan on all servers within the cluster and reboot each server.
正解:E、F
解説:
Explanation
The administrator should perform an antivirus scan on all servers within the cluster and reboot each server, and block access to 208.206.12.9 from all servers on the network. These actions will help to remove any malware that may have infected the application server and prevent any further unauthorized traffic to the known-bad public IP address. An antivirus scan can detect and remove malicious software that may be sending data to an external source, and a reboot can clear any temporary files or processes that may be related to the malware. Blocking access to 208.206.12.9 from all servers on the network can prevent any future attempts to communicate with the malicious IP address.
References: CompTIA Server+ SK0-005 Certification Study Guide, Chapter 3, Lesson 3.4, Objective 3.4; Chapter 6, Lesson 6.2, Objective 6.2
質問 # 65
......
合格させるCompTIA SK0-005試験問題でテスト復刻エンジンとPDF:https://jp.fast2test.com/SK0-005-premium-file.html