Upload Button Icon Add office photos
Engaged Employer

i

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

Navikenz India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Navikenz India Data Science Intern Interview Questions and Answers

Updated 25 Dec 2023

Navikenz India Data Science Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Quant, Verbal, DI, Reasoning etc

Round 3 - Coding Test 

Domain Based MCQ and 1 SQL Query + 1 Programming question

Round 4 - Technical 

(1 Question)

  • Q1. 1. Introduction 2. Project Explaination 3. DSA Questions: a) Strings b) Trees c) Graphs 4. What is Stream Processing?
Round 5 - HR 

(1 Question)

  • Q1. 1.Ask about yourself 2.From which city you come from? 3. SWOT Analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DBMS, DSA, OOPS and Project Study

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. No question was asked
  • Q2. Same as above, zero questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just for the compulsary internship scenerio, you can take it. Although, you will learn, but it is a sort of class, you aren't very encouraged to apply your knowledge much.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Give a brief about yourself.
  • Q2. Salary Expectation and earliest joining date
Round 2 - Technical 

(6 Questions)

  • Q1. Brief about a project worked in the company.
  • Q2. What is Data Leakage?
  • Ans. 

    Data leakage occurs when information from outside the training dataset is used to create a model, leading to unrealistic performance.

    • Occurs when information that would not be available in a real-world scenario is used in the model training process

    • Can result in overly optimistic performance metrics for the model

    • Examples include using future data, target leakage, and data preprocessing errors

  • Answered by AI
  • Q3. What is Encoder Decoder? What is a Transformer model and explain its architecture?
  • Ans. 

    Encoder Decoder is a neural network architecture used for sequence-to-sequence tasks. Transformer model is a type of neural network architecture that relies entirely on self-attention mechanisms.

    • Encoder Decoder is commonly used in machine translation tasks where the input sequence is encoded into a fixed-length vector representation by the encoder and then decoded into the target sequence by the decoder.

    • Transformer mod...

  • Answered by AI
  • Q4. Name some Deep learning models?
  • Ans. 

    Deep learning models include CNN, RNN, LSTM, GAN, and Transformer.

    • Convolutional Neural Networks (CNN) - used for image recognition tasks

    • Recurrent Neural Networks (RNN) - used for sequential data like time series

    • Long Short-Term Memory (LSTM) - a type of RNN with memory cells

    • Generative Adversarial Networks (GAN) - used for generating new data samples

    • Transformer - used for natural language processing tasks

  • Answered by AI
  • Q5. What is Regularization in machine learning?
  • Ans. 

    Regularization is a technique used in machine learning to prevent overfitting by adding a penalty term to the model's loss function.

    • Regularization helps to reduce the complexity of the model by penalizing large coefficients.

    • It adds a penalty term to the loss function, which discourages the model from fitting the training data too closely.

    • Common types of regularization include L1 (Lasso) and L2 (Ridge) regularization.

    • Re...

  • Answered by AI
  • Q6. What is Model Quantization?
  • Ans. 

    Model quantization is the process of reducing the precision of the weights and activations of a neural network model to improve efficiency.

    • Reduces memory usage and speeds up inference by using fewer bits to represent numbers

    • Can be applied to both weights and activations in a neural network model

    • Examples include converting 32-bit floating point numbers to 8-bit integers

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Machine Learning
Round 2 - Technical 

(1 Question)

  • Q1. Machine Learning
Round 3 - Case Study 

Approach check for multiple case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Never received the final response after the 3rd round which was with the CTO. The HR kept saying we are yet to get the feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2022. 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 - Coding Test 

Python, SQL questions were in the initial round of hiring process.

Round 3 - One-on-one 

(2 Questions)

  • Q1. ML, DL & knowledge about Cloud were main focus of the interview.
  • Q2. Questions around your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up technicals, demonstrate your skills, have clear communication skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - CV shortlist 

(2 Questions)

  • Q1. Why do we hire you?
  • Q2. What contributions should you make?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you choose an ML algorithm basis the data given
  • Ans. 

    ML algorithm selection is based on data characteristics, problem type, and desired outcomes.

    • Understand the problem type (classification, regression, clustering, etc.)

    • Consider the size and quality of the data

    • Evaluate the complexity of the model and interpretability requirements

    • Choose algorithms based on their strengths and weaknesses for the specific task

    • Experiment with multiple algorithms and compare their performance

    • F...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. How do u optimise a ML model How good are you in coding with Python. Rate yourself
  • Ans. 

    To optimize a ML model, one can tune hyperparameters, feature engineering, cross-validation, ensemble methods, and regularization techniques.

    • Tune hyperparameters using techniques like grid search or random search

    • Perform feature engineering to create new features or select relevant features

    • Utilize cross-validation to evaluate model performance and prevent overfitting

    • Explore ensemble methods like bagging and boosting to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a great place for experience or highly qualified people. They just run with interns. And most people do not feel wanted in the office. This severely damages your confidence. Not an inclusive workplace. Women are there only in interns level. And No women in L or L-1. So again as women, we don't feel values.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. No question was asked
  • Q2. Same as above, zero questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just for the compulsary internship scenerio, you can take it. Although, you will learn, but it is a sort of class, you aren't very encouraged to apply your knowledge much.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and explain ML or DL algorithms.
  • Q2. More questions about latest technologies and deep questions about algorithms.
Round 2 - Technical 

(2 Questions)

  • Q1. Projects and ML DL.
  • Q2. Few things from deployment.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and joining date confirmation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about current working projects end to end as they might ask to build end to end pipeline.
Be updated with latest technologies.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - CV shortlist 

(2 Questions)

  • Q1. Why do we hire you?
  • Q2. What contributions should you make?

Navikenz India Interview FAQs

How many rounds are there in Navikenz India Data Science Intern interview?
Navikenz India interview process usually has 5 rounds. The most common rounds in the Navikenz India interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Navikenz India Data Science Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Data Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Lead Business Analyst
6 salaries
unlock blur

₹13.5 L/yr - ₹20 L/yr

Lead Data Engineer
5 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Senior Business Analyst
5 salaries
unlock blur

₹17.2 L/yr - ₹25 L/yr

Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Explore more salaries
Compare Navikenz India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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