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 Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Infosys BPM Interview Questions and Answers

View all 342 questions

Infosys BPM Interview Experiences

Popular Designations

941 interviews found

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your bio what is your strength your a fresher why are u hiring this job
  • Q2. 1. Tell me about yourself? 2.what ate your career goals? 3.what is your strength? 4.what is your weakness?
Round 2 - HR 

(1 Question)

  • Q1. 1.Tell me about Yourself 2.what is your understanding of the role of an HR department? 3.why do you want to work in HR? 4.why do want to work for our company?
Round 3 - One-on-one 

(1 Question)

  • Q1. 1.Tell me about yourself 2.what are your strength 3.what is your salary range expectation 4.whay should we hire you 5.Do you have any questions? 6.what are your career goals?

Employee Relations Manager Interview Questions asked at other Companies

Q1. How to poen windows in short cut keys of left mouse button + (shift)
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Manual question
  • Q2. Automation Questions

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Infosys BPM Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. Walk me through your work exp
Round 2 - Technical 

(2 Questions)

  • Q1. Related to your job role
  • Q2. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Give interview with confidence. Understand the job role and apply accordingly.

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic selenium, java

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

Infosys BPM interview questions for popular designations

 Processing Executive

 (91)

 Senior Processing Executive

 (62)

 Process Specialist

 (54)

 Accountant

 (37)

 Account Assistant

 (34)

 Business Analyst

 (31)

 System Engineer

 (21)

 Team Lead

 (16)

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

(2 Questions)

  • Q1. Palindrome code
  • Q2. Delete all the distinct records
  • Ans. 

    To delete all distinct records, use a query to identify and remove duplicate entries.

    • Identify distinct records using a query

    • Delete duplicate entries from the database

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Infosys BPM Interview Questions

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

Simple aptitude question which will get it in chrome itself

Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Work location discussion
Round 3 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. 2 mins to talk about fav person

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

45 mins test with technical questions

Round 2 - Coding Test 

1 hr coding test with tools

Round 3 - One-on-one 

(3 Questions)

  • Q1. Technical non technical both
  • Q2. Coding java using intellij
  • Q3. Coding python using shell
  • Ans. 

    Using shell to run Python code

    • Use the 'python' command followed by the name of the Python script to run it in the shell

    • You can also use the 'python -c' option to run Python code directly from the command line

    • Make sure to have Python installed on your system before running Python code in the shell

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare preexisting material for test

Skills evaluated in this interview

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

Basic aptitude question

Round 2 - HR 

(2 Questions)

  • Q1. Introduction of yourself
  • Q2. Why you want to work in infosys

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare

Top Infosys BPM Processing Executive Interview Questions and Answers

Q1. What factors would inform your approach to targeting the right people on social media in order to drive sales?
View answer (7)

Processing Executive Interview Questions asked at other Companies

Q1. What is meant by quality and brief explanation of it with an example?
View answer (62)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Currying
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • It allows for easier composition of functions.

    • Example: const add = (a) => (b) => a + b; add(2)(3) will return 5.

  • Answered by AI
  • Q2. What are closures
  • Ans. 

    Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

    • Example...

  • Answered by AI
  • Q3. What hooks you are familiar with

Interview Preparation Tips

Topics to prepare for Infosys BPM React Js Frontend Developer interview:
  • React.Js
  • Java script

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is your understanding of the job description?

Process Leader Interview Questions asked at other Companies

Q1. What is deprivation and how many types of deprication
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys BPM Interview FAQs

How many rounds are there in Infosys BPM interview?
Infosys BPM interview process usually has 2-3 rounds. The most common rounds in the Infosys BPM interview process are HR, Aptitude Test and One-on-one Round.
How to prepare for Infosys BPM 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 Infosys BPM . The most common topics and skills that interviewers at Infosys BPM expect are R2R, RTR, OTC, PTP and P2P.
What are the top questions asked in Infosys BPM interview?

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

  1. What journal is made when purchase requisition is crea...read more
  2. What factors would inform your approach to targeting the right people on social...read more
  3. T codes used for PRPO routed invoices, tcode for manually processing invoice, T...read more
How long is the Infosys BPM interview process?

The duration of Infosys BPM interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Infosys BPM

No Jobs

JOBS

Infosys BPM

No Jobs

SALARIES

AirAsia

INTERVIEWS

AirAsia

No Interviews

JOBS

PreludeSys

No Jobs

SALARIES

Infosys BPM

INTERVIEWS

AVEVA

No Interviews

SALARIES

Hinge Health

SALARIES

Infosys BPM

Tell us how to improve this page.

Infosys BPM Interview Process

based on 734 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
View all

Infosys BPM Reviews and Ratings

based on 9.8k reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

2.8

Salary

4.2

Job security

3.7

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 9.8k Reviews and Ratings
Senior Processing Executive
12.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Specialist
8.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Processing Executive
5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Account Assistant
3.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accountant
3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys BPM with

Accenture

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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