Comptia (XK0-004) Exam Questions And Answers page 13
A Linux administrator built a GitLab server. Later that day, a software engineer tried to access the server to upload the repository during the final step of installation. The software engineer could not access the website. Which of the following firewall rules would allow access to this site?
iptables A INPUT p tcp m multiport --dports 80,443 m conntrack cstate ESTABLISHED j ACCEPT
iptables A INPUT p tcp m multiport --dports 80,443 m conntrack cstate RELATED, ESTABLISHED j ACCEPT
iptables A INPUT p tcp m multiport --dports 80,443 m conntrack cstate NEW, ESTABLISHED j REJECT
Networking Fundamentals
What are considered as generic Building Blocks in the Solutions Continuum?
Common Systems Solutions
Strategic Solutions
Industry Solutions
Organization-Specific Solutions
Foundation Solutions
Scripting and Automation
Administrative Tasks
According to the TOGAF Document Categorization Model, Which category is for resources NOT referenced by content within the other categories?
TOGAF Core
TOGAF Extension
TOGAF Mandatory
TOGAF Recommended
TOGAF Supporting
Essential System Services
Networking Fundamentals
What are the four architecture domains that the TOGAF standard deals with?
Capability, Segment, Enterprise, Federated
Business, Data, Application, Technology
Application, Data, Information, Knowledge
Process, Organization, Strategic, Requirements
Baseline, Candidate, Transition, Target
Essential System Services
Networking Fundamentals
A systems administrator is configuring options on a newly installed Linux VM that will be deployed to the Pacific time zone. Which of the following sets of commands should the administrator execute to accurately configure the correct time settings?
cd /etc
ln s /usr/share/zoneinfo/US/Pacific localtime
ln s /usr/share/zoneinfo/US/Pacific localtime
cd /usr/local
ln s /usr/share/zoneinfo/US/Pacific zoneinfo
ln s /usr/share/zoneinfo/US/Pacific zoneinfo
cd /etc/local
ln s /usr/share/zoneinfo/US/Pacific localtime
ln s /usr/share/zoneinfo/US/Pacific localtime
cd /usr/share/local
ln s /usr/share/zoneinfo/US/Pacific localectl
ln s /usr/share/zoneinfo/US/Pacific localectl
System Configuration and Management
A Linux administrator needs every new file created on a directory to maintain the group permissions of the same directory. Which of the following commands would satisfy this requirement?
chmod o+s
chmod u+s
chmod +s
chmod g+s
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Shells, Scripting, and Data Management
In which ADM phase does the value and change management process determine the circumstances under which the Architecture Development Cycle will be initiated to develop a new architecture?
Phase H
Phase F
Phase E
Preliminary Phase
Phase G
Command Line Interface
Administrative Tasks
In the Solutions Continuum, Which of the following is the correct order of solutions ranging from generic solution to enterprise specific solution?
Foundation, Common Systems, Industry, Organization-Specific
Industry, Foundation, Common Systems, Organization-Specific
Organization-Specific, Industry, Common Systems, Foundation
Organization-Specific, Industry, Foundation, Common Systems
System Configuration and Management
Administrative Tasks
A Linux user needs to create a file named newfile in the home directory that mirrors the contents of the /etc/resolv.conf file.
Which of the following commands would accomplish this task?
Which of the following commands would accomplish this task?
cat /etc/resolv.conf > /home/user/newfile
echo /etc/resolv.conf > /home/user/newfile
grep /etc/resolv.conf < ome/user/newfile="">
printf /etc/resolv.conf > /home/user/newfile
Scripting and Automation
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
How are Architecture Principles utilized in the ADM?
Single Choice
Which of the following statements best describes how Architecture Principles are used within the ADM?
They are used to define the framework and detailed methodologies
They are used to define stakeholders and their concerns
They are used to determine the readiness factors impacting the organization
They are used to guide decision making within the enterprise
They are used to resolve and dispose of requirements
Essential System Services
Comments