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 1 Mar 2025

Top Infosys BPM Interview Questions and Answers

View all 340 questions

Infosys BPM Interview Experiences

Popular Designations

939 interviews found

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)
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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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 (55)

Infosys BPM interview questions for popular designations

 Processing Executive

 (90)

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

Get interview-ready with Top Infosys BPM Interview Questions

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)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the ceremonies of Scrum?
  • Ans. 

    The ceremonies of Scrum are essential meetings that help teams collaborate, plan, and review progress.

    • Sprint Planning: Team plans the work to be done in the upcoming sprint.

    • Daily Standup: Team members discuss what they did yesterday, what they plan to do today, and any blockers.

    • Sprint Review: Team demonstrates the work completed during the sprint and gathers feedback.

    • Sprint Retrospective: Team reflects on the sprint an...

  • Answered by AI
  • Q2. How do you facilitate the Sprint planning meeting ?
  • Ans. 

    Facilitate Sprint planning meeting by setting agenda, ensuring participation, timeboxing discussions, and summarizing outcomes.

    • Set agenda and goals for the meeting

    • Ensure all team members participate and contribute

    • Timebox discussions to stay on track

    • Summarize key decisions and action items at the end

  • Answered by AI

Skills evaluated in this interview

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Self introduction, salary discussion

Round 2 - Technical 

(1 Question)

  • Q1. BPM related questions

Technical Process Executive Interview Questions asked at other Companies

Q1. How to deal with different types of customer,like frustrated, detail oriented and passive customer.
View answer (1)

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 factors would inform your approach to targeting the right people on social...read more
  2. What journal is made when purchase requisition is crea...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.

Tell us how to improve this page.

Infosys BPM Interview Process

based on 731 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 813 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

₹1.2 L/yr - ₹5.8 L/yr

Process Specialist
8.5k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Processing Executive
5k salaries
unlock blur

₹1 L/yr - ₹5.1 L/yr

Account Assistant
3.9k 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

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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