ServiceNow Certified Application Developer — Question 58
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
(Choose two.)
Answer options
- A. source_control
- B. source_control_admin
- C. admin
- D. git_admin
Correct answer: A, C
Explanation
The roles 'source_control' and 'admin' are necessary for performing source control repository operations. The 'source_control_admin' role is typically reserved for higher-level access and management, while 'git_admin' does not inherently grant permissions for importing or linking applications to source control.