Upload Button Icon Add office photos

Filter interviews by

Wunderbar Kids School Counsellor Interview Questions and Answers

Updated 23 Sep 2023

Wunderbar Kids School Counsellor Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Aug 2023. 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 

(3 Questions)

  • Q1. Myself, Growth,
  • Q2. Joining date, salary
  • Q3. Work life balance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were just 8 MCQs based on React and node js
And last question was about simple coding in java (mandatory)

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about myself and if I had done any previous interships or not
  • Q2. I was given a code about rotating an array with k index .
  • Ans. 

    Rotate an array by k index positions.

    • Create a temporary array to store elements that will be shifted.

    • Shift elements in the original array to their new positions.

    • Copy elements from the temporary array back to the original array.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

They have an Online Aptitude cum coding test which contains some 20-30 Question to be done in 3Hrs.
20 Questions of Aptitude and 10 Questions of coding(Which includes Display output and correct the program Questions)

Round 2 - Coding Test 

Easy Interview lasting about 30-45 Mins
They mostly ask questions based on projects and they like to see some certifications.
DSA questions were easy to medium.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for DSA and have some good projects to speak about them.

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

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

I was interviewed in Jul 2023.

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 - Aptitude Test 

Basic question of indiabix topics and 10 code questions

Round 3 - Technical 

(4 Questions)

  • Q1. Resume based questions,coding questions,core subject questions
  • Q2. What is indexing in dbms?
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by allowing faster retrieval of data.

    • Indexing creates a data structure that allows for quick lookups of data based on specific columns.

    • It helps in reducing the time taken to retrieve data from a database table.

    • Examples of indexing methods include B-tree, Hash indexes, and Bitmap indexes.

  • Answered by AI
  • Q3. Secondlargest element
  • Q4. Pascal triangle
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

My name is amar reverse the string without using inbuilt method

Round 3 - Technical 

(1 Question)

  • Q1. What is nodejs and what is promise. What is closures
  • Ans. 

    Node.js is a runtime environment for executing JavaScript code outside of a web browser. Promises are objects representing the eventual completion or failure of an asynchronous operation. Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Node.js is a runtime environment that allows you to run JavaScript on the server-side.

    • Promises are used in asynchronous progra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My suggestion is to don't join this company if they will say we have I agreement for 2 years they don't professional ethics this company won't follow the rules when they don't have work to do they will remove the employees without a reason please be careful and think twice before join this company this is my request
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

Interview Questionnaire 

1 Question

  • Q1. Mention some key financial ratios
  • Ans. 

    Financial ratios are used to evaluate a company's financial performance and health.

    • Liquidity ratios: measure a company's ability to meet short-term obligations

    • Profitability ratios: measure a company's ability to generate profits

    • Solvency ratios: measure a company's ability to meet long-term obligations

    • Efficiency ratios: measure how well a company utilizes its assets and liabilities

    • Examples include current ratio, return ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

You can take my test to check my IQ level and problem solving as in aptitude keep mathmatics problems.

Round 3 - Coding Test 

In c,c++ and Java questions and you ask me question from data base query like SQL query.

Round 4 - HR 

(3 Questions)

  • Q1. 1.In HR round you can check out my all other things carrer related, job perspective also. 2.if they want to check my apptitute ,job related questions in any way so they ask me.
  • Q2. For job related questions .
  • Q3. Salary related or other.

Interview Preparation Tips

Topics to prepare for Z X Learning Associate Software Engineer interview:
  • C,c++ language
  • Oracle RDBMS
Interview preparation tips for other job seekers - I want to do a job who is my career oriented and where I teach something and do something advance in my organisation.

Interview Questionnaire 

2 Questions

  • Q1. Well my interview was for marketing intern and Ques was asked regarding sales and the interviewer said they both and closely related, but sales and marketing have no connection
  • Q2. I would like to know how to crack confusing interviews

Wunderbar Kids Interview FAQs

How many rounds are there in Wunderbar Kids School Counsellor interview?
Wunderbar Kids interview process usually has 2 rounds. The most common rounds in the Wunderbar Kids interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Wunderbar Kids School Counsellor Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

FirstCry Interview Questions
3.7
 • 168 Interviews
Z X Learning Interview Questions
4.5
 • 44 Interviews
Zeus Learning Interview Questions
3.3
 • 34 Interviews
Adda 247 Interview Questions
3.2
 • 30 Interviews
Hamleys Interview Questions
4.1
 • 19 Interviews
iamneo Interview Questions
3.8
 • 16 Interviews
Airblack Interview Questions
4.0
 • 16 Interviews
View all
HR Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Accounts Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wunderbar Kids with

KidZania

3.5
Compare

Hamleys

4.1
Compare

Toonz Retail

3.9
Compare

FirstCry

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