Upload Button Icon Add office photos

Filter interviews by

Inkle Data Science Intern Interview Questions and Answers for Freshers

Updated 4 Jul 2024

Inkle Data Science Intern Interview Experiences for Freshers

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Share your previous Work experience
  • Q2. Have you ever Worked with LLMs?
  • Q3. Can you explain one of your favorite projects?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, it was a very friendly interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were verbal, non verbal, reasoning , English and maths questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your project.
  • Ans. 

    I worked on a project analyzing customer behavior using machine learning algorithms.

    • Used Python for data preprocessing and analysis

    • Implemented machine learning models such as decision trees and logistic regression

    • Performed feature engineering to improve model performance

  • Answered by AI
  • Q2. What programming knowledge you have ?
  • Ans. 

    Proficient in Python, R, and SQL with experience in data manipulation, visualization, and machine learning algorithms.

    • Proficient in Python for data analysis and machine learning tasks

    • Experience with R for statistical analysis and visualization

    • Knowledge of SQL for querying databases and extracting data

    • Familiarity with libraries such as Pandas, NumPy, Matplotlib, and Scikit-learn

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where do you stay ?
  • Ans. 

    I currently stay in an apartment in downtown area.

    • I stay in an apartment in downtown area

    • My current residence is in a city

    • I live close to my workplace

  • Answered by AI
  • Q2. Tell me about you
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Background in statistics and machine learning

    • Passionate about data science

    • Experience with data analysis tools like Python and R

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. ML and deep learning questions
Round 2 - Interview 

(2 Questions)

  • Q1. Projects discussion
  • Q2. Chatgpt architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions will be asked Leetcode Easy to medium

Round 2 - Technical 

(2 Questions)

  • Q1. BERT vs LSTM and their speed
  • Ans. 

    BERT is faster than LSTM due to its transformer architecture and parallel processing capabilities.

    • BERT utilizes transformer architecture which allows for parallel processing of words in a sentence, making it faster than LSTM which processes words sequentially.

    • BERT has been shown to outperform LSTM in various natural language processing tasks due to its ability to capture long-range dependencies more effectively.

    • For exa...

  • Answered by AI
  • Q2. What is multinomial Naive Bayes theorem
  • Ans. 

    Multinomial Naive Bayes is a classification algorithm based on Bayes' theorem with the assumption of independence between features.

    • It is commonly used in text classification tasks, such as spam detection or sentiment analysis.

    • It is suitable for features that represent counts or frequencies, like word counts in text data.

    • It calculates the probability of each class given the input features and selects the class with the

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Chennai Mathematical Institute, Chennai and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Large Language Models?
  • Ans. 

    Large Language Models are advanced AI models that can generate human-like text based on input data.

    • Large Language Models use deep learning techniques to understand and generate text.

    • Examples include GPT-3 (Generative Pre-trained Transformer 3) and BERT (Bidirectional Encoder Representations from Transformers).

    • They are trained on vast amounts of text data to improve their language generation capabilities.

  • Answered by AI
  • Q2. Do you know about RAGs?
  • Ans. 

    RAGs stands for Red, Amber, Green. It is a project management tool used to visually indicate the status of tasks or projects.

    • RAGs is commonly used in project management to quickly communicate the status of tasks or projects.

    • Red typically indicates tasks or projects that are behind schedule or at risk.

    • Amber signifies tasks or projects that are on track but may require attention.

    • Green represents tasks or projects that ar...

  • Answered by AI
  • Q3. Which is the best clustering algorithm?
  • Ans. 

    There is no one-size-fits-all answer as the best clustering algorithm depends on the specific dataset and goals.

    • The best clustering algorithm depends on the dataset characteristics such as size, dimensionality, and noise level.

    • K-means is popular for its simplicity and efficiency, but may not perform well on non-linear data.

    • DBSCAN is good for clusters of varying shapes and sizes, but may struggle with high-dimensional d...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some basic aptitude questions were asked , but had to be solved in 20 minutes

Round 2 - Coding Test 

Medium level 2 leet code questions were asked and i cleared both

Round 1 - Technical 

(1 Question)

  • Q1. Basic python and machine learning questions
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation and working location related questions and why you want to join wipro

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic python and machine learning
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

The first technical round will cover how computer vision works, including the advantages and disadvantages of regression and random forest. It will also include discussions on when to use precision and recall, methods to reduce false positives, and criteria for selecting different models. Additionally, disadvantages of PCA will be addressed, along with project-related questions. The second round will focus on standard aptitude tests, while the third round will involve a casual conversation with the Executive Vice President.

Round 2 - Aptitude Test 

Normal aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on machine learning concepts, develop strong knowledge in Python programming, and learn about PCA, clustering, cross-validation, and hyperparameter tuning.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is L1 and L2 Regularization?
  • Ans. 

    L1 and L2 regularization are techniques used in machine learning to prevent overfitting by adding penalty terms to the cost function.

    • L1 regularization adds the absolute values of the coefficients as penalty term to the cost function.

    • L2 regularization adds the squared values of the coefficients as penalty term to the cost function.

    • L1 regularization can lead to sparse models by forcing some coefficients to be exactly zer...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are hyperparameters in random forest
  • Ans. 

    Hyperparameters in random forest are parameters that are set before the learning process begins.

    • Hyperparameters control the behavior of the random forest algorithm.

    • They are set by the data scientist and are not learned from the data.

    • Examples of hyperparameters in random forest include the number of trees, the maximum depth of trees, and the number of features considered at each split.

  • Answered by AI
  • Q2. How to do QnA system with LLM
  • Ans. 

    A QnA system with LLM is a system that uses the Language Model for Information Retrieval and Question Answering.

    • Preprocess the input question and convert it into a format suitable for the LLM model.

    • Fine-tune the LLM model on a dataset of question-answer pairs.

    • Use the fine-tuned model to generate answers for new questions.

    • Evaluate the performance of the QnA system using metrics like precision, recall, and F1 score.

    • Itera...

  • Answered by AI
  • Q3. How to do unit testing
  • Ans. 

    Unit testing is a process of testing individual units of code to ensure they function correctly.

    • Write test cases for each unit of code

    • Test inputs, outputs, and edge cases

    • Use testing frameworks like JUnit or pytest

    • Automate tests to run regularly

    • Ensure tests are independent, isolated, and repeatable

  • Answered by AI

Skills evaluated in this interview

Inkle Interview FAQs

How many rounds are there in Inkle Data Science Intern interview for freshers?
Inkle interview process for freshers usually has 1 rounds. The most common rounds in the Inkle interview process for freshers are Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Inkle interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
4 salaries
unlock blur

₹13 L/yr - ₹19 L/yr

Product Designer
3 salaries
unlock blur

₹8 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Inkle with

Moonfrog Labs

2.7
Compare

Nazara Technologies

3.0
Compare

Octro

3.5
Compare

99games Online

1.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview