Analyst Developer
Analyst Developer Interview Questions and Answers
Q1. Find the intersection elements in 2 unsorted arrays
Find the intersection elements in 2 unsorted arrays
Sort both arrays to simplify the problem
Use a hash set to store elements from one array
Iterate through the other array and check if each element exists in the hash set
Add the common elements to a result array
Q2. Explain the user of and row_number(), rank() and dense_rank() sql functions ?
row_number(), rank(), and dense_rank() are SQL functions used for ranking and ordering data.
row_number() assigns a unique number to each row in the result set.
rank() assigns a unique rank to each row, with ties receiving the same rank and the next rank skipped.
dense_rank() assigns a unique rank to each row, with ties receiving the same rank and the next rank not skipped.
Analyst Developer Interview Questions and Answers for Freshers
Q3. Propose and calculate promo recommendations to increase GMV for matrix from q1
Propose and calculate promo recommendations to increase GMV for matrix from q1
Analyze sales data from q1 to identify trends and popular products
Create targeted promotions for popular products
Offer bundle deals to encourage customers to purchase more
Implement a loyalty program to incentivize repeat purchases
Analyst Developer Jobs
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month