Upload Button Icon Add office photos
Engaged Employer

i

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

Axtria Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Axtria Director Data Science Interview Questions and Answers

Updated 19 Jul 2023

Axtria Director Data Science Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2023. There were 5 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 - One-on-one 

(1 Question)

  • Q1. This was done by Principal mostly focusing on the experience.
Round 3 - Technical 

(1 Question)

  • Q1. This was taken by Director. Simple DE and DS questions for 30 mins . Though interview was scheduled for 1 hours
Round 4 - Technical 

(1 Question)

  • Q1. This round was taken by Sr.Director from the US. Very Simple ML question. Interview was schedule for 1 hour but happened only for 20 mins.
Round 5 - HR 

(1 Question)

  • Q1. This is most baffling ... Got an email that all the rounds were successful. Recruitment team has sent email with subject : "Documents required for offer rollout" , asking for confidential and personnel doc...

Interview Preparation Tips

Interview preparation tips for other job seekers - For senior roles and if you are highly technical , do not waste your time with this organisation. Get clarity before getting into technical rounds.

Director Data Science Jobs at Axtria

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What friends think of you?
  • Ans. 

    My friends think of me as reliable, supportive, and always up for a good time.

    • Reliable - always there when they need help or support

    • Supportive - willing to listen and offer advice

    • Fun-loving - enjoys socializing and trying new things

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: After Resume Shortlist we had an aptitute round.
Tips: Answer according to your own judgement. Dont try to be too precise.

Round: HR Interview
Experience: I said they think I am a workaholic as I prefer to complete my work before chilling with them.

College Name: NIT Durgapur

Interview Preparation Tips

Round: HR Interview
Experience: Interview at 11 pm. Stressed environment, close to stress interview.
SELECTION PROCEDURE:
1.Online Test
2. GD
3. PI(HR)
GD TOPICS :
Topic 1 : How can education system benefit from interdisciplinary methods.
Topic 2 : Interconnected problems in the field of movie making.
INTERVIEW EXPERIENCE:
So you can speak German? Describe MS Dhoni in german. They opened Google Translate to counter check the words they wanted to be translated in both Deutsch and Spanish. Your profile speaks of an inclination towards software skills, why do you want to join an analytics company? Justify your action in two reasons as to why are you sitting here interviewing for the post of a data scientist rather than apply for a software engineer when this CV speaks highly of computer science? What is Finite Element Method? Explain. How relevant is your work in Computer Vision? Breakdown the tagline of Audi and translate accordingly. What is "Technik für Mobel" ? What are your current projects? Answer : Microsoft Xbox Kinect, Gesture Recognition. Counter question : But at Musimga you'd be doing far simpler stuff.? Counter suggestion : Why don't you go for MS?


Tips: Keep your cool during counter questions. Prepare your profile and CV well. Rest all is your hard work and groomed personal talents and acquired skills you learnt over the internet.

Skills: Ability To Cope Up With Stress, Spanish, German, Finite Element Modeling - FEM, Foreign Language
College Name: NIT Raipur
Funny Moments: Another HR enters in the midst of my interview and asks with bewildered amazement : What language is he speaking?
The other HR, "German".

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: Interview was purely technical. Having technical knowledge in analytics and good command on matrix transformations probability and statistics helps.
Tips: Before interview look into basic concepts of analytics such as regression, classification, clustering, etc...

Skills: Probability And Statistics, Ability To Analyse
Duration: 2
College Name: IIT Madras
Motivation: As it is a start up based out of Boston I think I will be a good opportunity to network and also learn about how a company handles data.
Funny Moments: Hr was a North Indian and I am South Indian. There is slight problem for him in pronouncing few words. I had to ask him to repeat the question twice before I answered. It turns out to be a very simple question but we Both struggled

