Upload Button Icon Add office photos

Adda 247

Compare button icon Compare button icon Compare

Filter interviews by

Adda 247 Faculty Interview Questions and Answers

Updated 5 May 2021

Adda 247 Faculty Interview Experiences

1 interview found

Faculty Interview Questions & Answers

user image Anonymous

posted on 5 May 2021

Interview Questionnaire 

1 Question

  • Q1. Common HR questions, introduce yourself, how u see yourself with us in the next 2 years, how can you provide us more growth

Interview Preparation Tips

Interview preparation tips for other job seekers - dont get nervous, try to say your point easily without any hesitation or nervousness

Faculty Jobs at Adda 247

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Self Introduction , Previous experience, Coding knowledge, communication skills, Demo
  • Q2. Teaching Experience
  • Ans. 

    I have 3 years of teaching experience in a high school setting.

    • Taught various subjects including math, science, and English

    • Developed lesson plans and assessments

    • Provided individualized support to students who needed extra help

    • Collaborated with other teachers to create interdisciplinary projects

    • Participated in parent-teacher conferences

    • Utilized technology to enhance learning experiences

  • Answered by AI

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions in aptitude section was easy and would require good analytical and quantitative skills.

Round 2 - Coding Test 

Total 10 questions
6 debugging question
4 easy-medium level coding questions (2 Marks + 3 Marks + 3 Marks + 3 Marks)

Round 3 - Technical 

(1 Question)

  • Q1. OOPs, Project, SQL Queries, Puzzle/Apptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well in accordance with ur resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 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 - Coding Test 

1st round
25 mcq apptitude + 10 DSA question

Round 3 - Technical 

(1 Question)

  • Q1. Project review , opps, sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Data structure and algorithm, easy and medium questions

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test followed by 2 coding questions. Test was very easy.

Round 2 - Coding Test 

This was pen and paper coding test, where we were given 20 questions and we had to write code on paper. Total time was 2-3 hr.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview, 2 coding questions asked, 1 math question and Basics like OOP, Language specific, etc.

Interview Preparation Tips

Topics to prepare for Zeus Learning Software Developer interview:
  • OOP
  • Programming
  • Maths
Interview preparation tips for other job seekers - You can clear interview if you know basics. Tell them about tech stack which you know. Also there is no constraint on any specific language, you can use any. So be master of 1 language.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I have given the online aptitude test of zeus learning (on campus) , which was the very first round and the test was divided into two parts, first part was mostly coding-decoding questions (aptitude) which was easy according to me but it was tricky too and second part included 2 dsa question and both the questions were of easy level.

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test was of 1.5 hrs and it was online. It was completely based on technical questions.

Round 2 - Coding Test 

This test was offline and it was a pen paper test wherein 10 questions will be given you have to write code or spot the error and correct them.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked questions about React
  • Q2. Question based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview focus more on Resume. Prepare about project, skills, tech stack mentioned in resume. For coding prepare basic data structures and SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

So prepare good amout of aptitude , and try to solve at least 15 Questions

Round 2 - Coding Test 

It was an Online coding test 2 questions were there. difficulty (Easy and Medium).

Round 3 - Coding Test 

The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.

Round 4 - Technical 

(3 Questions)

  • Q1. Questions on HTML, CSS
  • Q2. Permutations in string (Can you Backtracking approach). Always try to explain your approach
  • Q3. Explain your Project?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using Node.js and MongoDB for database management.

    • Incorporated user authentication and authorization features for secure access.

    • Integrated payment gateway for online transactions.

    • Utilized responsive design for mobile compatibility.

  • Answered by AI

I applied via Campus Placement and was interviewed in Sep 2022. 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 - Aptitude Test 

25 questions of quants and logical and 10 questions of coding, some were debugging some were coding

Round 3 - Technical 

(4 Questions)

  • Q1. Discussion about my resume projects
  • Q2. Return addition and subtraction of two numbers from the same function
  • Ans. 

    A function that returns the addition and subtraction of two numbers.

    • Create a function that takes two numbers as input parameters.

    • Inside the function, calculate the sum of the two numbers and store it in a variable.

    • Calculate the difference of the two numbers and store it in another variable.

    • Return an array of strings containing the sum and difference.

  • Answered by AI
  • Q3. Print leaf nodes of binary tree
  • Ans. 

    Print leaf nodes of binary tree

    • Traverse the tree recursively

    • If node is null, return

    • If node is leaf node, print it

    • Else, recursively traverse left and right subtrees

  • Answered by AI
  • Q4. What is the protocol used for communication over web pages
  • Ans. 

    HTTP is the protocol used for communication over web pages.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server

    • The web server responds with the requested data in the form of HTML, images, videos, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding for the aptitude test.
The interview was fairly simple they just want to know how good you are at thinking about solutions of a problem.

Skills evaluated in this interview

Adda 247 Interview FAQs

How to prepare for Adda 247 Faculty 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 Adda 247. The most common topics and skills that interviewers at Adda 247 expect are Teaching, B2C Sales, Catering, Education Industry and JEE.

Tell us how to improve this page.

Interview Questions from Similar Companies

Lido Learning Interview Questions
2.3
 • 55 Interviews
Coding Ninjas Interview Questions
3.8
 • 49 Interviews
Z X Learning Interview Questions
4.4
 • 44 Interviews
Zeus Learning Interview Questions
3.3
 • 35 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Schoolnet India Interview Questions
3.9
 • 16 Interviews
SpeedLabs Interview Questions
3.6
 • 14 Interviews
View all
Adda 247 Faculty Salary
based on 9 salaries
₹6 L/yr - ₹14 L/yr
34% more than the average Faculty Salary in India
View more details

Adda 247 Faculty Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.7

Skill development

3.3

Work-life balance

3.7

Salary

3.4

Job security

3.4

Company culture

3.7

Promotions

3.4

Work satisfaction

Explore 7 Reviews and Ratings
Faculty Excellence programme

Panipat,

Yamunanagar

+4

4-9 Yrs

₹ 11-6.5 LPA

Faculty-(JAIIB/CAIIB,UGC,CUET,UPSC)

Panipat,

Yamunanagar

+4

1-6 Yrs

Not Disclosed

Explore more jobs
Team Lead
42 salaries
unlock blur

₹3.5 L/yr - ₹6.4 L/yr

Associate Manager
33 salaries
unlock blur

₹4.1 L/yr - ₹8.8 L/yr

Content Writer
29 salaries
unlock blur

₹1 L/yr - ₹4.4 L/yr

Tele Sales Executive
26 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Graphic Designer
20 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Adda 247 with

Unacademy

3.0
Compare

Z X Learning

4.4
Compare

Schoolnet India

3.9
Compare

Lido Learning

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