Upload Button Icon Add office photos

Filter interviews by

Stirring Minds Data Analyst Intern Interview Questions and Answers

Updated 2 Jul 2024

Stirring Minds Data Analyst Intern Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python,SQL, power bi, Advance Excel,

Round 2 - Assignment 

SQL Zomato data set they have given me in which they have asked me the questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jun 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 - HR 

(1 Question)

  • Q1. Tell me about strengths and development areas
Round 3 - Technical 

(1 Question)

  • Q1. Sector knowledge of education

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well especially about the Sector
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you identify outliers in a dataset?
  • Ans. 

    Identifying outliers in a dataset involves using statistical methods to detect data points that significantly differ from the rest.

    • Calculate the mean and standard deviation of the dataset, then identify data points that fall outside a certain number of standard deviations from the mean.

    • Use box plots to visually identify outliers based on their position outside the whiskers of the plot.

    • Consider using Z-scores to determi...

  • Answered by AI
  • Q2. Tell us about yourself

Interview Preparation Tips

Topics to prepare for Weber Shandwick Analyst interview:
  • Excel
Interview preparation tips for other job seekers - Be yourself in your interview, try to make them laugh and show that you can contribute to team culture as well as the role itself. If your past experience is mainly academic, speak to how your past experiences can contribute to the current role. Have an answer as to why you're passionate about the role/field/company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 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 - HR 

(2 Questions)

  • Q1. What was your previous job? what writing skills, excel skills do you have?
  • Ans. 

    I worked as a content writer at XYZ Company.

    • Proficient in writing engaging and informative articles

    • Skilled in conducting research and gathering information

    • Experience in proofreading and editing content

    • Familiarity with SEO techniques for optimizing content

    • Ability to meet deadlines and work under pressure

  • Answered by AI
  • Q2. What skills do you have?
  • Ans. 

    I have a diverse range of skills including communication, problem-solving, and technical proficiency.

    • Excellent communication skills, both written and verbal

    • Strong problem-solving abilities

    • Proficient in various technical skills such as programming languages (e.g. Python, Java), data analysis, and software development

    • Ability to work well in a team and collaborate effectively

    • Adaptability and willingness to learn new skill

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful to yourself. Never lie to interviewer, know about the company beforehand
Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 4 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 - Assignment 

Create a landscape for India Study Abroad Market

Round 3 - One-on-one 

(1 Question)

  • Q1. --> Assignment walkthrough -> Current role and experienece --> Key skills required for research
Round 4 - HR 

(1 Question)

  • Q1. -- > What sets you apart

Interview Preparation Tips

Interview preparation tips for other job seekers - --> Use charts / graphics in assignment
--> Use data and analysis
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn 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. How are you edgy over others
  • Q2. 5 years from now?

Interview Preparation Tips

Interview preparation tips for other job seekers - be updated
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Assignment 

Basic content assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Quality work in some teams. Pay is not great as per industry standards.

I applied via Campus Placement and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

It was a one hour hackerrank coding test where we need to solve two coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. It was mostly based on HTML, CSS, Javascript
Round 3 - One-on-one 

(1 Question)

  • Q1. It was 2nd technical round where I was grilled on topics like DBMS, OOPS, DSA and coding.
Round 4 - One-on-one 

(1 Question)

  • Q1. It was an interview round with the Vice President. Was more of a casual talk.

Interview Preparation Tips

Topics to prepare for Reputation.com Software Engineer interview:
  • data structures
  • Coding
  • DBMS
  • HTML
  • CSS
  • Javascript
  • Java
  • OOPS
Interview preparation tips for other job seekers - Brush up concepts of Data Structures and Algorithms and be thorough with web technologies and concepts like DBMS, OOPS, etc.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. - Coin change Variation - Behaviour based questions - Puzzle
Round 3 - Technical 

(1 Question)

  • Q1. - 0-1 knapsack and print its weight - Past Experience and Project
  • Ans. 

    0-1 knapsack problem involves selecting items to maximize value within a weight constraint.

    • 0-1 knapsack is a classic optimization problem where items have a weight and value, and the goal is to maximize the total value while staying within a weight limit.

    • Dynamic programming is commonly used to solve the 0-1 knapsack problem efficiently.

    • Example: Given items with weights [2, 3, 4, 5] and values [3, 4, 5, 6], and a knapsa...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. - SQL Joins - Rest API Paging - Frontend Questions - Past Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I won't recommend giving your time here as ultimately you will get ghosted after the final interview

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Aug 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. What were your responsibilities in the company you worked for?
  • Answered Anonymously
  • Q2. What kind of training did you give to security guards and security supervisors?

Stirring Minds Interview FAQs

How many rounds are there in Stirring Minds Data Analyst Intern interview?
Stirring Minds interview process usually has 2 rounds. The most common rounds in the Stirring Minds interview process are Coding Test and Assignment.

Tell us how to improve this page.

Stirring Minds Data Analyst Intern Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Reputation.com Interview Questions
4.1
 • 7 Interviews
Win Pens Interview Questions
3.1
 • 6 Interviews
Aqgromalin Interview Questions
3.7
 • 3 Interviews
View all
Web Developer
4 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Operations Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Data Analyst Intern
3 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Stirring Minds with

Flair Writing Instruments

4.2
Compare

Ascent Meditech

3.2
Compare

Netrika Consulting

3.9
Compare

Aqgromalin

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