nerdexam
RSA

050-SEPROGRC-01 · Question #35

In which order should you start the Archer Services?

The correct answer is D. Configuration Service, Queuing Service, Job Engine, Data Feed Service. RSA Archer services must be started in a specific dependency-driven sequence to ensure each service can connect to its prerequisites during initialization.

Archer Platform Architecture and Components

Question

In which order should you start the Archer Services?

Options

  • AConfiguration Service, then any of the remaining services as needed
  • BConfiguration Service, Job Engine, Data Feed Service, Queuing Service
  • CConfiguration Service, Data Feed Service, Job Engine, Queuing Service
  • DConfiguration Service, Queuing Service, Job Engine, Data Feed Service

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    12% (4)
  • D
    76% (25)

Why each option

RSA Archer services must be started in a specific dependency-driven sequence to ensure each service can connect to its prerequisites during initialization.

AConfiguration Service, then any of the remaining services as needed

Starting remaining services in any arbitrary order after the Configuration Service ignores required dependencies between the Queuing Service, Job Engine, and Data Feed Service.

BConfiguration Service, Job Engine, Data Feed Service, Queuing Service

Starting Job Engine before Queuing Service violates the dependency chain, as the Job Engine requires the Queuing Service to be available for message handling.

CConfiguration Service, Data Feed Service, Job Engine, Queuing Service

Starting Data Feed Service before Job Engine and Queuing Service contradicts the required startup order, as Data Feed Service depends on those services being fully initialized first.

DConfiguration Service, Queuing Service, Job Engine, Data Feed ServiceCorrect

The correct startup order is: Configuration Service first, because all other services depend on it for configuration data; then Queuing Service, which provides message queuing infrastructure; then Job Engine, which relies on the Queuing Service for task processing; and finally Data Feed Service, which depends on the Job Engine and Queuing Service being available. Following this sequence prevents initialization failures caused by missing dependencies.

Concept tested: RSA Archer services correct startup sequence

Source: https://community.rsa.com/docs/DOC-00000

Topics

#Archer Services#service startup order#Configuration Service#Job Engine

Community Discussion

No community discussion yet for this question.

Full 050-SEPROGRC-01 Practice