Comptia (XK0-004) Exam Questions And Answers page 40
TOGAF Part VII, Architecture Capability Framework recommends use of an ADM cycle for establishing an architecture practice. In this scenario which architecture would describe the organizational structure for the architecture practice?
Business Architecture
Data Architecture
Technology Architecture
Administrative Tasks
Essential System Services
A Linux administrator needs to remove a USB drive from a system. The unmount command fails, stating the device is busy. Which of the following commands will show the reason for this error?
lsusb | grep /mnt/usb
mount | grep /mnt/usb
ps aux | grep /mnt/usb
lsof | grep /mnt/usb
Networking Fundamentals
Security
Which of the following best describes the class of information known as the Architecture Capability within the Architecture Repository?
A description of the organization specific architecture framework and method
A record of the governance activity across the enterprise
Guidelines and templates used to create new architectures
Processes to support governance of the Architecture Repository
Specifications to which architectures must conform
System Configuration and Management
Administrative Tasks
Ann, a user, has created a new directory and noticed that permissions on the new directory are as follows:
drwx------. 1 ann ann 0 Jun 11 08:20 work
Which of the following should the administrator do to restore default permissions for newly created directories?
drwx------. 1 ann ann 0 Jun 11 08:20 work
Which of the following should the administrator do to restore default permissions for newly created directories?
Change umask value in /etc/profile.
Run chmod command to update permissions.
Modify directory ownership to ann:ann with chown.
Execute chattr command to restore default access.
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Shells, Scripting, and Data Management
A Linux user needs to connect to a remote email server named mail.foo.com through the SMTP port.
Which of the following commands will accomplish this task?
Which of the following commands will accomplish this task?
traceroute mail.foo.com 25
netcat mail.foo.com 25
traceroute mail.foo.com 110
netcat mail.foo.com 110
Networking Fundamentals
In which phase of the ADM cycle do building blocks become implementation-specific?
Opportunities and Solutions
Business Architecture
Data Architecture
Architecture Vision
Technology Architecture
Essential System Services
A key step in validating a proposed target architecture is to consider what may have been forgotten. What technique does TOGAF recommend to address this issue?
Business Transformation Readiness Assessment
Business Value Assessment Technique
Capability-Based Planning
Communications and Stakeholder Management
Gap Analysis
System Configuration and Management
Administrative Tasks
Users are unable to connect to a server using HTTPS. The administrator runs the following command on the remote system:
Then, the administrator runs the following command from a local workstation:
Which of the following steps should the administrator take to address the issue?
Then, the administrator runs the following command from a local workstation:
Which of the following steps should the administrator take to address the issue?
Start the application to run on port 443
Configure the application to run on an active port
Allow port 443 through the firewall
Update the self-signed certificate
Networking Fundamentals
Security
A systems administrator has deployed a Linux server based on an Anaconda process with all packages and custom configurations necessary to install a web server role.
Which of the following could be used to install more Linux servers with the same characteristics?
Which of the following could be used to install more Linux servers with the same characteristics?
/etc/sysconfig/anaconda.cfg
/root/anaconda.auto
/root/anaconda-ks.cfg
/etc/sysconfig/installation.cfg
System Configuration and Management
Command Line Interface
A junior administrator is installing kernel modules. The administrator is given a checklist that outlines the following tasks to be completed:
• Display currently installed module version.
• Display which modules loaded at startup.
Which of the following commands would be used to accomplish these tasks? (Choose two.)
• Display currently installed module version.
• Display which modules loaded at startup.
Which of the following commands would be used to accomplish these tasks? (Choose two.)
cat /etc/issue
insmod
lsmod
rmmod
depmod
dmesg
Command Line Interface
Scripting and Automation
Comments