Upload Button Icon Add office photos

Filter interviews by

ANDNR SOFT SOLUTIONS ETL Tester Interview Questions and Answers

Updated 31 Jan 2023

ANDNR SOFT SOLUTIONS ETL Tester Interview Experiences

1 interview found

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2023

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 4 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 - One-on-one 

(3 Questions)

  • Q1. On SQL basics questions
  • Q2. On informatica power center
  • Q3. On jira basic question
Round 3 - Technical 

(4 Questions)

  • Q1. Self Working nature in company
  • Q2. Flexible to work any environment
  • Ans. 

    Yes

    • I am flexible to work in any environment, be it a team or individual work

    • I can adapt to different work cultures and work styles

    • I am open to learning new technologies and tools

    • I can work in different time zones and shifts if required

  • Answered by AI
  • Q3. Ready to work any location
  • Ans. 

    Yes, I am willing to work at any location.

    • I am open to relocation and willing to adapt to new environments.

    • I understand that the job may require me to travel or work at different locations.

    • I am excited about the opportunity to explore new places and meet new people.

    • I am committed to delivering quality work regardless of the location.

  • Answered by AI
  • Q4. Why you have been in same technology for long time
  • Ans. 

    Sticking to one technology has allowed me to become an expert in it and deliver high-quality work consistently.

    • I have a passion for the technology and enjoy working with it.

    • I have gained extensive knowledge and experience in the technology over time.

    • I have been able to deliver high-quality work consistently due to my expertise.

    • Sticking to one technology has allowed me to specialize and become an expert in it.

    • I have bee...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Previous CTC in company
  • Q2. Expected CTC in present company
  • Ans. 

    I prefer not to disclose my current salary as it is confidential.

    • It is not appropriate to disclose current salary as it is confidential information.

    • I am open to discussing a fair and competitive salary for the position.

    • My focus is on finding a challenging role that aligns with my skills and experience.

    • I am willing to negotiate based on the job responsibilities and market standards.

  • Answered by AI
  • Q3. Ready to relocate to client location
  • Q4. Should be flexible to work

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basic questions related to technology you are good in.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Common validation in etl testing
  • Ans. 

    Common validation techniques in ETL testing include data completeness, data accuracy, data transformation, and data quality checks.

    • Data completeness validation ensures that all expected data is loaded into the target system.

    • Data accuracy validation involves verifying that the data is correctly transformed and loaded without any errors.

    • Data transformation validation checks if the data is transformed according to the bus...

  • Answered by AI
  • Q2. Query to fetch 5th highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to fetch 5th highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1 OFFSET 4 to fetch the 5th highest salary

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

Round 1 - Technical 

(1 Question)

  • Q1. What is referential integrity
  • Ans. 

    Referential integrity ensures that relationships between tables are maintained in a database.

    • It ensures that foreign key values in one table match primary key values in another table.

    • It helps maintain consistency and accuracy of data in the database.

    • If a foreign key value is deleted or updated, the corresponding primary key value should also be updated or deleted to maintain integrity.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Unix command like awk
  • Q2. How would you test a full load vs incremental load
  • Q3. Python
  • Q4. Hive tablea
  • Q5. How to read a parquet file

Interview Preparation Tips

Interview preparation tips for other job seekers - They were asking very less ETL testing relevant questions and more about automation and all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of schema
  • Ans. 

    Types of schema include star schema, snowflake schema, and fact constellation schema.

    • Star schema: central fact table connected to dimension tables in a star-like structure.

    • Snowflake schema: normalized form of star schema with dimension tables further normalized.

    • Fact constellation schema: multiple fact tables share dimension tables.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current Project explanation, MDM process, ETL Transformation rules, Rank and dense rank, and SQL Questions on all the Joins
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself like roles and responsibilities.
  • Q2. SQL Query to find such records which never ever contains flag 0 in critical column p1 1-1-21 1 p1 2-3-21 0 p2 3-2-21 0 p3 1-5-21 1 p3 1-5-21 1 p4 14-21 1
  • Ans. 

    The SQL query to find records that never contain flag 0 in the critical column.

    • Use the NOT EXISTS operator to check if there are no records with flag 0 for each distinct value in the critical column.

    • Write a subquery to select distinct values from the critical column.

    • Join the main table with the subquery using the critical column.

    • Filter the result by checking if there are no records with flag 0 for each distinct value i

  • Answered by AI
  • Q3. How to do validation between two integers Source 12345 2122434 54534535 5345353455 target 0000012345 0002122434 0054534535 5345353455
  • Ans. 

    To validate between two integers, compare each corresponding digit and check if they are equal.

    • Convert both integers to strings

    • Pad the source integer with leading zeros to match the length of the target integer

    • Compare each digit of the source and target integers

    • If any digit is not equal, the validation fails

  • Answered by AI
  • Q4. Suppose we have a table which contains column name coutry & values are UK USA India Germany Spain We want India at first row and rest of records below it.
  • Q5. 1 2 3 . . . 100 we want 100 at first row & rest below it
  • Ans. 

    The question is asking to rearrange the numbers so that 100 is at the first row and the rest are below it.

    • Create an array of strings to store the numbers

    • Assign the value '100' to the first element of the array

    • Use a loop to assign the numbers 1 to 99 to the remaining elements of the array

  • Answered by AI
  • Q6. What is the difference between set & join?
  • Ans. 

    Set and join are operations used in database management systems.

    • Set is used to perform mathematical set operations like union, intersection, and difference on two or more sets.

    • Join is used to combine rows from two or more tables based on a related column between them.

    • Set operations do not require a common column, while join operations do.

    • Set operations return a result set with unique values, while join operations retur...

  • Answered by AI
  • Q7. Suppose we have following column what will be output for inner join col1 col2 1 1 1 null null null 1 1 1 blank blank blank
  • Ans. 

    The output for inner join will be the rows where both col1 and col2 have non-null values.

    • Inner join returns only the matching rows from both tables.

    • In this case, the output will be the rows with non-null values in both col1 and col2.

    • Rows with null or blank values in either col1 or col2 will be excluded from the output.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies ETL Tester interview:
  • SQL Queries

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between snowflake schema and star schema
  • Ans. 

    Snowflake schema is a normalized form of star schema with additional dimension tables.

    • Snowflake schema is a data modeling technique used in data warehousing.

    • In snowflake schema, dimensions are normalized into multiple related tables.

    • Snowflake schema reduces redundancy and improves data integrity.

    • Star schema is a denormalized form of snowflake schema with a single dimension table.

    • In star schema, dimensions are not norma...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay clam and tell me the truth.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About your project
  • Q2. About project architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough with the transformations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    I worked on a data migration project for a retail company.

    • Migrated data from legacy systems to a new ETL platform

    • Ensured data integrity and accuracy during the migration process

    • Created test cases and executed them to validate the data migration

    • Collaborated with developers and business analysts to troubleshoot any issues

    • Provided regular updates to stakeholders on the progress of the project

  • Answered by AI
  • Q2. Sql queries from medium to hard.

Interview Preparation Tips

Interview preparation tips for other job seekers - As an etl tester , one should have good foundation in sql queries.

ANDNR SOFT SOLUTIONS Interview FAQs

How many rounds are there in ANDNR SOFT SOLUTIONS ETL Tester interview?
ANDNR SOFT SOLUTIONS interview process usually has 4 rounds. The most common rounds in the ANDNR SOFT SOLUTIONS interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in ANDNR SOFT SOLUTIONS ETL Tester interview?

Some of the top questions asked at the ANDNR SOFT SOLUTIONS ETL Tester interview -

  1. Flexible to work any environm...read more
  2. Expected CTC in present comp...read more
  3. Ready to work any locat...read more

Tell us how to improve this page.

ANDNR SOFT SOLUTIONS ETL Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

ANDNR SOFT SOLUTIONS ETL Tester Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

4.0

Skill development

3.5

Work-life balance

2.5

Salary

2.0

Job security

3.0

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Lead Product Developer
3 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

Explore more salaries
Compare ANDNR SOFT SOLUTIONS with

Cognizant

3.8
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

3.6
Compare

Virtusa Consulting Services

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