Courseiva
hardMultiple ChoiceObjective-mapped

XK0-006 Practice Question: After a system update, a server takes…

After a system update, a server takes significantly longer to boot. The administrator wants to identify which systemd service is causing the delay. Which command provides a detailed analysis of boot time spent by each service?

⚠ Common exam trap

Watch out — candidates often confuse `systemd-analyze blame` with `systemd-analyze critical-chain`, mistakenly thinking the latter provides per-service timing, when in fact it only shows the dependency chain and not the individual time spent by each service.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

systemd-analyze blame

The `systemd-analyze blame` command prints a list of all running systemd units, sorted by the time they took to initialize during boot. This directly answers the administrator's need to identify which specific service is causing the delay, as it shows the exact time spent by each service.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • systemd-analyze time

    Why it's wrong here

    Shows only total kernel, initrd, and userspace time.

  • systemd-analyze blame

    Why this is correct

    Outputs a list of services with time taken, sorted from longest to shortest.

  • systemd-analyze critical-chain

    Why it's wrong here

    Shows the critical path for boot, but not per-service times sorted.

  • systemd-analyze plot

    Why it's wrong here

    Generates an SVG plot, not a sorted text list.

About these practice questions

This XK0-006 question is part of Courseiva's 979-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This XK0-006 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the XK0-006 exam.