Comptia (XK0-004) Exam Questions And Answers page 3
According to TOGAF, in which sequence should Application Architecture and Data Architecture be developed in Phase C?
Application Architecture should be developed concurrently with Data Architecture
Data Architecture should be developed first, then Application Architecture
Application Architecture and Data Architecture may be developed in either sequence
System Configuration and Management
Shells, Scripting, and Data Management
SIMULATION
Find the file named core and remove it from the system.
INSTRUCTIONS
Type help to display a list of available commands.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.
Find the file named core and remove it from the system.
INSTRUCTIONS
Type help to display a list of available commands.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.
Scripting and Automation
Gap Analysis is a technique used in Phases B, C, D and E.Which one of the following statements best describes the gap analysis technique?
It highlights areas of stakeholder concern
It highlights the impacts of change
It highlights services that are yet to be developed
It highlights services that are available
It highlights different viewpoints
Administrative Tasks
Security
A Linux administrator is testing a new web application on a local laptop and consistently shows the following 403 errors in the laptop s logs:
The web server starts properly, but an error is generated in the audit log. Which of the following settings should be enabled to prevent this audit message?
The web server starts properly, but an error is generated in the audit log. Which of the following settings should be enabled to prevent this audit message?
httpd_can_network_connect = 1
httpd_enable_scripting = 1
httpd_enable_homedirs = 1
httpd_enable_cgi = 1
Administrative Tasks
Networking Fundamentals
A systems administrator is unable to reach other devices on the network and the Internet. The server is configured with the IP address 192.169.1.50/24 on eth0. The server s router is 192.168.1.1. The administrator reviews the output of route n:
Which of the following commands should the administrator run to correct the issue?
Which of the following commands should the administrator run to correct the issue?
route del default gw 192.168.2.1 eth0; route add default gw 192.168.1.1 eth0
route add net 192.168.10.0 netmask 255.255.255.0 gw 192.168.2.1 eth0
route add 192.168.1.1 default 192.168.1.50 eth0
route host gw 192.168.1.1 eth0
Networking Fundamentals
In Which phase of the TOGAF ADM are Gap Analysis results from earlier phases consolidated?
Phase F
Phase D
Phase E
Phase G
Phase H
User Interfaces and Desktops
Administrative Tasks
An organization wants to consolidate its entire user information in centralized storage using an X.500-based protocol. Which of the following protocols should be used for this implementation?
RADIUS
LDAP
DNS
DHCP
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Networking Fundamentals
Which section of the TOGAF template for Architecture Principles should highlight the business benefits for adhering to the principle?
Implications
Name
Rationale
Statement
User Interfaces and Desktops
Administrative Tasks
What part of the TOGAF document discusses the processes, skills and roles to operate an architecture function within an enterprise?
TOGAF Reference Models
Architecture Content Framework
Architecture Capability Framework
Enterprise Continuum & Tools
Architecture Development Method
Shells, Scripting, and Data Management
Administrative Tasks
Given the output below:
Which of the following commands can be used to remove MyPhoto.jpg from the current directory?
Which of the following commands can be used to remove MyPhoto.jpg from the current directory?
unlink ./MyPhoto.jpg
del Pictures/photo.jpg
rm rf ./Pictures
rm f MyPhoto.jpg
ln rm ./Pictures/photo.jpg
Command Line Interface
Shells, Scripting, and Data Management
Comments