Upload Button Icon Add office photos

Filter interviews by

Nanobi Analytics Data Science Intern Interview Questions and Answers

Updated 18 Jan 2022

Nanobi Analytics Data Science Intern Interview Experiences

1 interview found

I applied via Email and was interviewed before Jan 2021. 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 

Time Series Modeling

Round 3 - One-on-one 

(2 Questions)

  • Q1. Data Science interview questions
  • Q2. Time Series Modeling

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with Basics and try to be more clear on explaining topics

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, deduction reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Basic DSA leetcode easy and medium , arrays and hashmaps and LRU cache
  • Q2. SQL queries and DBMS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DBMS and SQL and it is required
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What's the CI/CD workflow that's followed in your team?
  • Ans. 

    Our team follows a CI/CD workflow that includes automated testing, code reviews, and continuous integration.

    • Automated testing is run on every code change to catch bugs early.

    • Code reviews are conducted before merging changes to ensure code quality.

    • Continuous integration is used to automatically build and test code changes in a shared repository.

    • Deployment pipelines are set up to automate the release process.

    • Version cont...

  • Answered by AI
  • Q2. Has there been any security incident and how have you handled those ?
  • Ans. 

    Yes, there have been security incidents and I have handled them effectively.

    • Implemented security protocols to prevent future incidents

    • Conducted thorough investigation to identify the root cause

    • Collaborated with IT team to strengthen security measures

    • Communicated with stakeholders to ensure transparency and trust

    • Provided training to employees on cybersecurity best practices

  • Answered by AI
  • Q3. Difference between authorization and authentication ?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the identity of a user through credentials like passwords or biometrics.

    • Authorization determines the level of access or permissions a user has once their identity is confirmed.

    • Authentication is the process of logging in, while authorization is the process of granting or denyin...

  • Answered by AI
  • Q4. LLD for an authentication and authorization system
  • Ans. 

    LLD for an authentication and authorization system

    • Separate modules for authentication and authorization

    • Use of secure hashing algorithms for storing passwords

    • Role-based access control implementation

    • Audit logging for tracking user actions

    • Integration with external identity providers

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

(1 Question)

  • Q1. Design a document managed storage like google drive as an E2E solution.
  • Ans. 

    Design a document managed storage like Google Drive as an E2E solution.

    • Implement user authentication and authorization for secure access.

    • Create a user-friendly interface for uploading, organizing, and sharing documents.

    • Include features like version control, file syncing, and search functionality.

    • Utilize cloud storage for scalability and accessibility.

    • Implement encryption for data security.

    • Integrate with third-party app

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the points mentioned in your resume.
Be ready to provide reasons for decisions taken for your resume.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain any ML model.
  • Q2. Create Dataframe from two lists.

Interview Preparation Tips

Topics to prepare for Nielsen Data Scientist interview:
  • Python
  • pandas
  • ML
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the RAG pipeline?
  • Ans. 

    RAG pipeline is a data processing pipeline used in data science to categorize data into Red, Amber, and Green based on certain criteria.

    • RAG stands for Red, Amber, Green which are used to categorize data based on certain criteria

    • Red category typically represents data that needs immediate attention or action

    • Amber category represents data that requires monitoring or further investigation

    • Green category represents data that...

  • Answered by AI
  • Q2. Explain Confusion metrics
  • Ans. 

    Confusion metrics are used to evaluate the performance of a classification model by comparing predicted values with actual values.

    • Confusion matrix is a table that describes the performance of a classification model.

    • It consists of four different metrics: True Positive, True Negative, False Positive, and False Negative.

    • These metrics are used to calculate other evaluation metrics like accuracy, precision, recall, and F1 s...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Gen AI projects
  • Q2. Architecture of projects I worked
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

DSA and ML, AI, Coding question

Round 2 - One-on-one 

(1 Question)

  • Q1. Case study which was easy
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth questions on ML
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Bio activities example
  • Q2. Adverse drug reaction
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

SQL, Python coding …

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

I applied via campus placement at Maharaja Sayajirao University (MSU), Baroda and was interviewed in Oct 2022. 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. Explain different KPIs of Classification Model
  • Ans. 

    KPIs of Classification Model

    • Accuracy: measures the proportion of correct predictions

    • Precision: measures the proportion of true positives among predicted positives

    • Recall: measures the proportion of true positives among actual positives

    • F1 Score: harmonic mean of precision and recall

    • ROC Curve: plots true positive rate against false positive rate

    • Confusion Matrix: summarizes the performance of a classification model

  • Answered by AI
  • Q2. What are the differences between Left and Right Join
  • Ans. 

    Left join returns all records from left table and matching records from right table. Right join returns all records from right table and matching records from left table.

    • Left join keeps all records from the left table and only matching records from the right table

    • Right join keeps all records from the right table and only matching records from the left table

    • Left join is denoted by LEFT JOIN keyword in SQL

    • Right join is d...

  • Answered by AI

Skills evaluated in this interview

Nanobi Analytics Interview FAQs

How many rounds are there in Nanobi Analytics Data Science Intern interview?
Nanobi Analytics interview process usually has 3 rounds. The most common rounds in the Nanobi Analytics interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Nanobi Analytics Data Science Intern interview?

Some of the top questions asked at the Nanobi Analytics Data Science Intern interview -

  1. Data Science interview questi...read more
  2. Time Series Model...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 734 Interviews
S&P Global Interview Questions
4.1
 • 274 Interviews
Mu Sigma Interview Questions
2.6
 • 228 Interviews
Access Healthcare Interview Questions
3.9
 • 204 Interviews
Crisil Interview Questions
3.6
 • 186 Interviews
Straive Interview Questions
3.4
 • 171 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
CorroHealth Interview Questions
3.3
 • 145 Interviews
View all
Compare Nanobi Analytics with

EXL Service

3.7
Compare

Access Healthcare

3.9
Compare

S&P Global

4.1
Compare

AGS Health

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