Upload Button Icon Add office photos

Filter interviews by

Mphasis Servicenow Developer Interview Questions and Answers

Updated 14 Aug 2024

Mphasis Servicenow Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your current project?
  • Ans. 

    I am currently working on developing a custom IT service management solution for a large financial institution.

    • Designing and implementing custom workflows to streamline service requests

    • Integrating with third-party systems for data synchronization

    • Creating custom reports and dashboards for management visibility

  • Answered by AI
  • Q2. What are your roles & responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Company did not even inform about anything post interview, after continuous follow up got to know.

Interview questions from similar companies

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
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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of business rule
  • Ans. 

    Types of business rules include client scripts, server scripts, UI policies, and data policies.

    • Client scripts run on the client side and are used to perform actions on form fields.

    • Server scripts run on the server side and are used to perform actions on records.

    • UI policies control the behavior of form fields based on conditions.

    • Data policies enforce data consistency and integrity.

  • Answered by AI
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.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Whatever mentioned in the resume be perfect on same.
Round 3 - Technical 

(1 Question)

  • Q1. Client Interview on technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with the resume.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between client script and business rule
  • Ans. 

    Client script and business rule are different in terms of their purpose and execution.

    • Client script is executed on the client-side, while business rule is executed on the server-side.

    • Client script is used to enhance the user interface and perform actions on the client-side, such as field validation or dynamic field population.

    • Business rule is used to automate and enforce business processes on the server-side, such as d...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about integration related questions

I was interviewed in Oct 2020.

Interview Questionnaire 

4 Questions

  • Q1. Types of business rules
  • Ans. 

    There are three types of business rules: client, server, and database.

    • Client-side business rules run on the client-side (browser) and are used to validate data before it is submitted to the server.

    • Server-side business rules run on the server-side and are used to enforce business logic and data validation.

    • Database business rules run on the database and are used to enforce data integrity and consistency.

    • Examples of busin...

  • Answered by AI
  • Q2. Recent implementation of a project and the technical steps in detail
  • Q3. Servicenow Discovery error troubleshooting
  • Q4. Difference between an asset and CI
  • Ans. 

    An asset is a physical or virtual item that has financial value, while a CI is any item that needs to be managed for IT purposes.

    • Assets are typically tangible items, such as hardware or software licenses, that have a monetary value.

    • CIs are any items that need to be managed for IT purposes, such as servers, applications, or network devices.

    • Assets are often tracked in financial systems, while CIs are tracked in IT servic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - ServiceNow is a vast platform and there are many areas in which a Developer can work. During the description of your experience, rather than projecting oneself as having exposure on many modules focus on areas that you have expertise on. This would help pace the interview well and will help the recruiter to understand your true potential. Even if there is a mismatch in the area in which the role is for, demonstrating your expertise on areas that you have worked on will help the interviewer understand your potential to learn new topics.

Skills evaluated in this interview

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

Mphasis Interview FAQs

How many rounds are there in Mphasis Servicenow Developer interview?
Mphasis interview process usually has 1 rounds. The most common rounds in the Mphasis interview process are Technical.
How to prepare for Mphasis 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 Mphasis. The most common topics and skills that interviewers at Mphasis expect are CMDB, HTML, XML, Agile and Ajax.

Tell us how to improve this page.

Mphasis Servicenow Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Mphasis Servicenow Developer Salary
based on 59 salaries
₹3.2 L/yr - ₹10 L/yr
27% less than the average Servicenow Developer Salary in India
View more details
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Module Lead
2.4k salaries
unlock blur

₹8.1 L/yr - ₹33 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

TCS

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