Upload Button Icon Add office photos
Engaged Employer

i

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

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree Servicenow Developer Interview Questions, Process, and Tips

Updated 8 Oct 2024

Top LTIMindtree Servicenow Developer Interview Questions and Answers

View all 6 questions

LTIMindtree Servicenow Developer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Types of business rules with example
  • Ans. 

    There are three types of business rules in ServiceNow: client scripts, server scripts, and UI policies.

    • Client scripts run on the client side and are used to perform actions on form fields or execute scripts when a form is loaded, saved, or deleted.

    • Server scripts run on the server side and are used to perform actions on records when they are inserted, updated, or deleted.

    • UI policies are used to set mandatory, read-only,...

  • Answered by AI
  • Q2. How to add approval in flow designers.
  • Ans. 

    To add approval in flow designers, use the 'Approval' activity and configure the approval settings.

    • Drag and drop the 'Approval' activity onto the flow designer canvas

    • Configure the approval settings such as approvers, conditions, and notifications

    • Connect the 'Approval' activity to the relevant steps in the flow

    • Test the flow to ensure the approval process works correctly

  • Answered by AI
  • Q3. Difference between UI policy and data policy
  • Ans. 

    UI policy controls the behavior of fields on a form, while data policy controls the data that can be entered into fields.

    • UI policy is used to set mandatory, read-only, or visible conditions on form fields

    • Data policy is used to enforce data validation rules on form fields

    • UI policy is client-side, while data policy is server-side

    • Example: UI policy can make a field read-only when a certain condition is met, while data pol...

  • Answered by AI
  • Q4. Difference between client side script and server side script.
  • Ans. 

    Client side scripts run on the user's browser, while server side scripts run on the server.

    • Client side scripts are executed on the user's browser, providing immediate feedback without needing to communicate with the server.

    • Server side scripts are executed on the server, allowing for secure processing of sensitive data and operations.

    • Client side scripts are written in languages like JavaScript, while server side scripts

  • Answered by AI
  • Q5. Write a code to show last 10 incident created in background script
  • Ans. 

    Code to display last 10 incidents in background script

    • Query incident table to get last 10 records

    • Use GlideRecord to fetch incident records

    • Sort records by created date in descending order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for basics first

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions from ITSM, CMDB and Integrations.
Round 2 - One-on-one 

(2 Questions)

  • Q1. This was managerial round
  • Q2. Real time and scenario based questions, leadership roles and so on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Both rounds were cleared, all documents shared, but after 2 months of continuously reaching out to them got to know that BGV is not cleared.
No one was answerable for it, neither reachable or given clarity of whats going on.

Servicenow Developer Interview Questions Asked at Other Companies

asked in Wipro
Q1. How to calculate timing of Incident which assigned to multiple gr ... read more
asked in Wipro
Q2. What is difference between service catalog and order guide and re ... read more
asked in Wipro
Q3. How to populate manager using Server side code
asked in Techstitch
Q4. Write a program to either make a pattern using star or program of ... read more
asked in Infosys
Q5. Write code to auto-close parent incident when all child incidents ... read more

Servicenow Developer Interview Questions & Answers

user image Ashwini Abhay Mone

posted on 8 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about integration related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. how would you handle a critical incident? 2.I need to integrate 3rd party tools(AWS,Google Cloud, Azure..etc), what is your strategy to deal with it? 3.How do you create report for common incidents & r...

Interview Preparation Tips

Topics to prepare for LTIMindtree Servicenow Developer interview:
  • Business Rules
  • Client Script
  • Integrations

LTIMindtree interview questions for designations

 Software Developer

 (92)

 Java Developer

 (31)

 Mainframe Developer

 (8)

 Salesforce Developer

 (5)

 Application Developer

 (5)

 Senior Developer

 (4)

 IOS Developer

 (4)

 Tableau Developer

 (3)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Reference Qualifier and types?
  • Ans. 

    Reference Qualifier is a filter condition applied to a reference field to restrict the data that can be selected.

    • Reference Qualifiers are used to limit the choices available in a reference field based on certain conditions.

    • Types of Reference Qualifiers include dynamic, static, and advanced reference qualifiers.

    • Dynamic Reference Qualifiers are based on the current record being viewed.

    • Static Reference Qualifiers are pred...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top LTIMindtree Interview Questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Coding Test 

