Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cognizant Team. If you also belong to the team, you can get access from here

Cognizant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cognizant Servicenow Application Developer Interview Questions and Answers

Updated 17 Jan 2025

15 Interview questions

A Servicenow Application Developer was asked 5mo ago
Q. What is the use of getReference() in ServiceNow?
Ans. 

get reference is used to retrieve a reference to a record in another table

  • Used to establish relationships between records in different tables

  • Allows for easy access to related information

  • Can be used in scripts to retrieve data from related records

A Servicenow Application Developer was asked 5mo ago
Q. Can we use 'previous' in a Business Rule?
Ans. 

Yes, we can use 'previous' in Business rule to access the previous value of a field.

  • Use 'previous' keyword in a Business rule to access the previous value of a field

  • Can be helpful in comparing current and previous values for triggering actions

  • Example: gs.info('Previous value: ' + current.previous.value)

Servicenow Application Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. How would you implement a UI action that functions on both the cl ... read more
asked in Cognizant
Q2. Between a client script and a UI Policy, which one runs first, an ... read more
asked in Cognizant
Q3. How many ways can we call server-side code from the client-side?
asked in Cognizant
Q4. How would you update all records in the incident table to replace ... read more
asked in Cognizant
Q5. How would you restrict the 'Investment' field in the incident tab ... read more
A Servicenow Application Developer was asked 5mo ago
Q. How many ways can we call server-side code from the client-side?
Ans. 

There are multiple ways to call server side code from client side, including AJAX, WebSockets, and REST API calls.

  • AJAX

  • WebSockets

  • REST API calls

A Servicenow Application Developer was asked 5mo ago
Q. How do you create a new request type in ITSM?
Ans. 

To create a new request type in ITSM, follow these steps.

  • Navigate to the Service Catalog in the ITSM module.

  • Click on 'Create New' to start creating a new request type.

  • Fill in the necessary details such as name, description, and category.

  • Define the workflow for the request type, including approval processes and assignment rules.

  • Test the new request type to ensure it functions correctly.

  • Publish the request type for ...

What people are saying about Cognizant

View All
a junior software engineer
1w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Cognizant?
Ask anonymously on communities.
A Servicenow Application Developer was asked 5mo ago
Q. Should the 'IT Service Manager' role description and short description be visible?
Ans. 

Yes, 'IT Service Manager' role description and short description should be visible.

  • Role description should clearly outline the responsibilities and requirements of the IT Service Manager position

  • Short description should provide a brief overview of the role to attract potential candidates

  • Both descriptions should be easily accessible on the job posting or company website

A Servicenow Application Developer was asked 5mo ago
Q. What are the different types of Client Scripts?
Ans. 

Client scripts in ServiceNow are used to automate processes on the client side.

  • onChange

  • onLoad

  • onSubmit

A Servicenow Application Developer was asked 5mo ago
Q. How would you restrict the 'Investment' field in the incident table to a maximum of 500 characters using either a client script or UI policy?
Ans. 

Restrict characters for 'Investment' field in incident table to 500 characters using UI policy.

  • Create a UI policy on the incident table

  • Add a condition to check the length of the 'Investment' field

  • Set the UI policy action to display an error message if the character limit is exceeded

Are these interview questions helpful?
A Servicenow Application Developer was asked 5mo ago
Q. What is the use of Glide Form Submit (GFST)?
Ans. 

GFST submit is used to submit a GlideFormState object in ServiceNow.

  • GFST submit is used to save the current state of a form in ServiceNow.

  • It is commonly used in client-side scripts to save form data without refreshing the page.

  • GFST submit can be used to trigger business rules and workflows upon form submission.

A Servicenow Application Developer was asked 5mo ago
Q. There are 4 types of Business Rules. Can we change the order of Business Rules?
Ans. 

Yes, the order of Business rules can be changed.

  • Yes, the order of Business rules can be changed by adjusting the order in which they are executed in the Business rule list.

  • This can be done by changing the 'Order' field value in the Business rule record.

  • Business rules with lower 'Order' values will be executed before those with higher 'Order' values.

  • Changing the order of Business rules can impact the overall behavi...

