Upload Button Icon Add office photos

Filter interviews by

Yandex Interview Questions, Process, and Tips

Updated 9 Nov 2024

Top Yandex Interview Questions and Answers

View all 8 questions

Yandex Interview Experiences

Popular Designations

8 interviews found

Intern Interview Questions & Answers

user image Даниил Плотников

posted on 25 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode task easy and medium
  • Q2. Leetcode task medium and spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is 2 powered by 8?
  • Ans. 

    2 powered by 8 is equal to 256.

    • 2^8 = 2*2*2*2*2*2*2*2 = 256

  • Answered by AI
  • Q2. What is a race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the sequence or timing of uncontrollable events.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Example: Two threads trying to increment the same variable simultaneously

  • Answered by AI
  • Q3. What is an arrow function?
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are written using the '=>' syntax.

    • They do not have their own 'this' keyword, instead they inherit it from the parent scope.

    • They are often used for short, one-line functions.

    • Example: const add = (a, b) => a + b;

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Yandex Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your previous experience?
  • Q2. Tell us about priority and severity
  • Ans. 

    Priority and severity are key concepts in QA QC, with priority referring to the importance of fixing a bug and severity indicating the impact of the bug on the system.

    • Priority is the order in which bugs should be fixed based on their importance to the system

    • Severity is the impact of a bug on the system's functionality

    • Priority is usually assigned by the project manager or team lead

    • Severity is typically determined by the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't worry, be happy

Skills evaluated in this interview

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Make a drawing of mobile robot
  • Ans. 

    A drawing of a mobile robot with wheels and sensors for navigation.

    • Include wheels for mobility

    • Add sensors for navigation and obstacle avoidance

    • Include a body to house the electronics and power source

  • Answered by AI

Mechanical Engg. Design Interview Questions asked at other Companies

Q1. What are the Drawing softwares you're aware of And How much relevant experience you have in for each software
View answer (3)

Yandex interview questions for popular designations

 Data Scientist

 (1)

 Software Engineer

 (1)

 Analyst Developer

 (1)

 Software Developer

 (1)

 QA QC Engineer

 (1)

 Intern

 (1)

 Mechanical Designer

 (1)

 Mechanical Engg. Design

 (1)

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Asked about my experience and general questions

Mechanical Designer Interview Questions asked at other Companies

Q1. How will you perform analysis test of a structure in solid works or on ANSYS .?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why you've chosen this job?
  • Ans. 

    I have a passion for problem-solving and creating innovative solutions through software development.

    • Passion for problem-solving

    • Interest in creating innovative solutions

    • Enjoyment of software development

    • Excitement for the challenges and opportunities in the field

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

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 Resume 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.

Analyst Developer Interview Questions asked at other Companies

Q1. Find the intersection elements in 2 unsorted arrays
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About my experience
  • Q2. About salary expectations
Round 2 - Technical 

(2 Questions)

  • Q1. Decision trees algorithm explained
  • Ans. 

    Decision trees algorithm is a popular machine learning technique used for classification and regression tasks.

    • Decision trees are a type of supervised learning algorithm that is used for both classification and regression tasks.

    • They work by recursively splitting the data into subsets based on the most significant attribute.

    • Each internal node represents a test on an attribute, each branch represents the outcome of the te...

  • Answered by AI
  • Q2. Linear regression algorithm explained
  • Ans. 

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression finds the best-fitting straight line through the data points.

    • It is used to predict the value of the dependent variable based on the independent variable(s).

    • The equation of a simple linear regression model is y = mx + b, where y is the dependent variable, x is the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Algorithm preparation!

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. How would you increase the sales of newspaper in your locality?
  • Ans. 

    To increase newspaper sales in the locality, I would focus on improving content, distribution, and marketing strategies.

    • Conduct market research to understand readers' preferences and interests

    • Create engaging and informative content that caters to the local audience

    • Offer attractive subscription packages and discounts to encourage regular readership

    • Partner with local businesses and events to increase visibility and distr...

  • Answered by AI
  • Q2. What new feature you would like to add in Google maps and how would it help to increase the company's revenue?
  • Ans. 

    I would like to add a feature that suggests nearby events and attractions based on user preferences.

    • Personalized event and attraction recommendations

    • Integration with ticketing platforms for revenue sharing

    • Increased user engagement and retention

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In the written test they asked questions from logical and quantitative aptitude, verbal reasoning and few questions from core topics.

Round: HR Interview
Experience: This was followed by different rounds of interviews. The HR questions were mainly about me, my strengths and weaknesses and why do I want to join the company and where do I see myself in the next five years or so. Loads of guesstimate questions like estimate number of autos in Delhi and other similar cases.

College Name: LADY SHRI RAM COLLEGE

Interview Preparation Tips

Round: Test
Experience: First round was a written test which had 20 MCQ's in the field of Databases, Theory of computation, Operating systems, Data Structures and Algorithms and one programming question. 7 students (4 B.Tech, 3 M.Tech) got through to the interviews. Most of the interviews were held in the Google Bangalore campus. There were a total of 5 rounds of interviews. All based on Data Structures and Algorithms. Each round had 2 questions for which we were usually supposed to explain the algorithm first and then write the code on a Google doc.  It was a really great experience. I got a chance to visit both Google Bangalore and Hyderabad campuses and taste their awesome food.
Total Questions: 20

General Tips: Practice your coding skills. Writing a neat code is very important. Interviewers not just look for a good algorithm but also your coding style (indentation, variable names, simplicity etc.)
College Name: NIT SURATHKAL
Contribute & help others!
anonymous
You can choose to be anonymous

Yandex Interview FAQs

How many rounds are there in Yandex interview?
Yandex interview process usually has 1-2 rounds. The most common rounds in the Yandex interview process are Technical, HR and Resume Shortlist.
How to prepare for Yandex interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Yandex. The most common topics and skills that interviewers at Yandex expect are Python, Account Management, Advertising, Agile and Backend.
What are the top questions asked in Yandex interview?

Some of the top questions asked at the Yandex interview -

  1. Propose and calculate promo recommendations to increase GMV for matrix from...read more
  2. Tell us about priority and sever...read more
  3. What is 2 powered by...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

Bridge Group Solutions

No Reviews

SALARIES

Accenture

LIST OF COMPANIES

Bridge Group Solutions

Overview

SALARIES

Bridge Group Solutions

No Salaries

Tell us how to improve this page.

Yandex Interview Process

based on 8 interviews

Interview experience

4.5
  
Good
View more

Tesco

Secure your future with a company that values your job stability.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Google Interview Questions
4.4
 • 873 Interviews
Alibaba Group Interview Questions
4.1
 • 7 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all

Yandex Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.4

Salary

4.5

Job security

4.3

Company culture

3.1

Promotions

4.1

Work satisfaction

Explore 6 Reviews and Ratings
Senior HR Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Social Media Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent