Premium Employer

i

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

Persistent Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Persistent Systems ETL Tester Interview Questions and Answers

Updated 11 Oct 2022

Persistent Systems ETL Tester Interview Experiences

1 interview found

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2022

I applied via Naukri.com and was interviewed in Sep 2022. 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 

(3 Questions)

  • Q1. Etl life circle, validation queries,dublicate queries
  • Q2. Some basic SQL queries, full and incremental load,
  • Q3. What is the flow of recent project
  • Ans. 

    The recent project flow involved data extraction, transformation, and loading using ETL tools.

    • The project started with identifying the data sources and requirements.

    • Then, the data was extracted from various sources using ETL tools like Informatica, Talend, etc.

    • The extracted data was transformed as per the business rules and requirements.

    • Finally, the transformed data was loaded into the target system.

    • The project also in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two technical round with friendly interview

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Append a item in tuple
  • Q2. How to validate response body in api in restapi
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Bug life cycle and details
  • Ans. 

    Bug life cycle involves identification, reporting, fixing, retesting, and closing of software bugs.

    • Identification of bug by tester

    • Reporting bug with detailed information

    • Developer fixes the bug

    • Retesting to ensure bug is resolved

    • Closing bug after verification

  • Answered by AI
  • Q2. About data warehouse

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Sql Quires related question.
  • Q2. Data ware house related question
  • Q3. What is entry criteria & exit criteria
  • Ans. 

    Entry criteria and exit criteria are conditions that must be met before and after testing, respectively.

    • Entry criteria are the conditions that must be fulfilled before testing can begin

    • Exit criteria are the conditions that must be fulfilled before testing can be considered complete

    • Entry criteria can include having test data ready, test environment set up, and test cases prepared

    • Exit criteria can include all test cases ...

  • Answered by AI
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
-
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
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on ETL concepts
  • Q2. Find the nth row. Find the top 50% records, string function
  • Ans. 

    Use SQL query to find the nth row and top 50% records using string function

    • To find the nth row, use LIMIT and OFFSET in SQL query

    • To find top 50% records, use PERCENTILE_CONT function in SQL

    • String functions like SUBSTRING can be used to manipulate string data

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Agile ceremonies
  • Q2. SQL to find age from dob
  • Ans. 

    Use SQL DATEDIFF function to calculate age from date of birth.

    • Use DATEDIFF function to calculate the difference in years between current date and date of birth.

    • Example: SELECT DATEDIFF(year, '2000-01-01', GETDATE()) AS Age;

    • Make sure to handle leap years and edge cases like birthdate being in the future.

  • Answered by AI
  • Q3. SQL on string function
  • Q4. Row number, Rank, Dense Rank
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Niche skills
Round 4 - Technical 

(1 Question)

  • Q1. Questions on MDM testing

Interview Preparation Tips

Interview preparation tips for other job seekers - It is the worst experience ever with LTIMindtree. After having so many rounds, they have offer me to join on 60% on my current CTC. The asks is very clear from the day one. They have wasted my 1 month on the whole process. If they couldn’t afford me why they have even initiated the process. I would recommend don’t waste your time for LTIMindtree. Better to find other opportunities.

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Slowly Changing Dimensions?
  • Ans. 

    Slowly Changing Dimensions (SCD) are techniques used in data warehousing to track changes to dimension data over time.

    • SCD Type 1: Overwrites old data with new data, losing historical information.

    • SCD Type 2: Creates new records for each change, preserving historical data.

    • SCD Type 3: Creates additional columns to track changes, allowing limited history.

    • SCD Type 4: Uses separate tables to store historical and current data...

  • Answered by AI
  • Q2. What are the joins you have used in your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Difficulty level average.
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.

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems ETL Tester interview?
Persistent Systems interview process usually has 2 rounds. The most common rounds in the Persistent Systems interview process are Resume Shortlist and Technical.
How to prepare for Persistent Systems ETL Tester 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 Persistent Systems. The most common topics and skills that interviewers at Persistent Systems expect are Automation Testing and QTP.
What are the top questions asked in Persistent Systems ETL Tester interview?

Some of the top questions asked at the Persistent Systems ETL Tester interview -

  1. What is the flow of recent proj...read more
  2. Etl life circle, validation queries,dublicate quer...read more
  3. Some basic SQL queries, full and incremental lo...read more

Tell us how to improve this page.

Join Persistent Systems See Beyond, Rise Above
Persistent Systems ETL Tester Salary
based on 7 salaries
₹4.8 L/yr - ₹12.4 L/yr
69% more than the average ETL Tester Salary in India
View more details

Persistent Systems ETL Tester Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹5 L/yr - ₹15.2 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹10 L/yr - ₹30.7 L/yr

Lead Software Engineer
3k salaries
unlock blur

₹7.2 L/yr - ₹18.4 L/yr

Project Lead
1.9k salaries
unlock blur

₹13.2 L/yr - ₹38.8 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.8
Compare

TCS

3.7
Compare

IBM

4.0
Compare

Wipro

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