ServiceNow Certified Application Developer — Question 61
How can an application link to a repository behind a firewall?
Answer options
- A. This option is not supported.
- B. Link an application to source control through a MID Server.
- C. Link an application to source control through an access token.
- D. Link an application to source control with multi-factor authentication.
Correct answer: B
Explanation
The correct answer is B, as a MID Server facilitates communication between the application and the source control repository, even when the repository is behind a firewall. Options A, C, and D do not provide solutions for linking through a firewall, making them incorrect in this context.