A Servicenow Application Developer was asked 5mo ago
Q. Between a client script and a UI Policy, which one runs first, and why?
Ans. 

Client script runs before UI Policy due to the order of execution in ServiceNow.

  • Client script runs before UI Policy because it is executed on the client side before the form is submitted.

  • UI Policy runs after Client script as it is applied after the form is submitted.

  • Client script is used for field-level validation and manipulation, while UI Policy is used for controlling field visibility and mandatory fields.

Cognizant Servicenow Application Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(17 Questions)

  • Q1. How many ways can we call a server side code from Client side?
  • Ans. 

    There are multiple ways to call server side code from client side, including AJAX, WebSockets, and REST API calls.

    • AJAX

    • WebSockets

    • REST API calls

  • Answered by AI
  • Q2. How to create a new request type in ITSM?
  • Ans. 

    To create a new request type in ITSM, follow these steps.

    • Navigate to the Service Catalog in the ITSM module.

    • Click on 'Create New' to start creating a new request type.

    • Fill in the necessary details such as name, description, and category.

    • Define the workflow for the request type, including approval processes and assignment rules.

    • Test the new request type to ensure it functions correctly.

    • Publish the request type for users...

  • Answered by AI
  • Q3. Restrict a characters for 'Investment' field in incident table that characters should not exceed 500 characters do this in client script or UI policy?
  • Ans. 

    Restrict characters for 'Investment' field in incident table to 500 characters using UI policy.

    • Create a UI policy on the incident table

    • Add a condition to check the length of the 'Investment' field

    • Set the UI policy action to display an error message if the character limit is exceeded

  • Answered by AI
  • Q4. What is the use GFST submit?
  • Ans. 

    GFST submit is used to submit a GlideFormState object in ServiceNow.

    • GFST submit is used to save the current state of a form in ServiceNow.

    • It is commonly used in client-side scripts to save form data without refreshing the page.

    • GFST submit can be used to trigger business rules and workflows upon form submission.

  • Answered by AI
  • Q5. Using 'IT Service Manager' role description and short description should be visible?
  • Ans. 

    Yes, 'IT Service Manager' role description and short description should be visible.

    • Role description should clearly outline the responsibilities and requirements of the IT Service Manager position

    • Short description should provide a brief overview of the role to attract potential candidates

    • Both descriptions should be easily accessible on the job posting or company website

  • Answered by AI
  • Q6. Types of Client Scripts?
  • Ans. 

    Client scripts in ServiceNow are used to automate processes on the client side.

    • onChange

    • onLoad

    • onSubmit

  • Answered by AI
  • Q7. Client script or UI Policy which one will runs first and why?
  • Ans. 

    Client script runs before UI Policy due to the order of execution in ServiceNow.

    • Client script runs before UI Policy because it is executed on the client side before the form is submitted.

    • UI Policy runs after Client script as it is applied after the form is submitted.

    • Client script is used for field-level validation and manipulation, while UI Policy is used for controlling field visibility and mandatory fields.

  • Answered by AI
  • Q8. Types of Business rule, difference between after and Async business rule?
  • Ans. 

    Business rules in ServiceNow can be categorized as before, after, async, and synchronous. After business rules run after a record is inserted or updated, while async business rules run in the background.

    • Types of business rules in ServiceNow: before, after, async, synchronous

    • After business rules run after a record is inserted or updated

    • Async business rules run in the background without blocking the user interface

    • Differe...

  • Answered by AI
  • Q9. There are 4 types of Business rule, can we change the order of Business rule?
  • Ans. 

    Yes, the order of Business rules can be changed.

    • Yes, the order of Business rules can be changed by adjusting the order in which they are executed in the Business rule list.

    • This can be done by changing the 'Order' field value in the Business rule record.

    • Business rules with lower 'Order' values will be executed before those with higher 'Order' values.

    • Changing the order of Business rules can impact the overall behavior an...

  • Answered by AI
  • Q10. Email Notification scripts scenario?
  • Ans. 

    Email notifications in ServiceNow can be customized using scripts for dynamic content and conditions.

    • Use 'Email Notification' module to create notifications based on specific conditions.

    • Scripts can be added to the 'Condition' field to determine when to send an email.

    • Example: Use 'current.state.changes()' to trigger an email when the state changes.

    • Utilize 'Email Template' for consistent formatting and dynamic content in...

  • Answered by AI
  • Q11. What is the use of isolate checkbox?
  • Ans. 

    The isolate checkbox is used to prevent a script from running in the global scope.

    • Prevents variables and functions from being accessed globally

    • Helps in avoiding conflicts with other scripts

    • Useful when developing complex applications with multiple scripts

  • Answered by AI
  • Q12. Xml() and xml() wait difference?
  • Ans. 

    xml() and xml() wait are both used in ServiceNow to parse XML data, but xml() wait is used for asynchronous parsing.

    • xml() is used for synchronous parsing of XML data in ServiceNow

    • xml.wait() is used for asynchronous parsing of XML data in ServiceNow

    • xml() is blocking, while xml.wait() allows other operations to continue while parsing XML data

  • Answered by AI
  • Q13. How will you achieve UI action in server side and client side, I.e both the code should work in client side and server side
  • Ans. 

    To achieve UI actions in ServiceNow, use client scripts for client-side and business rules for server-side execution.

    • Use Client Scripts for UI actions that need to run on the user's browser.

    • Use Business Rules for server-side logic that should execute on record changes.

    • Example: A Client Script can validate a form before submission, while a Business Rule can update a field based on that submission.

    • You can call server-sid...

  • Answered by AI
  • Q14. There is a 'Investment' field in incident table Old value: Standard New Value: SMA Replace the options, instead of standard, SMA option should be updated to all records in the table.
  • Ans. 

    Update 'Investment' field in incident table from Standard to SMA for all records

    • Create a script to update the 'Investment' field in incident table for all records

    • Use a loop to iterate through each record and update the 'Investment' field value from Standard to SMA

  • Answered by AI
  • Q15. Can we use previous in Business rule?
  • Ans. 

    Yes, we can use 'previous' in Business rule to access the previous value of a field.

    • Use 'previous' keyword in a Business rule to access the previous value of a field

    • Can be helpful in comparing current and previous values for triggering actions

    • Example: gs.info('Previous value: ' + current.previous.value)

  • Answered by AI
  • Q16. Normal change states
  • Q17. What is the use of get reference?
  • Ans. 

    get reference is used to retrieve a reference to a record in another table

    • Used to establish relationships between records in different tables

    • Allows for easy access to related information

    • Can be used in scripts to retrieve data from related records

  • Answered by AI

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

Servicenow Application Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. How would you implement a UI action that functions on both the cl ... read more
asked in Cognizant
Q2. Between a client script and a UI Policy, which one runs first, an ... read more
asked in Cognizant
Q3. How many ways can we call server-side code from the client-side?
asked in Cognizant
Q4. How would you update all records in the incident table to replace ... read more
asked in Cognizant
Q5. How would you restrict the 'Investment' field in the incident tab ... read more

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.

    • Relocation can provide exposure to new technologies and methodologies.

    • I am excited about the prospect of working in diverse teams and cultures.

    • For example, moving to a tech hub like San Francisco could enhance my career.

    • I understand the challenges of relocating, but I see them as opportunities for growth.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.

    • Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.

    • Excellent teamwork and communication abilitie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting

What people are saying about Cognizant

View All
a junior software engineer
1w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Cognizant?
Ask anonymously on communities.

Interview Questionnaire 

1 Question

  • Q1. How to use multiple dispatch in redux?
  • Ans. 

    Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.

    • Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.

    • Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.

    • For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.

    • M...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?
  • Ans. 

    Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.

    • Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.

    • Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.

    • Debugging...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.
Are these interview questions helpful?

I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Technical Ques(OOPS Concept)and 2. Area of Interest 3. About Company 4. more

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Folks,
Sharing some tips while facing Interview Assessment or GD Round Assessment.
1. Be Confident always give the answer what they ask for, Never connect your answer with different topic.
2. Always go through Company Portal or wiki about their Operation & Function.
3. Always have positive vibes that whatever yes or No, You will surely gain something.
All the Best..!!

