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

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Interview Questions, Process, and Tips for Experienced

Updated 13 Feb 2025

Top Infosys Interview Questions and Answers for Experienced

View all 1.4k questions

Infosys Interview Experiences for Experienced

Popular Designations

2.2k interviews found

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Types of SCD and its types
  • Ans. 

    Slowly Changing Dimensions (SCD) are used in data warehousing to track changes to data over time. Types include Type 1, Type 2, and Type 3.

    • Type 1 SCD: Overwrites old data with new data, losing historical information.

    • Type 2 SCD: Creates a new record for each change, preserving historical data.

    • Type 3 SCD: Tracks changes by adding columns to the existing record, allowing for limited historical analysis.

  • Answered by AI
  • Q2. How to find duplicates in SQL?
  • Ans. 

    Use the GROUP BY clause with COUNT() function to find duplicates in SQL.

    • Use GROUP BY clause with COUNT() function to group the records by the columns you want to check for duplicates

    • Filter the results by using HAVING clause to only show records with count greater than 1

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

  • Answered by AI
  • Q3. Test Case vs Test Scenario
  • Ans. 

    Test Case is a detailed set of conditions and steps to be followed to validate a particular functionality, while Test Scenario is a high-level description of the functionality to be tested.

    • Test Case is detailed and specific, while Test Scenario is high-level and general.

    • Test Case includes steps, expected results, and test data, while Test Scenario is more of an overview.

    • Test Case is used for detailed testing, while Tes...

  • Answered by AI
  • Q4. Define bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in bug tracking tool

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • Bug is closed if fixed or reopened if not

  • Answered by AI

Skills evaluated in this interview

Top Infosys ETL Tester Interview Questions and Answers

Q1. How do you get data integrity between source and destination, how you perform loading technique.
View answer (1)

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I were very happy with technical discussion with Infosys, and It went good.
  • Q2. I have faced lot of technical question regarding Oracle DBA, Oracle Apps DBA.

Oracle Apps DBA Interview Questions asked at other Companies

Q1. What is oracle application database administrator?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. All the question are from your resume. Question will ask in a tricky way. Need to prepare as per resume only.
  • Q2. Describe your self
  • Q3. Explain subcon process
  • Ans. 

    Subcon process refers to subcontracting process where a company outsources part of its manufacturing process to a third-party vendor.

    • Subcon process involves sending raw materials to a subcontractor for processing or assembly.

    • The subcontractor then returns the finished goods to the company.

    • The company pays the subcontractor for the services rendered.

    • Subcon process helps companies focus on core competencies and reduce co...

  • Answered by AI
  • Q4. Inventory question
  • Q5. Standard transactions

Interview Preparation Tips

Interview preparation tips for other job seekers - Without preparation don't go for an interview. Always be prepared at any point of time interview will schedule.

Top Infosys SAP MM Consultant Interview Questions and Answers

Q1. return deliveries to vendor with reference to returns PO
View answer (6)

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can you write custom exception in Java?
  • Ans. 

    To write a custom exception in Java, create a new class that extends Exception or a subclass of Exception.

    • Create a new class that extends Exception or a subclass of Exception.

    • Add a constructor to the custom exception class to pass a message to the superclass constructor.

    • Throw the custom exception using the 'throw' keyword in your code.

    • Handle the custom exception using try-catch blocks or propagate it up the call stack.

  • Answered by AI
  • Q2. Explain internal working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to find the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to find th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice core java and java8 features

Skills evaluated in this interview

Top Infosys Java Developer Interview Questions and Answers

Q1. Which should be preferred between String and StringBuffer when there are many updates required to the data?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Infosys interview questions for popular designations

 System Engineer

 (1.2k)

 Software Engineer

 (315)

 Technology Analyst

 (274)

 Associate Consultant

 (267)

 Senior Systems Engineer

 (266)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (173)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic questions related to Java, Selenium and postman
Round 2 - Technical 

(1 Question)

  • Q1. Given a coding question in Java(write java code to find count of occurrence of a letters in your Name)
Round 3 - One-on-one 

(1 Question)

  • Q1. QA Process in your company, Complete agile methodologies, API related questions, Prepare all the items in your resume

Top Infosys Automation Test Engineer Interview Questions and Answers

Q1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,test scanario 3.Positive and negative scanarion on pen. 4.selenium framework. 5.how to write selenium test cases.
View answer (2)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Get interview-ready with Top Infosys Interview Questions

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define BTP and the scope of work?
  • Ans. 

    BTP stands for Business Technology Platform. It is a platform-as-a-service offering from SAP that provides tools and services for developing, integrating, and extending applications.

    • BTP offers services such as database and data management, analytics, machine learning, and IoT.

    • It allows businesses to build, run, and manage applications in the cloud.

    • Scope of work includes implementing security measures, configuring acces...

  • Answered by AI
  • Q2. A technology platform that brings together data and analytics, artificial intelligence, application development, automation, and integration in one, unified environment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Top Infosys SAP Security Consultant Interview Questions and Answers

