- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Can anyone help me to share the real time scenario questions with answers for scripting in ServiceNow
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
It is tough to say because interview questions are usually based on real-world scenarios.
Nowadays, the interview approach has changed significantly. What you mentioned in the CV has become very important, and most of the questions will revolve around the experience, skills, and projects that you have listed there.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @RaghuRamB,
- Complete the scripting Fundamentals course - Scripting in ServiceNow Fundamentals - ServiceNow University.
- Be active in the ServiceNow Community, you can find a lot of real-time problem-solving scenarios.
- Give me couple of examples for each type of clie... - ServiceNow Community.
- On-Change Client Side Scripting Scenarios - ServiceNow Community.
- Solved: want some use cases for Client Script, Business ru... - ServiceNow Community
- A Developer's Guide to ServiceNow Catalog Client S... - ServiceNow Community.
- Real-time scenarios - Scripting - Part 1 - ServiceNow Community.
- Client Script - ServiceNow Community
For more real-time scenarios questions refer YouTube videos and practice those in your PDI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @RaghuRamB ,
Compare two date fields and show a message or populate a field if they are not equal(onChange)
Populate caller email automatically when caller is selected (onChange)
Populate manager field when caller is selected (onChange)
Auto populate logged-in user in “Requested For” variable in catalog item (Catalog Client Script (onLoad)
Populate multiple catalog variables based on one variable selection (Catalog Client Script (onChange)
Show or hide fields based on another field value (onChange)
Make a field mandatory when a specific condition is met (onChange)
Remove mandatory condition if value changes (onChange)
Validate start date and end date before submitting form (onSubmit)
Prevent form submission if validation fails (onSubmit)
Auto populate user details (phone, email, department) when user is selected (onChange)
Populate building name when location is selected (onChange)
Populate users based on assignment group (onChange)
Clear dependent fields when parent field changes (onChange)
Show error message when invalid data is entered (onChange)
Restrict form submission if user is not part of a specific group (onSubmit)
Show specific fields when a new form loads (onLoad)
Set default values when form opens (onLoad)
Display warning message when priority is high (onChange)
Auto populate short description based on category (onChange)
Disable or make field read-only based on conditions (onChange)
Clear field values if condition not satisfied (onChange)
Validate numeric values before saving record (onSubmit)
Display informational message when form loads (onLoad)
you can refer this threads :
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
this for server side script :
https://www.servicenow.com/community/itsm-forum/scripting-practice-question/td-p/3529846
Mix client + server:
If this helps you then accept as solution and mark it as helpful.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
It is tough to say because interview questions are usually based on real-world scenarios.
Nowadays, the interview approach has changed significantly. What you mentioned in the CV has become very important, and most of the questions will revolve around the experience, skills, and projects that you have listed there.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @RaghuRamB,
- Complete the scripting Fundamentals course - Scripting in ServiceNow Fundamentals - ServiceNow University.
- Be active in the ServiceNow Community, you can find a lot of real-time problem-solving scenarios.
- Give me couple of examples for each type of clie... - ServiceNow Community.
- On-Change Client Side Scripting Scenarios - ServiceNow Community.
- Solved: want some use cases for Client Script, Business ru... - ServiceNow Community
- A Developer's Guide to ServiceNow Catalog Client S... - ServiceNow Community.
- Real-time scenarios - Scripting - Part 1 - ServiceNow Community.
- Client Script - ServiceNow Community
For more real-time scenarios questions refer YouTube videos and practice those in your PDI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @RaghuRamB ,
Compare two date fields and show a message or populate a field if they are not equal(onChange)
Populate caller email automatically when caller is selected (onChange)
Populate manager field when caller is selected (onChange)
Auto populate logged-in user in “Requested For” variable in catalog item (Catalog Client Script (onLoad)
Populate multiple catalog variables based on one variable selection (Catalog Client Script (onChange)
Show or hide fields based on another field value (onChange)
Make a field mandatory when a specific condition is met (onChange)
Remove mandatory condition if value changes (onChange)
Validate start date and end date before submitting form (onSubmit)
Prevent form submission if validation fails (onSubmit)
Auto populate user details (phone, email, department) when user is selected (onChange)
Populate building name when location is selected (onChange)
Populate users based on assignment group (onChange)
Clear dependent fields when parent field changes (onChange)
Show error message when invalid data is entered (onChange)
Restrict form submission if user is not part of a specific group (onSubmit)
Show specific fields when a new form loads (onLoad)
Set default values when form opens (onLoad)
Display warning message when priority is high (onChange)
Auto populate short description based on category (onChange)
Disable or make field read-only based on conditions (onChange)
Clear field values if condition not satisfied (onChange)
Validate numeric values before saving record (onSubmit)
Display informational message when form loads (onLoad)
you can refer this threads :
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
this for server side script :
https://www.servicenow.com/community/itsm-forum/scripting-practice-question/td-p/3529846
Mix client + server:
If this helps you then accept as solution and mark it as helpful.
Regards,
Aditya