Upload Button Icon Add office photos

Vedantu

Compare button icon Compare button icon Compare

Filter interviews by

Vedantu Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Vedantu Interview Questions and Answers

View all 92 questions

Vedantu Interview Experiences

Popular Designations

185 interviews found

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

Interview Questionnaire 

22 Questions

  • Q1. What is Internet Protocol address?
  • Ans. 

    An Internet Protocol address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

    • IP address is a unique identifier for devices on a network

    • It consists of four sets of numbers separated by dots

    • IPv4 addresses are 32-bit and IPv6 addresses are 128-bit

    • Examples of IP addresses are 192.168.0.1 and 2001:0db8:85a3:0000:0000:8a2e:0370:7334

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

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices.

    • DHCP is used to simplify network administration by automating the IP address assignment process.

    • It allows devices to obtain an IP address, subnet mask, default gateway, and DNS server information automatically.

    • DHCP servers can be configured to assign specific IP addresses to specific devices ...

  • Answered by AI
  • Q3. What is DORA process?
  • Ans. 

    DORA process is a DHCP process that stands for Discover, Offer, Request, and Acknowledge.

    • DORA is a four-step process used by DHCP clients to obtain an IP address from a DHCP server.

    • Discover: The client broadcasts a message to discover available DHCP servers.

    • Offer: The DHCP server responds with an offer of an IP address.

    • Request: The client requests the offered IP address.

    • Acknowledge: The DHCP server acknowledges the req...

  • Answered by AI
  • Q4. What is POP protocol?
  • Ans. 

    POP (Post Office Protocol) is a protocol used to retrieve email from a mail server.

    • POP is used to download email from a mail server to a local email client.

    • It is an application layer protocol that uses TCP port 110.

    • POP3 is the latest version of the protocol and supports SSL encryption.

    • POP is different from IMAP (Internet Message Access Protocol) which allows users to access emails directly from the server.

    • POP is common...

  • Answered by AI
  • Q5. What is cookie?
  • Ans. 

    A cookie is a small text file that a website stores on a user's computer or mobile device when they visit the site.

    • Cookies are used to remember user preferences and login information.

    • They can also be used for tracking user behavior and serving targeted ads.

    • Cookies can be either first-party (set by the website being visited) or third-party (set by a different website).

  • Answered by AI
  • Q6. What are the basics steps to use the browser?
  • Ans. 

    Basics steps to use a browser

    • Open the browser

    • Type the URL in the address bar

    • Press Enter

    • Wait for the page to load

    • Use the back and forward buttons to navigate

    • Use the refresh button to reload the page

    • Use the search bar to search for specific content

    • Use bookmarks to save frequently visited pages

  • Answered by AI
  • Q7. How to fix camera issue in MAC and windows computer?
  • Ans. 

    To fix camera issue in MAC and windows computer, follow these steps:

    • Check if the camera is properly connected

    • Check if the camera is enabled in the device settings

    • Check if any other application is using the camera

    • Update the camera driver

    • Restart the computer

  • Answered by AI
  • Q8. How to install drivers for different IO devices?
  • Ans. 

    IO devices require specific drivers to be installed for proper functioning.

    • Identify the device and its manufacturer

    • Download the appropriate driver from the manufacturer's website

    • Run the installer and follow the on-screen instructions

    • Restart the computer if prompted

    • Verify the device is working properly in Device Manager

  • Answered by AI
  • Q9. What is javascript? What is the use of it?
  • Ans. 

    JavaScript is a programming language used to create interactive web pages and web applications.

    • JavaScript is a client-side scripting language.

    • It is used to add interactivity to web pages.

    • It can be used for form validation, creating animations, and manipulating HTML and CSS.

    • JavaScript can also be used on the server-side with Node.js.

    • Popular JavaScript frameworks include React, Angular, and Vue.js.

  • Answered by AI
  • Q10. If customer tells you a weird issue, what will be your response?
  • Ans. 

    I would ask the customer to explain the issue in detail and try to replicate it on my end to provide a solution.

    • Ask the customer to provide more information about the issue

    • Try to replicate the issue on your end

    • Provide a solution or escalate the issue to a higher level of support if necessary

  • Answered by AI
  • Q11. What is MAC address?
  • Ans. 

    A MAC address is a unique identifier assigned to a network interface controller for use as a network address in communications within a network segment.

    • MAC stands for Media Access Control

    • It is a 48-bit address, usually represented in hexadecimal format

    • It is used to identify devices on a network

    • MAC addresses are assigned by the manufacturer of the device

    • MAC addresses are used in the data link layer of the OSI model

  • Answered by AI
  • Q12. What is NAT?
  • Ans. 

    NAT stands for Network Address Translation. It is a process of modifying IP address information in IP packet headers.

    • NAT is used to allow devices on a private network to access the internet using a single public IP address.

    • It can be used to hide the internal IP addresses of a network from the internet.

    • NAT can be implemented using hardware devices or software applications.

    • There are different types of NAT such as Static ...

  • Answered by AI
  • Q13. What is PAT?
  • Q14. What is public and private IP?
  • Ans. 

    Public IP is the address assigned to a device that is visible on the internet, while private IP is the address assigned to a device on a local network.

    • Public IP is unique and can be accessed from anywhere on the internet

    • Private IP is used within a local network and is not visible on the internet

    • Public IP can be static or dynamic, while private IP is usually dynamic

    • Examples of public IP include 216.3.128.12 and 74.125.2...

  • Answered by AI
  • Q15. What are different classes of IP addresses?
  • Ans. 

    IP addresses are divided into classes based on the range of numbers they use to identify devices on a network.

    • There are five classes of IP addresses: A, B, C, D, and E.

    • Class A addresses are used for large networks and start with a number between 1 and 126.

    • Class B addresses are used for medium-sized networks and start with a number between 128 and 191.

    • Class C addresses are used for small networks and start with a number...

  • Answered by AI
  • Q16. What is IPv4 and IPv6 address?
  • Ans. 

    IPv4 and IPv6 are two versions of Internet Protocol used to identify devices on a network.

    • IPv4 uses 32-bit addresses and can support up to 4.3 billion unique addresses.

    • IPv6 uses 128-bit addresses and can support an almost infinite number of unique addresses.

    • IPv4 addresses are written in decimal format, while IPv6 addresses are written in hexadecimal format.

    • IPv6 addresses are typically enclosed in square brackets, like

  • Answered by AI
  • Q17. What is DNS and how to change DNS IP address in windows and MAC computer?
  • Ans. 

    DNS is a system that translates domain names into IP addresses. To change DNS IP address in Windows, go to Network and Sharing Center and modify the DNS settings. In MAC, go to System Preferences and change the DNS settings.

    • DNS stands for Domain Name System

    • It translates domain names into IP addresses

    • In Windows, go to Network and Sharing Center, select the network connection, click on Properties, and modify the DNS sett...

  • Answered by AI
  • Q18.  What is port number?
  • Ans. 

    A port number is a 16-bit unsigned integer, thus ranging from 0 to 65535, used to identify a specific process to which an Internet or other network message is to be forwarded when it arrives at a server.

    • Port numbers are used to identify specific processes running on a server.

    • They are 16-bit unsigned integers ranging from 0 to 65535.

    • Well-known port numbers are reserved for specific services, such as HTTP (port 80) and F...

  • Answered by AI
  • Q19. How communication happens between 7 layers of 2 computers?
  • Ans. 

    Communication between 7 layers of 2 computers happens through the OSI model.

    • OSI model defines 7 layers of communication

    • Each layer has a specific function and communicates with the corresponding layer on the other computer

    • Data is encapsulated and de-encapsulated at each layer

    • Examples of protocols at each layer include HTTP, TCP, and Ethernet

  • Answered by AI
  • Q20. What is APIPA?
  • Ans. 

    APIPA stands for Automatic Private IP Addressing. It is a feature in Windows operating systems that assigns a unique IP address to a device when it cannot obtain an IP address from a DHCP server.

    • APIPA is used when a device is unable to connect to a DHCP server.

    • It assigns a unique IP address in the range of 169.254.0.1 to 169.254.255.254.

    • APIPA is only used as a last resort and is not recommended for use in a network env...

  • Answered by AI
  • Q21. What is the range for APIPA address?
  • Ans. 

    The range for APIPA address is 169.254.0.1 to 169.254.255.254.

    • APIPA stands for Automatic Private IP Addressing.

    • It is a feature in Windows operating systems that allows a computer to automatically assign itself an IP address when no DHCP server is available.

    • APIPA addresses are not routable and can only be used on a single network segment.

    • Examples of APIPA addresses are 169.254.1.1, 169.254.2.2, etc.

  • Answered by AI
  • Q22. Basics Customer service skill questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Still many more questions were asked, but this is what I remember. Stay confident and give your interview.

Skills evaluated in this interview

Top Vedantu Technical Support Associate Interview Questions and Answers

Q1. What is DNS and how to change DNS IP address in windows and MAC computer?
View answer (2)

Technical Support Associate Interview Questions asked at other Companies

Q1. What is a difference between router and modem?
View answer (31)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How much experience you have into froud management?
  • Q2. H uch money you can take from parents?
  • Ans. 

    The amount of money that can be taken from parents should be reasonable and within their means.

    • It is important to consider the financial situation of the parents before asking for money.

    • Discuss the specific amount needed and the purpose for which it will be used.

    • Ensure that the parents are comfortable with the amount and are willing to provide support.

    • Avoid pressuring or manipulating parents into giving more money than...

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

(2 Questions)

  • Q1. State Head sis equal to Business Development Executive.
  • Q2. State Head is not aware about the product.

Area Business Manager Interview Questions asked at other Companies

Q1. how will get failing salons in profit...
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on aptitude in mathematics.

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    Experienced operations professional with a proven track record of leading teams to success.

    • Over 5 years of experience in operations management

    • Strong leadership skills with a focus on team development

    • Implemented process improvements resulting in increased efficiency and cost savings

    • Excellent communication and problem-solving abilities

    • Managed cross-functional teams to achieve project goals

  • Answered by AI
  • Q2. Past Experience.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Future goals and plans
  • Q2. What future goals
  • Ans. 

    My future goals include improving team efficiency, implementing new strategies, and achieving operational excellence.

    • Implement new strategies to streamline operations

    • Enhance team communication and collaboration

    • Achieve operational excellence through continuous improvement

    • Develop leadership skills to effectively lead the team

    • Increase team productivity and efficiency

  • Answered by AI
  • Q3. Weakness and Strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy Process. Intermediate Level Of Interview.

Team Lead Operations Interview Questions asked at other Companies

Q1. What was thr volume of shipment handled per day in previous designation ?
View answer (19)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Subject related question
  • Q2. Subject related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. How will you handle weak students in class?
  • Ans. 

    I will provide extra support and personalized attention to help weak students improve their understanding and performance.

    • Offer additional one-on-one assistance during or after class

    • Provide extra practice materials or resources tailored to their needs

    • Encourage peer tutoring or study groups

    • Regularly monitor their progress and provide feedback

    • Communicate with parents or guardians to discuss strategies for improvement

  • Answered by AI
  • Q2. Why you want to join Vedantu
  • Ans. 

    I want to join Vedantu because of its innovative teaching methods and technology-driven approach.

    • I am impressed by Vedantu's use of technology to make learning more interactive and engaging.

    • I believe in Vedantu's mission to make quality education accessible to all students, regardless of their location.

    • I am excited about the opportunity to work with a team of passionate educators who are dedicated to helping students s...

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

(2 Questions)

  • Q1. Can you relocate any where in India?
  • Ans. 

    Yes, I am open to relocating anywhere in India for the Master Teacher 1 position.

    • I am willing to relocate to any city or state in India for the job.

    • I am flexible and adaptable to new environments and cultures.

    • I believe in embracing new opportunities and challenges that come with relocation.

  • Answered by AI
  • Q2. Why not any other Institute?
  • Ans. 

    I chose this Institute because of its reputation, faculty expertise, and strong curriculum.

    • Reputation of the Institute in producing successful teachers

    • Expertise of the faculty members in the field of education

    • Strong curriculum that aligns with my teaching philosophy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Study about the institute before interview

Master Teacher 1 Interview Questions asked at other Companies

Q1. Why teaching ? What was the motivation behind it ?
View answer (1)

Vedantu interview questions for popular designations

 Academic Counsellor

 (34)

 Senior Academic Counsellor

 (20)

 Master Teacher 1

 (4)

 Coding Educator

 (4)

 Teacher

 (4)

 Operations Executive

 (4)

 Business Development Executive

 (3)

 Business Development Associate

 (3)

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What metrics will you measure to know the success of swiggy
  • Ans. 

    Key metrics to measure Swiggy's success include customer retention rate, order volume, average order value, and customer satisfaction.

    • Customer retention rate: Percentage of customers who continue to use Swiggy over a period of time.

    • Order volume: Number of orders processed by Swiggy in a given time frame.

    • Average order value: Average amount spent by customers on each order.

    • Customer satisfaction: Feedback and ratings prov...

  • Answered by AI

Product Intern Interview Questions asked at other Companies

Q1. Power Calculation Problem Statement Given a number x and an exponent n, compute xn. Accept x and n as input from the user, and display the result. Note: You can assume that 00 = 1. Input: Two integers separated by a space, x and n. Output: ... read more
View answer (1)

Get interview-ready with Top Vedantu Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated academic counsellor with a passion for helping students achieve their academic and personal goals.

    • I have a Bachelor's degree in Psychology from XYZ University.

    • I have 5 years of experience working as an academic counsellor at ABC College.

    • I am skilled in providing guidance on course selection, study habits, and career planning.

    • I have a strong track record of helping students improve their academic perfor

  • Answered by AI
  • Q2. About Job knowledge
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask some questions relevant to the Counselling role and Job nature
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to crack interview in Vedantu for non-teaching jobs. So just prepare and present cconfidently.

Top Vedantu Academic Counsellor Interview Questions and Answers

Q1. How will you convince a village person to buy vedantu course.
View answer (5)

Academic Counsellor Interview Questions asked at other Companies

Q1. How will you convince a village person to buy vedantu course.
View answer (5)

Jobs at Vedantu

View all

Student Counsellor Interview Questions & Answers

user image Pritha Ghosh

posted on 26 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Elaborated a situation of student, and asked how you will help them

Student Counsellor Interview Questions asked at other Companies

Q1. How to achieve the target in pressure and handle it properly.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Need to know the main

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Knowledge how you can learn it
  • Q2. Python how you can learn
  • Ans. 

    Python can be learned through online tutorials, courses, books, practice, and projects.

    • Take online tutorials on websites like Codecademy, Coursera, or Udemy.

    • Read books like 'Python Crash Course' or 'Automate the Boring Stuff with Python'.

    • Practice coding challenges on platforms like LeetCode or HackerRank.

    • Work on personal projects to apply your knowledge and skills.

    • Join Python communities or forums to ask questions and

  • Answered by AI

Skills evaluated in this interview

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. From how many years are you doing graphic designing ?
  • Q2. Some questions about graphic designing and give me a theme to design a thumbnail in just 5 minute .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in yourself and listen properly to your interviewers .

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced academic counsellor with a passion for helping students achieve their academic and career goals.

    • Over 5 years of experience in academic counselling

    • Strong communication and interpersonal skills

    • Expertise in guiding students through academic programs and career choices

    • Passionate about helping students succeed and reach their full potential

  • Answered by AI
  • Q2. Sell me a water bottle
  • Ans. 

    Stay hydrated on the go with our durable and stylish water bottle.

    • Made from high-quality stainless steel for long-lasting use

    • Double-walled insulation keeps drinks cold for hours

    • Leak-proof design for worry-free carrying

    • Wide mouth for easy filling and cleaning

    • Available in various colors and sizes to suit your style and needs

  • Answered by AI
  • Q3. How you will achive monthly target
  • Ans. 

    I will achieve monthly targets by setting clear goals, creating a strategic plan, monitoring progress regularly, and making adjustments as needed.

    • Set specific, measurable, achievable, relevant, and time-bound (SMART) goals

    • Create a detailed action plan outlining steps to reach the targets

    • Monitor progress regularly through tracking metrics and key performance indicators

    • Make adjustments to the plan as needed based on perf...

  • Answered by AI

Top Vedantu Senior Academic Counsellor Interview Questions and Answers

Q1. what is main source of sales in any company
View answer (2)

Senior Academic Counsellor Interview Questions asked at other Companies

Q1. What is sales ?what's my salary expectation ?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Can you provide a self-description?
  • Ans. 

    Experienced and results-driven Area Business Head with a proven track record of driving revenue growth and leading high-performing teams.

    • 10+ years of experience in sales and business development

    • Strong leadership skills with a focus on team motivation and development

    • Proven ability to exceed sales targets and drive business growth

    • Excellent communication and negotiation skills

    • Track record of building and maintaining stron

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid pursuing offline franchise businesses, considering the hiring and firing model.

Area Business Head Interview Questions asked at other Companies

Q1. Metrics which you have worked upon & how to gauge the business ?
View answer (1)

Vedantu Interview FAQs

How many rounds are there in Vedantu interview?
Vedantu interview process usually has 2-3 rounds. The most common rounds in the Vedantu interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Vedantu 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 Vedantu. The most common topics and skills that interviewers at Vedantu expect are Communication Skills, Sales, Teaching, Social Media and Marketing.
What are the top questions asked in Vedantu interview?

Some of the top questions asked at the Vedantu interview -

  1. How will you convince a village person to buy vedantu cour...read more
  2. How can you make sure smooth flow of operations in your sphere of duty when the...read more
  3. If I am student and your a counsellor you have to sell a book in 10,000 which i...read more
How long is the Vedantu interview process?

The duration of Vedantu interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Vedantu Interview Process

based on 92 interviews

Interview experience

4
  
Good
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
 • 198 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Cuemath Interview Questions
3.8
 • 43 Interviews
Adda 247 Interview Questions
3.2
 • 30 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Eckovation Interview Questions
4.1
 • 1 Interview
View all

Vedantu Reviews and Ratings

based on 1.5k reviews

3.3/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.2

Salary

2.6

Job security

3.1

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 1.5k Reviews and Ratings
Store Incharge

Patna,

Hyderabad / Secunderabad

+1

0-5 Yrs

₹ 0.5-2 LPA

Master Teacher

Vijayawada,

Visakhapatnam

+1

2-5 Yrs

₹ 6.6-9 LPA

Explore more jobs
Academic Counsellor
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Academic Counsellor
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
402 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
295 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Development Executive
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vedantu with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

Toppr

3.4
Compare

Whitehat jr

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