Upload Button Icon Add office photos

Filter interviews by

Atomic Energy Central School Interview Questions and Answers

Updated 2 Jun 2024
Popular Designations

Atomic Energy Central School Interview Experiences

3 interviews found

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

I applied via Newspaper Ad and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

First person asked what is needed in 100mt start. What is speed? What is strnght? What all you need to prepare an athlete.

Round 2 - Technical 

(1 Question)

  • Q1. How you can teach in class any sports
  • Ans. 

    To teach any sports in class, I use a combination of demonstration, explanation, practice, and feedback.

    • Start by demonstrating the basic skills and techniques of the sport.

    • Explain the rules, strategies, and objectives of the sport.

    • Engage students in practice activities to develop their skills and understanding.

    • Provide individual and group feedback to help students improve.

    • Use a variety of teaching methods, such as dril...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Atomic Energy Central School Physical Education Teacher interview:
  • Study in details of Physical Edu
Interview preparation tips for other job seekers - Read all details regarding sports plus current affairs, English you should have knowledge of Hindi too

Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - First round only was the final 

(9 Questions)

  • Q1. You have represented so many national
  • Ans. 

    I have proudly represented various national teams in multiple sports, showcasing my skills and dedication on international platforms.

    • Represented the national basketball team in the FIBA World Cup, contributing to our team's strategic plays.

    • Competed in the national athletics team at the Commonwealth Games, achieving personal bests in sprint events.

    • Participated in the national swimming team at the Olympics, where I set a...

  • Answered by AI
  • Q2. Q. How do you practice for your events? How you divide your full year prog. A. I is to work out according to the seasons. 1. Off season 2. Mid season 3. Competitions season
  • Q3. We didn't understand ? Please clear the things 1. Off season I is to do fartlek exercise, hill training, marathon, Wight training. Sea side running 2. Mid season I is to do mix of above and my track repe...
  • Q4. How you will take the 100 m start? A. I showed practically how to take start.
  • Q5. Why the 100m athletes use the starting block and spikes? A. When take start from the starting block they get the grip, push, strength, balance power to come up and speed.
  • Q6. Can you make the plan for an athlete according to their event? How you will choose that a particular athlete is good in particular events? A. Yes, I can make the plans according to the particular events. ...
  • Q7. Can you draw discuss throw diagram on the board.? And explain me the details about the it? A. I made a drawing of discuss throw field on the board. And explain them what all are the fouls. - 1. out of are...
  • Q8. For team game which game you play maximum. I sd Volleyball.
  • Q9. How many players are there? How many substitution at a time? How many time out is there? Game points? Where the libro playes? A. 12 players 6 on the field other 6 substitute players. All 6 can substitut...
Round 2 - Other round 

(2 Questions)

  • Q1. Other than what you can do? I can teach the students Lazium.
  • Q2. Can you demonstrate. A. I prectical did.

Interview Preparation Tips

Interview preparation tips for other job seekers - Now procedure is fully changed. First they will check your BPed marks it should be first class. Second they will take your written exam after passing your written then they will call you for interview.

English TGT Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

(1 Question)

  • Q1. Grammar questions
Round 2 - Demo 

(1 Question)

  • Q1. Questions based on demo

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Atomic Energy Central School?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. About your professional & family details
  • Q2. Is there any previous experience about coke oven plants & steel industry
  • Q3. If you have the previous experience about those plant then they will ask u question regarding those plant systems.
  • Q4. Tell me two most Appreciateable job you have done and two mistakes with the findings from that mistake.
  • Q5. About PCS7 software knowledge & siemens plc automation related details
  • Q6. Field instruments related questions, like control valves, transmitters, analyzers etc.
  • Q7. How to calibrate a control valve
  • Ans. 

    Control valve calibration involves adjusting the valve to ensure it operates within specified parameters.

    • Determine the valve's operating range and desired set points

    • Use a calibration bench or in-line calibration equipment to adjust the valve's position and response time

    • Verify the valve's performance using a flow meter or pressure gauge

    • Document the calibration process and results for future reference

  • Answered by AI
  • Q8. Pcs7 server client systems

