Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 85.5k Reviews

Filter interviews by

TCS ETL Developer Interview Questions and Answers

Updated 6 Dec 2024

TCS ETL Developer Interview Experiences

7 interviews found

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 Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Lookup ,router,joiner
  • Q2. Different types of caches
  • Q3. Scd1 and scd2 implementation
  • Q4. Fact and dimensions tables and different data modelling
Round 2 - HR 

(1 Question)

  • Q1. Salary discuss and location discussion

ETL Developer Interview Questions & Answers

user image Vikash Kumar

posted on 21 Oct 2024

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

I applied via campus placement at Anna University and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Lookup transformation
  • Q2. Joiner transformation

ETL Developer Interview Questions Asked at Other Companies

asked in Ciber
Q1. What are the content of APT_CONFIG_FILE? Can you brief on the rel ... read more
asked in Ciber
Q2. What is RCP? In What scenario you have used this in your project?
Q3. What is trigger . Do Implementation of types of trigger?
asked in Ciber
Q4. What are the methods available in Aggregator stage?
Q5. How will you run 300 SPs sequential n parallel in SQL server

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Informatica power centre transformation questions

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2022

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oracle DWH concept Informatica

Interview Preparation Tips

Interview preparation tips for other job seekers - Just apply .you may not be the best candidate or have all the require qulification ,but you 'll never
get a job you don't try

TCS interview questions for designations

 Senior ETL Developer

 (1)

 Informatica ETL Developer

 (1)

 ETL Tester

 (5)

 ETL Talend Developer

 (1)

 Developer

 (44)

 Software Developer

 (493)

 Java Developer

 (180)

 Salesforce Developer

 (35)

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 27 May 2022

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Introduction, projects worked, technology stack, scenario based questions, challenges
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and general discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and be open with the answers.

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 27 May 2022

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General, project overview, technology stack, scenario based questions, challenges and experiences
Round 2 - HR 

(1 Question)

  • Q1. General, salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and share your experiences

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2023

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

I applied via campus placement at SGGS College of Engineering & Technology, Nanded and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

2 coding questions, 1 hr and Aptitude questions are also clubbed into other section.

Round 3 - HR 

(3 Questions)

  • Q1. Are flexible with location
  • Ans. Yes, I am flexible with location
  • Answered Anonymously
  • Q2. Are you ok if we give you testing project
  • Ans. 

    Yes, I am open to taking on a testing project as part of my role as an ETL Developer.

    • I have experience with testing tools and methodologies in my previous roles.

    • I understand the importance of testing in ensuring data accuracy and quality.

    • Taking on a testing project will help me improve my skills and knowledge in ETL development.

  • Answered by AI
  • Q3. Are you flexible with working hours

Interview Preparation Tips

Interview preparation tips for other job seekers - You will get great experience in TCS. If you are 30+yrs age and want stability then join TCS.

Interview questions from similar companies

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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explainyour job role
  • Ans. 

    ETL Developers are responsible for designing, developing, and maintaining ETL processes to extract, transform, and load data from various sources into a data warehouse.

    • Designing ETL processes to extract data from multiple sources

    • Transforming data to meet business requirements

    • Loading data into a data warehouse or other target systems

    • Developing and maintaining ETL jobs using tools like Informatica, Talend, or SSIS

  • Answered by AI
  • Q2. Explain implementation of SCD 1 in IICS
  • Ans. 

    SCD Type 1 in IICS involves overwriting existing data with new data without maintaining historical changes.

    • In IICS, use the Mapping Designer to create a mapping that loads data from source to target.

    • Use a Lookup transformation to check if the record already exists in the target table.

    • If the record exists, update the existing record with new data using an Update Strategy transformation.

    • If the record does not exist, inse...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is loads in informatica
  • Ans. 

    Loads in Informatica refer to the process of moving data from source to target in a data warehouse.

    • Loads involve extracting data from source systems

    • Transforming the data as needed

    • Loading the data into the target data warehouse or database

    • Loads can be full, incremental, or delta depending on the requirements

    • Example: Loading customer data from a CRM system into a data warehouse for analysis

  • Answered by AI
  • Q2. Query to find duplicates in table
  • Ans. 

    Use GROUP BY and HAVING clause to find duplicates in a table.

    • Use GROUP BY to group rows with same values together

    • Use HAVING COUNT(*) > 1 to filter out duplicates

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

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am an experienced ETL Developer with a strong background in data integration and transformation.

    • Over 5 years of experience in ETL development

    • Proficient in using tools like Informatica, Talend, and SSIS

    • Strong SQL skills for data querying and manipulation

    • Experience in designing and implementing data warehouses

    • Familiar with data modeling and ETL best practices

  • Answered by AI
  • Q2. What is SCD type2

TCS Interview FAQs

How many rounds are there in TCS ETL Developer interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
How to prepare for TCS ETL Developer 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 TCS. The most common topics and skills that interviewers at TCS expect are ETL, Informatica, SQL, Python and Data Warehousing.
What are the top questions asked in TCS ETL Developer interview?

Some of the top questions asked at the TCS ETL Developer interview -

  1. Are you ok if we give you testing proj...read more
  2. Fact and dimensions tables and different data modell...read more
  3. Are flexible with locat...read more

Tell us how to improve this page.

TCS ETL Developer Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 7 TCS interviews
Campus Placement
Job Portal
43%
29%
28% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
TCS ETL Developer Salary
based on 1.4k salaries
₹2.4 L/yr - ₹11 L/yr
12% less than the average ETL Developer Salary in India
View more details

TCS ETL Developer Reviews and Ratings

based on 94 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-Life balance

2.8

Salary & Benefits

4.5

Job Security

3.5

Company culture

2.6

Promotions/Appraisal

3.3

Work Satisfaction

Explore 94 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview