nerdexam
CompTIA

XK0-004 · Question #390

An administrator is utilizing an automation engine than uses SSH to run commands on remote systems. Which of the following does this describe?

The correct answer is B. Agentless architecture. Agentless architecture describes automation systems that connect to remote hosts over standard protocols like SSH to run commands, without requiring any installed agent software on the target systems.

Scripting, Containers and Automation

Question

An administrator is utilizing an automation engine than uses SSH to run commands on remote systems. Which of the following does this describe?

Options

  • AInventory
  • BAgentless architecture
  • CBuild automation
  • DVersion control

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    91% (21)
  • D
    4% (1)

Why each option

Agentless architecture describes automation systems that connect to remote hosts over standard protocols like SSH to run commands, without requiring any installed agent software on the target systems.

AInventory

An inventory is a structured list of managed hosts and their group assignments used by automation tools, not a description of how the automation connects to remote systems.

BAgentless architectureCorrect

An agentless automation engine uses existing protocols such as SSH to communicate with and execute commands on remote systems, meaning no dedicated agent process needs to be installed or maintained on managed nodes. Ansible is the primary example of this pattern, pushing tasks over SSH and running them directly on the remote host. This reduces setup overhead and eliminates the need for agent lifecycle management.

CBuild automation

Build automation refers to the scripted compilation, testing, and packaging of software artifacts, not the method by which remote commands are executed.

DVersion control

Version control is a system for tracking and managing changes to files and source code over time, which is unrelated to SSH-based remote execution architecture.

Concept tested: Agentless automation architecture using SSH

Source: https://docs.ansible.com/ansible/latest/getting_started/index.html

Topics

#agentless architecture#SSH automation#Ansible#remote execution

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice