Filter interviews by
I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.
Explanation of row number, rank, dense rank, partition by, indexing joins, and query optimization techniques.
Row number is a function that assigns a unique number to each row in a result set.
Rank is a function that assigns a rank to each row based on the values in a specified column.
Dense rank is a function that assigns a rank to each row based on the values in a specified column, but with no gaps in the ranking.
Partit...
Real-time examples of data analytics
Predictive maintenance in manufacturing
Real-time fraud detection in banking
Personalized recommendations in e-commerce
Real-time traffic analysis for smart cities
Real-time health monitoring in medical devices
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Union combines the results of two or more SELECT statements, while Union all includes all rows, including duplicates.
Union removes duplicate rows from the result set, while Union all includes all rows.
Union sorts the result set, while Union all does not.
Union is slower than Union all because it performs a distinct operation.
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FRO
Joins are generally faster than unions.
Joins are typically faster than unions because they combine data from multiple tables based on a common column, while unions combine data from multiple queries into a single result set.
Joins can utilize indexes on the columns being joined, which can improve performance.
Unions involve combining the results of multiple queries, which can be slower as it requires merging and sorting ...
DSA Basic and 1 medium level
Based on solutions we have written and rest on CV
Contained aptitude test with both numericals as well as coding questions
It was a one on one round
Yes, I am open to relocation for the right opportunity.
I am willing to relocate for a job that aligns with my career goals and offers growth opportunities.
I am open to exploring new cities and cultures.
I understand that relocation may come with some challenges, but I am prepared to face them.
I am excited about the prospect of working with a new team and contributing to the success of the company.
posted on 14 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Union combines the results of two or more SELECT statements, while Union all includes all rows, including duplicates.
Union removes duplicate rows from the result set, while Union all includes all rows.
Union sorts the result set, while Union all does not.
Union is slower than Union all because it performs a distinct operation.
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FRO
Joins are generally faster than unions.
Joins are typically faster than unions because they combine data from multiple tables based on a common column, while unions combine data from multiple queries into a single result set.
Joins can utilize indexes on the columns being joined, which can improve performance.
Unions involve combining the results of multiple queries, which can be slower as it requires merging and sorting ...
I applied via LinkedIn and was interviewed in Jan 2024. There were 5 interview rounds.
DSA Basic and 1 medium level
Based on solutions we have written and rest on CV
To read parquet and csv files in Spark, use SparkSession's read method with appropriate options.
Create a SparkSession object
Use the read method of SparkSession to read parquet files with .parquet() method
Use the read method of SparkSession to read csv files with .csv() method
Specify options like header, delimiter, inferSchema, etc. as needed
Load the data into a DataFrame for further processing
To check the second highest salary, use the SQL query with ORDER BY and LIMIT.
Use SQL query with ORDER BY clause to sort salaries in descending order.
Use LIMIT 1,1 to select the second highest salary.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
Contained aptitude test with both numericals as well as coding questions
It was a one on one round
Yes, I am open to relocation for the right opportunity.
I am willing to relocate for a job that aligns with my career goals and offers growth opportunities.
I am open to exploring new cities and cultures.
I understand that relocation may come with some challenges, but I am prepared to face them.
I am excited about the prospect of working with a new team and contributing to the success of the company.
based on 2 reviews
Rating in categories
Game Tester
263
salaries
| ₹1.7 L/yr - ₹6.5 L/yr |
Junior Game Tester
194
salaries
| ₹2 L/yr - ₹4.5 L/yr |
QA Tester
95
salaries
| ₹2 L/yr - ₹6 L/yr |
Test Engineer
53
salaries
| ₹2 L/yr - ₹4.3 L/yr |
Softwaretest Engineer
44
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Electronic Arts
Bandai Namco
Nintendo
Pole To Win