Upload Button Icon Add office photos
Engaged Employer

i

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

QS Quacquarelli Symonds Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

QS Quacquarelli Symonds ETL Developer Interview Questions and Answers for Experienced

Updated 5 Jun 2024

QS Quacquarelli Symonds ETL Developer Interview Experiences for Experienced

1 interview found

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2022

I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its good for shortlisting

Round 2 - Technical 

(1 Question)

  • Q1. Interview is simple but that doesn't mean they hire you. It's all depends of team evaluation.
Round 3 - HR 

(1 Question)

  • Q1. No question asked just regular discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid if you are having better offer in hand and you are experienced guy. Culture is good but as usual Indian counter part spoils it is they are not skillfull.

Pay is below average as they are not aggressivl y progressing.

Interview questions from similar companies

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

I appeared for an interview in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Interduce your self
  • Ans. 

    I am a dedicated and experienced consultant with a strong background in project management and strategic planning.

    • Over 10 years of experience in consulting roles

    • Specialize in project management and strategic planning

    • Proven track record of successful client engagements

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. Work experience
Round 2 - Behavioral 

(3 Questions)

  • Q1. Interduce your self
  • Ans. 

    I am a dedicated and experienced consultant with a strong background in project management and strategic planning.

    • Over 10 years of experience in consulting roles

    • Specialize in project management and strategic planning

    • Successfully led multiple projects resulting in increased efficiency and cost savings

  • Answered by AI
  • Q2. Work experience
  • Q3. Salary expectance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 

(2 Questions)

  • Q1. Dependency Injection
  • Q2. Life Cycle Hooks in Angular
  • Ans. 

    Life Cycle Hooks are functions that Angular calls at specific points in the life of a component.

    • There are eight different life cycle hooks in Angular.

    • They are: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy.

    • These hooks allow developers to perform specific actions at different stages of a component's life cycle.

    • For example, ngOnInit is called...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is done for my sight but it’s not done for second round.

Skills evaluated in this interview

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

Basic coding and MySQL queries. Like Types of join, having and where difference etc.

Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Practical questions regarding database like sp,trigger,rank
  • Q2. Difference b/w sp and function
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database, while functions are blocks of code that can be called within SQL queries.

    • Stored procedures are stored in the database and can be called using a specific name.

    • Functions are defined using CREATE FUNCTION and can be called within SQL queries.

    • Stored procedures can have input and output parameters, while functions can only return a single value.

    • Stored pro...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations
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. How was my overall experience during 3 year articleship?
  • Ans. It was basically related to internal audit of power industry based company.
  • Answered Anonymously
  • Q2. Do I have prepared the accounts of company?
  • Ans. Yes, to some extent i have also prepared the accounts of clients of our firm.
  • Answered Anonymously
Round 3 - One-on-one 

(1 Question)

  • Q1. Why i am choosing this company?
  • Ans. As it is a startup company I expect to learn new things from here as compared to other well established and system oriented organisation and also help the company to grow in near future.
  • Answered Anonymously
Round 4 - HR 

(1 Question)

  • Q1. Why I am choosing this company when i have a offer letter from other company having package higher than this ?
  • Ans. The profile of mine in this company is such that at beginning of my career I want to start as same.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your past learning and experiences and you will always do your best in your interview in this company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS concepts.
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. What is PDO and uses in PHP.
  • Ans. 

    PDO stands for PHP Data Objects, a database access layer providing a uniform method of access to multiple databases.

    • PDO is a PHP extension that provides a data-access abstraction layer.

    • It supports multiple database systems like MySQL, PostgreSQL, SQLite, etc.

    • PDO helps prevent SQL injection attacks by using prepared statements.

    • It allows for error handling and supports transactions.

    • Example: $pdo = new PDO('mysql:host=loc...

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. 

    Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.

    • Use Dijkstra's algorithm to find the shortest path between the given vertices.

    • Create a graph data structure to represent the weighted, undirected graph.

    • Handle cases where no path exists between the given vertices by returning -1.

    • Optimize the algorithm to handle multiple queries efficiently.

    • Consider edge cases such as...

  • Answered by AI
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively

    • Sort the two halves separately

    • Merge the sorted halves to produce a fully sorted array

    • Time complexity of Merge Sort is O(n log n)

    • Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. 

    Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.

    • Use backtracking to explore all possible paths from the starting cell to the destination cell.

    • At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.

    • Keep track of the path taken so far and mark the cells accordingly.

    • Once the destination cell i...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is DAX and its use in power bi
  • Ans. 

    DAX (Data Analysis Expressions) is a formula language used in Power BI for data modeling and analysis.

    • DAX is used to create calculated columns and measures in Power BI.

    • It allows for advanced data analysis, such as time intelligence functions (e.g., YEAR, MONTH).

    • Example: A measure to calculate total sales could be defined as: Total Sales = SUM(Sales[Amount]).

    • DAX supports filtering and context manipulation, enabling dyna...

  • Answered by AI
  • Q2. Role of power query in power bi

Software Developer Interview Questions & Answers

Chegg user image Yashwant Panchal

posted on 21 Nov 2024

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

Question on Linked list. array and string manipulation.

QS Quacquarelli Symonds Interview FAQs

How many rounds are there in QS Quacquarelli Symonds ETL Developer interview for experienced candidates?
QS Quacquarelli Symonds interview process for experienced candidates usually has 3 rounds. The most common rounds in the QS Quacquarelli Symonds interview process for experienced candidates are Aptitude Test, Technical and HR.
How to prepare for QS Quacquarelli Symonds ETL Developer interview for experienced candidates?
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 QS Quacquarelli Symonds. The most common topics and skills that interviewers at QS Quacquarelli Symonds expect are Database Design, Informatica, MySQL, OLAP and Oracle.
What are the top questions asked in QS Quacquarelli Symonds ETL Developer interview for experienced candidates?

Some of the top questions asked at the QS Quacquarelli Symonds ETL Developer interview for experienced candidates -

  1. Use excel formulas to find stats and d...read more
  2. Write a Python function to process some d...read more
  3. Use SQL to query data to answer a few questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Chegg Interview Questions
4.1
 • 158 Interviews
Simplilearn Interview Questions
3.2
 • 104 Interviews
Teachnook Interview Questions
3.1
 • 87 Interviews
Lido Learning Interview Questions
2.3
 • 55 Interviews
FastInfo Interview Questions
4.1
 • 51 Interviews
BrightCHAMPS Interview Questions
3.7
 • 40 Interviews
View all
Software Engineer
20 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹9.5 L/yr - ₹25.8 L/yr

Software QA Engineer
8 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Software QA Engineer
7 salaries
unlock blur

₹9 L/yr - ₹16.5 L/yr

Accounts Receivable Specialist
7 salaries
unlock blur

₹5.7 L/yr - ₹6.7 L/yr

Explore more salaries
Compare QS Quacquarelli Symonds with

Chegg

4.1
Compare

Edubridge Learning

4.1
Compare

FastInfo

4.1
Compare

Simplilearn

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