Interview Questionnaire 

3 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. What is the difference between encapsulation and polymorphism?
  • Q3. What do you mean by deadlock in OS?
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular waiting state.

    • It happens when processes compete for resources and each process holds a resource that another process needs.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: We were asked to solve a questionnaire containing 25 questions based on logical reasoning and basic mathematics. We went to the test center in their recruitment center where there were many desktops for the candidates to sit and give the test. At the entrance, they checked the letter we got from them to authenticate us.Then they gave us a login ID and password. Exactly when the test started, the portal became active and we were asked to enter the credentials. I completed the test in half the time as it was pretty easy and straightforward.
Tips: Practice simple aptitude questions for greater speed and accuracy.
Duration: 1 hour
Total Questions: 20

Round: Group Discussion
Experience: Ten candidates who were shortlisted from the written test attended the group discussion. The topic given to us was fairly simple and lucky for me, I used to work as an anchor, and being a strong feminist person, I had a lot of valid points to put forward. I was the one to start the discussion, and I felt I was the best speaker there. The topic was something that I follow regularly, yet I came across a few unique points from the other candidates.
Tips: Improve your English speaking skills. Be assertive and speak concisely.
Duration: 15 minutes

Round: HR Interview
Experience: The interview basically revolved around this one question which had a few follow-up questions, such as who all are there in my family, what are my strengths and weaknesses, and why am I fit for this job.
Tips: Be confident and honest about yourself.

Round: Technical Interview
Experience: I tried to be as calm and confident as possible during the whole of the interview

College Name: Guru Nanak Institute of Technology (GNIT)

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Process builder. 2.types of relationships. 3.difference in user ,profile and role. 4.workflow. 5.Admin questions
  • Ans. 

    Answering questions related to software development and Salesforce administration.

    • Process Builder is a visual tool in Salesforce used to automate business processes.

    • Types of relationships in Salesforce include lookup, master-detail, and many-to-many relationships.

    • User represents an individual who can log in and access Salesforce, Profile defines the permissions and settings for a user, and Role determines the hierarchy...

  • Answered by AI
  • Q2. What configuration i have done.
  • Ans. 

    I have configured various software systems and tools for development purposes.

    • Configured IDEs such as Eclipse and Visual Studio for development

    • Set up version control systems like Git and SVN

    • Installed and configured build tools like Maven and Gradle

    • Configured application servers like Tomcat and JBoss

    • Set up databases like MySQL and Oracle for development and testing

  • Answered by AI
  • Q3. Salary negotiations

Interview Preparation Tips

Round: Manager round
Experience: Configuration and what work ee have done in your previous company.

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Servicenow Application Developer interview?
Cognizant interview process usually has 1 rounds. The most common rounds in the Cognizant interview process are Technical.
What are the top questions asked in Cognizant Servicenow Application Developer interview?

Some of the top questions asked at the Cognizant Servicenow Application Developer interview -

  1. How will you achieve UI action in server side and client side, I.e both the cod...read more
  2. How many ways can we call a server side code from Client si...read more
  3. Client script or UI Policy which one will runs first and w...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
DXC Technology Interview Questions
3.7
 • 837 Interviews
View all
Cognizant Servicenow Application Developer Salary
based on 22 salaries
₹4.2 L/yr - ₹6.9 L/yr
32% less than the average Servicenow Application Developer Salary in India
View more details

Cognizant Servicenow Application Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

2.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate
73.2k salaries
unlock blur

₹5.1 L/yr - ₹14.4 L/yr

Programmer Analyst
56.2k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Associate
52.8k salaries
unlock blur

₹9 L/yr - ₹28.8 L/yr

Senior Processing Executive
29.8k salaries
unlock blur

₹1.4 L/yr - ₹9 L/yr

Technical Lead
18.1k salaries
unlock blur

₹6 L/yr - ₹25.5 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.6
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare
write
Share an Interview