Upload Button Icon Add office photos

MNC Group

Compare button icon Compare button icon Compare

Filter interviews by

MNC Group Data Scientist Interview Questions and Answers

Updated 17 Jul 2023

MNC Group Data Scientist Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. 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 - Coding Test 

Using loop print the star for a triangle.
What is pandas.
Different between tuple and list.

Round 3 - Technical 

(4 Questions)

  • Q1. What is 5G. Types of G.
  • Ans. 

    5G is the fifth generation of wireless technology, offering faster speeds, lower latency, and increased capacity for mobile networks.

    • 5G stands for fifth generation and is the latest standard for wireless communication

    • It offers faster download and upload speeds, lower latency, and increased capacity compared to previous generations like 4G

    • 5G technology uses higher frequency bands to transmit data, allowing for more devi...

  • Answered by AI
  • Q2. About your self. What is machine learning. Machine learning types.
  • Q3. What is tensor . Linear regression
  • Ans. 

    A tensor is a mathematical object representing multi-dimensional arrays of data.

    • Tensors are commonly used in machine learning and deep learning for representing data.

    • They can have any number of dimensions, such as scalars (0D), vectors (1D), matrices (2D), or higher dimensional arrays.

    • In TensorFlow, a popular deep learning framework, tensors are the main data structure used for computations.

    • Operations on tensors includ...

  • Answered by AI
  • Q4. Measure of central tendency
  • Ans. 

    Measure of central tendency refers to the average or middle value in a dataset.

    • Central tendency is used to summarize the data and give a single value that represents the entire dataset.

    • Common measures of central tendency include mean, median, and mode.

    • Mean is the average of all values, median is the middle value when the data is sorted, and mode is the most frequently occurring value.

    • For example, in a dataset of 5, 7, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning and keep exploring

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MNC Group?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asking about project tools which i never know

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Ldap and linux admin related questions
  • Q2. Scenario based question on ldap search queey
  • Ans. 

    LDAP search queries are used to retrieve information from directory services, such as user details or group memberships.

    • Use LDAP to find user details in an organization, e.g., searching for a user by their email address.

    • Retrieve group memberships for a specific user to determine access rights, e.g., checking if a user is part of the 'Admin' group.

    • Search for all users in a specific department to manage resources or comm...

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is JIT manufacturing?
  • Q2. Geeksforgeek situational questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why did you choose finance?
  • Ans. 

    I chose Finance for its dynamic nature, analytical challenges, and the opportunity to impact business decisions through data insights.

    • Analytical Challenges: Finance requires strong analytical skills to interpret complex data, such as analyzing market trends to inform investment strategies.

    • Impact on Business Decisions: Working in finance allows me to provide insights that can influence key business decisions, like budge...

  • Answered by AI
  • Q2. What made you interested in financial banking?
  • Ans. 

    I have always been fascinated by the intricate workings of the financial banking industry.

    • I am drawn to the complexity and challenges of analyzing financial data.

    • I find the impact of financial decisions on businesses and individuals intriguing.

    • I enjoy working with numbers and using data to uncover insights and make informed decisions.

    • I appreciate the stability and growth opportunities that the financial banking sector ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to Factiva news run and negative news
  • Q2. Question related to CAPIQ

Interview Questionnaire 

1 Question

  • Q1. There were 4 rounds of interview. In the final round the questions were divided in 3 sections -1) Direct Technical questions like what is so & so explain 2) Scenario based technical questions 3)Logical qu...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through in detail what ever u work in. Prepare urself in such a way that u can handle every situation. Failure can happen u can get rejected but learn from those. Where do you stand and how much u need to push urself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 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 

(2 Questions)

  • Q1. Basic questions related to resume
  • Q2. Technical questions related to language you known
Are these interview questions helpful?

I appeared for an interview before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1.  Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings are arranged in the following ord...
  • Ans. 

    The question asks to construct a k-ary tree using the given k and DFS traversal string.

    • Iterate through the DFS traversal string

    • If the current character is 'P', create a parent node

    • If the current character is 'L', create a leaf node

    • Link the nodes according to the DFS traversal order

  • Answered by AI
  • Q2. "How would you tell whether a graph has a node with n degree?"
  • Ans. 

    To determine if a graph has a node with n degree, iterate through all nodes and count their edges.

    • Iterate through each node in the graph

    • Count the number of edges connected to each node

    • If any node has n edges, then the graph has a node with n degree

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions on C++(Virtual fns, inheritance). Two on probability, 12 on Algorithms
Duration: 45 minutes

Round: Technical + HR Interview
Experience: He asked some more puzzles and some probability (expectation) questions. Then, he modified one question asked in the written test and asked me write code for it on paper.
Tips: First of all, prepare all the questions asked in the test before going for the interviews.


Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of garbage collectors
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

I appeared for an interview in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.

  • Q1. 

    Best Time to Buy and Sell Stock Problem Statement

    Given an array prices representing the prices of a stock where each element indicates the price at a given minute, determine the maximum profit you can ac...

  • Ans. 

    Find the maximum profit by buying and selling a stock once based on given prices.

    • Iterate through the prices array and keep track of the minimum price seen so far and the maximum profit achievable.

    • Calculate the profit by subtracting the current price from the minimum price and update the maximum profit if needed.

    • Return the maximum profit, ensuring it is not negative.

    • Example: prices = [2, 100, 150, 120], Buy at 2, sell a...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Dance Team Pairing Challenge

    Imagine you are helping Ninja, a dance coach, who needs to form dance pairs from the available boys and girls in a studio. Given the number of boys N, the number of girls M, a...

  • Ans. 

    The challenge involves forming dance pairs from available boys and girls based on potential pairings to maximize the number of pairs.

    • Parse the input to get the number of test cases, boys, girls, and potential pairings.

    • Iterate through the potential pairings and form pairs based on the given indexes.

    • Output '1' if a set of maximum possible pairs is returned, else output '0'.

    • There can be multiple valid configurations of pa...

  • Answered by AI
  • Q2. What is the difference between multiprocessing and multithreading?
  • Ans. 

    Multiprocessing involves multiple processes running concurrently, while multithreading involves multiple threads within a single process.

    • Multiprocessing utilizes multiple processes to execute tasks simultaneously.

    • Multithreading involves multiple threads within a single process sharing the same memory space.

    • Multiprocessing is typically used for CPU-bound tasks, while multithreading is more suitable for I/O-bound tasks.

    • E...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. Can you describe the classes and functions involved in the design of a system like Splitwise?
  • Ans. 

    Splitwise is a system for managing shared expenses among groups of people.

    • Classes: User, Expense, Group

    • Functions: addExpense(), settleUp(), calculateBalance()

  • Answered by AI
Round 4 - Video Call 

Round duration - 60 Minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNo criteriaTower Research Capital interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Low level design, High Level Design, Relational Database Management Systems, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 5 questions of each topic of various difficulty levels
Tip 2 : Read out theory articles about your preferred language showing your proficiency in the same.
Tip 3 : Hard work is overrated, consistency is the key.

Application resume tips for other job seekers

Tip 1 : Own everything you have there, do not add random skills that you are not proficient in.
Tip 2 : Keep it clean and try to give out minimal but most of the relevant information for the role.

Final outcome of the interviewSelected

Skills evaluated in this interview

MNC Group Interview FAQs

How many rounds are there in MNC Group Data Scientist interview?
MNC Group interview process usually has 3 rounds. The most common rounds in the MNC Group interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in MNC Group Data Scientist interview?

Some of the top questions asked at the MNC Group Data Scientist interview -

  1. What is tensor . Linear regress...read more
  2. What is 5G. Types of...read more
  3. Measure of central tende...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Accountant
28 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Executive Accountant
22 salaries
unlock blur

₹1.9 L/yr - ₹4.3 L/yr

Software Engineer
17 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Data Entry Operator
17 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Manager
13 salaries
unlock blur

₹7.3 L/yr - ₹14.7 L/yr

Explore more salaries
Compare MNC Group with

Nomura Holdings

3.8
Compare

Muthoot Homefin India

4.0
Compare

Adarsh Credit Co-Operative Society

4.2
Compare

Debtcare Enterprises

4.3
Compare
write
Share an Interview