Upload Button Icon Add office photos

Quinbay

Compare button icon Compare button icon Compare

Filter interviews by

Quinbay Data Scientist Interview Questions and Answers

Updated 6 Feb 2024

Quinbay Data Scientist Interview Experiences

1 interview found

Data Scientist Interview Questions & Answers

user image Narmadadevi Dhamotharan

posted on 6 Feb 2024

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

(1 Question)

  • Q1. Python, ml and dl questions were covered
Round 2 - Technical 

(1 Question)

  • Q1. Sql, python, depth dl
Round 3 - Technical 

(1 Question)

  • Q1. Stat, probability, calculus, ml, dl, python, nlp and cv

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Quinbay?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What was discussed regarding your education and research experiences?
  • Ans. 

    Discussed education and research experiences in detail.

    • Discussed my academic background, including degrees obtained and relevant coursework.

    • Talked about any research projects I have worked on, including methodologies used and results achieved.

    • Highlighted any publications or presentations related to data science or relevant fields.

    • Mentioned any internships or work experience in data analysis or research roles.

  • Answered by AI
  • Q2. What are the details of your research topics, including aspects such as scalability and the reasoning behind choosing specific models?
  • Ans. 

    My research topics focus on developing scalable machine learning models for predictive analytics in finance.

    • I have researched and implemented various machine learning algorithms such as random forests, gradient boosting, and neural networks.

    • I have explored techniques for feature engineering and model optimization to improve scalability and performance.

    • I have chosen specific models based on their ability to handle large...

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

(2 Questions)

  • Q1. Can you discuss your education and research experience as reflected in your resume?
  • Ans. 

    I have a strong educational background in data science and have conducted research in machine learning and predictive analytics.

    • Completed a Master's degree in Data Science from XYZ University

    • Conducted research on machine learning algorithms for predictive analytics during my internship at ABC Company

    • Published a research paper on the application of deep learning in natural language processing

  • Answered by AI
  • Q2. What are your research experiences, and how would you approach the problem in specific use cases?
  • Ans. 

    I have conducted research in machine learning and natural language processing, and I would approach problems by first understanding the data and then applying appropriate algorithms.

    • Conducted research in machine learning and natural language processing

    • Approach problems by understanding the data first

    • Apply appropriate algorithms based on the problem

    • Utilize data visualization techniques to gain insights

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

(1 Question)

  • Q1. Can you provide details about your education and research experience?
  • Ans. 

    I have a Master's degree in Data Science and have conducted research on machine learning algorithms.

    • Master's degree in Data Science

    • Research experience in machine learning algorithms

  • Answered by AI

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. How do you narrate a story using data, and what specific factors do you prioritize during this process?
  • Ans. 

    Data storytelling involves transforming data insights into a compelling narrative to drive understanding and action.

    • Identify the audience: Tailor the narrative to the knowledge level and interests of the audience, e.g., technical vs. non-technical stakeholders.

    • Define the key message: Focus on the main takeaway you want the audience to remember, such as the impact of a marketing campaign on sales.

    • Use visuals effectively...

  • Answered by AI
  • Q2. How proficient are you in using Python for data science, and can you provide specific examples of your experience?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About CNN architecture and how it is relevant for textual data
  • Ans. 

    CNNs can effectively process textual data by capturing spatial hierarchies and local patterns in text.

    • CNNs use convolutional layers to extract features from text, similar to how they process images.

    • They can capture n-grams (e.g., phrases) by applying filters of varying sizes across the text.

    • Pooling layers help in reducing dimensionality while retaining important features, making the model more efficient.

    • Example: Text c...

  • Answered by AI
  • Q2. Questions related to probability therom
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string in list
  • Ans. 

    Reverse a string in a list of strings

    • Iterate through each string in the list

    • Use the built-in function to reverse each string

    • Store the reversed strings in a new list

  • Answered by AI
  • Q2. Explain joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

I was given assigment on a simple problem where task was to analyse and create a working solution for a problem statement

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is bert algorithm? How does it work.
  • Ans. 

    BERT (Bidirectional Encoder Representations from Transformers) is a pre-trained natural language processing model.

    • BERT is a transformer-based machine learning algorithm developed by Google.

    • It is designed to understand the context of words in a sentence by considering both the left and right context simultaneously.

    • BERT has been pre-trained on a large corpus of text data and can be fine-tuned for specific NLP tasks like ...

  • Answered by AI
  • Q2. Can you explain regression in logistic regression?
  • Ans. 

    Logistic regression is a type of regression analysis used to predict the probability of a binary outcome.

    • Logistic regression is used when the dependent variable is binary (e.g. 0 or 1, yes or no).

    • It estimates the probability that a given input belongs to a certain category.

    • The output of logistic regression is transformed using a sigmoid function to ensure it falls between 0 and 1.

    • It uses the logistic function to model ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Bias variance trade off
  • Q2. What is AB testing
  • Ans. 

    AB testing is a method used to compare two versions of a webpage or app to determine which one performs better.

    • AB testing involves creating two versions (A and B) of a webpage or app with one differing element

    • Users are randomly assigned to either version A or B to measure performance metrics

    • The version that performs better in terms of the desired outcome is selected for implementation

    • Example: Testing two different call...

  • Answered by AI
  • Q3. Basic traditional ML question about ML metrics, bagging boosting etc.
Round 2 - Assignment 

It was a classification problem

Round 3 - Technical 

(3 Questions)

  • Q1. Questions about assignment
  • Q2. Questions from resume.
  • Q3. Questions based on probability, statistics and loss functions

Interview Preparation Tips

Topics to prepare for Talentica Software Data Scientist interview:
  • NLP
  • Machine Learning
Interview preparation tips for other job seekers - Get clear with the ML, statistics and data science basics. Practice problems based on probability.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell me about your recent Project in Detail?
  • Q3. What is the Diff between Parameters and Hyper Parameters?
  • Ans. 

    Parameters are learned from data; hyperparameters are set before training to control the learning process.

    • Parameters are internal to the model, like weights in a neural network.

    • Hyperparameters are external configurations, such as learning rate or number of trees in a random forest.

    • Example of parameters: weights in linear regression.

    • Example of hyperparameters: batch size, number of epochs in training.

  • Answered by AI
  • Q4. Can we use Logistic Regression for Multi Class Classification?
  • Ans. 

    Yes, Logistic Regression can be adapted for multi-class classification using techniques like One-vs-Rest or Softmax regression.

    • Logistic Regression is inherently binary, but can be extended to multi-class using One-vs-Rest (OvR) strategy.

    • In OvR, a separate binary classifier is trained for each class, treating it as the positive class and all others as negative.

    • Another approach is Softmax regression, which generalizes lo...

  • Answered by AI
  • Q5. What will happen if we will increase the value of K in KNN?
  • Ans. 

    Increasing K in KNN can lead to smoother decision boundaries but may also introduce bias and reduce model sensitivity.

    • Higher K values can smooth out noise in the data, leading to more generalized predictions.

    • For example, with K=1, the model may overfit to noise, while K=10 may provide a more stable prediction.

    • Increasing K can lead to underfitting, where the model fails to capture the underlying patterns in the data.

    • Cho...

  • Answered by AI
  • Q6. If you have 50 GB of training data and you want to train your Neural Network on you Local 2 GB RAM, what will you do?
  • Ans. 

    Use techniques like data sampling, mini-batch training, or cloud resources to handle large datasets on limited RAM.

    • Data Sampling: Use a subset of the data, e.g., 5 GB, to train the model initially.

    • Mini-Batch Training: Train the model on smaller batches of data, e.g., 256 MB at a time.

    • Data Augmentation: Generate synthetic data to reduce reliance on the full dataset.

    • Use Cloud Services: Leverage platforms like AWS or Goog...

  • Answered by AI
  • Q7. What is imbalanced Data?

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(1 Question)

  • Q1. Basic analysis and ML questions , more focused on approach instead of coding
Round 3 - HR 

(1 Question)

  • Q1. As like other HR rounds

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

Quinbay Interview FAQs

How many rounds are there in Quinbay Data Scientist interview?
Quinbay interview process usually has 3 rounds. The most common rounds in the Quinbay interview process are Technical.
How to prepare for Quinbay 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 Quinbay. The most common topics and skills that interviewers at Quinbay expect are Natural Language Processing, Python, Data Science, Deep Learning and Machine Learning.
What are the top questions asked in Quinbay Data Scientist interview?

Some of the top questions asked at the Quinbay Data Scientist interview -

  1. stat, probability, calculus, ml, dl, python, nlp and...read more
  2. Python, ml and dl questions were cove...read more
  3. sql, python, depth...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

QualiZeal Interview Questions
4.2
 • 59 Interviews
kipi.ai Interview Questions
4.1
 • 58 Interviews
View all
Quinbay Data Scientist Salary
based on 6 salaries
₹9.5 L/yr - ₹17.9 L/yr
17% less than the average Data Scientist Salary in India
View more details

Quinbay Data Scientist Reviews and Ratings

based on 4 reviews

2.0/5

Rating in categories

2.7

Skill development

2.4

Work-life balance

3.3

Salary

2.4

Job security

2.1

Company culture

1.8

Promotions

2.3

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
122 salaries
unlock blur

₹13.3 L/yr - ₹26 L/yr

Software Engineer
119 salaries
unlock blur

₹10.9 L/yr - ₹19.5 L/yr

Site Engineer
68 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Software Developer
49 salaries
unlock blur

₹9.4 L/yr - ₹17.1 L/yr

Lead Software Engineer
20 salaries
unlock blur

₹24 L/yr - ₹41.8 L/yr

Explore more salaries
Compare Quinbay with

Medcode

4.4
Compare

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview