Upload Button Icon Add office photos

Filter interviews by

Chahal Academy Interview Questions and Answers

Updated 31 Oct 2023

Chahal Academy Interview Experiences

Popular Designations

4 interviews found

Counsellor Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Where are you from
  • Q2. What have you studied in grad

Interview Preparation Tips

Interview preparation tips for other job seekers - They just ask basic questions .

Counsellor Interview Questions asked at other Companies

Q1. Can you re-locate? If No then suppose Google give you package of 50 lakhs per annum, then will you be re- locate?
View answer (1)

I applied via Referral and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Just educational qualification and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to have basic writing skills

Content Writer Editor Interview Questions asked at other Companies

Q1. How can you optimize a particular content organically
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. About my self.salary expectations. Before my work experience in my last company. Y do I want to change my job .
  • Q2. Should give jobs to needed person .and who ever is ready to put efforts in thier work

Branch Manager Interview Questions asked at other Companies

Q1. Role of Branch Manager?How to manage team?Cross sell?
View answer (34)

Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2022

I applied via Indeed and was interviewed before Oct 2021. 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 

Aptitude test for UPSC CSE. Mains qualified are given preference.

Round 3 - Assignment 

On GS related topics, current affairs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original and confident. HR is very humble and cooperative.

Chahal Academy interview questions for popular designations

 Counsellor

 (1)

 Content Writer Editor

 (1)

 Branch Manager

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.

I applied via Company Website and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Write a program on bubble sort ?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the first element is greater than the next element, swap them

    • Repeat this process for all elements in the list

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Define Turing Machine ?
  • Ans. 

    A Turing Machine is a theoretical device that can simulate any algorithmic computation.

    • It was proposed by Alan Turing in 1936 as a model for computation.

    • It consists of a tape, a head that can read and write symbols on the tape, and a set of rules for transitioning between states.

    • It can simulate any algorithmic computation, making it a powerful tool for theoretical computer science.

    • It is often used as a theoretical basi...

  • Answered by AI
  • Q3. Explain hash function
  • Ans. 

    A hash function is a mathematical function that converts input data of arbitrary size into a fixed-size output.

    • Hash functions are used to index data in hash tables.

    • They are also used in cryptography to securely store passwords.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was lengthy process some questions were difficult to answer and i tried to amswer a few questions but i didnt clear interview process

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself.
  • Q2. How will you take the pressure related to sales
  • Ans. 

    I thrive under pressure and use it as motivation to exceed sales targets.

    • I prioritize tasks and set achievable goals to manage pressure

    • I stay organized and focused on the end goal

    • I communicate effectively with team members to ensure everyone is on the same page

    • I use positive self-talk and visualization techniques to stay motivated

    • I continuously learn and adapt to new sales strategies to improve performance

  • Answered by AI
  • Q3. Sited few examples in the old organization and explained how did I handle it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was moderate.

I applied via Walk-in and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How will you pursue parents of the child to buy our tablets?
  • Ans. 

    I will highlight the benefits of our tablets for children's education and offer discounts or promotions to attract parents.

    • Emphasize the educational benefits of our tablets

    • Offer discounts or promotions to attract parents

    • Provide testimonials from satisfied parents

    • Partner with schools or educational institutions to promote our tablets

    • Create engaging and informative marketing materials targeted towards parents

    • Offer a tria...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart and answer aggressively

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They ask about how you handle the pressure and why toppr. Are you really think to complete target on this sector.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are bold to answer without having any fear. They dont cut your head. Simply they reject you. So say what you think. How you handle the pressure. Be bold and be confident that's the only thing to get the job in marketing...
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 - One-on-one 

(3 Questions)

  • Q1. Basics of js and react
  • Q2. What are closures and give an example
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures are created when a function is defined within another function and has access to the outer function's variables.

    • They can access variables from the outer function even after the outer function has returned.

    • Closures are commonly used in event handlers and callbacks in JavaScript.

  • Answered by AI
  • Q3. What is event loop and features of es5
  • Ans. 

    Event loop is a mechanism that allows JavaScript to perform non-blocking operations by handling asynchronous events.

    • Event loop is responsible for executing code, collecting and processing events, and executing queued sub-tasks.

    • ES5 features include strict mode, JSON object, Array methods like forEach, map, filter, and reduce, and Object.create method.

    • ES5 also introduced new methods for manipulating strings, such as trim

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. General management round and past experience

Skills evaluated in this interview

Chahal Academy Interview FAQs

How many rounds are there in Chahal Academy interview?
Chahal Academy interview process usually has 2-3 rounds. The most common rounds in the Chahal Academy interview process are Resume Shortlist, Aptitude Test and Assignment.
How to prepare for Chahal Academy 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 Chahal Academy. The most common topics and skills that interviewers at Chahal Academy expect are Counselling, Admission Counselling, Student Counseling, Coaching and Education Counseling.
What are the top questions asked in Chahal Academy interview?

Some of the top questions asked at the Chahal Academy interview -

  1. Should give jobs to needed person .and who ever is ready to put efforts in thie...read more
  2. Just educational qualification and experie...read more

Tell us how to improve this page.

Chahal Academy Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 199 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.5
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Chahal Academy Reviews and Ratings

based on 20 reviews

3.9/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.4

Salary

2.9

Job security

3.3

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 20 Reviews and Ratings
Counsellor
4 salaries
unlock blur

₹2.4 L/yr - ₹2.5 L/yr

Branch Manager
3 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Education Counsellor
3 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Academic Counsellor
3 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

HR and Administration Team Member
3 salaries
unlock blur

₹3.5 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Chahal Academy with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

Vedant

4.2
Compare

Toppr

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