Some questions on CAD

Dave_p
Giga Guru

1. Which of the following statements about GIT are true?

a. It is a cloud-based source control management system 

b. It can use different tools like GitHub. Gitorious. Bitbucket. or others

c. Team Development uses Git to manage versions

d. It uses repositories and branching

 

2. How can we add the ‘Add the data’ option in ServiceNow tables/databases?
a. Import sets
b. Java code
c. Using forms
d. Custom UI pages

 

3. Which of the following is an available feature in Studio?
a. Push to update set
b. Merge branches
c. Search code
d. Push to external source control

 

4. When debugging Email Notifications, what must you check on a user record? (Choose three.)

a. Active must be true.
b. The First name and Last name fields must have values.
c. The value in the Notification field must be set to enabled.
d. The user must not be locked out.
e. The Email field must have a value.

 

Regards

Suman P.

3 REPLIES 3

Chaitanya ILCR
Kilo Patron

Hi @Dave_p ,

 

1. Which of the following statements about GIT are true?

 Correct Answers:

  • b. It can use different tools like GitHub, Gitorious, Bitbucket, or others
  • c. Team Development uses Git to manage versions
  • d. It uses repositories and branching

 Incorrect:

  • a. Git itself is not cloud-based; it's a distributed version control system. Tools like GitHub or GitLab are cloud-based platforms that use Git.

2. How can we add the ‘Add the data’ option in ServiceNow tables/databases?

 Correct Answer:

  • a. Import sets
    Import Sets are used in ServiceNow to import data from various sources and map it to ServiceNow tables.

3. Which of the following is an available feature in Studio?

 Correct Answers:

  • a. Push to update set
  • c. Search code
  • d. Push to external source control

 Incorrect:

  • b. Merge branches – This is a Git feature, not a native Studio feature in ServiceNow.

4. When debugging Email Notifications, what must you check on a user record? (Choose three.)

 Correct Answers:

  • a. Active must be true
  • d. The user must not be locked out
  • e. The Email field must have a value

 Incorrect:

  • b. First name and Last name are not mandatory for email notifications.
  • c. There is no "Notification" field that must be enabled on the user record.

Asked Copilot 😊

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

Juhi Poddar
Kilo Patron

Hello @Dave_p 

  1. A, B, C, D

    a. It is a cloud-based source control management system 

    b. It can use different tools like GitHub. Gitorious. Bitbucket. or others

    c. Team Development uses Git to manage versions

    d. It uses repositories and branching

  2. A, "Import sets" in ServiceNow allow you to bring data from external sources into your tables
  3. C, D
    c. Search code
    d. Push to external source control
  4. A, C, E

    a. Active must be true.
    c. The value in the Notification field must be set to enabled.
    e. The Email field must have a value.

Please refer to the following screenshots from eBook:

  • JuhiPoddar_2-1747435885294.png
  • JuhiPoddar_0-1747435463616.png

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"

 

Thank You
Juhi Poddar

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dave_p 

 

 

 

2. How can we add the ‘Add the data’ option in ServiceNow tables/databases?
a. Import sets

 

3. Which of the following is an available feature in Studio?

c. Search code
d. Push to external source control

 

4. When debugging Email Notifications, what must you check on a user record? (Choose three.)

a. Active must be true.
d. The user must not be locked out.
e. The Email field must have a value.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************