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 Java Developer Interview Questions and Answers

Updated 22 Jul 2024

Infosys BPM Java Developer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept they asked
  • Q2. They asked spring boot

Java Developer Interview Questions & Answers

user image Rosi Reddy

posted on 24 Jun 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between HashMap and HashTable ?
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized, making it thread-safe.

    • HashMap allows null values for both keys and values, whereas HashTable does not allow null keys or values.

    • HashMap is faster than HashTable as it is non-synchronized, but HashTable is preferred...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 6 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 - Aptitude Test 

In aptitude test any company in first step

Round 3 - Coding Test 

In any language code is most important .in any Developer

Round 4 - Technical 

(1 Question)

  • Q1. In resume language for the technical round
Round 5 - Group Discussion 

Comunication technology is most important

Round 6 - HR 

(2 Questions)

  • Q1. It is last round of
  • Q2. Any questions for HR

Interview Preparation Tips

Topics to prepare for Infosys BPM Java Developer interview:
  • C language and core java

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Spring Boot, Hibernate, Spring MVC

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with basics and spring latest topics along with database knowledge

Infosys BPM interview questions for designations

 Junior Java Developer

 (1)

 Senior Java Developer

 (1)

 Java Spring Boot Developer

 (1)

 Developer

 (2)

 Software Developer

 (10)

 Backend Developer

 (2)

 Servicenow Developer

 (1)

 Plsql Developer

 (1)

Interview questions from similar companies

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.
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
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. About DOT NET
  • Q2. About Sql server

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

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

Infosys BPM Interview FAQs

How many rounds are there in Infosys BPM Java Developer interview?
Infosys BPM interview process usually has 2-3 rounds. The most common rounds in the Infosys BPM interview process are Technical, Coding Test and Group Discussion.
What are the top questions asked in Infosys BPM Java Developer interview?

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

  1. What is difference between HashMap and HashTabl...read more
  2. In resume language for the technical ro...read more
  3. Spring Boot, Hibernate, Spring ...read more

Tell us how to improve this page.

Infosys BPM Java Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
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
 • 641 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 Java Developer Salary
based on 19 salaries
₹2.2 L/yr - ₹6.5 L/yr
32% less than the average Java Developer Salary in India
View more details

Infosys BPM Java Developer Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

2.9

Skill development

2.7

Work-life balance

2.6

Salary

4.1

Job security

3.0

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 6 Reviews and Ratings
Senior Processing Executive
12.5k salaries
unlock blur

₹1.5 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.4 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