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.2k Reviews

Filter interviews by

Infosys BPM Technical Specialist Interview Questions and Answers

Updated 20 Apr 2024

Infosys BPM Technical Specialist Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. HR Screening - Resume
Round 2 - Technical 

(2 Questions)

  • Q1. About the current Project
  • Q2. Some basic Java concepts

I applied via Company Website and was interviewed before Aug 2021. 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 - Aptitude Test 

Automatic, Reasoning and problem solving

Round 3 - Coding Test 

Basic programming questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Education backgrounds and key skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Work smart in dedicated manners in definitely you can achieve your goals

Technical Specialist Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What are the features of Solar wind which you are aware of?
asked in Accenture
Q2. What programming language are you most familiar with,describe a t ... read more
asked in HCLTech
Q3. Which protocol we are using for monitoring network devices?
asked in HCLTech
Q4. 1. What is HANA replication? 2. What is fencing? 3. What is near ... read more
asked in Birlasoft
Q5. How many years of experience in Linux System Administrator?

Interview questions from similar companies

I applied via Walk-in and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Networking, DNS ,DHCP and basic troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident always and perfection in basic networking. Great communication skills will add a positive point.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

DS,DNS,DHCP,DFS,OUTLOOK,VPN

Round 2 - Technical 

(1 Question)

  • Q1. What is DORA , what is DNS and DHCP
  • Ans. 

    DORA is a framework for measuring software delivery performance. DNS is a system that translates domain names to IP addresses. DHCP is a protocol for automatically assigning IP addresses to devices.

    • DORA stands for DevOps Research and Assessment, a framework for measuring software delivery performance

    • DNS stands for Domain Name System, translates domain names to IP addresses

    • DHCP stands for Dynamic Host Configuration Prot...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is active directory and DC promotion
  • Ans. 

    Active Directory is a directory service that stores information about objects on a network, while DC promotion is the process of promoting a server to a domain controller.

    • Active Directory is a centralized database that stores information about network resources such as users, computers, and printers.

    • It allows administrators to manage and secure resources within a network.

    • DC promotion is the process of installing Active...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked to write a code to select values on the basis of the map keys using java 8 stream API

Round 2 - Technical 

(2 Questions)

  • Q1. How OAuth works?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information without sharing their passwords.

    • It is commonly used for authentication and authorization in web applications.

    • OAuth uses tokens to grant access to resources o...

  • Answered by AI
  • Q2. Benefits of using Stream API.
  • Ans. 

    Stream API provides a way to process collections of objects in a functional style.

    • Allows for concise and readable code

    • Supports parallel processing for improved performance

    • Provides a set of powerful functions like map, filter, reduce, etc.

    • Enables lazy evaluation for better memory efficiency

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join Conduent.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Normal js questions
  • Q2. React - create a to do list
  • Ans. 

    Create a to do list using React

    • Create a new React project using create-react-app

    • Create a component for the to do list

    • Use state to manage the list of tasks

    • Allow users to add new tasks and mark tasks as completed

    • Style the to do list using CSS or a UI library like Material-UI

  • Answered by AI
  • Q3. What you know about typescript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

    • TypeScript is a statically typed language that compiles to plain JavaScript

    • It supports modern JavaScript features like classes, interfaces, and modules

    • TypeScript helps catch errors at compile time, making code more reliable and maintainable

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Normal js questions
  • Q2. Write a map function.
  • Ans. 

    A map function applies a given function to each element of an array and returns a new array with the results.

    • Use the map function to iterate over each element of the array

    • Pass a callback function as an argument to the map function

    • The callback function should take the current element as input and return the transformed element

    • Example: const arr = ['apple', 'banana', 'cherry']; const newArr = arr.map(item => item.toUpper

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is role in your project?
  • Q2. What challenges you faced in your career?
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 - One-on-one 

(2 Questions)

  • Q1. Technical stack in mobile application?
  • Ans. 

    The technical stack in mobile application includes programming languages, frameworks, libraries, and tools used to develop the app.

    • Programming languages: Java, Kotlin, Swift, Objective-C

    • Frameworks: React Native, Flutter, Xamarin

    • Libraries: Retrofit, Alamofire, Glide, Picasso

    • Tools: Android Studio, Xcode, Visual Studio

    • Other technologies: RESTful APIs, Firebase, Push notifications

  • Answered by AI
  • Q2. Native library’s in ios ?
  • Ans. 

    Native libraries are pre-compiled code that can be used in iOS apps for various functionalities.

    • Native libraries are written in languages like C, C++, and Objective-C.

    • They can be used for tasks like image processing, audio and video playback, and networking.

    • Examples of native libraries in iOS include Core Data, Core Graphics, and Core Animation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are in bench for then start search job as soon as possible

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Walk me through your resume?
  • Q2. They have asked me about experience.
  • Q3. They have asked me about Covid-19.
  • Q4. Then they have asked me about technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly, be confident while giving an interview. Be in a well grooming. Don't be hasitate. First listen what the interviewer wants to ask. Don't be overconfident. If he/she is asking about some topic then first say what is that, then when it has been came, then advantages or disadvantages of that, then how to protect that.

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Normal and technical interview
  • Q2. Can you please increase the salary base
  • Q3. Grew up hikes

Interview Preparation Tips

Interview preparation tips for other job seekers - Growth is slow and it will be the mnc one excellence support and incentives

Infosys BPM Interview FAQs

How many rounds are there in Infosys BPM Technical Specialist interview?
Infosys BPM interview process usually has 3 rounds. The most common rounds in the Infosys BPM interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
What are the top questions asked in Infosys BPM Technical Specialist interview?

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

  1. HR Screening - Res...read more
  2. Some basic Java conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Infosys BPM interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Infosys BPM Technical Specialist Salary
based on 193 salaries
₹2.8 L/yr - ₹8 L/yr
66% less than the average Technical Specialist Salary in India
View more details

Infosys BPM Technical Specialist Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

3.1

Skill development

2.9

Work-Life balance

2.6

Salary & Benefits

3.5

Job Security

2.6

Company culture

2.3

Promotions/Appraisal

2.7

Work Satisfaction

Explore 18 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