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
3.7

based on 36.9k Reviews

Filter interviews by

Infosys Senior Datastage Developer Interview Questions and Answers

Updated 29 Dec 2020

Infosys Senior Datastage Developer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to implement SCD Type 2?
  • Ans. 

    SCD Type 2 is implemented by creating a new record for each change in dimension attributes and maintaining a history of changes.

    • Identify the dimension attributes that need to be tracked for changes

    • Add a surrogate key to the dimension table

    • Create a new record with a new surrogate key for each change in dimension attributes

    • End-date the previous record when a new record is created

    • Maintain a history of changes by keeping a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For 3 year experience

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me the high level overview of dataguard installation?
  • Q2. What are your daily tasks adn what things you handel in your team?
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. SQL Question on window functions to find the highest sale amount per day of the stores
  • Q2. Build an ETL Pipeline to read json files which are dropping at irregular times into storage. So how do you transform and match the schema etc.,
  • Q3. Write a pyspark code to join two tables and explain broadcastjoin() & what it does?
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
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Start up parameters of sql server
  • Ans. 

    Start up parameters are used to configure the behavior of SQL Server when it starts up.

    • Start up parameters are specified in the SQL Server Configuration Manager.

    • Common start up parameters include -d (database files location), -e (error log location), -m (single user mode), -T (trace flags), etc.

    • Start up parameters can be modified to customize the behavior of SQL Server during startup.

    • Example: -dC:\Program Files\Microso...

  • Answered by AI
  • Q2. Differential backup query
  • Q3. Sql server statics
  • Q4. Log file architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - kindly prepare all the topics about sql server.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between join and lookup
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column, while lookup is used to retrieve data from a reference table based on a matching key.

    • Join combines rows from multiple tables based on a related column

    • Lookup retrieves data from a reference table based on a matching key

    • Join can result in duplicate rows if there are multiple matches, while lookup returns only the first matching row

    • Join is use...

  • Answered by AI
  • Q2. Diffrence between fact table and dimension table
  • Ans. 

    Fact table contains quantitative data and measures, while dimension table contains descriptive attributes.

    • Fact table contains numerical data that can be aggregated (e.g. sales revenue, quantity sold)

    • Dimension table contains descriptive attributes for analysis (e.g. product name, customer details)

    • Fact table is typically normalized, while dimension table is denormalized for faster queries

    • Fact table is usually larger in s

  • Answered by AI
  • Q3. Sed command to display last before line
  • Ans. 

    Use sed command to display the line before a specific pattern

    • Use 'sed -n '/pattern/{g;1!p;};h' file.txt' to display the line before the pattern

    • Replace 'pattern' with the specific pattern you are looking for

    • This command will display the line before the pattern in the file

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Dataguard architecture
  • Q2. Rman backup and restoration
Round 2 - HR 

(1 Question)

  • Q1. Why you join inm
  • Ans. 

    I joined inm because of the company's reputation for innovation and growth in the tech industry.

    • Attracted to company's reputation for innovation

    • Excited about opportunities for growth in tech industry

    • Impressed by company culture and values

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between list and set
  • Ans. 

    List is an ordered collection of elements with duplicates allowed, while set is an unordered collection of unique elements.

    • List maintains the order of elements, while set does not guarantee any specific order.

    • List allows duplicate elements, while set does not allow duplicates.

    • Example: List - [1, 2, 3, 1], Set - {1, 2, 3}

  • Answered by AI
  • Q2. How to optimize pyspark
  • Ans. 

    Optimizing PySpark involves tuning configurations, using efficient transformations/actions, and leveraging caching.

    • Tune PySpark configurations for optimal performance (e.g. adjusting memory settings, parallelism)

    • Use efficient transformations/actions to minimize unnecessary data shuffling (e.g. using narrow transformations like map instead of wide transformations like groupByKey)

    • Leverage caching to persist intermediate

  • Answered by AI
  • Q3. Explain SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable...

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 Infosys interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Infosys Senior Datastage Developer Salary
based on 4 salaries
₹4.9 L/yr - ₹13 L/yr
40% less than the average Senior Datastage Developer Salary in India
View more details

Infosys Senior Datastage Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.4k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.9k 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.1k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
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