Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Yandex Data Scientist Interview Questions and Answers

Updated 30 Sep 2024

Yandex Data Scientist Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Please tell me something about yourself.What is your experience? What are your goals and ambitions?Why We should hire you? Strengths and weaknesses etc.

I applied via Referral and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is data science
  • Ans. 

    Data science is the field of extracting insights and knowledge from data using various techniques and tools.

    • Data science involves collecting, cleaning, and analyzing data to extract insights.

    • It uses various techniques such as machine learning, statistical modeling, and data visualization.

    • Data science is used in various fields such as finance, healthcare, and marketing.

    • Examples of data science applications include fraud...

  • Answered by AI
  • Q2. What is phyton and R
  • Ans. 

    Python and R are programming languages commonly used in data science and statistical analysis.

    • Python is a general-purpose language with a large community and many libraries for data manipulation and machine learning.

    • R is a language specifically designed for statistical computing and graphics, with a wide range of packages for data analysis and visualization.

    • Both languages are popular choices for data scientists and hav...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide the tips how to face the interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is linear regression? How to process data? Explain KLM algorithm.
  • Ans. 

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

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that minimi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for ml algorithms, mostly focus on linear regression

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. First Round: Basic Statistics, Basic Python Programming, Past Projects. Second Round: Past Projects, Questions from computer vision, NLP, SQL, Basic Python.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It was very stressful

Round 2 - One-on-one 

(2 Questions)

  • Q1. What will you do for the company in next 5 years
  • Ans. Continuing and developing skills and knoweldge in order to be able to take on more responsiblity within the company
  • Answered Anonymously
  • Q2. Why should we hire you ?
  • Ans. Because of my relevant skills and passion for this carrer
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your project
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company

    • Used Python and scikit-learn for data preprocessing and model building

    • Performed feature engineering to improve model performance

    • Evaluated model using metrics like accuracy, precision, and recall

    • Implemented the model in a production environment for real-time predictions

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Number of Duplicate words in a string
  • Ans. 

    Count the number of duplicate words in a string.

    • Split the string into words using a delimiter like space or punctuation.

    • Create a dictionary to store the count of each word.

    • Iterate through the words and increment the count in the dictionary.

    • Count the number of words with count greater than 1 as duplicates.

  • Answered by AI
  • Q2. Chunking in LLM
  • Ans. 

    Chunking in LLM refers to breaking down text into smaller chunks for better processing by the language model.

    • Chunking helps improve the efficiency of the language model by breaking down large text inputs into smaller segments.

    • It can help the model better understand the context and relationships within the text.

    • Chunking is commonly used in natural language processing tasks such as text summarization and sentiment analys

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 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 - Aptitude Test 

Machine learning and artificial intillegence

Interview Preparation Tips

Interview preparation tips for other job seekers - All complex prob solving in data , an data are requirement to sortout and best work in this domains
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Which GenAI projects I have worked on
  • Q2. What is the context window in LLMs
  • Ans. 

    Context window in LLMs refers to the number of surrounding words considered when predicting the next word in a sequence.

    • Context window helps LLMs capture dependencies between words in a sentence.

    • A larger context window allows the model to consider more context but may lead to increased computational complexity.

    • For example, in a context window of 2, the model considers 2 words before and 2 words after the target word fo

  • Answered by AI
  • Q3. What is top_k parameter
  • Ans. 

    top_k parameter is used to specify the number of top elements to be returned in a result set.

    • top_k parameter is commonly used in machine learning algorithms to limit the number of predictions or recommendations.

    • For example, in recommendation systems, setting top_k=5 will return the top 5 recommended items for a user.

    • In natural language processing tasks, top_k can be used to limit the number of possible next words in a

  • Answered by AI
  • Q4. What are regex patterns in python
  • Ans. 

    Regex patterns in Python are sequences of characters that define a search pattern.

    • Regex patterns are used for pattern matching and searching in strings.

    • They are created using the 're' module in Python.

    • Examples of regex patterns include searching for email addresses, phone numbers, or specific words in a text.

  • Answered by AI
  • Q5. What are iterators and tuples
  • Ans. 

    Iterators are objects that allow iteration over a sequence of elements. Tuples are immutable sequences of elements.

    • Iterators are used to loop through elements in a collection, like lists or dictionaries

    • Tuples are similar to lists but are immutable, meaning their elements cannot be changed

    • Example of iterator: for item in list: print(item)

    • Example of tuple: my_tuple = (1, 2, 3)

  • Answered by AI
  • Q6. Do I have REST API experience
  • Ans. 

    Yes, I have experience working with REST APIs in various projects.

    • Developed RESTful APIs using Python Flask framework

    • Consumed REST APIs in data analysis projects using requests library

    • Used Postman for testing and debugging REST APIs

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Yandex Interview FAQs

How many rounds are there in Yandex Data Scientist interview?
Yandex interview process usually has 2 rounds. The most common rounds in the Yandex interview process are HR and Technical.
What are the top questions asked in Yandex Data Scientist interview?

Some of the top questions asked at the Yandex Data Scientist interview -

  1. Decision trees algorithm explai...read more
  2. Linear regression algorithm explai...read more

Recently Viewed

COMPANY BENEFITS

Philips Innovation Campus

No Benefits

REVIEWS

Accenture

No Reviews

SALARIES

Philips Innovation Campus

No Salaries

INTERVIEWS

Yandex

5.6k top interview questions

INTERVIEWS

Micolinks Services

No Interviews

INTERVIEWS

EF Education First

No Interviews

DESIGNATION

SALARIES

Broad Air Conditioning

No Salaries

SALARIES

Broad Air Conditioning

No Salaries

SALARIES

Yandex

Tell us how to improve this page.

Yandex Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
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