nerdexam
Microsoft

98-349 · Question #8

A Windows service is a:

The correct answer is A. program or process that runs in the background and does not require user intervention.. A Windows service is a program or process that operates in the background, typically without requiring direct user interaction.

Understanding Operating System Configurations

Question

A Windows service is a:

Options

  • Aprogram or process that runs in the background and does not require user intervention.
  • Bhardware driver that provides support to a specific device.
  • Cprogram or process that runs in the foreground.
  • Dhardware driver that provides support to the operating system.

How the community answered

(51 responses)
  • A
    94% (48)
  • B
    2% (1)
  • C
    2% (1)
  • D
    2% (1)

Why each option

A Windows service is a program or process that operates in the background, typically without requiring direct user interaction.

Aprogram or process that runs in the background and does not require user intervention.Correct

Windows services are long-running executables that operate in the background, typically starting when the operating system boots and running even when no user is logged in. They perform functions such as networking, printing, security, and hardware management, operating without direct user intervention from a graphical interface.

Bhardware driver that provides support to a specific device.

While some services may interact with hardware drivers, a service itself is a program or process, not specifically a hardware driver.

Cprogram or process that runs in the foreground.

Services run in the background; foreground programs are those that have an active user interface and typically require user interaction.

Dhardware driver that provides support to the operating system.

Like option B, a service is a program/process, not a hardware driver, although it can provide support to the operating system in conjunction with drivers.

Concept tested: Definition and function of Windows services

Source: https://learn.microsoft.com/en-us/windows/win32/services/about-services

Topics

#Windows services#background processes#system processes

Community Discussion

No community discussion yet for this question.

Full 98-349 Practice