Upload Button Icon Add office photos
Engaged Employer

i

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

Infosys BPM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys BPM Servicenow Developer Interview Questions and Answers

Updated 4 Aug 2024

Infosys BPM Servicenow Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is data lookup
  • Ans. 

    Data lookup is a process of searching for specific data in a database or table based on certain criteria.

    • Data lookup involves searching for a specific piece of information within a dataset.

    • It is commonly used in databases to retrieve relevant data based on specified conditions.

    • Data lookup can be performed using SQL queries or through built-in functions in programming languages.

  • Answered by AI
  • Q2. Types of changes
  • Ans. 

    Types of changes refer to the categories in which changes can be classified based on their impact and scope.

    • Standard changes: pre-approved changes that are low risk and frequently occurring

    • Normal changes: changes that follow the standard change process and require approval

    • Emergency changes: urgent changes that must be implemented immediately to resolve critical issues

    • Major changes: high-impact changes that require sign...

  • Answered by AI
  • Q3. Incident management
  • Q4. Case management
  • Q5. Script include types and syntax

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About c and c++ excel, ms world
  • Q2. Programs, programs of company, marks, any thing
  • Q3. In ms world we can do any thing

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher of a company I don't have ny experience but i will try my in a company
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2023.

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

10 day,Numbers,Alebra

Round 3 - Technical 

(5 Questions)

  • Q1. Oop,C++.html,css,javascrept
  • Q2. What is order list
  • Ans. 

    An ordered collection of items, typically displayed in a numbered list.

    • Order list is used to display items in a specific sequence.

    • Items in an order list are typically numbered or marked with bullets.

    • Example:

      1. Item 1
      2. Item 2

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to add interactivity to websites, such as form validation or dynamic content.

    • JavaScript can also be used for server-side development with Node.js.

    • Examples of JavaScript frameworks/libraries include React, Angular, and Vue.

  • Answered by AI
  • Q4. What is ===operator
  • Ans. 

    === operator is a strict equality operator in JavaScript that checks if two values are equal in both value and type.

    • === operator returns true if both operands are of the same type and have the same value

    • It does not perform type coercion, unlike the == operator

    • Example: 5 === '5' will return false because the operands are of different types

  • Answered by AI
  • Q5. What is the main features of oop
  • Ans. 

    Main features of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Example: Encapsulation - a class 'Car' wi...

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in May 2022.

Round 1 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 2 - Assignment 

A detail assignment is the temporary placement of a career employee in another established position that is vacant or from which the incumbent is absent.

Round 3 - Aptitude Test 

An aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes problem-solving, prioritisation and numerical skills, amongst other things.

Round 4 - Technical 

(3 Questions)

  • Q1. Consider the tools and skills necessary for the role. Think about the basic requirements of the job. ...
  • Q2. Study helpful books and digital publications. .
  • Ans. For books about studying productively, I think you'd be hard-pressed to find better than Eat That Frog – For Students by Brian Tracy and Anna Leinberger, The Productivity Project and Hyperfocus by Chris Bailey, The Procrastination Equation by Dr Piers Steel and Deep Work by Cal Newport.
  • Answered Anonymously
  • Q3. Take the time you need
  • Ans. Said to mean that you can spend as much time as you need in doing something, or that you should slow down
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - tips for a successful job interview
1) Be punctual at your interview. It is mandatory to be on time at a job interview. ...
2) Do your research on the company. ...
3) Don't forget about nonverbal communication. ...
4) Be polite with everyone. ...
5) Be prepared for your interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 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 - Coding Test 

What was the coding test,what is the use of the testing in development.

Round 3 - Group Discussion 

How to the update project,how to the sales the projects

Round 4 - Assignment 

Software development and process

Interview Preparation Tips

Topics to prepare for Conduent Software Developer interview:
  • Data Science
  • Machine Learning
Interview preparation tips for other job seekers - this the best way to practice interview questions.

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding project

Interview Preparation Tips

Interview preparation tips for other job seekers - not good, not responsive
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hash map implementation
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hash map uses a hash function to map keys to indices in an array.

    • Collision handling is important in hash map implementation.

    • Common operations include adding, removing, and retrieving key-value pairs.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. About software development models

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic topic and be updated in every topic

Round 2 - Coding Test 

Basic coding and algorithms

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test went well

Round 2 - Coding Test 

Interveiwer asked 2 coding questions , which was quite easy

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Code write to connected domain

Round 3 - Technical 

(1 Question)

  • Q1. Depth knowledge on Subject

Infosys BPM Interview FAQs

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

Some of the top questions asked at the Infosys BPM Servicenow Developer interview -

  1. What is data loo...read more
  2. Types of chan...read more
  3. Script include types and syn...read more

Tell us how to improve this page.

Infosys BPM Servicenow Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
iEnergizer Interview Questions
4.6
 • 647 Interviews
Omega Healthcare Interview Questions
3.7
 • 454 Interviews
R1 RCM Interview Questions
3.9
 • 286 Interviews
HGS Interview Questions
3.8
 • 246 Interviews
Conduent Interview Questions
3.5
 • 195 Interviews
View all
Infosys BPM Servicenow Developer Salary
based on 5 salaries
₹2 L/yr - ₹8.5 L/yr
49% less than the average Servicenow Developer Salary in India
View more details
Senior Processing Executive
12.5k salaries
unlock blur

₹1.2 L/yr - ₹5.5 L/yr

Process Specialist
8.5k salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

Processing Executive
5.1k salaries
unlock blur

₹0.9 L/yr - ₹6.6 L/yr

Account Assistant
4.1k salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Accountant
3k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Infosys BPM with

Accenture

3.8
Compare

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

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