Upload Button Icon Add office photos

Filter interviews by

HCL Group Datastage Developer Interview Questions and Answers

Updated 24 Apr 2024

HCL Group Datastage Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Data stage scenario
  • Q2. Difference between Data Stage and informatica
  • Ans. 

    Data Stage is an ETL tool by IBM, while Informatica is a popular ETL tool by Informatica Corporation.

    • Data Stage is developed by IBM, while Informatica is developed by Informatica Corporation.

    • Data Stage is known for its parallel processing capabilities, while Informatica is known for its ease of use and flexibility.

    • Data Stage has a graphical interface for designing jobs, while Informatica uses a more traditional workflo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCL Group Datastage Developer interview:
  • Complete Data Stage

Skills evaluated in this interview

Interview questions from similar companies

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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Aug 2022.

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 

(2 Questions)

  • Q1. Basic questions about datastage Like difference between lookup,merge,join Questions with dataset and sequential stage. Then few questions asked on transformer stage.
  • Q2. Remove duplicate using datastage
  • Ans. 

    Use Datastage to remove duplicates from a dataset

    • Use a Remove Duplicates stage in Datastage to eliminate duplicate records

    • Configure the Remove Duplicates stage to identify and remove duplicates based on specific key columns

    • Ensure that the dataset is sorted properly before applying the Remove Duplicates stage

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. In second round most they focused on scenario based questions in both datastage and SQL.
Round 4 - HR 

(1 Question)

  • Q1. Salary and location discussion

Skills evaluated in this interview

Datastage Developer Interview Questions & Answers

IBM user image Neeraj Ramesh Deshbhratar

posted on 13 Nov 2021

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Your total experience is 6+ in SQL and SSIS, but your relevant experience in Datastage is 3+, and already you are on a higher package as compared with 3 years Datastage developer, we might tak a pause here...
  • Ans. 

    My experience in SQL and SSIS has prepared me well for Datastage development. I am confident in my ability to quickly learn and excel in this role.

    • My experience in SQL and SSIS has given me a strong foundation in data integration and ETL processes.

    • I have already demonstrated my ability to learn quickly and adapt to new technologies, as evidenced by my success in my current role.

    • I am eager to expand my skillset and take...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I may have been working excessively on SQL and SSIS, but I started learning Datastage ETL tool as well. See, the point is how quick learner I am. There are people who are with 4+ in Datastage, but still I have to explain them the flow. Even when the assigned development is completed, I tune the jobs, remove unwanted columns, RCPs etc. I learned quickly and accelerated myself and that’s why my current employer gave me the opportunity to lead. I think everyone deserves a chance to prove themselves. I thought I’ll get a chance here as well but was unfortunate as they saw only those things what were on Resume, it’s better to drill down in the interviews rather than seeing the less experience. People with less knowledge as well get a good package, but if someone wants to learn then the recruiter should give a shot at least. It’s not the concern of package, I even was ready to negotiate as far as possible because I was getting a lifetime opportunity to work on a newer tech, but all in vain.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Mostly scenario based questions according to domain i got insurance based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn to answer scenario based and how you approach from all different technologies datastage Sql Unix
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
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dba, explain the architecture of dba
  • Ans. 

    DBA stands for Database Administrator. The architecture of DBA involves managing and maintaining databases to ensure data integrity and security.

    • DBA is responsible for installing, configuring, and upgrading database software.

    • They monitor database performance and troubleshoot issues.

    • DBA designs and implements backup and recovery strategies to prevent data loss.

    • They also manage user access and security permissions within...

  • Answered by AI
  • Q2. How you will maintain the database and what are the types of backup
  • Ans. 

    Maintaining the database involves regular monitoring, performance tuning, applying patches, and ensuring backups are taken regularly.

    • Regularly monitor database performance and usage

    • Perform routine maintenance tasks such as applying patches and updates

    • Take regular backups to ensure data integrity and disaster recovery

    • Implement security measures to protect the database from unauthorized access

    • Optimize database performanc

  • 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

HCL Group Interview FAQs

How many rounds are there in HCL Group Datastage Developer interview?
HCL Group interview process usually has 1 rounds. The most common rounds in the HCL Group interview process are Technical.
What are the top questions asked in HCL Group Datastage Developer interview?

Some of the top questions asked at the HCL Group Datastage Developer interview -

  1. Difference between Data Stage and informat...read more
  2. Data stage scena...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 HCL Group interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
HCL Group Datastage Developer Salary
based on 11 salaries
₹4.2 L/yr - ₹7.2 L/yr
28% less than the average Datastage Developer Salary in India
View more details

HCL Group Datastage Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
3.7k salaries
unlock blur

₹1.9 L/yr - ₹9.2 L/yr

Technical Lead
3.5k salaries
unlock blur

₹6.9 L/yr - ₹25 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Lead Engineer
2.6k salaries
unlock blur

₹4.3 L/yr - ₹13.5 L/yr

Senior Analyst
2.2k salaries
unlock blur

₹1.6 L/yr - ₹8 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Tata Group

4.2
Compare

Wipro

3.7
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