Upload Button Icon Add office photos

Filter interviews by

360DigiTMG Data Scientist Interview Questions, Process, and Tips

Updated 4 Apr 2024

360DigiTMG Data Scientist Interview Experiences

1 interview found

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

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

Round 1 - HR 

(4 Questions)

  • Q1. Use R as a calculator to compute the following values. After you do so, cut and paste your input and output from R to Word. Add numbering in Word to identify each part of each problem.
  • Ans. 

    Using R as a calculator to compute values for a Data Scientist interview question.

    • Use R's console to input mathematical expressions and compute values.

    • Make sure to follow the order of operations (PEMDAS) when entering expressions.

    • Use functions like 'sqrt()' for square roots and 'exp()' for exponentiation.

    • Remember to assign variables using the '<-' operator before using them in calculations.

  • Answered by AI
  • Q2. Assign 10:50 to d, use R to compute the following statistics of d
  • Ans. 

    Compute statistics of a given time value in R

    • Use lubridate package to work with time data in R

    • Calculate summary statistics like mean, median, min, max, and standard deviation

    • Convert the time value to a time object before performing calculations

  • Answered by AI
  • Q3. Use R to create the following two matrices and do the indicated matrix multiplication.
  • Ans. 

    Using R to create two matrices and perform matrix multiplication.

    • Create two matrices using matrix() function in R.

    • Use %*% operator for matrix multiplication.

    • Ensure the dimensions of the matrices are compatible for multiplication.

  • Answered by AI
  • Q4. Run the following kNN classifier for the iris data. Can you interpret the output?
  • Ans. 

    The kNN classifier is run on the iris data to make predictions based on nearest neighbors.

    • kNN classifier is a type of supervised machine learning algorithm that can be used for classification tasks.

    • The output will be the predicted class labels for the iris data based on the nearest neighbors.

    • Interpreting the output involves understanding how the algorithm has classified the data points.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 360DigiTMG Data Scientist interview:
  • Data Science
Interview preparation tips for other job seekers - Take deep knowledge

Skills evaluated in this interview

Data Scientist Jobs at 360DigiTMG

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself
  • Ans. Be confident and tell them about your self
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and smile and give the answers politely

Interview Questionnaire 

1 Question

  • Q1. Situation based question on experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for what is in CV

I applied via LinkedIn and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain VIF
  • Ans. 

    VIF stands for Variance Inflation Factor, a measure of multicollinearity in regression analysis.

    • VIF is used to detect the presence of multicollinearity in regression analysis.

    • It measures how much the variance of the estimated regression coefficient is increased due to multicollinearity.

    • A VIF value of 1 indicates no multicollinearity, while a value greater than 1 suggests increasing levels of multicollinearity.

    • A commonl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the projects that has been done in past

I applied via Walk-in and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

10 Questions

  • Q1. What is R square and how R square is different from Adjusted R square
  • Ans. 

    R square is a statistical measure that represents the proportion of the variance in the dependent variable explained by the independent variables.

    • R square is a value between 0 and 1, where 0 indicates that the independent variables do not explain any of the variance in the dependent variable, and 1 indicates that they explain all of it.

    • It is used to evaluate the goodness of fit of a regression model.

    • Adjusted R square t...

  • Answered by AI
  • Q2. Explain what do u understand by the team WOE and IV. What's the importance. Advantages and disadvantages
  • Q3. What are variable reducing techniques
  • Ans. 

    Variable reducing techniques are methods used to identify and select the most relevant variables in a dataset.

    • Variable reducing techniques help in reducing the number of variables in a dataset.

    • These techniques aim to identify the most important variables that contribute significantly to the outcome.

    • Some common variable reducing techniques include feature selection, dimensionality reduction, and correlation analysis.

    • Fea...

  • Answered by AI
  • Q4. Which test is used in logistic regression to check the significance of the variable
  • Ans. 

    The Wald test is used in logistic regression to check the significance of the variable.

    • The Wald test calculates the ratio of the estimated coefficient to its standard error.

    • It follows a chi-square distribution with one degree of freedom.

    • A small p-value indicates that the variable is significant.

    • For example, in Python, the statsmodels library provides the Wald test in the summary of a logistic regression model.

  • Answered by AI
  • Q5. How to check multicollinearity in Logistic regression
  • Ans. 

    Multicollinearity in logistic regression can be checked using correlation matrix and variance inflation factor (VIF).

    • Calculate the correlation matrix of the independent variables and check for high correlation coefficients.

    • Calculate the VIF for each independent variable and check for values greater than 5 or 10.

    • Consider removing one of the highly correlated variables or variables with high VIF to address multicollinear...

  • Answered by AI
  • Q6. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble methods used in machine learning to improve model performance.

    • Bagging involves training multiple models on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves iteratively training models on the same dataset, with each subsequent model focusing on the samples that were misclassified by the previous model.

    • Bagging reduc...

  • Answered by AI
  • Q7. Explain the logistics regression process
  • Ans. 

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

    • It is a type of regression analysis used for predicting the outcome of a categorical dependent variable based on one or more predictor variables.

    • It uses a logistic function to model the probability of the dependent variable taking a particular value.

    • It is commo...

  • Answered by AI
  • Q8. Explain Gini coefficient
  • Ans. 

    Gini coefficient measures the inequality among values of a frequency distribution.

    • Gini coefficient ranges from 0 to 1, where 0 represents perfect equality and 1 represents perfect inequality.

    • It is commonly used to measure income inequality in a population.

    • A Gini coefficient of 0.4 or higher is considered to be a high level of inequality.

    • Gini coefficient can be calculated using the Lorenz curve, which plots the cumulati...

  • Answered by AI
  • Q9. Difference between chair and cart
  • Ans. 

    A chair is a piece of furniture used for sitting, while a cart is a vehicle used for transporting goods.

    • A chair typically has a backrest and armrests, while a cart does not.

    • A chair is designed for one person to sit on, while a cart can carry multiple items or people.

    • A chair is usually stationary, while a cart is mobile and can be pushed or pulled.

    • A chair is commonly found in homes, offices, and public spaces, while a c...

  • Answered by AI
  • Q10. How to check outliers in a variable, what treatment should you use to remove such outliers
  • Ans. 

    Outliers can be detected using statistical methods like box plots, z-score, and IQR. Treatment can be removal or transformation.

    • Use box plots to visualize outliers

    • Calculate z-score and remove data points with z-score greater than 3

    • Calculate IQR and remove data points outside 1.5*IQR

    • Transform data using log or square root to reduce the impact of outliers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain the concept properly, if not able to explain properly then take a pause and try again with some examples. Be confident.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself Why data science Tell me about regression Evaluation metrics
  • Q2. What is accuracy What is precision
  • Ans. 

    Accuracy is the closeness of a measured value to the true value. Precision is the consistency of repeated measurements.

    • Accuracy measures how close a measurement is to the true value

    • Precision measures the consistency of repeated measurements

    • Accuracy can be affected by systematic errors

    • Precision can be affected by random errors

    • Accuracy and precision are both important in scientific measurements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep basics concepts clear

Skills evaluated in this interview

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 Questionnaire 

2 Questions

  • Q1. Three skills required to be a good data scientist?
  • Q2. Answer: Curious , Extremely argumentative and judgemental

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 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 

(1 Question)

  • Q1. Projects and Data Science concepts
Round 3 - Technical 

(1 Question)

  • Q1. Python and coding skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with concepts - ML, stats, NLP

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Explain dynamic programming with memoization

Round 3 - HR 

(2 Questions)

  • Q1. Where are you from, and why are you joining the company
  • Q2. Why are you joining the company

Interview Preparation Tips

Interview preparation tips for other job seekers - First, they will ask about the breadth of your ML skills and the depth going forward

360DigiTMG Interview FAQs

How many rounds are there in 360DigiTMG Data Scientist interview?
360DigiTMG interview process usually has 1 rounds. The most common rounds in the 360DigiTMG interview process are HR.
How to prepare for 360DigiTMG 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 360DigiTMG. The most common topics and skills that interviewers at 360DigiTMG expect are Machine Learning, Python, Big Data, SQL and Data Analysis.
What are the top questions asked in 360DigiTMG Data Scientist interview?

Some of the top questions asked at the 360DigiTMG Data Scientist interview -

  1. Use R as a calculator to compute the following values. After you do so, cut and...read more
  2. Run the following kNN classifier for the iris data. Can you interpret the outp...read more
  3. Assign 10:50 to d, use R to compute the following statistics o...read more

Tell us how to improve this page.

360DigiTMG Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
UTL Solar Interview Questions
3.5
 • 46 Interviews
Z X Learning Interview Questions
4.4
 • 44 Interviews
View all
360DigiTMG Data Scientist Salary
based on 15 salaries
₹2.3 L/yr - ₹8.9 L/yr
56% less than the average Data Scientist Salary in India
View more details

360DigiTMG Data Scientist Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

5.0

Skill development

3.5

Work-life balance

2.8

Salary

3.0

Job security

3.5

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 5 Reviews and Ratings
Data Scientist

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Explore more jobs
Data Science Intern
20 salaries
unlock blur

₹0.7 L/yr - ₹7 L/yr

Data Analyst
17 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Data Scientist
15 salaries
unlock blur

₹2.3 L/yr - ₹8.9 L/yr

Data Analyst Intern
15 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Associate Data Scientist
11 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare 360DigiTMG with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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