Upload Button Icon Add office photos
Engaged Employer

i

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

MASAI School Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MASAI School Interview Questions, Process, and Tips

Updated 4 Oct 2024

Top MASAI School Interview Questions and Answers

View all 10 questions

MASAI School Interview Experiences

Popular Designations

13 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(5 Questions)

  • Q1. It is related to SQL, Python, and Excel
  • Q2. Not Remember the interview questions exactly
  • Q3. What is grouped by in SQL
  • Ans. 

    In SQL, data is grouped by a specified column or expression using the GROUP BY clause.

    • Data is grouped based on the values in the specified column or expression

    • Aggregate functions like SUM, COUNT, AVG can be used with GROUP BY to perform calculations on each group

    • GROUP BY is often used in conjunction with the SELECT statement

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department

  • Answered by AI
  • Q4. List and dictionary differences
  • Ans. 

    Lists are ordered collections of items, while dictionaries are unordered collections of key-value pairs.

    • Lists are accessed by index, dictionaries are accessed by key

    • Lists maintain the order of elements, dictionaries do not guarantee order

    • Lists use square brackets [], dictionaries use curly braces {}

    • Example: list - [1, 2, 3], dictionary - {'a': 1, 'b': 2}

  • Answered by AI
  • Q5. Lambda functions in python
  • Ans. 

    Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time tasks.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • Example: add = lambda x, y: x + y

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - company is so good employees are very cooperative

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Product Manager Interview Questions & Answers

user image Himanshu Kumar

posted on 13 Apr 2024

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Past experience, discussed three projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Not sure what I missed, guess I could have explained things simpler as the interviewer got confused on a few occasions. Or perhaps my projects were not impressive enough.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

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

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

Round 1 - Coding Test 

Around sql/python and other da tools

Round 2 - Aptitude Test 

Stats and probability with focus on puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - do sql/python/puzzels/stats/probability

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. RCA questions, Questions through your resume

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

MASAI School interview questions for popular designations

 Data Analyst

 (2)

 Software Developer

 (2)

 Associate Product Manager

 (1)

 Front end Developer

 (1)

 Full Stack Software Developer

 (1)

 Intern

 (1)

 Marketing Executive

 (1)

 Mentor

 (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
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 - Aptitude Test 

All the logical Qustions

Round 3 - Technical 

(1 Question)

  • Q1. They will ask you about dsa qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate to give answer just give your answer in a simpler manner

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Curriculum Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is database indexing? How does indexing work? What is compound indexing in mongodb
  • Q2. How is node.js non blocking? How does it handle async operations?
  • Q3. What are aggregation pipelines?
  • Q4. Design an e-commerce schema, and some of the things to look into while designing the schema
  • Q5. What is the difference between fs.writeFile and fs.writeFileSync? How will it affect your apis when there is 1, 10 and 1000+ users respectively

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for mern roles, especially backend, learn in depth understanding of DBs and general practices of backend

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image SARTHAK AHUJA

posted on 19 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic Aptitude test

Round 3 - Coding Test 

Coding Round is little tough.

Round 4 - HR 

(3 Questions)

  • Q1. Formal conversation about the projects and all that kind of stuff
  • Q2. What kind of project you have worked on
  • Q3. How you tackles different project

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best to all!!

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Front end Developer Interview Questions & Answers

user image bandapu ramana

posted on 2 Apr 2023

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

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Assignment 

I was asked to create a web page along with some functionality using any JavaScript library with in 5 days.

Round 3 - Technical 

(1 Question)

  • Q1. What is the use of this keyword?
  • Ans. 

    The 'this' keyword refers to the current object and is used to access its properties and methods.

    • Used to refer to the current object in a method or constructor

    • Can be used to call another constructor in the same class

    • Can be used to call a method of the same object

    • Can be used to call a method of a parent object

    • Can be used to bind a function to a specific object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Explain about web development to 5 year old child?
  • Ans. 

    Web development is like building a house on the internet where people can visit and do things.

    • Web development is creating websites and web applications using programming languages like HTML, CSS, and JavaScript.

    • It involves designing how the website looks and works, and making sure it works well on different devices like computers and phones.

    • Examples of web development include creating a website for a business, an onlin

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - During the interview, don't look at any pointers as eye contact is very important.

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Intro - Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Intro - Tell me about yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic Intro - Tell me about yourself
Round 4 - Assignment 

Marketing assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm during interviews, don't panic, don't be nervous.

Marketing Executive Interview Questions asked at other Companies

Q1. What is Service Scape ? After going through website, what do you think, how can we make better Servicescape for B2B marketplaces throgh Brandsmith Worldwide?
View answer (2)

Mentor Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2024

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

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

There will be 2/3 DSA problems focusing on Stack , Recursion and well known algorithms.

Mentor Interview Questions asked at other Companies

Q1. Whether you are vaccinated ( a recent virus spread in our country)or not? List out the technical features of the apps recently invented.
View answer (4)

MASAI School Interview FAQs

How many rounds are there in MASAI School interview?
MASAI School interview process usually has 2-3 rounds. The most common rounds in the MASAI School interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for MASAI School 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 MASAI School. The most common topics and skills that interviewers at MASAI School expect are Sales, Management, B2B Sales, Networking and Python.
What are the top questions asked in MASAI School interview?

Some of the top questions asked at the MASAI School interview -

  1. What is the difference between fs.writeFile and fs.writeFileSync? How will it a...read more
  2. What is database indexing? How does indexing work? What is compound indexing in...read more
  3. How is node.js non blocking? How does it handle async operatio...read more
How long is the MASAI School interview process?

The duration of MASAI School interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MASAI School Interview Process

based on 15 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

upGrad Interview Questions
3.7
 • 208 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
Great Learning Interview Questions
3.7
 • 56 Interviews
Coding Ninjas Interview Questions
4.0
 • 49 Interviews
Edureka Interview Questions
3.2
 • 26 Interviews
GreyCampus Interview Questions
4.7
 • 1 Interview
View all

MASAI School Reviews and Ratings

based on 189 reviews

4.1/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

4.1

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 189 Reviews and Ratings
Operations Manager
40 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Full Stack Web Developer
29 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Data Analyst
18 salaries
unlock blur

₹4.2 L/yr - ₹8.5 L/yr

Full Stack Developer
17 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Software Engineer
16 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare MASAI School with

upGrad

3.7
Compare

Simplilearn

3.2
Compare

Great Learning

3.7
Compare

Imarticus Learning

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