Upload Button Icon Add office photos

Filter interviews by

Yandex Analyst Developer Interview Questions and Answers

Updated 30 Dec 2022

Yandex Analyst Developer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Nov 2022. 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. From json and csv compute User purchase matrix
  • Q2. Propose and calculate promo recommendations to increase GMV for matrix from q1
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Focus on code itself and discuss only after optimal solution is provided by you. Suggest approach and trace decision points in writing Don't allow interviewer to 'steal' responsibility of solutions with 'last hiting' proposal on final step. Be ahead. Trace time when you started to program task and when you finished in writing to avoid impression that you coded longer than interviewer asked questions, clarifications, discussed possible approaches.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Find the intersection elements in 2 unsorted arrays
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 1.Total of 300 students participated in the notion of getting selected to do intern at Amazon.
Round 1 had 20 MCQs and 2 questions.
Given a range [L,R] find the count of numbers having prime number of set bits in their binary representation.


2.
Given n lines a land can be split into many areas of different measure(say b). You are provided with a constant K . You have to find whether it is possible to use K areas from the B areas

Total of 30 students moved to the next round
Duration: 1 hour
Total Questions: 2

Round: Problem Statement
Experience: It was a group fly round . Me and my friend sat in the same room and were asked to code the above question
Next was the final round. It was F2F

Round: Technical Interview
Experience: The interviewer asked me give a brief introduction about me.
Then he moved on to shoot coding questions at me.
Tips: My personal advice: Be confident, Keep your communication skill high , use geeksforgeeks website to learn linked list ,Trees, STL and DP then solve all Company specific questions.


The interviewer will also help you if you ask for any approach (but don

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. SQL topics in operaters dql,
  • Q2. Dml,ddl,tcl,sub query
  • Q3. College projects
  • Q4. Special operators
  • Q5. Education baground

Interview Preparation Tips

Interview preparation tips for other job seekers - naukri
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

More focus on dp,graphs.

Round 2 - Technical 

(2 Questions)

  • Q1. Focus on backend concepts,routing.
  • Q2. Question on flood fill algo,backtracking.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

My mostly question were around node js frame works and other tools

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study for the question asked
  • Q2. Tell me something more about you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It had questions ranging from leetcode moderate to hard.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Group Anagrams and some questions regarding OA
  • Q2. Majority OOPs questions and basic language questions
Round 3 - Technical 

(2 Questions)

  • Q1. Few basic questions related to projects regarding the principles of Restful API
  • Q2. DSA question - infix to postfix and common element in 3 sorted arrays

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and practice every topic well before your interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Graphs ,arrays , Hashmaps and Heaps

Round 2 - One-on-one 

(2 Questions)

  • Q1. Graphs related dfs
  • Q2. Changes on graph structure
  • Ans. 

    Changes on graph structure involve adding, removing, or modifying nodes and edges.

    • Adding a new node to the graph

    • Removing an existing node from the graph

    • Modifying the weight of an edge in the graph

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic Of MySQL questions and MongoDB Questions.
  • Q2. Basic Join questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. MVVM architecture
  • Q2. Draw architecture design pattern
  • Ans. 

    MVC (Model-View-Controller) architecture design pattern separates an application into three main components.

    • Model: Represents the data and business logic of the application

    • View: Represents the UI components of the application

    • Controller: Acts as an intermediary between Model and View, handling user input and updating the Model accordingly

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Build system for Tiny URL
  • Ans. 

    Build a system for generating and managing Tiny URLs

    • Use a unique identifier for each long URL to generate a short URL

    • Store the mapping of short URL to long URL in a database

    • Implement a redirect mechanism to redirect users from short URL to long URL

    • Consider adding expiration dates for short URLs to manage storage

    • Implement analytics to track usage of short URLs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - System design

Skills evaluated in this interview

Yandex Interview FAQs

How many rounds are there in Yandex Analyst Developer interview?
Yandex interview process usually has 2 rounds. The most common rounds in the Yandex interview process are Resume Shortlist and Technical.
What are the top questions asked in Yandex Analyst Developer interview?

Some of the top questions asked at the Yandex Analyst Developer interview -

  1. Propose and calculate promo recommendations to increase GMV for matrix from...read more
  2. From json and csv compute User purchase mat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Google Interview Questions
4.4
 • 870 Interviews
View all
Senior HR Executive
3 salaries
unlock blur

₹3.2 L/yr - ₹3.5 L/yr

Social Media Executive
3 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Explore more salaries
Compare Yandex with

Google

4.4
Compare

Alibaba Group

4.1
Compare

Tencent

4.6
Compare

Infosys

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