Servicenow Certified Application Developer CAD · Free Practice Question Easy
Question 20
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
-
A
URL
-
B
Password
-
C
User name
-
D
Application name
Reveal correct answer
Correct answer: D
A. The URL of the Git repository is essential for linking a ServiceNow application to the repository. The URL specifies the location of the repository where the application code is stored, allowing the application to access and interact with the repository for version control and collaboration purposes.
B. A password is typically required when linking a ServiceNow application to a Git repository to authenticate the user and establish a secure connection between the two platforms. Without a password, the authentication process cannot be completed, and the link between the application and the repository may not be established.
C. A username is necessary when linking a ServiceNow application to a Git repository to identify the user who is connecting the application to the repository. The username is used for authentication and authorization purposes, ensuring that the user has the necessary permissions to access and modify the repository.
D. The application name is not required to link a ServiceNow application to a Git repository. The application name is specific to the ServiceNow platform and is used to identify and manage the application within the platform itself. It is not directly related to the process of linking the application to an external Git repository for version control.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
