Upload Button Icon Add office photos
Engaged Employer

i

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

SG Analytics Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 489 Reviews

Filter interviews by

SG Analytics Jr. Data Scientist Interview Questions and Answers

Updated 16 Apr 2023

SG Analytics Jr. Data Scientist Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

The apptitude was quiet simple and straight forward.

Round 2 - Group Discussion 

GD topics were very simple and easy.they just expected us to make points that were creative and different

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me something that you learnt technically Tell me something in which you failed about 20 to 30 Times
  • Q2. Describe the project you worked on

Interview Preparation Tips

Topics to prepare for Mu Sigma Jr. Data Scientist interview:
  • Data Science
Interview preparation tips for other job seekers - Be confident and bold just give them a assurance that you can learn the process.
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Case Study 

Excel data analytics case

Round 2 - Technical 

(1 Question)

  • Q1. Data analytics, data visualisation tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Clik and SQL
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Difficult To solve in 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Python libraries pandas sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident
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
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked to write SQL queries for 3rd highest salary of the employee, some name filtering, group by tasks.
Python code to find the index of the maximum number without using numpy.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain the Project undertaken during the research and follow-up questions
Round 3 - Technical 

(1 Question)

  • Q1. Write pandas query to separate the names as first and last name from the full name. Drop the duplicate columns and also the missing values. Write output for the Python code. Write SQL query to retrieve t...
  • Ans. 

    Answering questions related to data science concepts and techniques.

    • Recall is the ratio of correctly predicted positive observations to the total actual positives. Precision is the ratio of correctly predicted positive observations to the total predicted positives.

    • To reduce variance in an ensemble model, techniques like bagging, boosting, and stacking can be used. Bagging involves training multiple models on different ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nielsen Data Scientist interview:
  • Python
  • Pandas
  • SQL
  • Machine Learning
Interview preparation tips for other job seekers - Have your basics strong.

Skills evaluated in this interview

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are sql aggregate functions?
  • Ans. 

    SQL aggregate functions perform calculations on a set of values and return a single value.

    • Aggregate functions include COUNT, SUM, AVG, MAX, and MIN.

    • COUNT returns the number of rows in a table or the number of non-null values in a column.

    • SUM returns the sum of all values in a column.

    • AVG returns the average of all values in a column.

    • MAX returns the highest value in a column.

    • MIN returns the lowest value in a column.

  • Answered by AI
  • Q2. What is sub quires how its was working befif exolanation they asked for me

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good before interview all the interviews test the employees I am from telugu states studen5

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Was asked to explain one of my work projects in detail, Basic pandas syntax

SG Analytics Interview FAQs

How many rounds are there in SG Analytics Jr. Data Scientist interview?
SG Analytics interview process usually has 2 rounds. The most common rounds in the SG Analytics interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in SG Analytics Jr. Data Scientist interview?

Some of the top questions asked at the SG Analytics Jr. Data Scientist interview -

  1. What are the differences between Left and Right J...read more
  2. Explain different KPIs of Classification Mo...read more

Tell us how to improve this page.

SG Analytics Jr. Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Crisil Interview Questions
3.7
 • 184 Interviews
Indegene Interview Questions
3.4
 • 150 Interviews
Nielsen Interview Questions
3.7
 • 116 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Kantar Interview Questions
3.5
 • 105 Interviews
Netscribes Interview Questions
2.8
 • 82 Interviews
View all
SG Analytics Jr. Data Scientist Salary
based on 7 salaries
₹5 L/yr - ₹7 L/yr
At par with the average Jr. Data Scientist Salary in India
View more details
Associate Analyst
377 salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

Analyst
286 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Senior Analyst
235 salaries
unlock blur

₹4.2 L/yr - ₹15.1 L/yr

Consultant
182 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Research Analyst
77 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare SG Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

AbsolutData

3.6
Compare

LatentView Analytics

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