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

Clear (1)

Infosys BPM Specialist Programmer Interview Questions and Answers

Updated 11 Sep 2024

Infosys BPM Specialist Programmer Interview Experiences

2 interviews found

Specialist Programmer Interview Questions & Answers

user image Srivarsha Gobburi

posted on 10 Jul 2024

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

Prime numbers
Sorting

Round 2 - Technical 

(2 Questions)

  • Q1. Projects discussed
  • Q2. Lld url shortener
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Its not very easy its somewhat hard

Round 2 - Technical 

(2 Questions)

  • Q1. Coding Questions
  • Q2. Os and cn based questions

Specialist Programmer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. Find the first occurrence of the target value in a sorted arra ... read more
asked in Infosys
Q2. 2. Find the maximum subarray sum given an array with positive and ... read more
asked in Infosys
Q3. Which are the process scheduling algorithms and explain each algo ... read more
asked in Infosys
Q4. What is deadlock in OS & how it overcome?
asked in Infosys
Q5. Write a SQL query to print n'th highest salary with full details

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I was interviewed in Oct 2020.

Interview Questionnaire 

3 Questions

  • Q1. Final round is HR. In this round they will explain the working hours, CTC, etc and some set of HR questions will be also expected here
  • Q2. Tell me some of your strengths Weaknesses Where would you see yourself after 5 years Etc
  • Q3. Followed by 1st round written Examination F2F Technical interview is done. In this round we any expect all the technical questions of our subjects and the interviewer will check for our personality, commun...

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best Guys.prepare well and face the interview.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic mathematical questions

Round 2 - Technical 

(2 Questions)

  • Q1. What was your last sem project ? write code for fibonacci series write code for swapping two numbers
  • Ans. 

    I wrote code for Fibonacci series and swapping two numbers in my last semester project.

    • For Fibonacci series, I used a loop to generate the series up to a given number.

    • For swapping two numbers, I used a temporary variable to store one value while swapping the other.

    • Both codes were written in C++ language.

    • I also added error handling to ensure the input values were valid.

  • Answered by AI
  • Q2. Write code to find if input is palindrome tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers interview the technical round will be all about your past project ,the technology you are aware about and your overall education and interests.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic logical reasoning and verbal questions . Easy to clear

Round 2 - HR 

(2 Questions)

  • Q1. 1.Tell me about yourself? 2.What are Your achievements?
  • Q2. 3. Your strengths? 4. How did you face a situation using your key skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident . Care to explain more instead of giving single word answers . Good luck

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduce yourself, on java,sql,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't talk very fast. Speak with confidence

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

This was MCQ+Coding round.

  • Q1. 

    Anagram Pairs Verification Problem

    Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...

  • Ans. 

    Determine if two strings are anagrams of each other by checking if they have the same characters in different order.

    • Create a frequency map of characters for both strings and compare them.

    • Sort both strings and check if they are equal.

    • Use a hash table to store character counts and compare the counts for both strings.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

This was face to face interview round.

  • Q1. 

    Next Greater Number Problem Statement

    Given a string S which represents a number, determine the smallest number strictly greater than the original number composed of the same digits. Each digit's frequenc...

  • Ans. 

    Given a number represented as a string, find the smallest number greater than the original with the same set of digits.

    • Iterate from right to left to find the first digit that can be swapped with a larger digit to make the number greater.

    • Swap this digit with the smallest digit to its right that is larger than it.

    • Sort the digits to the right of the swapped digit in ascending order to get the smallest number greater than ...

  • Answered by AI
  • Q2. 

    Circular Move Problem Statement

    You have a robot currently positioned at the origin (0, 0) on a two-dimensional grid, facing the north direction. You are given a sequence of moves in the form of a string ...

  • Ans. 

    Determine if a robot's movement path is circular on a 2D grid given a sequence of moves.

    • Create a set of directions to keep track of the robot's current direction (north, east, south, west).

    • Simulate the robot's movement based on the given sequence of moves (L - turn left, R - turn right, G - move forward).

    • Check if the robot returns to the starting position after completing the sequence of moves.

    • Example: For 'GLGLGLG', t...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This round is basically on zoom meet . 

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaCapgemini interview preparation:Topics to prepare for the interview - Basic Computer Science background ,Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.
Tip 4 : Do practice a lot of data structures questions as mostly questions in interviews are based on them

Application resume tips for other job seekers

Tip 1 : Add projects and Internships if you have done any and add only those things which you really know.
Tip 2 : Highlight most important skills and points in your resume 
Tip 3 : Provide certificate of only important things

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About project done
  • Q2. Core Java basics
  • Q3. NodeJs basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Java and the technology you have used in your projects always be truthful and answer directly
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys BPM Interview FAQs

How many rounds are there in Infosys BPM Specialist Programmer interview?
Infosys BPM interview process usually has 2 rounds. The most common rounds in the Infosys BPM interview process are Coding Test and Technical.
What are the top questions asked in Infosys BPM Specialist Programmer interview?

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

  1. Os and cn based questi...read more
  2. Coding Questi...read more
  3. Lld url shorte...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Ameriprise Financial

No Interviews

INTERVIEWS

Researchwire Knowledge Solutions

No Interviews

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

AGS Health

No Interviews

INTERVIEWS

Coronis Health

No Interviews

SALARIES

National Stock Exchange of India

SALARIES

Hyundai Motor India Limited

SALARIES

American Megatrends

Tell us how to improve this page.

Infosys BPM Specialist Programmer Interview Process

based on 2 interviews

Interview experience

4.5
  
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
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
View all
Infosys BPM Specialist Programmer Salary
based on 4 salaries
₹8 L/yr - ₹10 L/yr
27% less than the average Specialist Programmer Salary in India
View more details

Infosys BPM Specialist Programmer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent