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
3.7

based on 9.3k Reviews

Filter interviews by

Infosys BPM System Engineer Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top Infosys BPM System Engineer Interview Questions and Answers

  • Q1. Examples of encapsulation and polymorphism,types of classes,what requirements we need to write a good code.
  • Q2. What is the difference between the TRUNCATE and DELETE commands in a database?
  • Q3. How to reverse a string in python
View all 10 questions

Infosys BPM System Engineer Interview Experiences

21 interviews found

System Engineer Interview Questions & Answers

user image BELLAM ARUN KUMAR

posted on 7 Nov 2024

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

I applied via campus placement at Shri Vidyanikethan Engineering College, Tirupati and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's all about verbal,quant and puzzle

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths?
  • Q2. Who can you justify your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Question were from math, reasoning,and coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. This was technical cum HR round where I have been asked basics of C and Java interview questions with some basic sql and database questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic interview questions of particular language from Google..that wi be enough

System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. Who Won the Election???Elections are going on, and there are two ... read more
asked in TCS iON
Q2. gcdYou are given two numbers, ‘X’ and ‘Y’. Your task is to find t ... read more
asked in Infosys
Q3. Count Ways To Reach The N-th StairsYou have been given a number o ... read more
asked in Infosys
Q4. Distinct Strings With Odd and Even Swapping AllowedYou are given ... read more
asked in Infosys
Q5. Maximum Subarray SumYou are given an array (ARR) of length N, con ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Good and easy not too difficult

Round 2 - Coding Test 

Good not much difficult

Round 3 - HR 

(2 Questions)

  • Q1. Normal discussion
  • Q2. Tell about your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning type questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining network systems

    • Proficient in troubleshooting hardware and software issues

    • Skilled in network security protocols and best practices

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. Past company projects
  • Ans. 

    I have worked on various projects in my past company, including network infrastructure upgrades, server migrations, and implementing security measures.

    • Upgraded network infrastructure to improve performance and reliability

    • Migrated servers to new hardware for better efficiency

    • Implemented security measures such as firewalls and encryption protocols

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts very well

Infosys BPM interview questions for designations

 Assistant System Engineer

 (1)

 System Support Engineer

 (1)

 System Associate

 (1)

 System Analyst

 (1)

 System Engineer Trainee

 (3)

 System Engineer 2

 (1)

 System Engineer 1

 (1)

 Senior System Associate

 (1)

System Engineer Interview Questions & Answers

user image ayushi rathore

posted on 19 Dec 2024

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

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are your reasons for wanting to join Infosys?
  • Ans. 

    I am drawn to Infosys for its reputation as a leading global technology services and consulting company.

    • Impressed by Infosys' innovative projects and solutions

    • Desire to work with a diverse and talented team

    • Opportunity for professional growth and development

    • Attracted to Infosys' commitment to sustainability and social responsibility

  • Answered by AI
  • Q2. How do you perform when working under pressure?
  • Ans. 

    I thrive under pressure, staying focused and organized to meet deadlines and deliver high-quality work.

    • I prioritize tasks based on urgency and importance

    • I communicate effectively with team members to ensure everyone is on the same page

    • I remain calm and composed, focusing on problem-solving rather than panicking

    • I have successfully completed projects under tight deadlines, such as implementing a critical system upgrade w

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the four pillars of Object-Oriented Programming (OOP)?
  • Ans. 

    The four pillars of Object-Oriented Programming are encapsulation, inheritance, polymorphism, and abstraction.

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

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

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

    • Abstraction: Hiding...

  • Answered by AI
  • Q2. What is the difference between the TRUNCATE and DELETE commands in a database?
  • Ans. 

    TRUNCATE removes all records from a table, while DELETE removes specific records based on a condition.

    • TRUNCATE is faster than DELETE as it does not log individual row deletions.

    • TRUNCATE resets the auto-increment value of the table, while DELETE does not.

    • TRUNCATE cannot be rolled back, while DELETE can be rolled back if used within a transaction.

    • TRUNCATE does not trigger any delete triggers on the table, while DELETE do

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on improving yourself in any skill; you don't need to have hundreds of skills. Mastering one skill with great knowledge is sufficient, and you should always be confident in your responses.

Get interview-ready with Top Infosys BPM Interview Questions

Interview experience
3
Average
Difficulty level
Easy
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 - Technical 

(2 Questions)

  • Q1. What is Stack and Queue?
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.

    • Stack: LIFO principle, push and pop operations, examples - function call stack, undo feature in software applications

    • Queue: FIFO principle, enqueue and dequeue operations, examples - printer queue, message queue in operating systems

  • Answered by AI
  • Q2. Write a program to find reverse of a string without using inbuilt methods
  • Ans. 

    Program to reverse a string without using inbuilt methods

    • Create an empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Arthmetic and reasoning,pseudo code,puzzle,verbal questions, if we are doing maths well we can easily crack this exam.

