ServiceNow Developer Interview Questions - 5

Hello Everyone,

 This is another post of servicenow developer interview questions series. I hope you like this content if yes please comment, so without any delay let's get started. 

1. What is the difference between getXML() and getXMLWait() ?

2. What is the difference standard and normal change ?

3. What to add a template for change request ?

4. How to hide Add to cart option for particular one catalog item?

5. How to call script include in server side and what is their syntax?

6. What are the different types of SLA's ?

7. Assume we have one reference field in the form and we want to populate current logged in user name in that field without using business rule and client script. How we can achieve it.

8. I have one requirement that when approver approve the change request from mail then same will be reflected in change request. How we can achieve it.

9. What are the different types of transform scripts?

10. What are the different types of choice actions available in transform map?

11. What is OLA ?


Note : These questions are based upon my previous interviews so please share your friends and colleagues who are preparing for servicenow developer interview.


2 comments:

  1. 2.Standard change is a predefined, routine change that has a well-documented and approved procedure. These changes are low-risk and occur frequently

    Normal change: on other hand non- routine change and not- pre authorized this changes typically veruycompy complex and high risk

    ReplyDelete
  2. 7)achieve this by using a default value script on the reference field. Navigate to the dictionary of the field, and in the Default Value field, write a script like
    gs.getUserDisplayName();
    This script fetches the display name of the currently logged-in user and sets it as the default value for the reference field.

    ReplyDelete

Featured Post

How to configure field style of any fields