I applied via Recruitment Consultant and was interviewed in Dec 2018. There were 3 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. 1. Why Machine Learning?
  • Q2. 2. Why did you choose Data Science Field?
  • Ans. 

    I chose Data Science field because of its potential to solve complex problems and make a positive impact on society.

    • Fascination with data and its potential to drive insights

    • Desire to solve complex problems and make a positive impact on society

    • Opportunity to work with cutting-edge technology and tools

    • Ability to work in a variety of industries and domains

    • Examples: Predictive maintenance in manufacturing, fraud detection

  • Answered by AI
  • Q3. 3. What about Linear Regression? (Theory Part)
  • Q4. 4. What is the difference between Linear Regression and Logistic Regression?
  • Ans. 

    Linear Regression is used for predicting continuous numerical values, while Logistic Regression is used for predicting binary categorical values.

    • Linear Regression predicts a continuous output, while Logistic Regression predicts a binary output.

    • Linear Regression uses a linear equation to model the relationship between the independent and dependent variables, while Logistic Regression uses a logistic function.

    • Linear Regr...

  • Answered by AI
  • Q5. 5. Explain Confusion Matrix?
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It is a 2x2 matrix that shows the number of true positives, false positives, true negatives, and false negatives.

    • It helps in calculating various metrics like accuracy, precision, recall, and F1 score.

    • It is useful in identifying the strengths and weaknesses of a model and improving its performance.

    • Example: In a binary classification p...

  • Answered by AI
  • Q6. 6. Can we use confusion matrix in Linear Regression?
  • Ans. 

    No, confusion matrix is not used in Linear Regression.

    • Confusion matrix is used to evaluate classification models.

    • Linear Regression is a regression model, not a classification model.

    • Evaluation metrics for Linear Regression include R-squared, Mean Squared Error, etc.

  • Answered by AI
  • Q7. 7. Explain KNN Algorithm?
  • Ans. 

    KNN is a non-parametric algorithm used for classification and regression tasks.

    • KNN stands for K-Nearest Neighbors.

    • It works by finding the K closest data points to a given test point.

    • The class or value of the test point is then determined by the majority class or average value of the K neighbors.

    • KNN can be used for both classification and regression tasks.

    • It is a simple and easy-to-understand algorithm, but can be compu

  • Answered by AI
  • Q8. 8. Explain Random Forest and Decision Tree?
  • Ans. 

    Random Forest is an ensemble learning method that builds multiple decision trees and combines their outputs to improve accuracy.

    • Random Forest is a type of supervised learning algorithm used for classification and regression tasks.

    • It creates multiple decision trees and combines their outputs to make a final prediction.

    • Each decision tree is built using a random subset of features and data points to reduce overfitting.

    • Ran...

  • Answered by AI
  • Q9. 9. One Tricky Mathematical Question !
  • Q10. 10. What are the Projects you have done?
  • Ans. 

    I have worked on various projects involving data analysis, machine learning, and predictive modeling.

    • Developed a predictive model to forecast customer churn for a telecommunications company.

    • Built a recommendation system using collaborative filtering for an e-commerce platform.

    • Performed sentiment analysis on social media data to understand customer opinions and preferences.

    • Implemented a fraud detection system using anom...

  • Answered by AI
  • Q11. I didn't get shortlisted for 2nd Round.

Interview Preparation Tips

General Tips: anyone who wants to go in data science field should actually be interested in the field not the money. They should be good in Statistics, Probability and Theory part of ML algorithms.
They will ask you about the projects you have mentioned in resume and all the questions will be from that part.
Skills: Communication, Body Language, Problem Solving, Analytical Skills
Duration: 1-4 weeks

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

C5i user image Kushal Kulkarni

posted on 18 Jun 2024

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

I was interviewed in May 2024.

Round 1 - Assignment 

Questions based on ML,PYTHON, DATA VISUALIZATION

Round 2 - Technical 

(2 Questions)

  • Q1. What is TF-IDF IN NLP
  • Ans. 

    TF-IDF is a numerical statistic that reflects the importance of a word in a document relative to a collection of documents.

    • TF-IDF stands for Term Frequency-Inverse Document Frequency

    • It is used in Natural Language Processing (NLP) to determine the importance of a word in a document

    • TF-IDF is calculated by multiplying the term frequency (TF) by the inverse document frequency (IDF)

    • It helps in identifying the most important

  • Answered by AI
  • Q2. Python coding questions based on list

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice python
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

ML,DL,Python,NLP,Data VIsualization

Round 2 - Technical 

(1 Question)

  • Q1. Explain TF-IDF in NLP
  • Ans. 

    TF-IDF is a numerical statistic that reflects the importance of a word in a document relative to a collection of documents.

    • TF-IDF stands for Term Frequency-Inverse Document Frequency.

    • It is used in Natural Language Processing (NLP) to determine the importance of a word in a document.

    • TF-IDF is calculated by multiplying the term frequency (TF) of a word by the inverse document frequency (IDF) of the word.

    • It helps in ident...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Test of Basic data structures in Python include lists, tuples, and dictionaries, as well as loops and conditional statements.

Round 2 - Case Study 

Framework and requirements for chatbot implementation.

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Describe one of your projects in detail. 2. Explain Random Forest and other ML models 3. Statistics
  • Ans. 

    Developed a predictive model for customer churn using Random Forest algorithm.

    • Used Python and scikit-learn library for model development

    • Performed data cleaning, feature engineering, and exploratory data analysis

    • Tuned hyperparameters using GridSearchCV and evaluated model performance using cross-validation

    • Random Forest is an ensemble learning method that builds multiple decision trees and combines their predictions

    • Other...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well and questions around that

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2022. There were 5 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 - Aptitude Test 

Basic statistics questions and coding questions on modeling

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion was mainly on the project I have worked on
Round 4 - One-on-one 

(1 Question)

  • Q1. Project discussion 2 case studies Questions on sensitivity analysis Precision recall with non binary data
Round 5 - HR 

(1 Question)

  • Q1. How would you solve conflicts between two people in your team? Why are you leaving your company?
  • Ans. 

    To solve conflicts between two people in my team, I would encourage open communication, facilitate a discussion, and find a mutually agreeable solution.

    • Encourage open and honest communication between the two individuals involved

    • Facilitate a discussion where both parties can express their concerns and perspectives

    • Identify common ground and areas of agreement

    • Encourage empathy and understanding towards each other's viewpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on the skills that your are showing in your CV. Be truthful if you don't know anything and don't bush around. If you are okay working for more than 14hrs and also in the weekends then please go ahead :)

Axtria Interview FAQs

How many rounds are there in Axtria Director Data Science interview?
Axtria interview process usually has 5 rounds. The most common rounds in the Axtria interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Axtria Director Data Science 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 Axtria. The most common topics and skills that interviewers at Axtria expect are Data Science, Machine Learning, Artificial Intelligence, Data Analytics and Python.
What are the top questions asked in Axtria Director Data Science interview?

Some of the top questions asked at the Axtria Director Data Science interview -

  1. This is most baffling ... Got an email that all the rounds were successful. Rec...read more
  2. This was taken by Director. Simple DE and DS questions for 30 mins . Though int...read more
  3. This round was taken by Sr.Director from the US. Very Simple ML question. Inter...read more

Tell us how to improve this page.

Axtria Director Data Science Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.6
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 208 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 170 Interviews
AVASOFT Interview Questions
3.3
 • 143 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
DE Shaw Interview Questions
3.8
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
View all
Director Data Science

Noida,

Gurgaon / Gurugram

+1

15-18 Yrs

₹ 50-90 LPA

Explore more jobs
Senior Associate
874 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
662 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
619 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
469 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
239 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Axtria with

Mu Sigma

2.6
Compare

Fractal Analytics

4.0
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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