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 Data Engineer Interview Questions, Process, and Tips for Experienced

Updated 26 Mar 2025

Top Infosys Data Engineer Interview Questions and Answers for Experienced

  • Q1. What is the process of performing ETL (Extract, Transform, Load), and can you provide an example?
  • Q2. How to join 2 datasets if one is much larger than the other
  • Q3. What are examples of iaas,paas,saas

Infosys Data Engineer Interview Experiences for Experienced

6 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. How to join 2 datasets if one is much larger than the other
  • Q2. What is the process of performing ETL (Extract, Transform, Load), and can you provide an example?
  • Ans. 

    ETL is a data integration process that involves extracting data, transforming it for analysis, and loading it into a target system.

    • Extract: Gather data from various sources like databases, APIs, or flat files. Example: Pulling customer data from a CRM system.

    • Transform: Clean and format the data to meet business requirements. Example: Converting date formats or aggregating sales data.

    • Load: Insert the transformed data in...

  • Answered by AI

Data Engineer Interview Questions & Answers

user image Param Nikhil

posted on 26 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly on Spark

Data Engineer Interview Questions Asked at Other Companies for Experienced

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q2. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in LTIMindtree
Q3. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more
asked in Sigmoid
Q4. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more
asked in Sigmoid
Q5. Zigzag Binary Tree Traversal Problem Statement Determine the zigz ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are examples of iaas,paas,saas
  • Ans. 

    Examples of IaaS, PaaS, and SaaS include AWS (IaaS), Google App Engine (PaaS), and Salesforce (SaaS).

    • IaaS - Infrastructure as a Service: AWS, Microsoft Azure, Google Cloud Platform

    • PaaS - Platform as a Service: Google App Engine, Heroku, Microsoft Azure App Service

    • SaaS - Software as a Service: Salesforce, Google Workspace, Microsoft Office 365

  • Answered by AI
  • Q2. Difference between Adf and ADB
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service. ADB stands for Azure Databricks, an Apache Spark-based analytics platform.

    • ADF is used for data integration and orchestration, while ADB is used for big data analytics and machine learning.

    • ADF provides a visual interface for building data pipelines, while ADB offers collaborative notebooks for data exploration and analysis.

    • ADF supports various da...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Mataparthi Raghavendra Rao

posted on 27 May 2024

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

(1 Question)

  • Q1. Different ADF activities used by me
  • Ans. 

    Some ADF activities include Copy Data, Execute Pipeline, Lookup, and Web Activity.

    • Copy Data activity for moving data between sources and sinks

    • Execute Pipeline activity for running another pipeline within a pipeline

    • Lookup activity for retrieving data from a dataset

    • Web Activity for calling a web service or API

  • Answered by AI

Skills evaluated in this interview

Infosys interview questions for designations

 Big Data Engineer

 (5)

 Senior Data Engineer

 (3)

 Data Architect

 (1)

 Azure Data Engineer

 (2)

 Gcp Data Engineer

 (1)

 Data Warehouse Consultant

 (1)

 Data Migration Consultant

 (1)

 Big Data Developer

 (1)

Data Engineer Interview Questions & Answers

user image Someshwar Kolluru

posted on 9 Feb 2024

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

(1 Question)

  • Q1. Datafactory, databricks sample questions

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2021

Interview Questionnaire 

3 Questions

  • Q1. Spark optimizations
  • Q2. Last project work in and your role
  • Q3. Basic aws services and use case

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are from cs background and interviewer is a bit technical then data structure is a must.

Data Engineer Jobs at Infosys

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

Infosys Interview FAQs

How many rounds are there in Infosys Data Engineer interview for experienced candidates?
Infosys interview process for experienced candidates usually has 1 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical.
How to prepare for Infosys Data Engineer 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 Spark, Big Data, ETL, Python and Hive.
What are the top questions asked in Infosys Data Engineer interview for experienced candidates?

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

  1. What is the process of performing ETL (Extract, Transform, Load), and can you p...read more
  2. How to join 2 datasets if one is much larger than the ot...read more
  3. What are examples of iaas,paas,s...read more

Tell us how to improve this page.

Infosys Data Engineer Interview Process for Experienced

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Data Engineer Salary
based on 1.5k salaries
₹2.4 L/yr - ₹11.5 L/yr
38% less than the average Data Engineer Salary in India
View more details

Infosys Data Engineer Reviews and Ratings

based on 87 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

2.5

Salary

3.9

Job security

3.5

Company culture

2.4

Promotions

3.3

Work satisfaction

Explore 87 Reviews and Ratings
Azure Databricks Data Engineer

Hyderabad / Secunderabad,

Pune

+1

2-5 Yrs

₹ 5-15 LPA

Data Engineer - Google big query

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Azure Databricks Data Engineer/Developer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.6 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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