Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Business Analyst Interview Questions and Answers

Updated 20 Jan 2025

68 Interview questions

A Business Analyst was asked 10mo ago
Q. Explain the 5G architecture in the Telecom domain.
Ans. 

5G architecture in the Telecom domain involves a network of small cells, massive MIMO, and virtualized network functions.

  • 5G architecture includes small cells to increase network capacity and coverage.

  • Massive MIMO technology is used to improve spectral efficiency and increase data rates.

  • Virtualized network functions enable flexible and efficient network management.

  • Network slicing allows for the creation of multiple...

A Business Analyst was asked 10mo ago
Q. Explain Order Provisioning in a BSS system.
Ans. 

Order provisioning in BSS system involves the process of activating services for customers after they place an order.

  • Order provisioning involves validating the order details and ensuring all necessary resources are available.

  • Once validated, the order is processed and services are activated for the customer.

  • Order provisioning may involve tasks such as assigning phone numbers, setting up billing accounts, and config...

Business Analyst Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly 10 gm) wit ... read more
Q2. There are 100 people standing in a circle, the first person has a ... read more
asked in EXL Service
Q3. Doors numbered 1 to 100 are initially closed. In the first step, ... read more
asked in Infosys
Q4. What is your strong point in terms of technical knowledge? Like J ... read more
asked in EXL Service
Q5. If you have 333 digits to number the pages of a book, how many pa ... read more
A Business Analyst was asked 12mo ago
Q. What are capital markets?
Ans. 

Capital markets are financial markets where long-term debt or equity-backed securities are bought and sold.

  • Capital markets facilitate the buying and selling of long-term financial instruments such as stocks and bonds.

  • They provide a platform for companies and governments to raise funds for various projects or operations.

  • Investors can buy and sell securities in the capital markets to earn returns on their investment...

A Business Analyst was asked
Q. Write an SQL query to identify duplicate records in a table.
Ans. 

Use SQL query with GROUP BY and HAVING clause to identify duplicates.

  • Use GROUP BY to group rows with same values together

  • Use HAVING clause to filter out groups with count greater than 1

  • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1

🔥 Asked by recruiter 6 times
A Business Analyst was asked
Q. What is your expected CTC?
Ans. 

My expected CTC is negotiable based on the role, responsibilities, and benefits offered by the company.

  • My expected CTC is based on market research and industry standards.

  • I am open to discussing the salary range during the interview process.

  • I am looking for a competitive salary package that aligns with my skills and experience.

A Business Analyst was asked
Q. Explain the concept of opportunity.
Ans. 

OPPS concepts refer to Object-Oriented Programming Principles that guide the design and development of software systems.

  • OPPS emphasizes encapsulation, inheritance, and polymorphism.

  • Encapsulation ensures that data and methods are bundled together in a class.

  • Inheritance allows classes to inherit properties and behaviors from other classes.

  • Polymorphism enables objects to take on different forms and respond differentl...

Infosys HR Interview Questions

847 questions and answers

Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?
Q. Can you provide a self-introduction?
A Business Analyst was asked
Q. What are the drawbacks of microservices?
Ans. 

Drawbacks of microservices include increased complexity, communication overhead, and potential for service failures.

  • Increased complexity due to the need for multiple services to work together seamlessly

  • Communication overhead as services need to communicate with each other over a network

  • Potential for service failures as each service is responsible for its own functionality and can fail independently

  • Difficulties in ...

Are these interview questions helpful?
🔥 Asked by recruiter 3 times
A Business Analyst was asked
Q. What is the Stream API?
Ans. 

Stream API is a Java 8 feature that allows processing of collections in a functional way.

  • Stream API provides a set of functional interfaces to process collections.

  • It supports parallel processing of collections.

  • It can be used to filter, map, reduce, and sort collections.

  • Example: List numbers = Arrays.asList(1, 2, 3); numbers.stream().map(n -> n * 2).forEach(System.out::println);

  • Example: List names = Arrays.asList("...

🔥 Asked by recruiter 8 times
A Business Analyst was asked
Q. What is Agile methodology?
Ans. 

Agile methodology is an iterative approach to project management and software development that emphasizes flexibility and customer satisfaction.

  • Agile focuses on delivering working software in short iterations

  • It values individuals and interactions over processes and tools

  • It emphasizes collaboration between the development team and the customer

  • It welcomes changes in requirements throughout the project

  • Examples of Agi...

A Business Analyst was asked
Q. Explain your business analytic methods.
Ans. 

My business analytic methods involve gathering data, analyzing it, and presenting insights to stakeholders.

  • I start by identifying the problem or question that needs to be answered

  • Then I gather relevant data from various sources

  • I clean and organize the data to prepare it for analysis

  • I use statistical and data visualization tools to analyze the data

  • I present my findings to stakeholders in a clear and concise manner

  • I...

Infosys Business Analyst Interview Experiences

240 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and implementation
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles and their implementation in software development.

    • Oops concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of...

  • Answered by AI
  • Q2. MVC questions, Session management and multi threading

Business Analyst Interview Questions & Answers

user image GARGI SHARMA

posted on 26 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sql query to identify Duplicates
  • Ans. 

    Use SQL query with GROUP BY and HAVING clause to identify duplicates.

    • Use GROUP BY to group rows with same values together

    • Use HAVING clause to filter out groups with count greater than 1

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1

  • Answered by AI
  • Q2. Matrix used for creating FRD.
  • Ans. 

    Matrix is used for organizing and mapping functional requirements in a Functional Requirements Document (FRD).

    • Matrix helps in clearly defining the relationship between different requirements and their corresponding features.

    • It helps in prioritizing requirements based on their importance and impact on the project.

    • Matrix can also be used to track the status of each requirement throughout the project lifecycle.

    • Example: A ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Healthcare basic questions
  • Q2. Medicaid knowledge
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    I worked on a project to streamline the inventory management system for a retail client, enhancing efficiency and accuracy.

    • Conducted stakeholder interviews to gather requirements and understand pain points.

    • Utilized data analysis tools to identify trends in inventory turnover rates.

    • Developed a dashboard for real-time inventory tracking, reducing stockouts by 30%.

    • Collaborated with IT to implement a new software solution,...

  • Answered by AI
  • Q2. What are capital market
  • Ans. 

    Capital markets are financial markets where long-term debt or equity-backed securities are bought and sold.

    • Capital markets facilitate the buying and selling of long-term financial instruments such as stocks and bonds.

    • They provide a platform for companies and governments to raise funds for various projects or operations.

    • Investors can buy and sell securities in the capital markets to earn returns on their investments.

    • Exa...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented Business Analyst with a passion for data-driven decision-making and a strong background in project management.

    • Over 5 years of experience in business analysis across various industries, including finance and healthcare.

    • Skilled in gathering requirements through stakeholder interviews and workshops, leading to successful project outcomes.

    • Proficient in data analysis tools like SQL and Excel, which I ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself and your current role
  • Q2. Need to explain your current role with respect to Jd
Round 2 - Assignment 

It was a online assignment

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

(2 Questions)

  • Q1. Pricing procedure
  • Ans. 

    Pricing procedure refers to the method used to determine the price of a product or service.

    • Pricing procedures can vary based on factors such as cost, competition, and customer demand.

    • Examples of pricing procedures include cost-plus pricing, value-based pricing, and competitive pricing.

    • Business analysts analyze market trends and data to recommend the most effective pricing procedure for a company.

  • Answered by AI
  • Q2. Delivery process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Telecom domain 5G architechture
  • Ans. 

    5G architecture in the Telecom domain involves a network of small cells, massive MIMO, and virtualized network functions.

    • 5G architecture includes small cells to increase network capacity and coverage.

    • Massive MIMO technology is used to improve spectral efficiency and increase data rates.

    • Virtualized network functions enable flexible and efficient network management.

    • Network slicing allows for the creation of multiple virt...

  • Answered by AI
  • Q2. Explain Order Provisioning in BSS system
  • Ans. 

    Order provisioning in BSS system involves the process of activating services for customers after they place an order.

    • Order provisioning involves validating the order details and ensuring all necessary resources are available.

    • Once validated, the order is processed and services are activated for the customer.

    • Order provisioning may involve tasks such as assigning phone numbers, setting up billing accounts, and configuring...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. Take it easy and be confident. Its not rocket science. Just be prepared and do your research thoroughly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. How to debug javascript in dynamics 365
  • Ans. 

    Debugging JavaScript in Dynamics 365 involves using browser developer tools and setting breakpoints in code.

    • Use browser developer tools like Chrome DevTools to debug JavaScript in Dynamics 365

    • Set breakpoints in the JavaScript code to pause execution and inspect variables

    • Use console.log() statements to log information to the browser console for debugging purposes

  • Answered by AI
  • Q2. How to debug plugins
  • Q3. How to create button in dynamics 365
  • Ans. 

    To create a button in Dynamics 365, you can use the Ribbon Workbench tool.

    • Install Ribbon Workbench tool in Dynamics 365

    • Open Ribbon Workbench and connect to your Dynamics 365 environment

    • Create a new button on the desired entity form

    • Define the button's properties and actions

    • Publish the changes to make the button visible in Dynamics 365

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was truly based on skill.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is ur expected ctc ?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About Software development life cycle
  • Q2. Basic questions about Agile

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as per the responsibilities mentioned in JD

What people are saying about Infosys

View All
a system engineer
1d
I've only ever heard two types of opinions on this, what about yours?
So I'm working at a company that has an app for 'applying' attendance in case of WFH. You get 'WFH balance' in days. For ex: let's say I have 3 days WFH balance, which means I get to do WFH for 3 days. It will NOT count if I'm actually working on my work laptop or not. It all depends on me applying for WFH through the app. They give out limited WFH balance so that employees are forced to come to the office for the remaining days, which is okay since they have switched to hybrid model. But, if I'm not able to go to office and I don't have any more WFH balance, I will not be able to apply attendance. Instead, the app will force me to put leaves for that day. AND here's the million dollar question: if I had to put leave for that day then technically I shouldn't be working, right? But guess what? I have to work even though it counts as a leave! Wouldn't it be better to pre-apply the leaves and not work at all? But that's just how it is! I want to know your opinion on this.
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys Business Analyst interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Infosys Business Analyst 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. The most common topics and skills that interviewers at Infosys expect are Business Analysis, Project Management, Team Management, Software Configuration Management and Technology Solutions.
What are the top questions asked in Infosys Business Analyst interview?

Some of the top questions asked at the Infosys Business Analyst interview -

  1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. ...read more
  2. Computer science have how many languag...read more
  3. Explain differences between the business Requirements,Functional Requirements a...read more
What are the most common questions asked in Infosys Business Analyst HR round?

The most common HR questions asked in Infosys Business Analyst interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why should we hire y...read more
  3. Tell me about yourse...read more
How long is the Infosys Business Analyst interview process?

The duration of Infosys Business Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 22 interview experiences

Difficulty level

Easy 9%
Moderate 91%

Duration

Less than 2 weeks 73%
2-4 weeks 18%
More than 8 weeks 9%
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Business Analyst Salary
based on 1.4k salaries
₹10.2 L/yr - ₹21.8 L/yr
52% more than the average Business Analyst Salary in India
View more details

Infosys Business Analyst Reviews and Ratings

based on 96 reviews

3.5/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

2.7

Salary

4.2

Job security

3.7

Company culture

2.6

Promotions

3.3

Work satisfaction

Explore 96 Reviews and Ratings
Business Analyst - Wealth Management

Bangalore / Bengaluru

7-11 Yrs

₹ 6-18 LPA

Regulatory and Clinical Business Analyst

Bangalore / Bengaluru

3-8 Yrs

₹ 4.1-15 LPA

Business Analyst - Wealth Management

Bangalore / Bengaluru

3-8 Yrs

₹ 4.1-15 LPA

Explore more jobs
Technology Analyst
54.8k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.2k salaries
unlock blur

₹9.6 L/yr - ₹16.5 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.7 L/yr

Senior Associate Consultant
31.8k salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview