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
3.8

based on 47.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Informatica Developer Interview Questions and Answers

Updated 27 Sep 2022

Cognizant Informatica Developer Interview Experiences

3 interviews found

I was interviewed in Mar 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. All they asked about data warehouse concept
  • Q2. Difference between database and dataware house
  • Ans. 

    Database is a collection of related data while data warehouse is a large collection of data used for business analysis.

    • Database is used for transactional processing while data warehouse is used for analytical processing.

    • Database is designed for day-to-day operations while data warehouse is designed for decision-making purposes.

    • Database is usually smaller in size while data warehouse is much larger in size.

    • Database is n...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Datawarehouse concept , difference between database and dataware house

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Basic questions about the skillset

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with the basics. Questions may vary depending upon the interviewer.

Informatica Developer Interview Questions Asked at Other Companies

asked in BNP Paribas
Q1. if we dont specify anything in group by aggregator what will happ ... read more
asked in Cognizant
Q2. 1. What is factless fact. 2. Star schema vs snowflake schema. And ... read more
asked in BNP Paribas
Q3. what kind of transformation is update strategy? explain
asked in Wipro
Q4. What is the difference between iics and power center
asked in Capgemini
Q5. Given 2 table A and B. Find count of left join, right join, inner ... read more

I was interviewed in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. 1. What is factless fact. 2. Star schema vs snowflake schema. And which is normalized. 3. About oracle joins.
  • Ans. 

    Answers to questions related to Informatica Developer role.

    • Factless fact is a fact table that does not have any measures.

    • Star schema has a single fact table and multiple dimension tables, while snowflake schema has multiple dimension tables that are further normalized.

    • Oracle joins include inner join, left join, right join, and full outer join.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They will focus on theory instead of knowledge. So read concepts clearly.

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Analytical functions difference
  • Ans. 

    Analytical functions are used to perform calculations across a set of rows related to the current row.

    • Analytical functions operate on a group of rows and return a single result for each row

    • They can be used to calculate running totals, moving averages, rank, percentiles, etc.

    • Examples include ROW_NUMBER(), RANK(), SUM() OVER(), AVG() OVER()

  • Answered by AI
  • Q2. Which transformation uses in scd2?
  • Ans. 

    The Slowly Changing Dimension Type 2 (SCD2) transformation is used for handling historical data changes in a data warehouse.

    • SCD2 transformation is used to track historical changes in dimension tables.

    • It maintains multiple versions of a record by adding new rows with updated information and end-dating the previous record.

    • Commonly used in scenarios where historical data needs to be preserved and queried.

    • Example: When a c...

  • Answered by AI
  • Q3. Unix basic, how to find particular file in directory?
  • Q4. Given 2 table A and B. Find count of left join, right join, inner join, full outer join?
  • Ans. 

    To find the count of different types of joins between two tables A and B.

    • Left join: Includes all records from table A and matching records from table B.

    • Right join: Includes all records from table B and matching records from table A.

    • Inner join: Includes only the matching records from both tables.

    • Full outer join: Includes all records when there is a match in either table A or table B.

  • Answered by AI
  • Q5. Incremental load

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Diff between powercenter and IICS
  • Ans. 

    PowerCenter is an on-premise data integration tool, while IICS is a cloud-based integration platform.

    • PowerCenter is on-premise, IICS is cloud-based

    • PowerCenter is a traditional ETL tool, IICS is a modern integration platform

    • PowerCenter requires infrastructure setup, IICS is managed by Informatica

    • PowerCenter is more suitable for large enterprises with on-premise data, IICS is better for cloud-based integrations

  • Answered by AI
  • Q2. Types of caches
  • Ans. 

    Types of caches include memory cache, disk cache, and browser cache.

    • Memory cache stores data in memory for quick access.

    • Disk cache stores data on the hard drive for faster retrieval.

    • Browser cache stores web page elements to reduce loading times.

    • Other types include CPU cache, page cache, and object cache.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Data warehouse concept
  • Q2. Linux commands like sed ,grep,find
  • Q3. Diff between char and varchar
  • Ans. 

    Char is fixed length string data type, while varchar is variable length string data type.

    • Char stores fixed length strings, while varchar stores variable length strings.

    • Char pads with spaces to reach fixed length, while varchar does not pad.

    • Char is faster for fixed length data, while varchar is more flexible for variable length data.

  • Answered by AI
  • Q4. How to connect the session using unix
  • Ans. 

    To connect a session using Unix, you can use the pmcmd command with appropriate arguments.

    • Use the pmcmd command followed by the connect option to connect to the Informatica session.

    • Provide the necessary connection details such as domain, repository, username, and password.

    • You can also specify the session name and folder path if needed.

    • Example: pmcmd connect -sv MyInformaticaServer -d MyDomain -u MyUsername -p MyPasswor

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assessment 

