Flipkart Business Analyst Interview Experience (1-3 years):CTC – 14 LPA

These questions were asked in a recent interview Flipkart Business Analyst, these uncovered questions are extremely important if you are applying for the same position. Flipkart Business Analyst Interview Questions SQL Questions: 1. What are window functions, and how do they differ from aggregate functions? Can you give a use case? Windows functions and aggregate … Read more

Data Analyst SQL Interview Questions | EY (Ernst & Young) | Shared By An Experienced Data Analyst

SQL Interview Questions

This article tackles common SQL Interview Questions asked by EY, offering detailed solutions and explanations to help aspiring data analysts prepare effectively. These SQL Interview Questions, shared by an experienced Data Analyst at EY, cover a range of SQL concepts crucial for success in the interview process. SQL Interview Questions For data analyst There are … Read more

1164 Product Price at a Given Date

1164 Product Price at a Given Date

1164. Product Price at a Given Date: Learn how to track and select price from continuously changing series. Read more Company: MAANG Difficulty: Medium Source: LeetCode SQL Interview Question: 1164. Product Price at a Given Date Question. Write a solution to find the prices of all products on 2019-08-16. Assume the price of all products before any change … Read more

Page Recommendations: Write an SQL query to recommend pages to the user

Page Recommendations

This question was asked in Facebook interview, Ask is to give page recommendation for user1 based on Friendship and Likes. Source: LeetCode Difficulty: Medium Company: Facebook Page Recommendations Q. Write an SQL query to recommend pages to the user with user_id = 1 using the pages that your friends liked. It should not recommend pages you already liked. … Read more