Upload Button Icon Add office photos

Filter interviews by

Masters' Union School of Business Interview Questions and Answers

Updated 3 Mar 2025

Masters' Union School of Business Interview Experiences

Popular Designations

5 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Generic fitment check
Round 2 - One-on-one 

(1 Question)

  • Q1. Similar story without any relevancy

Interview Preparation Tips

Interview preparation tips for other job seekers - They conducted interviews without asking a lot and shared an offer which was not even relevant

I realized after reading the reviews that organisation is a shifty place to work and is always hiring
Consultant involved was really unprofessional
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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are CNN and how yolo model works
  • Ans. 

    CNN stands for Convolutional Neural Networks, used for image recognition. YOLO (You Only Look Once) is a real-time object detection model.

    • CNNs are deep learning models specifically designed for processing visual data like images and videos.

    • They consist of multiple layers such as convolutional, pooling, and fully connected layers to extract features from the input data.

    • YOLO is a popular object detection model that divid...

  • Answered by AI
  • Q2. What are residual networks
  • Ans. 

    Residual networks are a type of neural network architecture that utilize skip connections to help with training deep networks.

    • Residual networks were introduced by Kaiming He et al. in the paper 'Deep Residual Learning for Image Recognition'.

    • They address the problem of vanishing gradients in deep networks by introducing skip connections that allow the gradient to flow more easily.

    • Residual networks have been widely used ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA and coding questions also

Skills evaluated in this interview

Software Development Engineer 3 Interview Questions asked at other Companies

Q1. What are triggers , where can they be used ? What is a mutating trigger problem , how can it be solved?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Previous job role
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join this company. All the teams especially that comes under PGP has pathetic work culture.

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2023

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

I applied via Approached by Company and was interviewed in Jan 2023. There were 3 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 - One-on-one 

(3 Questions)

  • Q1. Okay with a student-facing role?
  • Q2. How good am I with Excel?
  • Q3. Past experiences?
Round 3 - One-on-one 

(1 Question)

  • Q1. What skills I bring to the table?

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer questions with customer-centricity in mind.

Masters' Union School of Business interview questions for popular designations

 Senior HR Executive

 (1)

 Software Development Engineer 3

 (1)

 Regional Sales Lead

 (1)

 Program Manager

 (1)

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 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 - HR 

(2 Questions)

  • Q1. Basic questions were asked
  • Q2. About your last roles and responsibilities
Round 3 - HR 

(2 Questions)

  • Q1. How many employees you handled
  • Q2. What are the challenges you face being an HR

Senior HR Executive Interview Questions asked at other Companies

Q1. 3. Do you have knowledge about labour laws, PF proceedings and contract laws?
View answer (2)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What tools do you recommend for content authoring?
  • Ans. 

    There are several tools available for content authoring, depending on the type of content and the level of expertise.

    • For beginners, tools like Grammarly and Hemingway can help with grammar and readability.

    • For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.

    • Content management systems like WordPress and Drupal are also useful for creating and managing content.

    • Collaboration tools like Go...

  • Answered by AI
  • Q2. Adobe Captivate is a standalone authoring tool and one of the best tools with rich features.

Interview Preparation Tips

Interview preparation tips for other job seekers - TR panelist are industry experts so you need to prepare well for the TR round.

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

Masters' Union School of Business Interview FAQs

How many rounds are there in Masters' Union School of Business interview?
Masters' Union School of Business interview process usually has 2 rounds. The most common rounds in the Masters' Union School of Business interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Masters' Union School of Business 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 Masters' Union School of Business. The most common topics and skills that interviewers at Masters' Union School of Business expect are Digital Marketing, Campaign Management, Marketing, Brand Management and Performance Management.
What are the top questions asked in Masters' Union School of Business interview?

Some of the top questions asked at the Masters' Union School of Business interview -

  1. What are CNN and how yolo model wo...read more
  2. What are residual netwo...read more
  3. Similar story without any releva...read more

Tell us how to improve this page.

Masters' Union School of Business Interview Process

based on 6 interviews

Interview experience

2.5
  
Poor
View more

Masters' Union School of Business Reviews and Ratings

based on 77 reviews

2.8/5

Rating in categories

2.6

Skill development

2.7

Work-life balance

3.0

Salary

2.6

Job security

2.7

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 77 Reviews and Ratings
Program Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inside Sales Specialist
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Program Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Masters' Union School of Business with

Indian School of Business

3.6
Compare

XLRI

3.6
Compare

S P Jain School of Global Management

3.6
Compare

Indian Institute of Management

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