Interview Preparation Tips

Interview preparation tips for other job seekers - I given interview for the post of Automation & Instrument engineer. So the most interviews are related to technical instruments and PLC automation.
HR round is very general discussion, No Group discussion held.
Overall you have a good interviewing experience if you have a sound technical skills in your field.
Interview has two part
1. Telephonic interview with general details & basic technical question related to that post.
2. On site interview with details discussion & technical & HR discussion.

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell about yourselves. And about fast work experience. Our positive and negative. How dedicate person when you’re in work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything you should talk with clear and with good communication skills. No more fear.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.

    • Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me your self introduction
  • Ans. 

    Dynamic professional with diverse experience in management, team leadership, and strategic planning, eager to contribute to organizational success.

    • Over 5 years of experience in management roles, leading teams to achieve operational goals.

    • Successfully implemented a new project management system that improved efficiency by 30%.

    • Strong background in customer service, enhancing client satisfaction scores by 20% through effe...

  • Answered by AI
  • Q2. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity, readability, and versatility.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is often shorter and easier to read than other languages.

    • It uses indentation to indicate code blocks instead of curly braces or keywords.

    • ...

  • Answered by AI
  • Q3. What are the highlevel languages
  • Ans. 

    High-level languages are programming languages that are easier to read and write than low-level languages.

    • High-level languages are closer to human language than machine language.

    • They are easier to learn and use than low-level languages.

    • Examples of high-level languages include Java, Python, and C++.

  • Answered by AI
  • Q4. Tell me about hcl company
  • Ans. 

    HCL Technologies is a leading global IT services company based in India, specializing in software development and IT consulting.

    • Founded in 1976, HCL is one of India's original IT services companies.

    • HCL operates in over 50 countries, providing services to clients across various industries.

    • The company focuses on innovation and has invested heavily in R&D, exemplified by its HCL Innovation Labs.

    • HCL's services include ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majority a stress test it lasted for about 1hour 10minutes.the interviewer wanted to test both my knowledge and communication skills. It was my first of campus interview and I think I did pretty well for a fresher.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 

MCQ's and Coding Problem - 1 related with Java, RDBMS, JS

Round 3 - Technical 

(1 Question)

  • Q1. Basic Question on Java and Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Introduction, Discussion regarding the roles and salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics and be confident with the answers.

I applied via Walk-in and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and technical knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm you will achieve it.

Atomic Energy Central School Interview FAQs

How many rounds are there in Atomic Energy Central School interview?
Atomic Energy Central School interview process usually has 2 rounds. The most common rounds in the Atomic Energy Central School interview process are Group Discussion, Technical and Aptitude Test.
What are the top questions asked in Atomic Energy Central School interview?

Some of the top questions asked at the Atomic Energy Central School interview -

  1. Why the 100m athletes use the starting block and spikes? A. When take start fro...read more
  2. For team game which game you play maximum. I sd Volleyba...read more
  3. How you can teach in class any spo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 4 interview experiences

Difficulty level

Moderate 75%
Hard 25%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Tata Steel Interview Questions
4.0
 • 921 Interviews
UltraTech Cement Interview Questions
4.2
 • 663 Interviews
TCS iON Interview Questions
3.9
 • 384 Interviews
S&P Global Interview Questions
4.0
 • 297 Interviews
View all

Atomic Energy Central School Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.8

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 6 Reviews and Ratings
TGT Teacher
4 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

TGT English Teacher
3 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

TGT Hindi Teacher
3 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Atomic Energy Central School with

TCS

3.6
Compare

HCLTech

3.5
Compare

Larsen & Toubro Limited

3.9
Compare

BYJU'S

3.1
Compare
write
Share an Interview