Upload Button Icon Add office photos
Engaged Employer

i

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

Cognizant Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Informatica ETL Developer Interview Questions, Process, and Tips

Updated 23 Jun 2022

Cognizant Informatica ETL Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is filter transformation
  • Ans. 

    Filter transformation is used to filter rows from a data source based on specified conditions.

    • Filter transformation is an active transformation in Informatica PowerCenter.

    • It allows you to define conditions to filter rows from the source data.

    • Rows that meet the filter conditions are passed to the next transformation, while others are dropped.

    • Filter transformation can be used to eliminate unwanted data or select specific...

  • Answered by AI
  • Q2. Difference between connected and unconnected lookup
  • Ans. 

    Connected lookup is used in mapping flow, while unconnected lookup is used in expression transformation.

    • Connected lookup is used in mapping flow, while unconnected lookup is used in expression transformation.

    • Connected lookup receives input values directly from the pipeline, while unconnected lookup receives input values from the calling transformation.

    • Connected lookup returns a value to the pipeline, while unconnected ...

  • Answered by AI
  • Q3. Diff between active and passive transformation
  • Ans. 

    Active transformations change the number of rows that pass through it, while passive transformations do not.

    • Active transformations change the data stream by adding, deleting, or modifying rows

    • Passive transformations do not change the data stream, but may change the data within the stream

    • Active transformations include Filter, Router, Update Strategy, and Expression

    • Passive transformations include Aggregator, Joiner, Look

  • Answered by AI
  • Q4. How to improve performance
  • Q5. What is pushdown automata
  • Ans. 

    Pushdown automata is a type of automata that can recognize context-free languages.

    • Pushdown automata is a theoretical model of computation.

    • It has a stack that can be used to store and retrieve information.

    • It is used to recognize context-free languages.

    • It is more powerful than finite automata but less powerful than Turing machines.

    • Examples of context-free languages include arithmetic expressions and programming languages

  • Answered by AI
  • Q6. How to update table without using update startegy
  • Ans. 

    Use SQL merge statement to update table without update strategy

    • Use SQL merge statement to update table

    • Specify the source and target tables

    • Define the join condition

    • Specify the columns to update

    • Use WHEN MATCHED THEN UPDATE statement

    • Use WHEN NOT MATCHED THEN INSERT statement

  • Answered by AI
Round 2 - Coding Test 

More on informatica and SQL code

Round 3 - HR 

(1 Question)

  • Q1. Nothing difficult just discuss about pay scale

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong on basic transformation and SQL queries

Skills evaluated in this interview

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. About informatica,SQL,dwa
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge on Informatica and oracle sql

I was interviewed in Apr 2021.

Interview Questionnaire 

1 Question

  • Q1. Questions were basic and advanced level of questions.basically you will have two set of rounds technical and managerial round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident at what you learn

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

Interview Questionnaire 

4 Questions

  • Q1. What is the difference between delete , truncate and drop?
  • Ans. 

    Delete removes specific rows from a table, truncate removes all rows, and drop removes the entire table.

    • Delete is a DML operation, while truncate and drop are DDL operations.

    • Delete is slower as it logs individual row deletions, while truncate and drop are faster.

    • Delete can be rolled back, while truncate and drop cannot be rolled back.

    • Delete can have conditions to specify which rows to delete, while truncate and drop af...

  • Answered by AI
  • Q2. Write a SQL query to find the duplicates?
  • Ans. 

    A SQL query to find duplicates in a table.

    • Use the GROUP BY clause to group the records by the columns that may have duplicates.

    • Use the HAVING clause to filter the groups that have more than one record.

    • Select the columns that you want to display in the result.

    • Order the result if necessary.

  • Answered by AI
  • Q3. Difference between union and union all
  • Ans. 

    Union combines the result sets of two or more SELECT statements, while Union All combines all rows from two or more SELECT statements.

    • Union removes duplicate rows from the result set, while Union All does not.

    • Union requires the number and order of columns in all SELECT statements to be the same, while Union All does not have this requirement.

    • Union is slower than Union All because it performs a distinct operation, while...

  • Answered by AI
  • Q4. Write any analytical syntax.
  • Ans. 

    An analytical syntax example is SELECT COUNT(*) FROM table_name;

    • Analytical syntax is used to retrieve and analyze data from databases

    • Commonly used in business intelligence and data warehousing

    • Other examples include GROUP BY, ORDER BY, and JOIN statements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all the youtube video consisting of high level queries. Practice those query as much possible.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

Cognizant Interview FAQs

How many rounds are there in Cognizant Informatica ETL Developer interview?
Cognizant interview process usually has 3 rounds. The most common rounds in the Cognizant interview process are HR, Technical and Coding Test.
What are the top questions asked in Cognizant Informatica ETL Developer interview?

Some of the top questions asked at the Cognizant Informatica ETL Developer interview -

  1. How to update table without using update start...read more
  2. Difference between connected and unconnected loo...read more
  3. What is filter transformat...read more

Tell us how to improve this page.

Cognizant Informatica ETL Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 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
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Cognizant Informatica ETL Developer Salary
based on 254 salaries
₹3.9 L/yr - ₹15.9 L/yr
36% more than the average Informatica ETL Developer Salary in India
View more details

Cognizant Informatica ETL Developer Reviews and Ratings

based on 12 reviews

4.1/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.2

Salary

4.4

Job security

4.4

Company culture

3.2

Promotions

4.1

Work satisfaction

Explore 12 Reviews and Ratings
Associate
72.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
48.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Processing Executive
28.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
17.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

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