Premium Employer

i

This company page is being actively managed by Info Edge Team. If you also belong to the team, you can get access from here

Info Edge Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 1.9k Reviews

Filter interviews by

Info Edge Data Scientist Interview Questions, Process, and Tips

Updated 27 Dec 2024

Top Info Edge Data Scientist Interview Questions and Answers

View all 9 questions

Info Edge Data Scientist Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain all of decision tree and random forest?
  • Ans. 

    Decision tree is a tree-like model of decisions and their possible consequences, while random forest is an ensemble learning method that builds multiple decision trees and merges them together.

    • Decision tree is a flowchart-like structure where each internal node represents a decision based on an attribute, each branch represents the outcome of the decision, and each leaf node represents a class label.

    • Random forest is a ...

  • Answered by AI
  • Q2. Some basic probability questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep statistics strong

Skills evaluated in this interview

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

Test 45 mins 30 ques

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is Linearregression
  • 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
  • Q2. What is random forest
  • Ans. 

    Random forest is an ensemble learning method used for classification and regression tasks.

    • Random forest is a collection of decision trees that are trained on random subsets of the data.

    • Each tree in the random forest independently predicts the target variable, and the final prediction is made by averaging the predictions of all trees.

    • Random forest is robust to overfitting and noisy data, and it can handle large datasets...

  • Answered by AI
  • Q3. WHat is xgboost
  • Ans. 

    XGBoost is an optimized distributed gradient boosting library designed for efficient and accurate large-scale machine learning.

    • XGBoost stands for eXtreme Gradient Boosting.

    • It is a popular machine learning algorithm known for its speed and performance.

    • XGBoost is used for regression, classification, ranking, and user-defined prediction problems.

    • It is based on the gradient boosting framework and uses decision trees as bas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks

Skills evaluated in this interview

Data Scientist Interview Questions Asked at Other Companies

Q1. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
Q2. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
asked in Affine
Q3. you have a pandas dataframe with three columns, filled with state ... read more
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

Data Scientist Interview Questions & Answers

user image Sahil Burde

posted on 6 Oct 2024

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

(2 Questions)

  • Q1. Describe LSTM and GRU
  • Ans. 

    LSTM and GRU are types of recurrent neural networks used for processing sequential data.

    • LSTM (Long Short-Term Memory) networks are capable of learning long-term dependencies in data.

    • GRU (Gated Recurrent Unit) networks are simpler than LSTM and have fewer parameters.

    • LSTM has three gates (input, output, forget) while GRU has two gates (update, reset).

    • LSTM is better at capturing long-term dependencies but is more complex,...

  • Answered by AI
  • Q2. Define Hypothesis Testing
  • Ans. 

    Hypothesis testing is a statistical method used to make inferences about a population based on sample data.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • It aims to determine if there is enough evidence to reject the null hypothesis in favor of the alternative hypothesis.

    • Common methods of hypothesis testing include t-tests, chi-square tests, and ANOVA.

    • The p-value is used to dete...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mcq based test on data science concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain precision,recall etc
  • Ans. 

    Precision and recall are metrics used to evaluate the performance of classification models.

    • Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.

    • Recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • F1 score is the weighted average of precision and recall, where the best value is 1 and the worst is 0.

    • Precision ...

  • Answered by AI
  • Q2. What is dropout in neural networks
  • Ans. 

    Dropout is a regularization technique used in neural networks to prevent overfitting by randomly setting some neuron outputs to zero during training.

    • Dropout is a regularization technique used in neural networks to prevent overfitting.

    • During training, a fraction of neurons are randomly selected and their outputs are set to zero.

    • This helps prevent complex co-adaptations in neurons and improves generalization.

    • Dropout is t...

  • Answered by AI

Info Edge interview questions for designations

 Data Analytics

 (1)

 Data Science Intern

 (1)

 Data Analyst

 (4)

 Data Entry jobs

 (1)

 Lead Data Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic ML/DL and statistics questions

Get interview-ready with Top Info Edge Interview Questions

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

(1 Question)

  • Q1. Probability ,deep learning basics ,machine learning ,simple python programming questions.
  • Ans. It will be multilpe choice questions .Duration - 40 minutes.
  • Answered Anonymously
Round 2 - interview 

(1 Question)

  • Q1. Why this company ,work related to your project,some technical questions on deep learning.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It been for 45 mins. question asked from python,ML,Deep learning and maths.

Round 2 - Technical 

(1 Question)

  • Q1. 1) explain correlation and convaraince 2) how logistic differ from linear regression
  • Ans. 

    Correlation measures the strength and direction of a linear relationship between two variables, while covariance measures the extent to which two variables change together.

    • Correlation ranges from -1 to 1, where 1 indicates a perfect positive relationship, -1 indicates a perfect negative relationship, and 0 indicates no relationship.

    • Covariance can be positive, negative, or zero. A positive covariance indicates that as o...

  • Answered by AI

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL and pandas coding
  • Q2. Resume projects deep dive

Interview Preparation Tips

Interview preparation tips for other job seekers - No matter what kinds of questions indicated in HR email, be prepared for behavioral questions all the time
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Business Related case study, signed NDA

Round 2 - Technical 

(2 Questions)

  • Q1. Count number of Parameters in BERT
  • Q2. 3 sum array problem

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What do you know about Uber?
  • Q2. Went over my current role

Info Edge Interview FAQs

How many rounds are there in Info Edge Data Scientist interview?
Info Edge interview process usually has 1-2 rounds. The most common rounds in the Info Edge interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Info Edge Data Scientist 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 Info Edge. The most common topics and skills that interviewers at Info Edge expect are Deep Learning, Machine Learning, NLP, Artificial Intelligence and Natural Language Processing.
What are the top questions asked in Info Edge Data Scientist interview?

Some of the top questions asked at the Info Edge Data Scientist interview -

  1. 1) explain correlation and convaraince 2) how logistic differ from linear regr...read more
  2. Explain all of decision tree and random fore...read more
  3. What is dropout in neural netwo...read more

Tell us how to improve this page.

Info Edge Data Scientist Interview Process

based on 10 interviews

1 Interview rounds

  • Aptitude Test Round
View more
Join Info Edge India’s first internet classifieds company.
Info Edge Data Scientist Salary
based on 75 salaries
₹18 L/yr - ₹36 L/yr
85% more than the average Data Scientist Salary in India
View more details

Info Edge Data Scientist Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.6

Skill development

3.8

Work-life balance

4.2

Salary

4.8

Job security

4.0

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 7 Reviews and Ratings
Senior Executive
677 salaries
unlock blur

₹2.6 L/yr - ₹7.7 L/yr

Assistant Manager
598 salaries
unlock blur

₹3.3 L/yr - ₹9.5 L/yr

Associate Senior Executive
569 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Sales Executive
448 salaries
unlock blur

₹3.9 L/yr - ₹10 L/yr

Senior Software Engineer
337 salaries
unlock blur

₹10 L/yr - ₹27.5 L/yr

Explore more salaries
Compare Info Edge with

TCS

3.7
Compare

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

PolicyBazaar

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