i
QS Quacquarelli Symonds
Filter interviews by
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
Its good for shortlisting
Top trending discussions
I appeared for an interview in Dec 2024.
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
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
posted on 1 Apr 2023
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.
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...
Basic coding and MySQL queries. Like Types of join, having and where difference etc.
posted on 7 Apr 2024
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.
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...
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
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...
I appeared for an interview in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
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...
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...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
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]
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...
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...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
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...
Question on Linked list. array and string manipulation.
Software Engineer
20
salaries
| ₹5 L/yr - ₹15.5 L/yr |
Senior Software Engineer
19
salaries
| ₹9.5 L/yr - ₹25.8 L/yr |
Software QA Engineer
8
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Software QA Engineer
7
salaries
| ₹9 L/yr - ₹16.5 L/yr |
Accounts Receivable Specialist
7
salaries
| ₹5.7 L/yr - ₹6.7 L/yr |
Chegg
Edubridge Learning
FastInfo
Simplilearn