Upload Button Icon Add office photos

Filter interviews by

New Horizon Scholars School and Neo kids Interview Questions and Answers

Updated 11 Jul 2024

New Horizon Scholars School and Neo kids Interview Experiences

Popular Designations

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Whatt is cocentric circle?
  • Ans. 

    Concentric circles are circles that share the same center point but have different radii.

    • Concentric circles have the same center point.

    • The radii of concentric circles are different.

    • All points on a concentric circle are equidistant from the center.

    • Examples: circles with radii of 2 cm, 4 cm, and 6 cm all centered at the same point.

  • Answered by AI
  • Q2. What is concent?
  • Ans. 

    Concent is a term used in mathematics to describe the point at which two or more lines, rays, or line segments meet.

    • Concent is also known as the point of concurrency.

    • In geometry, concent can refer to the point where the medians, altitudes, angle bisectors, or perpendicular bisectors of a triangle intersect.

    • For example, the centroid of a triangle is the concent of its three medians.

    • Another example is the circumcenter of...

  • Answered by AI
Round 2 - Aptitude Test 

Based on higher lavel questions.

Interview Preparation Tips

Topics to prepare for New Horizon Scholars School and Neo kids Maths & Science Teacher interview:
  • Maths
Interview preparation tips for other job seekers - Study thoroughly. Improve communication skill.

Maths & Science Teacher Interview Questions asked at other Companies

Q1. Case studies of school going students who coming from low income families
View answer (1)

I applied via Newspaper Ad and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your? Accounts related question, why you want to live your current job?
Round 2 - HR 

(1 Question)

  • Q1. Are you okay to work any where in Thane & Navi Mumbai? And salary related questions
  • Ans. 

    Yes, I am willing to work anywhere in Thane & Navi Mumbai.

    • I am open to working in any location within Thane & Navi Mumbai.

    • I understand the importance of being flexible and adaptable in terms of work location.

    • I have no geographical restrictions and can commute to any part of Thane & Navi Mumbai.

    • I am familiar with the local transportation system and can easily navigate through different areas.

    • I am excited about the oppor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want a core account related job then this is not the right place. If you want to explore what do you want to do in your career then you can try.

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)

Interview questions from similar companies

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

I applied via Monster and was interviewed before Jan 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. Whats your background ? How is your presentation skills? How would you set the target for business?
  • Q2. Whats your relevant experience ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident
Attire
Fileld knowledge
Sales skills
English communication

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Assignment 

Any possible of assignment

Round 2 - Aptitude Test 

Evening times of assignment

Round 3 - Aptitude Test 

5:30pm of times of assignment

Round 4 - Coding Test 

Any time of assignment

Interview Preparation Tips

Topics to prepare for QSpiders Software Engineer interview:
  • Python
Interview preparation tips for other job seekers - Link this job and so happy this job ,my name mounika,branch ( ECE)

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions regarding self and work

Interview Preparation Tips

Topics to prepare for Chandigarh University Assistant Manager interview:
  • Self Service
Interview preparation tips for other job seekers - Unprofessional management, they treat employees as day wages labour, no growth and learning.

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal basic questions about sales and marketing
  • Q2. Just basic answers like converting prospects into sales and generating leads through schools and other sources.

Interview Preparation Tips

Interview preparation tips for other job seekers - very good experience , and very good company

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and work experience related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be formal with good communication skills and be confident

Intern Interview Questions & Answers

NIELIT user image Jeet Ranaware

posted on 3 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies

  • Answered by AI
  • Q2. What is mern ?
  • Ans. 

    MERN is a full stack JavaScript framework that consists of MongoDB, Express.js, React, and Node.js.

    • MERN stands for MongoDB, Express.js, React, and Node.js.

    • It is used for building dynamic web applications.

    • MongoDB is the database, Express.js is the backend framework, React is the frontend library, and Node.js is the runtime environment.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basic question

Skills evaluated in this interview

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

I applied via Freejobalert.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Singleton Design Patten
  • Q2. Super keyword
Round 2 - Technical 

(2 Questions)

  • Q1. Use of This Keyword
  • Ans. 

    The 'this' keyword in Java refers to the current instance of a class.

    • Used to refer to instance variables or methods within a class.

    • Avoids naming conflicts between instance variables and local variables.

    • Can be used to pass the current object as a parameter to another method.

  • Answered by AI
  • Q2. Describe difference between MVC and Hibernate.
  • Ans. 

    MVC is a design pattern for organizing code in separate layers, while Hibernate is an ORM tool for mapping Java objects to database tables.

    • MVC stands for Model-View-Controller and is used to separate the application into three interconnected components: the model (data), the view (UI), and the controller (logic).

    • Hibernate is an ORM (Object-Relational Mapping) tool that maps Java objects to database tables, simplifying ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus only on basic concepts and basic Programming Questions like palindrome , Fibonacci series etc.

Intern Interview Questions & Answers

NIELIT user image Anonymous

posted on 23 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What are the challenges or risks associated with IoT?
  • Ans. 

    IoT faces challenges like security risks, data privacy issues, interoperability, and reliance on connectivity.

    • Security Vulnerabilities: IoT devices can be hacked, leading to unauthorized access. For example, a smart thermostat could be manipulated.

    • Data Privacy Concerns: Personal data collected by IoT devices can be misused. For instance, health trackers may expose sensitive health information.

    • Interoperability Issues: D...

  • Answered by AI
  • Q2. What do you mean by IoT Gateway? What is the role of a gateway in IoT?
  • Ans. 

    An IoT Gateway connects IoT devices to the cloud, facilitating data transfer and device management.

    • Acts as a bridge between IoT devices and the cloud.

    • Processes and filters data locally before sending it to the cloud.

    • Enables device management and configuration remotely.

    • Supports various communication protocols (e.g., MQTT, HTTP).

    • Example: A smart home hub that connects various smart devices to the internet.

  • Answered by AI
  • Q3. State the difference between IoT and M2M.
  • Ans. 

    IoT connects devices to the internet for data exchange, while M2M focuses on direct device-to-device communication without internet.

    • IoT (Internet of Things) involves a network of interconnected devices that communicate over the internet.

    • M2M (Machine to Machine) refers to direct communication between devices, often using wired or wireless connections.

    • IoT applications include smart homes, where devices like thermostats a...

  • Answered by AI
  • Q4. Explain how IoT works.
  • Ans. 

    IoT connects devices to the internet, enabling them to collect and exchange data for smarter decision-making.

    • Devices: IoT includes various devices like smart thermostats, wearables, and connected appliances.

    • Connectivity: These devices connect to the internet via Wi-Fi, Bluetooth, or cellular networks.

    • Data Collection: Sensors in IoT devices gather data (e.g., temperature, heart rate) for analysis.

    • Data Processing: Collec...

  • Answered by AI

New Horizon Scholars School and Neo kids Interview FAQs

How many rounds are there in New Horizon Scholars School and Neo kids interview?
New Horizon Scholars School and Neo kids interview process usually has 2 rounds. The most common rounds in the New Horizon Scholars School and Neo kids interview process are One-on-one Round, HR and Aptitude Test.
What are the top questions asked in New Horizon Scholars School and Neo kids interview?

Some of the top questions asked at the New Horizon Scholars School and Neo kids interview -

  1. Whatt is cocentric circ...read more
  2. What is conce...read more

Tell us how to improve this page.

New Horizon Scholars School and Neo kids Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

New Horizon Scholars School and Neo kids Reviews and Ratings

based on 24 reviews

3.0/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

2.6

Salary

3.0

Job security

2.9

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 24 Reviews and Ratings
Teacher
16 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Assistant Teacher
13 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Admission Counsellor
8 salaries
unlock blur

₹2 L/yr - ₹4.4 L/yr

Account Assistant
8 salaries
unlock blur

₹1.7 L/yr - ₹3.5 L/yr

Physical Education Teacher
7 salaries
unlock blur

₹2.9 L/yr - ₹4 L/yr

Explore more salaries
Compare New Horizon Scholars School and Neo kids with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

Amity University

3.6
Compare

Chandigarh University

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