Q1. There are 5 different user types 1- Dialog user 2- System user 3- Communication user 4-Service user 5- Reference user
View answer (1)

SAP Security Consultant Interview Questions asked at other Companies

Q1. what is the tcode for user creation?
View answer (6)

Jobs at Infosys

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between Git merge and Git rebase.
  • Ans. 

    Git merge combines changes from different branches, while Git rebase moves the entire branch to a new base commit.

    • Git merge creates a new commit with the combined changes of the branches being merged.

    • Git rebase moves the entire branch to a new base commit, resulting in a linear history.

    • Merge preserves the history of changes, while rebase rewrites the commit history.

    • Rebasing is useful for keeping a clean and linear hist...

  • Answered by AI
  • Q2. Difference between Git fetch and Git merge
  • Ans. 

    Git fetch downloads changes from a remote repository, while Git merge combines changes from different branches.

    • Git fetch updates the remote tracking branches in your local repository without merging them with your current branch.

    • Git merge combines changes from a different branch into your current branch.

    • Git fetch is useful for reviewing changes before merging, while Git merge is used to integrate changes into your curr...

  • Answered by AI

Skills evaluated in this interview

Top Infosys Devops Engineer Interview Questions and Answers

Q1. Which programming languages do you use regularly in your work?
View answer (4)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

Scrum Master interview

user image CareersTalk

posted on 10 Feb 2022

 · scrum
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are mandatory fields in Swift MT 103
  • Ans. 

    Mandatory fields in Swift MT 103 message

    • Sender's Reference (20)

    • Sender's Account Number (50K)

    • Receiver's Account Number (59)

    • Amount (32A)

    • Currency (33B)

    • Value Date (32A)

    • Sender's Correspondent (53A)

    • Receiver's Correspondent (54A)

  • Answered by AI
  • Q2. Regarding charges and explain for our, sha and ben
  • Q3. Difference between serial and cover method
  • Ans. 

    Serial method involves testing one sample at a time, while cover method involves testing multiple samples together.

    • Serial method tests samples individually in sequence

    • Cover method tests multiple samples simultaneously

    • Serial method is time-consuming but more accurate

    • Cover method is faster but may lead to false negatives

    • Example: Serial method used in PCR testing, cover method used in pool testing

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between iso and Swift
  • Ans. 

    ISO is a set of international standards for various industries, while Swift is a messaging network used by financial institutions.

    • ISO stands for International Organization for Standardization, which sets standards for various industries such as quality management (ISO 9001) and information security (ISO 27001).

    • Swift (Society for Worldwide Interbank Financial Telecommunication) is a messaging network used by financial i...

  • Answered by AI
  • Q2. Difference between waterfall and agile methodologies
  • Ans. 

    Waterfall is a linear sequential approach to software development, while Agile is an iterative and incremental approach.

    • Waterfall follows a sequential process, while Agile allows for flexibility and adaptability.

    • Waterfall requires all requirements to be defined upfront, while Agile allows for changes throughout the project.

    • Waterfall has a fixed timeline and budget, while Agile focuses on delivering value in short itera...

  • Answered by AI
  • Q3. Types pacs messages

Skills evaluated in this interview

Top Infosys Senior Associate Consultant Interview Questions and Answers

Q1. Suppose there are two tables: A Customer table and an Order table. The Order table has a column OrderID CustomerID, OrderStatus, and TotalAmount. The Customer table has the columns CustomerID, CustomerName, PhoneNumber, and Email. Write dow... read more
View answer (2)

Senior Associate Consultant Interview Questions asked at other Companies

