Comptia (XK0-004) Exam Questions And Answers page 28
A security administrator wants to display a warning banner before a user logs in. Which of the following files must be edited to make this happen?
/etc/issue
/etc/hosts
/etc/motd
User Interfaces and Desktops
Security
Which of the following best describes the purpose of the Statement of Architecture Work?
It contains an assessment of the current architecture requirements
It defines the scope and approach to complete an architecture project
It is sent from the sponsor and triggers the start of an architecture development cycle
It provides a high-level aspirational view of the end architecture project
It provides a schedule for implementation of the target architecture
System Configuration and Management
Administrative Tasks
An administrator is troubleshooting an application that has failed to start after the server was rebooted. Noticing the data volume is not mounted, the administrator attempts to mount it and receives this error:
Upon checking the logical volume status, the administrator receives this information:
Which of the following can be said about the data logical volume, and how can this problem be resolved?
Upon checking the logical volume status, the administrator receives this information:
Which of the following can be said about the data logical volume, and how can this problem be resolved?
The logical volume is not active. The administrator should make it active with lvchange -ay /dev/datavg/datalv and then mount it.
The logical volume file system has become corrupted. The administrator should repair it with xfs_repair /dev/datavg/datalv and then mount it.
The logical volume is OK but the /dev special files are missing. The administrator should recreate them by running /dev/MAKEDEV.
The file system is read-only. The administrator should remount it as read-write with the command mount -o remount.rw /data.
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Essential System Services
Which of the following best describes Requirements Management within the TOGAF ADM?
Reviewing business requirements
Addressing and prioritizing architecture requirements
Developing requirements that deliver business value
Validating requirements between ADM phases
Managing architecture requirements throughout the ADM cycle
System Configuration and Management
Administrative Tasks
A junior Linux administrator is installing a new application with CPU architecture requirements that have the following specifications:
• x64 bit
• 3.0GHz speed
• Minimum quad core
The administrator wants to leverage existing equipment but is unsure whether the requirements of these systems are adequate. The administrator issues the following command cat /proc/cpuinfo. The output of the command is as follows:
Which of the following is the recommended course of action the administrator should take based on this output?
• x64 bit
• 3.0GHz speed
• Minimum quad core
The administrator wants to leverage existing equipment but is unsure whether the requirements of these systems are adequate. The administrator issues the following command cat /proc/cpuinfo. The output of the command is as follows:
Which of the following is the recommended course of action the administrator should take based on this output?
Install the application, as the system meets the application requirements
Procure new equipment that matches the recommended specifications
Recompile the Linux kernel to support the installation.
Reconfigure lib modules to support the new application.
Scripting and Automation
Essential System Services
Which does TOGAF standard define as the structure of components, their inter-relationships, and the principles guiding their design and evolution over time ?
An architecture view
An artifact
An architecture
A deliverable
A model
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Essential System Services
The development team has automated their software build process so each time a change is submitted to the source code repository, a new software build is compiled. They are requesting that the Linux operations team look into automating the deployment of the software build into the test environment. Which of the following is the benefit to the development team for implementing deployment automation?
To ensure the build commits are also deployed to the test environment
To enable notifications when builds are deployed to the test environment
To ensure software builds in test are not accidentally deployed to production
To streamline the deployment process for deploying builds into test environments
Scripting and Automation
Administrative Tasks
According to TOGAF, who usually initiates a Request for Architecture Work?
The architecture organization
The CIO/CTO
The corporate governance board
The senior management
The sponsoring organization
Essential System Services
Complete the sentence. All of the following are sections of the recommended template for defining Architecture Principles, except ___________
Name
Statement of Principle
Rationale
Enforcement Policy
Implications
User Interfaces and Desktops
Administrative Tasks
A Linux administrator attempts to install the package newprogram.x86_64.rpm using a package manager. The administrator receives a warning indicating the command that was run was using a deprecated package manager. Which of the following commands should the administrator use to avoid the warning and install the newprogram.x86_64.rpm program?
# dnf install newprogram.x86_64.rpm
# rpm -e newprogram.x86_64.rpm
# dpkg -i newprogram.x86_64.rpm
# apt-get install newprogram.x86_64.rpm
Command Line Interface
Shells, Scripting, and Data Management
Comments