Display the count of incident records based on the category

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is BR and its type
  • Ans. 

    BR stands for Business Rule. It is a server-side script that runs when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • BRs are used to automate business processes and enforce business rules

    • There are two types of BRs: Before Business Rule and After Business Rule

    • Before Business Rule runs before the database action has occurred, while After Business Rule runs after the database action has occ...

  • Answered by AI
  • Q2. How to use getreference method
  • Ans. 

    The getReference method is used to retrieve a reference to a record in ServiceNow.

    • Use getReference method with the field name to retrieve a reference to a record.

    • The getReference method returns a GlideRecord object representing the referenced record.

    • You can then use the GlideRecord object to access and manipulate the referenced record.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Small GR script
  • Q2. Catalogs, record producers
  • Q3. Client scripts usage
  • Ans. 

    Client scripts are used in ServiceNow to run scripts on the client side to customize forms and fields.

    • Client scripts are used to perform actions on forms and fields without server interaction

    • They can be used to set field values, show or hide fields, or validate data

    • Client scripts can be written in JavaScript and attached to specific forms or fields

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Project details
  • Q2. Tasks completed
  • Ans. 

    I have completed various tasks related to Servicenow development, including customization, integration, and automation.

    • Customizing forms and workflows to meet specific business requirements

    • Integrating Servicenow with other systems using APIs

    • Automating repetitive tasks using scripts and workflows

  • Answered by AI
  • Q3. The most difficult requirement you did

Interview Preparation Tips

Interview preparation tips for other job seekers - In general knowledge

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself and your day to day activities in Servicenow?
  • Q2. Business rule and their types?
  • Ans. 

    Business rules are server-side scripts that run when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • Business rules are used to automate processes and enforce data consistency.

    • There are three types of business rules: before, after, and asynchronous.

    • Before business rules run before the database action is executed.

    • After business rules run after the database action is executed.

    • Asynchronous bu...

  • Answered by AI
  • Q3. Scenario based questions.
Round 2 - HR 

(1 Question)

  • Q1. Basic questions asked by hr
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the different between =, ==, ===?
  • Ans. 

    The different between =, ==, === is related to assignment, equality, and strict equality in programming.

    • = is used for assignment in programming languages.

    • == is used for equality comparison, it checks if two values are equal.

    • === is used for strict equality comparison, it checks if two values are equal in both value and data type.

  • Answered by AI
  • Q2. Writ a quay that should retrieve all the the columns but show only 10 records and ordered by name
  • Ans. 

    Use SQL query to retrieve all columns, show only 10 records, and order by name

    • Use SELECT * to retrieve all columns

    • Use LIMIT 10 to show only 10 records

    • Use ORDER BY name to order the results by name

  • Answered by AI

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Servicenow Developer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical and One-on-one Round.
How to prepare for LTIMindtree Servicenow Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are ITSM, Administration, Development, Integration and Asset Management.
What are the top questions asked in LTIMindtree Servicenow Developer interview?

Some of the top questions asked at the LTIMindtree Servicenow Developer interview -

  1. Write a code to show last 10 incident created in background scr...read more
  2. Difference between client side script and server side scri...read more
  3. How to add approval in flow designe...read more

Tell us how to improve this page.

LTIMindtree Servicenow Developer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
LTIMindtree Servicenow Developer Salary
based on 303 salaries
₹2.5 L/yr - ₹10 L/yr
12% less than the average Servicenow Developer Salary in India
View more details

LTIMindtree Servicenow Developer Reviews and Ratings

based on 24 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

2.6

Salary

3.8

Job security

3.4

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 24 Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.7 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.4 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview