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 Interview Questions and Answers for Experienced

Updated 13 Jul 2025
Popular Designations

1.4k Interview questions

A Scrum Master and Manager was asked 6mo ago
Q. What does a Scrum Master do on a day-to-day basis?
Ans. 

The day to day life of a Scrum Master involves facilitating daily stand-up meetings, removing impediments, coaching the team, and ensuring adherence to Scrum practices.

  • Facilitating daily stand-up meetings to keep the team aligned and focused

  • Removing impediments that are blocking the team's progress

  • Coaching the team on Scrum practices and principles

  • Ensuring adherence to Scrum ceremonies such as sprint planning, rev...

View all Scrum Master and Manager interview questions
A Scrum Master and Manager was asked 6mo ago
Q. What are the Scrum ceremonies?
Ans. 

Ceremonies are regular events in Scrum framework to facilitate communication and collaboration within the team.

  • Ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

  • They help the team plan, track progress, review work, and continuously improve

  • Each ceremony has a specific purpose and timebox to ensure efficiency and effectiveness

View all Scrum Master and Manager interview questions
A Pega Developer was asked 6mo ago
Q. What are the different types of harnesses?
Ans. 

Different types of harnesses in Pega include main, screen, tab, and flow harnesses.

  • Main harness is the primary harness used for displaying the main content of a case.

  • Screen harness is used for displaying a single screen or form within a case.

  • Tab harness is used for displaying multiple screens or forms within a case in a tabbed format.

  • Flow harness is used for displaying screens or forms in a sequential flow within ...

View all Pega Developer interview questions
A Senior Consultant was asked 6mo ago
Q. Explain the special procurement process.
Ans. 

Special procurement process involves acquiring goods or services through non-traditional methods.

  • Special procurement can include emergency purchases, direct purchases from a specific supplier, or purchases through a framework agreement.

  • It is often used for unique or urgent needs that cannot be met through regular procurement channels.

  • Examples include sourcing rare materials for a project, buying specialized equipm...

View all Senior Consultant interview questions
A System Engineer was asked 6mo ago
Q. What was your college project?
Ans. 

Developed a smart irrigation system using IoT to optimize water usage in agriculture.

  • Utilized Arduino and sensors to monitor soil moisture levels.

  • Implemented a mobile app for real-time data access and control.

  • Conducted field tests to evaluate water savings and crop yield improvements.

  • Collaborated with a team of four, enhancing project management skills.

View all System Engineer interview questions
A System Engineer was asked 6mo ago
Q. Do you have prior experience with coding languages?
Ans. 

Yes, I have experience with several coding languages, which I utilize for automation and system integration tasks.

  • Proficient in Python for scripting and automation tasks.

  • Experience with Java for developing backend services.

  • Familiar with Bash scripting for system administration.

  • Used SQL for database management and querying.

View all System Engineer interview questions
A Senior Associate Consultant was asked 7mo ago
Q. What strategies do you use to manage difficult situations?
Ans. 

I use active listening, empathy, problem-solving, and conflict resolution techniques to manage difficult situations.

  • Practice active listening to understand the root of the issue

  • Show empathy towards the emotions of all parties involved

  • Utilize problem-solving skills to find mutually beneficial solutions

  • Employ conflict resolution techniques to de-escalate tensions

View all Senior Associate Consultant interview questions
Are these interview questions helpful?
A Senior Associate Consultant was asked 7mo ago
Q. What are the methods to optimize SPS (Sales Performance Solutions)?
Ans. 

Methods to optimize SPS include data analysis, training programs, performance incentives, and technology integration.

  • Conduct data analysis to identify areas of improvement and track progress over time.

  • Implement training programs to enhance sales skills and product knowledge.

  • Offer performance incentives such as bonuses or rewards for meeting or exceeding targets.

  • Integrate technology solutions like CRM systems to st...

View all Senior Associate Consultant interview questions
A Senior Associate Consultant was asked 7mo ago
Q. How do APIs work?
Ans. 

APIs work by allowing different software applications to communicate with each other through a set of rules and protocols.

  • APIs define the methods and data formats that applications can use to request and exchange information.

  • APIs can be used to access services or data from a remote server or application.

  • APIs can be RESTful, SOAP-based, or other types depending on the requirements of the applications.

  • APIs often req...

View all Senior Associate Consultant interview questions
A Senior Associate Consultant was asked 7mo ago
Q. What is LINQ?
Ans. 

LINQ is a feature in C# that allows for querying data from different data sources using a syntax similar to SQL.

  • LINQ stands for Language Integrated Query

  • It allows for querying data from collections, databases, XML, and more

  • LINQ queries are written in a declarative syntax

  • Example: var result = from num in numbers where num % 2 == 0 select num;

View all Senior Associate Consultant interview questions

Infosys Interview Experiences for Experienced

2.4k interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

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

  • Q1. Often cover technical skills, problem-solving abilities, behavioral aspects, and cultural fit.
  • Q2. Behavioral questions will explore your teamwork, communication, conflict resolution, and adaptability.
  • Q3. Finally, questions about your career goals, salary expectations, and knowledge of Infosys are common.
  • Q4. Tell me about yourself., "Why Infosys?, "Why are you looking for a job change?, "What are your salary expectations?, and "Where do you see yourself in five years
  • Q5. Technical Skills & Experience: "Explain your experience with [Specific Technology/Language].": (e.g., Java, Python, SQL, cloud technologies)
  • Q6. Tell me about a time you worked in a team."

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. How snowflake differs from industry competetors? What is the extra edge?
  • Ans. 

    Snowflake offers a unique architecture that separates storage and compute, providing scalability, flexibility, and cost-effectiveness.

    • Snowflake's architecture separates storage and compute, allowing for independent scaling of each component.

    • Snowflake uses virtual warehouses to allocate compute resources on-demand, optimizing performance and cost.

    • Snowflake's multi-cluster shared data architecture enables seamless collab...

  • Answered by AI
  • Q2. 3 Sql problem statements with basic problem statement. Concepts like view table, window function, sequence generation, Rank transformation.
  • Q3. Difference between time travel and fail safe.
  • Ans. 

    Time travel refers to the ability to query historical data in Snowflake, while fail safe refers to the system's ability to maintain data integrity and availability in case of failures.

    • Time travel allows users to query data as it existed at a specific point in the past, using the TIMESTAMP parameter in queries.

    • Fail safe mechanisms in Snowflake ensure data integrity and availability by automatically handling system failu...

  • Answered by AI
  • Q4. Difference between live feed and extract.
  • Ans. 

    Live feed is real-time data while extract is historical data.

    • Live feed is data that is constantly updated in real-time.

    • Extract is historical data that is extracted at a specific point in time.

    • Live feed is commonly used for monitoring real-time events, while extract is used for analysis of past data.

    • Examples: Twitter feed is live data, while a monthly sales report is an extract.

  • Answered by AI
  • Q5. Difference between Join and data Blending
  • Ans. 

    Join combines data from two or more tables based on a related column, while data blending combines data from different sources without a direct relationship.

    • Join is used to combine data from multiple tables based on a common column.

    • Data blending is used to combine data from different sources without a direct relationship.

    • Join requires a common column to match records, while data blending does not require a common colum...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confirm the round 2 details clearly with HR. HR and social media usually throw r2 as manegerial round, but if hiring expectation is of some lead role, you might get "cautch off guard".
So better be prepared.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. My name is arya s naik.i am 23 years old,i am from dandeli .i have completed the schooling education from st michael convent high school .and completed pre university from bangur nagar junior college dande...
  • Q2. Bpo business process outsourcing it offers diverse opportunity,and helps in improving the communication skill and it has better opportunity working in team management,and it is open to work in that field w...
  • Q3. I am hardworker and i have the ability to work in this field
  • Q4. My hobbies are macrame art,cooking
  • Q5. My weakness afraid to say the answers if it is correct also
  • Ans. 

    I struggle with expressing my answers confidently, even when I know them to be correct.

    • I often second-guess my responses during discussions, fearing they may be incorrect.

    • In team meetings, I hesitate to share my ideas, even when I have valuable insights.

    • For example, during a recent project, I had a solution but didn't voice it, leading to delays.

    • I am working on this by practicing assertiveness and seeking feedback from...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no i did not get any response from the company side

Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between HF vs Uf
  • Ans. 

    HF stands for Heavy Forwarder, used for data forwarding and processing. UF stands for Universal Forwarder, used for lightweight data forwarding only.

    • HF is used for data forwarding, processing, and indexing, while UF is used for lightweight data forwarding only

    • HF can parse and index data locally, while UF can only forward data to indexers

    • HF requires more resources and is typically deployed on dedicated hardware, while U...

  • Answered by AI
  • Q2. What is DS in splunk
  • Ans. 

    DS in Splunk stands for Data Source.

    • DS refers to the source of data that is being indexed and analyzed in Splunk.

    • Common data sources in Splunk include log files, metrics, and events from various systems and applications.

    • DS can also refer to the Data Summary feature in Splunk, which provides a summary of indexed data.

  • Answered by AI
  • Q3. Difference between stats eventstats streamstats and tstats
  • Ans. 

    stats, eventstats, streamstats, and tstats are different Splunk commands used for statistical analysis.

    • stats: used to calculate statistics on the events in the search results.

    • eventstats: used to calculate statistics on the events in the search results, but the results are added as new fields to each event.

    • streamstats: used to calculate statistics on the events in the search results, but the results are added as new fie...

  • Answered by AI
  • Q4. Priority of files in splunk
  • Ans. 

    In Splunk, the priority of files is determined by the order in which they are indexed.

    • Files are indexed based on the inputs.conf configuration file.

    • Priority can be set using the 'disabled' attribute in inputs.conf.

    • Files with higher priority are indexed first.

    • Priority can also be influenced by the order of stanzas in inputs.conf.

  • Answered by AI

Team Lead Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2025

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

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff bw CCW and DIS CCW
  • Ans. 

    CCW stands for Counterclockwise while DIS CCW stands for Disconnected Counterclockwise.

    • CCW refers to a direction of rotation that is opposite to the clockwise direction.

    • DIS CCW refers to a situation where something is disconnected from its counterclockwise rotation.

    • Example: Turning a screw counterclockwise is CCW, while a disconnected counterclockwise rotation could refer to a malfunctioning gear.

    • Example: In a motor, C...

  • Answered by AI
  • Q2. Diff bw PECI and PICOF
  • Ans. 

    PECI stands for Problem, Etiology, Context, and Intervention, while PICOF stands for Population, Intervention, Comparison, Outcome, and Timeframe.

    • PECI is used in problem-solving to identify and address issues, while PICOF is used in research to formulate a research question.

    • PECI focuses on the problem, its causes, the context in which it occurs, and potential interventions to address it.

    • PICOF focuses on defining the po...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Previous experience
  • Q2. Role in current project in details

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for basics in Workday and studio

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Dot net related questions and sql questions
Round 2 - Behavioral 

(1 Question)

  • Q1. 1.Why you left your previous organisation that too without any offer ? 2.Assumption questions about recursive pattern 3.Cloud related question’s 4.Deployment related questions in deep 5.Have you used Do...
  • Ans. 

    Docker images provide a lightweight, portable, and consistent environment for running applications.

    • Docker images encapsulate all dependencies and configurations needed for an application to run

    • They can be easily shared and deployed across different environments

    • Docker images are immutable, ensuring consistency and reproducibility

    • Containers based on Docker images are isolated from the host system, enhancing security

    • Docke...

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

(1 Question)

  • Q1. No question as interview cancelled

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR department exhibited unprofessional behavior by postponing a scheduled event on February 8th just four hours before the start time. Despite following up with HR, I received no response. Additionally, I received a survey link to select a time slot multiple times, and after selecting March 8th, I checked the portal only to find that the selection was not recorded.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project based Question
Round 2 - Behavioral 

(3 Questions)

  • Q1. Why are you changing job?
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a better work-life balance

  • Answered by AI
  • Q2. How is your usual workday like?
  • Ans. 

    My workday as a Snowflake Developer involves data modeling, ETL processes, and collaborating with teams to optimize data solutions.

    • Start the day by reviewing project requirements and prioritizing tasks.

    • Collaborate with data engineers to design and implement ETL pipelines.

    • Monitor Snowflake performance and optimize queries for efficiency.

    • Conduct code reviews and provide feedback to team members.

    • Participate in daily stand...

  • Answered by AI
  • Q3. What work you did for project? What was your specific contribution to project?
  • Ans. 

    I worked on developing data pipelines for ingesting and processing large volumes of data in Snowflake.

    • Designed and implemented ETL processes using Snowflake's features like Snowpipe and tasks.

    • Optimized SQL queries for performance and scalability.

    • Collaborated with data engineers and analysts to understand requirements and deliver solutions.

    • Implemented data quality checks and monitoring processes to ensure data integrity...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location related

Associate Consultant Interview Questions & Answers

user image Bodke Venkatesh

posted on 28 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About my self and Azure experience
  • Q2. Technical questions on Azure Integration Services
Round 2 - Behavioral 

(2 Questions)

  • Q1. Not much technical but test your real time experience
  • Q2. About previous projects and roles
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice experience with Infosys as a immediate joinee the process to only 12 days from first round to offer release.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Types of partition in sql
  • Q2. Can we edit data in complex views, will the underlying table be effected?
  • Ans. 

    Editing data in complex views can affect underlying tables, but it depends on the view's structure and rules.

    • Complex views often involve joins, aggregations, or groupings, making them non-updatable.

    • If a view is updatable, changes made to it will reflect in the underlying tables.

    • Example: A simple view on a single table can be updated directly.

    • Example: A view that aggregates data (e.g., SUM, COUNT) cannot be updated dire...

  • Answered by AI
  • Q3. How do you do performance tuning?
  • Ans. 

    Performance tuning involves optimizing database queries and configurations for improved efficiency and speed.

    • Analyze execution plans to identify slow queries. For example, use EXPLAIN PLAN to see how Oracle executes a query.

    • Use indexing strategically. For instance, create indexes on columns frequently used in WHERE clauses to speed up data retrieval.

    • Optimize SQL queries by avoiding SELECT *, using WHERE clauses effecti...

  • Answered by AI
  • Q4. Tell about regex
  • Ans. 

    Regular expressions (regex) are sequences of characters that define search patterns for strings, used for pattern matching and manipulation.

    • Regex is used for validating input formats, e.g., email addresses: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$

    • It can extract specific patterns from text, such as phone numbers: \d{3}-\d{3}-\d{4}

    • Regex supports various metacharacters like '.', '*', and '+', which have special me...

  • Answered by AI

What people are saying about Infosys

View All
yedabhai
1w
works at
Hyperpure
Are we not even safe in our own workplaces?
An Infosys employee was arrested for secretly recording women in the office washroom. Over 30 videos were found on his phone. This isn't just shocking, it's horrifying. Offices are meant to be safe, respectful spaces. 🙎 When will companies truly prioritize safety and surveillance in all corners, not just the visible ones?
FeedCard Image
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys interview for experienced candidates?
Infosys interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Infosys interview for experienced candidates?
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 SDLC, Java, Project Management, Agile and Performance Engineering.
What are the top questions asked in Infosys interview for experienced candidates?

Some of the top questions asked at the Infosys interview for experienced candidates -

  1. 1. what is the difference between exception and error. How did u solve the erro...read more
  2. write a code to filter out loans with incomplete status using java 8 featur...read more
  3. How do you make the child records read only of its parent record's field is upd...read more
What are the most common questions asked in Infosys HR round for experienced candidates?

The most common HR questions asked in Infosys interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Infosys interview process?

The duration of Infosys 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 1.4k interview experiences

Difficulty level

Easy 23%
Moderate 71%
Hard 6%

Duration

Less than 2 weeks 56%
2-4 weeks 27%
4-6 weeks 9%
6-8 weeks 4%
More than 8 weeks 4%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all

Infosys Reviews and Ratings

based on 43.3k reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

2.7

Salary

4.0

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 43.3k Reviews and Ratings
Scada Engineer

Hyderabad / Secunderabad,

Pune

+1

2-6 Yrs

Not Disclosed

Sap Sd Consultant- SA

Hyderabad / Secunderabad,

Chennai

+1

5-10 Yrs

Not Disclosed

Automation Tester -Coimbatore

Gurgaon / Gurugram,

Delhi/Ncr

+1

3-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.9k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.1k salaries
unlock blur

₹9.4 L/yr - ₹16.4 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31.4k 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