Comptia (XK0-004) Exam Questions And Answers page 39
A systems administrator has finished building a new feature for the monitoring software in a separate Git branch.
Which of the following is the BEST method for adding the new feature to the software s master branch?
Which of the following is the BEST method for adding the new feature to the software s master branch?
Save the changes to the master branch automatically with each Git commit.
Clone the feature branch into the master branch.
Pull the changes from the feature branch into the master branch.
Command Line Interface
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
An administrator has modified the configuration file for a service. The service is still running but is not using the new configured values. Which of the following will BEST remediate this issue?
kill -HUP
init 0
service start
renice -10
System Configuration and Management
Essential System Services
After starting a long-running script, a systems administrator needs to verify the frequency of what is filling up the /var partition and kill it because it is consuming too much space.
Which of the following is the correct sequence given only a terminal is available?
Which of the following is the correct sequence given only a terminal is available?
1. CTRL-C
2. bg
3. watch df /var
4. CTRL-C
5. fg
6. CTRL-Z
2. bg
3. watch df /var
4. CTRL-C
5. fg
6. CTRL-Z
1. CTRL-C
2. fg
3. watch df /var
4. CTRL-Z
5. bg
6. CTRL-Z
2. fg
3. watch df /var
4. CTRL-Z
5. bg
6. CTRL-Z
1. CTRL-Z
2. bg
3. watch df /var
4. CTRL-C
5. fg
6. CTRL-C
2. bg
3. watch df /var
4. CTRL-C
5. fg
6. CTRL-C
1. CTRL-Z
2. bg
3. watch df /var
4. CTRL-Z
5. fg
6. CTRL-C
2. bg
3. watch df /var
4. CTRL-Z
5. fg
6. CTRL-C
Command Line Interface
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
What is the first step in the architecture development Phases B, C, and D?
Develop Baseline Architecture Description
Select reference models, viewpoints and tools
Perform gap analysis
Resolve impacts across the Architecture Landscape
Conduct formal stakeholder review
System Configuration and Management
Administrative Tasks
In the Solutions Continuum, Which of the following is the correct order of Solutions from most-specific to most-generic?
Common Systems, Foundation, Industry, Organization-Specific
Organization-Specific, Industry, Foundation, Common Systems
Foundation, Common Systems, Industry, Organization-Specific
Industry, Foundation, Common Systems, Organization-Specific
Organization-Specific, Industry, Common Systems, Foundation
System Configuration and Management
Administrative Tasks
Which of the following will boot from a network-hosted ISO image at power on?
PXE
FTP
iSCSI
NFS
Networking Fundamentals
A networked has been crashing intermittently. A Linux administrator would like to write a shell script that will attempt to ping the server and email an alert if the server fails to respond. The script will later be scheduled via cron job.
Which of the following scripts would BEST accomplish this task?
Which of the following scripts would BEST accomplish this task?
C.
Command Line Interface
Networking Fundamentals
What is the main objective of Phase A in the TOGAF ADM?
Single Choice
Which one of the following is a key objective of Phase A of the TOGAF ADM?
To create a roadmap that describes the evolution of the architecture over time
To prepare a Solution Architecture for the enterprise
To define an IT Strategy that maps out the technology infrastructure
To allocate the resources needed to implement the architecture project
To articulate an Architecture Vision
Administrative Tasks
Essential System Services
A Linux systems administrator needs to copy the contents of a directory named working on the local working system to a folder /var/www/html on a server named corporate-web .
Which of the following commands will allow the administrator to copy all the contents to the web server?
Which of the following commands will allow the administrator to copy all the contents to the web server?
scp r working/* webuser@corporate-web:/var/www/html
tar working/* webuser@corporate-web:/var/www/html
cp r working/* webuser@corporate-web:/var/www/html
mv working webuser@corporate-web:/var/www/html
Scripting and Automation
Networking Fundamentals
Which of the following best describes the Standards Information Base?
A repository area that lists the set of specifications to which architectures must conform
A repository area that describes the organization specific architecture framework and method.
A repository area that defines the parameters, structures, and processes to support governance
A repository area that provides guidelines, templates, and patterns used to create new architectures
A repository area that provides a record of the governance activity across the enterprise
Networking Fundamentals
Comments