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.
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)- A9% (3)
- B3% (1)
- C12% (4)
- D76% (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.
Starting remaining services in any arbitrary order after the Configuration Service ignores required dependencies between the Queuing Service, Job Engine, and Data Feed 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.
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.
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
Community Discussion
No community discussion yet for this question.