CV0-004 · Question #197
A company needs to migrate the storage system and batch jobs from the local storage system to a public cloud provider. Which of the following accounts will MOST likely be created to run the batch…
The correct answer is D. Service. A service account (Option D) is a non-interactive, non-human account designed specifically for applications, scripts, and automated processes like batch jobs. Service accounts have their own credentials and permissions scoped to what the process needs, without being tied to an…
Question
A company needs to migrate the storage system and batch jobs from the local storage system to a public cloud provider. Which of the following accounts will MOST likely be created to run the batch processes?
Options
- AUser
- BLDAP
- CRole-based
- DService
How the community answered
(43 responses)- A5% (2)
- B2% (1)
- D93% (40)
Explanation
A service account (Option D) is a non-interactive, non-human account designed specifically for applications, scripts, and automated processes like batch jobs. Service accounts have their own credentials and permissions scoped to what the process needs, without being tied to an individual user. Option A (User account) is for human individuals and should not be used for automated processes - if the user leaves, the jobs break. Option B (LDAP) is a directory protocol used for authentication/authorization, not an account type. Option C (Role-based) describes an access control model, not a specific account type; service accounts are often assigned roles, but the account itself is a service account.
Topics
Community Discussion
No community discussion yet for this question.