Round 2 - Technical 

(3 Questions)

  • Q1. Sd, about your project , printf and scanf,oops concepts, about your hobbies.
  • Q2. Examples of encapsulation and polymorphism,types of classes,what requirements we need to write a good code.
  • Ans. 

    Encapsulation and polymorphism examples, class types, and requirements for good code.

    • Encapsulation: hiding implementation details, e.g. private variables in a class

    • Polymorphism: using a single interface to represent multiple types, e.g. method overloading

    • Class types: abstract, final, static, inner, anonymous, etc.

    • Requirements for good code: readability, maintainability, efficiency, scalability, etc.

  • Answered by AI
  • Q3. Willing to relocate,hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and prepare well c,Java, and oops concepts, when interviewer asked questions to us then we can say the answer be confident, and don't fear infront of their.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Two questions of coding given and some multiple choice questions in data base management system

Round 3 - One-on-one 

(3 Questions)

  • Q1. How to reverse a string in python
  • Ans. 

    To reverse a string in Python, we can use slicing or the built-in reversed() function.

    • Using slicing: string[::-1]

    • Using reversed() function: ''.join(reversed(string))

    • Both methods return the reversed string

  • Answered by AI
  • Q2. Case studies of final year project
  • Q3. SQL related questions like DML command, revoke and grant meanings

Interview Preparation Tips

Topics to prepare for Infosys BPM System Engineer interview:
  • Data base
  • Python

Skills evaluated in this interview

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was very easy . Basic concepts were asked just refer face prep ,prep insta , and online study for you from YouTube .It will really help you a lot.

Round 2 - Technical 

(3 Questions)

  • Q1. Why java string are immutable?
  • Ans. 

    Java strings are immutable to ensure security, thread safety, and performance optimization.

    • Immutable strings prevent malicious code from modifying the string content.

    • Immutable strings can be safely shared across multiple threads without synchronization issues.

    • Immutable strings allow for efficient memory allocation and garbage collection.

    • String pool in Java is possible because of immutability.

    • Examples of immutable class

  • Answered by AI
  • Q2. Why java doesn't support multiple inheritance?
  • Ans. 

    Java doesn't support multiple inheritance to avoid the diamond problem.

    • Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.

    • This can cause ambiguity in method calls and lead to code complexity.

    • Java supports multiple interface inheritance to achieve similar functionality.

    • For example, a class can implement multiple interfaces to inherit their methods.

    • This allow...

  • Answered by AI
  • Q3. Simple coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Jst stay confident with your answer. Dnt get scared or else u will end up messing and mixing the answers.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about oops concepts, past projects and DBMS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for basic DBMS, OOPS Concepts and any one programming language

Infosys BPM Interview FAQs

How many rounds are there in Infosys BPM System Engineer interview?
Infosys BPM interview process usually has 1-2 rounds. The most common rounds in the Infosys BPM interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Infosys BPM System Engineer 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 P2P, R2R, RTR, record to report and ASP.Net.
What are the top questions asked in Infosys BPM System Engineer interview?

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

  1. Examples of encapsulation and polymorphism,types of classes,what requirements w...read more
  2. What is the difference between the TRUNCATE and DELETE commands in a databa...read more
  3. How to reverse a string in pyt...read more

Tell us how to improve this page.

Infosys BPM System Engineer Interview Process

based on 6 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more

People are getting interviews through

based on 17 Infosys BPM interviews
Campus Placement
Company Website
Job Portal
WalkIn
Referral
29%
24%
24%
12%
12%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Infosys BPM System Engineer Salary
based on 210 salaries
₹1.9 L/yr - ₹5.1 L/yr
30% less than the average System Engineer Salary in India
View more details

Infosys BPM System Engineer Reviews and Ratings

based on 43 reviews

4.1/5

Rating in categories

4.3

Skill development

4.2

Work-Life balance

3.7

Salary & Benefits

4.5

Job Security

4.3

Company culture

3.8

Promotions/Appraisal

4.2

Work Satisfaction

Explore 43 Reviews and Ratings
Senior Processing Executive
12.2k salaries
unlock blur

₹1.1 L/yr - ₹4.8 L/yr

Process Specialist
8.3k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Processing Executive
5k salaries
unlock blur

₹0.9 L/yr - ₹5.1 L/yr

Account Assistant
4k salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Accountant
2.9k salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Explore more salaries
Compare Infosys BPM with

Accenture

3.9
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview