Upload Button Icon Add office photos

Infosys Consulting

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Consulting Interview Questions and Answers

Updated 26 Jun 2025
Popular Designations

72 Interview questions

A HR Executive was asked
Q. Please introduce yourself.
Ans. 

I am a highly motivated and experienced HR professional with a proven track record of successfully managing recruitment, employee relations, and training programs.

  • Over 10 years of experience in HR management

  • Strong background in recruitment and employee relations

  • Skilled in developing and implementing training programs

  • Proven track record of improving employee satisfaction and retention rates

View all HR Executive interview questions
A System Administrator was asked
Q. What are the differences between Outlook and O365?
Ans. 

Outlook is an email client while O365 is a cloud-based suite of productivity tools.

  • Outlook is a standalone email client software used for sending and receiving emails.

  • O365 (Office 365) is a cloud-based suite of productivity tools including email, collaboration, and communication services.

  • Outlook can be used with different email providers, while O365 includes Outlook as part of its suite.

  • O365 offers additional feat...

View all System Administrator interview questions
A Technology Analyst was asked
Q. How are you? What are your ambitions for growth at Infosys?
Ans. 

I am doing well, and my ambition is to grow in Infosys by continuously learning and contributing to innovative technology solutions.

  • I am doing well and excited about the opportunities at Infosys.

  • I am focused on expanding my knowledge and skills in technology.

  • I aim to contribute to the growth and success of Infosys through my work.

  • I am eager to take on new challenges and responsibilities to advance my career.

View all Technology Analyst interview questions
A Senior Business Consultant was asked
Q. What MS Azure function issues have you encountered, and how did you rectify them?
Ans. 

MS Azure functions issue and rectification

  • Common issues with MS Azure functions include timeout errors, memory allocation problems, and authentication issues

  • Rectification methods may involve adjusting timeout settings, optimizing memory usage, and verifying authentication credentials

  • Examples of rectification steps include increasing timeout limits, optimizing code for better performance, and checking Azure AD conf...

View all Senior Business Consultant interview questions
A Senior Consultant was asked
Q. How did you automate the claims process during your experience with the Insurer?
Ans. 

Automated claims process by implementing RPA and AI technologies.

  • Identified repetitive tasks and processes in the claims process.

  • Implemented Robotic Process Automation (RPA) to automate data entry and validation.

  • Utilized Artificial Intelligence (AI) to automate claims assessment and decision-making.

  • Reduced claims processing time by 50% and improved accuracy by 90%.

  • Trained staff on new technologies and processes to...

View all Senior Consultant interview questions
A Program Manager was asked
Q. Describe how you would manage a newly awarded project or program at Infosys, including a use case scenario.
Ans. 

Managing a new engagement awarded to Infosys

  • Conduct a kick-off meeting with the client to understand their requirements and expectations

  • Create a detailed project plan with timelines, milestones, and deliverables

  • Assign a project team with the required skills and expertise

  • Establish communication channels with the client and stakeholders

  • Monitor project progress and identify and mitigate risks

  • Ensure quality deliverabl...

View all Program Manager interview questions
A Program Manager was asked
Q. Share some examples where you disagreed with a decision, supported by data, logic, and facts.
Ans. 

Provided examples of disagreeing with data

  • Disagreed with a team member's proposed solution based on data analysis

  • Suggested a different approach to a project based on market research

  • Challenged a decision made by upper management with data-driven arguments

  • Presented data to support a different timeline for a project than originally proposed

  • Recommended a change in strategy based on customer feedback data

View all Program Manager interview questions
Are these interview questions helpful?
A Principal Consultant was asked
Q. What is your approach to conflict management?
Ans. 

My approach for conflict management involves active listening, empathy, and finding common ground.

  • Listen actively to both parties involved

  • Show empathy and understanding towards each person's perspective

  • Find common ground and work towards a mutually beneficial solution

  • Encourage open communication and respect for each other's opinions

  • If necessary, involve a neutral third party mediator

  • Follow up to ensure the resolut...

View all Principal Consultant interview questions
A System Engineer was asked
Q. Write a program in C.
Ans. 

Program to print 'Hello, World!' in C language

  • Include stdio.h header file

  • Use printf() function to print 'Hello, World!'

  • Return 0 at the end of the program

View all System Engineer interview questions
An Operations Executive was asked
Q. What is the difference between a 2-stroke and a 4-stroke engine?
Ans. 

2 stroke engines have a power stroke in every revolution while 4 stroke engines have a power stroke in every other revolution.

  • 2 stroke engines have a simpler design and are lighter than 4 stroke engines.

  • 2 stroke engines have a higher power-to-weight ratio than 4 stroke engines.

  • 4 stroke engines are more fuel efficient and have a longer lifespan than 2 stroke engines.

  • 2 stroke engines are commonly used in small power...

View all Operations Executive interview questions

Infosys Consulting Interview Experiences

172 interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about experience and your journey
  • Ans. 

    Experienced Project Manager with a diverse background in leading teams and delivering successful projects across various industries.

    • Started my career as a project coordinator, managing small-scale projects and learning the fundamentals of project management.

    • Progressed to a Project Manager role in the IT sector, where I led a team to successfully implement a software solution for a major client, improving their operatio...

  • Answered by AI
  • Q2. Conflict management within your experience
  • Ans. 

    I effectively manage conflicts by fostering open communication, understanding perspectives, and finding common ground.

    • Encourage open dialogue: In a project, I facilitated a meeting where team members expressed their concerns, leading to a collaborative solution.

    • Identify root causes: During a disagreement over resource allocation, I conducted a root cause analysis to understand underlying issues.

    • Focus on common goals: I...

  • Answered by AI
  • Q3. Project management process
  • Ans. 

    Project management involves planning, executing, and closing projects efficiently to achieve specific goals.

    • Initiation: Define project goals and scope, e.g., creating a project charter.

    • Planning: Develop a detailed project plan, including timelines and resources, e.g., Gantt charts.

    • Execution: Implement the project plan, coordinating tasks and resources, e.g., team meetings.

    • Monitoring: Track progress and performance, mak...

  • Answered by AI
  • Q4. Global client experience
  • Ans. 

    I have extensive experience managing global projects, ensuring seamless communication and delivery across diverse teams.

    • Managed a cross-functional team across three continents for a software rollout, ensuring timely delivery despite time zone differences.

    • Implemented a project management tool that facilitated real-time collaboration among team members in different countries.

    • Conducted regular virtual meetings to align pr...

  • Answered by AI
  • Q5. Procurement processes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. How to create monutpoint
  • Ans. 

    A mount point is a directory where a filesystem is attached in Linux, allowing access to its contents.

    • Use the command 'mkdir /path/to/mountpoint' to create a new directory as a mount point.

    • Example: 'mkdir /mnt/mydrive' creates a mount point at /mnt/mydrive.

    • Ensure the directory is empty before mounting a filesystem to it.

    • Use 'mount /dev/sdXn /path/to/mountpoint' to mount a filesystem to the created mount point.

  • Answered by AI
  • Q2. How to create user in Linux
  • Ans. 

    Creating a user in Linux involves using the 'useradd' command followed by setting a password with 'passwd'.

    • Use the command 'sudo useradd username' to create a new user.

    • Set a password for the user with 'sudo passwd username'.

    • To create a user with a home directory, use 'sudo useradd -m username'.

    • For adding a user to a specific group, use 'sudo useradd -G groupname username'.

    • Check the user details in the '/etc/passwd' fil...

  • Answered by AI
  • Q3. Monitoring the linuxserver
  • Ans. 

    Monitoring a Linux server involves tracking performance, resource usage, and system health to ensure optimal operation.

    • Use tools like top and htop to monitor CPU and memory usage in real-time.

    • Check disk space with the df command to prevent running out of storage.

    • Monitor system logs using tail -f /var/log/syslog for real-time error tracking.

    • Utilize tools like Nagios or Zabbix for comprehensive monitoring and alerting.

    • Se...

  • Answered by AI
  • Q4. Issue has been resolved
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Questions relaterd to CV
  • Q2. Regarding previous company
  • Q3. Willingness to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to exploring new locations for career growth

    • I have relocated in the past for job opportunities

    • I understand the benefits of experiencing different work environments

  • Answered by AI
  • Q4. Why ITconsulting
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions related to arrays,structures and union

Round 2 - Group Discussion 

Topics about ai and it's evolution

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and gd you will get the job for sure

Consultant Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Typical P2P process flow
  • Ans. 

    The typical P2P process flow involves requisition, approval, purchase order creation, goods receipt, invoice receipt, and payment.

    • Requisition: Request for goods or services

    • Approval: Authorization of the requisition

    • Purchase Order Creation: Formal order placed with supplier

    • Goods Receipt: Receipt of goods/services

    • Invoice Receipt: Receipt of invoice from supplier

    • Payment: Settlement of invoice

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What can be improved in my previous organization to enable digitization
  • Ans. 

    Implementing a centralized data management system, providing digital training for employees, and investing in cybersecurity measures.

    • Implement a centralized data management system to streamline data storage and access.

    • Provide digital training for employees to enhance their digital literacy and skills.

    • Invest in cybersecurity measures to protect digital assets and data from cyber threats.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How did you manage conflicts in your previous organization
  • Ans. 

    I managed conflicts by actively listening to all parties, facilitating open communication, and finding mutually beneficial solutions.

    • Actively listened to all parties involved to understand their perspectives

    • Facilitated open communication to encourage dialogue and collaboration

    • Found mutually beneficial solutions through compromise and negotiation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Core Java Basics and java8 features
  • Q2. Springboot framework
  • Q3. MySQL DB related queries
Round 2 - HR 

(2 Questions)

  • Q1. Basic Salary negotiation
  • Q2. Role discussion
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Monster and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Was not worth the time and it had multiple rounds questions were out of sync

Round 2 - HR 

(2 Questions)

  • Q1. What is the budget estimate for a team?
  • Ans. 

    A budget estimate for a team outlines projected expenses and revenues to guide financial planning and resource allocation.

    • Identify team objectives and required resources, e.g., staffing, equipment, and training.

    • Estimate costs for each resource, such as salaries, software licenses, and office supplies.

    • Consider fixed and variable costs; for example, rent is fixed, while utilities may vary.

    • Include contingency funds for un...

  • Answered by AI
  • Q2. What do you know about Quality Audits?
  • Ans. 

    Quality audits assess compliance with standards, ensuring processes meet required quality benchmarks for continuous improvement.

    • Quality audits evaluate adherence to established standards and procedures.

    • They help identify areas for improvement in processes and systems.

    • For example, in manufacturing, an audit might check if production meets safety and quality standards.

    • Audits can be internal (conducted by the organization...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Read GD properly
Research properly

Interview Questions & Answers

user image Udaya Bhanu

posted on 20 May 2024

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is payable
  • Q2. What is petty expenses
  • Q3. What is the vendor master data
  • Ans. 

    It including vendor personal details and business details, personal details including, name and address, phone numbers, language, business details including tax details and bank details and accounting, controlling and payment and purchased details.

  • Answered by Udaya Bhanu
  • Q4. What is payment
  • Ans. 

    Payment it is a transfer of money from one persons/business to another to the form cheques cash /online

  • Answered by Udaya Bhanu
  • Q5. What in tax invoice

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Describe the project i have done
  • Q2. Describe strength and weakness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Spring IOC
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks like React and Django.

    • Enjoy collaborating in agile...

  • Answered by AI
  • Q2. Package discussion

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Infosys Consulting?
Ask anonymously on communities.

Infosys Consulting Interview FAQs

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

Some of the top questions asked at the Infosys Consulting interview -

  1. Use case scenario - in case a new engagement is awarded to Infosys, share how d...read more
  2. Share some examples , where you did not agree backed with data. Means, the logi...read more
  3. How would you structure your approach to carry out change managemen...read more
What are the most common questions asked in Infosys Consulting HR round?

The most common HR questions asked in Infosys Consulting interview are -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Why Should We Hire Y...read more
How long is the Infosys Consulting interview process?

The duration of Infosys Consulting 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

3.8/5

based on 45 interview experiences

Difficulty level

Easy 12%
Moderate 85%
Hard 4%

Duration

Less than 2 weeks 36%
2-4 weeks 40%
4-6 weeks 12%
6-8 weeks 8%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 384 Interviews
ITC Infotech Interview Questions
3.7
 • 371 Interviews
CitiusTech Interview Questions
3.3
 • 287 Interviews
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.1
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

Infosys Consulting Reviews and Ratings

based on 402 reviews

3.4/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.5

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 402 Reviews and Ratings
Senior Consultant
458 salaries
unlock blur

₹22 L/yr - ₹37.2 L/yr

Consultant
383 salaries
unlock blur

₹10 L/yr - ₹25.1 L/yr

Business Consultant
310 salaries
unlock blur

₹14 L/yr - ₹24.2 L/yr

Associate Consultant
145 salaries
unlock blur

₹6 L/yr - ₹13.5 L/yr

Management Consultant
143 salaries
unlock blur

₹16 L/yr - ₹26 L/yr

Explore more salaries
Compare Infosys Consulting with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

3.4
Compare
write
Share an Interview