(1 Question)

  • Q1. Questions related to informatica powercenter basic to mid level
Round 2 - Technical 

(5 Questions)

  • Q1. Self intro as usual
  • Q2. What are active and passive transformations?
  • Ans. 

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

    • Active transformations can filter, update, or modify the number of rows in a data stream (e.g. Filter, Router, Update Strategy).

    • Passive transformations do not change the number of rows in a data stream, they only allow data to pass through unchanged (e.g. Expression, Lookup, Sequence G

  • Answered by AI
  • Q3. Some basic questions on transformations like Expression, Update, Router, filter, SQ,lookup etc
  • Q4. What are different types of lookup caches
  • Ans. 

    Different types of lookup caches include persistent cache, dynamic cache, and shared cache.

    • Persistent cache stores lookup data in a flat file or database table for reuse across sessions.

    • Dynamic cache dynamically loads lookup data into memory as needed during a session.

    • Shared cache allows multiple sessions to share the same cache for improved performance.

  • Answered by AI
  • Q5. Difference between filter and router.
  • Ans. 

    Filter is used to pass or reject data based on conditions, while router is used to route data to different targets based on conditions.

    • Filter is used to include or exclude data based on specified conditions.

    • Router is used to direct data to different targets based on specified conditions.

    • Filter is typically used to remove unwanted data, while router is used to split data flow.

    • Example: Using filter to exclude records wit...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Some basic to medium level questions on transformations
  • Q2. Some real time scenario questions
  • Q3. Direct and indirect file loading
Round 4 - HR 

(2 Questions)

  • Q1. Asked for Mumbai location
  • Q2. 5 days Client office

Interview Preparation Tips

Interview preparation tips for other job seekers - Though it went well till HR round, they have dropped my profile saying that they need mumbai Resident people for this role.
Even though I agreed for relocation as well. They rejected me after all 4 freaking rounds.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Oct 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 - Technical 

(4 Questions)

  • Q1. Sql/ data warehousing/ scenario based questions
  • Q2. Explain Daily work in detail
  • Q3. Google-informatica scenario based questions
  • Q4. Sql- 2nd highest or 3rd highest salary
  • Ans. 

    To find the 2nd or 3rd highest salary in SQL, use the 'ORDER BY' and 'LIMIT' clauses.

    • Use the 'ORDER BY' clause to sort the salaries in descending order.

    • Use the 'LIMIT' clause to specify the number of rows to return.

    • For 2nd highest salary: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

    • For 3rd highest salary: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basic and take time to explain your daily work.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between iics and power centre
  • Ans. 

    IICS is a cloud-based data integration platform while Power Centre is an on-premise data integration tool.

    • IICS is a newer platform compared to Power Centre

    • IICS offers more advanced features such as AI and machine learning capabilities

    • Power Centre is more suitable for large-scale data integration projects

    • IICS is more flexible and scalable due to its cloud-based nature

    • Power Centre requires more hardware and infrastructur...

  • Answered by AI
  • Q2. What is secure agent
  • Ans. 

    Secure Agent is a lightweight program that runs on-premises or in the cloud to securely connect to data sources.

    • Secure Agent is used in Informatica Cloud to securely connect to on-premises data sources

    • It is a lightweight program that can be installed on-premises or in the cloud

    • Secure Agent uses SSL/TLS encryption to secure data in transit

    • It can be configured to run on a schedule or triggered by an event

    • Examples of data...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and login before 5 mins ,it’s a 30 mins interview

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to transformation s
  • Q2. Questions of unix
Round 2 - Technical 

(2 Questions)

  • Q1. Adavanced topic of informatica
  • Q2. SQL queries questions

Cognizant Interview FAQs

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

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

  1. 1. What is factless fact. 2. Star schema vs snowflake schema. And which is norm...read more
  2. Difference between database and dataware ho...read more
  3. All they asked about data warehouse conc...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Cognizant interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Cognizant Informatica Developer Salary
based on 445 salaries
₹3 L/yr - ₹12 L/yr
12% more than the average Informatica Developer Salary in India
View more details

Cognizant Informatica Developer Reviews and Ratings

based on 23 reviews

4.0/5

Rating in categories

4.1

Skill development

3.8

Work-Life balance

3.7

Salary & Benefits

3.9

Job Security

4.0

Company culture

3.6

Promotions/Appraisal

3.7

Work Satisfaction

Explore 23 Reviews and Ratings
Associate
72.4k salaries
unlock blur

₹5.1 L/yr - ₹15.9 L/yr

Programmer Analyst
55.4k salaries
unlock blur

₹2.4 L/yr - ₹9.6 L/yr

Senior Associate
48.3k salaries
unlock blur

₹8.9 L/yr - ₹27.1 L/yr

Senior Processing Executive
28.6k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.2 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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