Upload Button Icon Add office photos

Filter interviews by

Modern School Interview Questions and Answers

Updated 22 May 2023

Modern School Interview Experiences

Popular Designations

2 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. A breif introduction about me and some senseless questions which were not related to interview
  • Q2. All was a wastage of time

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go there to seek job people workimg over there are so rude and the owner of the school have bad intesions for girls i think everyone over there should raise voice against them. Owner of the schools keeps on takings drugs in working hours and speaks in a very bad manner specially with young girls even he tries to touch them cashier vandna who is working over there is totally indulge with that owner he gives her add on amount for showing her body in front of him. I will suggest please dont go for admission in that so called modern school

PRE Primary Teacher Interview Questions asked at other Companies

Q1. What will be your Method of teaching
View answer (5)
Interview experience
4
Good
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 - HR 

(2 Questions)

  • Q1. What is your biggest strength
  • Q2. How do you collaborate
Round 3 - One-on-one 

(1 Question)

  • Q1. Approach to teaching
  • Ans. 

    My approach to teaching is student-centered and interactive.

    • I believe in creating a positive and inclusive learning environment.

    • I encourage active participation and engagement from my students.

    • I use a variety of teaching methods and resources to cater to different learning styles.

    • I provide regular feedback and support to help my students achieve their goals.

    • For example, in a recent lesson on fractions, I used manipulat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
ask questions
negotiate salary later
show that you are a team player

Assistant Teacher Interview Questions asked at other Companies

Q1. What is best idea for development ?
View answer (2)

Jobs at Modern School

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Any type of questions in data field
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. Simple questions as it was for intern
  • Q2. Introduction about myself

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about the gist of resume and working experience
  • Q2. Asked about the tools they use and if I've working knowledge of those tools.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do one wanna join the company?
  • Q2. If i'm availabe for three months and what day to day activity would look like.
  • Ans. 

    As a data analyst for three months, I would be responsible for analyzing data, creating reports, and presenting insights to stakeholders.

    • Analyze data to identify trends and patterns

    • Create reports and visualizations to communicate insights

    • Collaborate with stakeholders to understand their needs and provide recommendations

    • Use statistical tools and techniques to validate findings

    • Continuously monitor and improve data qualit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply if your skills matches with the JD and you're good to go.
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 - Coding Test 

Check For Balanced Bracket in an expression using stack(space and Time complexity)
Longest Increasing Subsequence(space and time complexity)

Sql, CN, OS

Round 3 - Coding Test 

0-1 Knapsack Problem
Word Break Problem

Aptitude and logical Based Question

Schema design for online delivery system

Sql, CN, OS

Round 4 - One-on-one 

(2 Questions)

  • Q1. Project Discussion,Current Technology , Blockchain and Cryptocurrencies
  • Q2. Managerial Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for every round of Interview. Must have Collaborative and team Oriented Attitudes .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Project handling experience
  • Q2. Roi will be the major part
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was all general questions
  • Q2. A few SQL related questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2024.

Round 1 - Assignment 

Mcq test on c#, sql, Mvc

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce your self?
  • Q2. What is pipeline? Explained in brif?
  • Ans. 

    A pipeline is a series of interconnected steps or stages in a process, where output of one step is input to the next step.

    • Pipeline is commonly used in software development for continuous integration and continuous delivery processes.

    • Each step in the pipeline performs a specific task, such as building, testing, and deploying code.

    • Pipeline automation tools like Jenkins, GitLab CI/CD, and Azure DevOps help in managing and

  • Answered by AI
  • Q3. Explained the dot net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages like C#, VB.NET, F#

    • Consists of Common Language Runtime (CLR) and Framework Class Library (FCL)

  • Answered by AI
  • Q4. What Are The Different Components Of DOT-NET?
  • Ans. 

    The different components of DOT-NET include Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.

    • Common Language Runtime (CLR) - provides various services such as memory management, exception handling, and security.

    • Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types that provide access to system functionality.

    • ASP.NET - a web application framework for buildi...

  • Answered by AI
  • Q5. What Is The Difference Between Abstract Classes And Interfaces In C#?
  • Ans. 

    Abstract classes can have implementation details while interfaces cannot.

    • Abstract classes can have method implementations while interfaces cannot.

    • A class can inherit only one abstract class but can implement multiple interfaces.

    • Abstract classes can have access modifiers on their members while interfaces cannot.

    • Interfaces are used to define a contract for classes to implement.

    • Abstract classes are used to provide a commo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After 1 hour interview they rejected you. Slow process.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2022. There were 5 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 

(3 Questions)

  • Q1. Normal question about your previous experience
  • Q2. Tell about yourself
  • Q3. Are you flexible with domestic or international clients
Round 3 - Assignment 

Various questions related to sale. How to close a deal. What are the process involved. What is value selling. Difference between marketing and sales

Round 4 - Technical 

(1 Question)

  • Q1. With the operation manager discussion about the process involved in closing a sale. How to understand client requirements. How to streamline the process of selling. How to get referral.how to convince the ...
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join us and where do you see yourself 5 years down the lane

Modern School Interview FAQs

How many rounds are there in Modern School interview?
Modern School interview process usually has 2-3 rounds. The most common rounds in the Modern School interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Modern 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 Modern School. The most common topics and skills that interviewers at Modern School expect are Legal Advisory, Mentoring, Teaching, Train The Trainer and Accountancy.
What are the top questions asked in Modern School interview?

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

  1. approach to teach...read more
  2. All was a wastage of t...read more

Tell us how to improve this page.

Modern School Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Modern School Reviews and Ratings

based on 45 reviews

3.8/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.1

Salary

2.9

Job security

3.3

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 45 Reviews and Ratings
Montessori Teacher

New Delhi

1-4 Yrs

Not Disclosed

School Doctor

New Delhi

5-10 Yrs

Not Disclosed

Explore more jobs
Teacher
12 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Primary Teacher
6 salaries
unlock blur

₹2.2 L/yr - ₹3.8 L/yr

Assistant Primary Teacher
5 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

TGT English Teacher
5 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Assistant Teacher
5 salaries
unlock blur

₹2.1 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Modern School with

NIIT

3.6
Compare

Narayana e-Techno School

3.7
Compare

Sunstone

3.7
Compare

Nettur Technical Training Foundation

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