Q1. What is journal entries? What is cash allotment? What is differance between PO and Non-PO Invoice? What is accural expanses? What is prepaid expanses? What is vendor ageing? What is MIS? What is trend report?
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
-

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(17 Questions)

  • Q1. Middleware concept
  • Q2. Global exception handling
  • Q3. Authentication and authorisation mechanism
  • Q4. How to secure your web api
  • Ans. 

    Securing a web API involves implementing authentication, authorization, and encryption.

    • Implement authentication to verify the identity of the client accessing the API

    • Implement authorization to control what actions the client can perform

    • Use HTTPS to encrypt the communication between the client and the API

    • Implement rate limiting to prevent abuse and protect against denial-of-service attacks

    • Apply input validation and outp...

  • Answered by AI
  • Q5. GitHub repository work flow
  • Q6. How to improving your web api performance
  • Ans. 

    Improving web API performance involves optimizing code, caching, using asynchronous programming, and scaling infrastructure.

    • Optimize code by reducing unnecessary database queries, using efficient algorithms, and minimizing network calls.

    • Implement caching to store frequently accessed data and reduce the load on the server.

    • Use asynchronous programming to handle multiple requests concurrently and improve responsiveness.

    • Sc...

  • Answered by AI
  • Q7. Basic oops concept
  • Q8. Difference between generic and delegates
  • Ans. 

    Delegates are function pointers used to encapsulate methods, while generics are used to create reusable code for different data types.

    • Delegates are used to create callbacks and event handlers.

    • Generics allow the creation of classes, methods, and interfaces that can work with different data types.

    • Delegates can be used to define and invoke methods dynamically at runtime.

    • Generics provide type safety and eliminate the need ...

  • Answered by AI
  • Q9. Where to use generic concept in your project?
  • Ans. 

    Generics can be used in projects to create reusable code that can work with different types.

    • Generics can be used in data structures like lists, dictionaries, and queues to store and retrieve different types of data.

    • Generics can be used in algorithms and functions to work with different types of inputs and outputs.

    • Generics can be used in database operations to handle different types of data.

    • Generics can be used in user ...

  • Answered by AI
  • Q10. What is the use of delegates?
  • Ans. 

    Delegates are used to create references to methods, allowing methods to be passed as parameters or stored as variables.

    • Delegates provide a way to achieve callback functionality in C#.

    • Delegates can be used to implement event handling.

    • Delegates enable loose coupling and separation of concerns.

    • Delegates can be used to create and invoke anonymous methods.

    • Delegates can be used to implement the observer pattern.

  • Answered by AI
  • Q11. Write join query using entity framework
  • Ans. 

    Join query using Entity Framework

    • Use the LINQ query syntax to perform joins in Entity Framework

    • Use the 'join' keyword to specify the join condition

    • Use 'into' keyword to create a group join

    • Use 'on' keyword to specify the join condition

    • Use 'equals' keyword to define the equality condition

  • Answered by AI
  • Q12. What is dependency injection and life cycle methods
  • Ans. 

    Dependency injection is a design pattern that allows objects to be loosely coupled by providing their dependencies externally.

    • Dependency injection is a way to achieve inversion of control in software development.

    • It helps in creating loosely coupled and modular code.

    • In dependency injection, the dependencies of a class are provided externally rather than being created within the class itself.

    • This allows for easier testin...

  • Answered by AI
  • Q13. Basic Linq questions
  • Q14. How to returen& handle large number of records in web api
  • Ans. 

    To handle large number of records in a web API, you can use pagination, streaming, or compression techniques.

    • Implement pagination to retrieve records in smaller chunks

    • Use streaming to process and return records in real-time

    • Apply compression techniques like GZIP to reduce the size of the response

    • Consider caching strategies to improve performance

  • Answered by AI
  • Q15. Filters concepts
  • Q16. Explain the structure of the project?
  • Ans. 

    The project structure in Dot Net Core typically consists of folders for source code, configuration files, and dependencies.

    • The source code is usually organized into folders based on the application's modules or layers, such as Controllers, Models, and Views.

    • Configuration files like appsettings.json store application settings and connection strings.

    • Dependencies are managed using a package manager like NuGet, and their v...

  • Answered by AI
  • Q17. Why should use entity framework rather than writing sql query?
  • Ans. 

    Entity Framework provides a higher level of abstraction, simplifies database operations, improves productivity, and reduces code complexity.

    • Entity Framework abstracts away the underlying database, allowing developers to work with a higher level of abstraction.

    • It simplifies database operations by providing an object-oriented approach to data access.

    • Entity Framework improves productivity by reducing the amount of code ne...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Dot Net Core Developer interview:
  • .Net Core
  • Entity Framework
  • LINQ
  • Web Api
  • SQL Server
  • C#

Skills evaluated in this interview

Top Infosys Dot Net Core Developer Interview Questions and Answers

Q1. How to returen& handle large number of records in web api
View answer (1)

Dot Net Core Developer Interview Questions asked at other Companies

Q1. How to returen& handle large number of records in web api
View answer (1)

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, Agile, Project Management 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. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) Ho...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.

Infosys Interview Process for Experienced

based on 1.2k interviews

Interview experience

4.1
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 38.4k reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 38.4k Reviews and Ratings
Lean-Six Sigma Professional

Hyderabad / Secunderabad

7-12 Yrs

Not Disclosed

Mainframe Developer- Pune

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Angular Developer

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.2k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.4k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 L/yr - ₹17.1 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview