Premium Employer

i

This company page is being actively managed by Extramarks Education Team. If you also belong to the team, you can get access from here

Extramarks Education Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Extramarks Education Interview Questions and Answers

Updated 24 May 2025
Popular Designations

66 Interview questions

A System Engineer was asked 3mo ago
Q. What is BIOS?
Ans. 

BIOS (Basic Input/Output System) is firmware that initializes hardware during the booting process and provides runtime services.

  • BIOS is stored on a chip on the motherboard.

  • It performs POST (Power-On Self-Test) to check hardware functionality.

  • BIOS settings can be accessed during boot, usually by pressing F2 or DEL.

  • It allows the operating system to communicate with hardware components.

  • Modern systems may use UEFI (Un...

View all System Engineer interview questions
An Assistant Training Manager was asked 6mo ago
Q. Why Extramarks?
Ans. 

Extramarks offers innovative and interactive learning solutions for students of all ages.

  • Extramarks provides personalized learning experiences tailored to individual student needs.

  • The platform offers a wide range of study materials, including interactive videos, animations, and practice questions.

  • Extramarks has a proven track record of helping students improve their academic performance and achieve their learning ...

View all Assistant Training Manager interview questions
A React Js Frontend Developer was asked 12mo ago
Q. What is lazy loading and how have you used it?
Ans. 

Lazy loading is a design pattern that delays loading resources until they are needed, improving performance and user experience.

  • Improves initial load time by loading components only when they are needed.

  • Implemented in React using React.lazy() and Suspense.

  • Example: const LazyComponent = React.lazy(() => import('./LazyComponent'));

  • Helps in reducing the bundle size by splitting code into smaller chunks.

  • Can be used...

View all React Js Frontend Developer interview questions
A React Js Frontend Developer was asked 12mo ago
Q. How can we download a CSV file larger than 1000MB and display the data as it downloads?
Ans. 

To download a large CSV file (>1000mb) and show the data while downloading, use streaming and pagination techniques.

  • Implement streaming to download the file in chunks instead of all at once.

  • Use pagination to display the downloaded data in parts as it is being downloaded.

  • Consider using libraries like PapaParse for parsing CSV data efficiently.

  • Show a progress bar or indicator to inform the user about the download st...

View all React Js Frontend Developer interview questions
A React Js Frontend Developer was asked 12mo ago
Q. Can you describe the system design behind how Netflix videos are loaded?
Ans. 

Netflix uses a content delivery network (CDN) to efficiently load videos based on user location and network conditions.

  • Netflix uses a distributed network of servers to store and deliver video content closer to users for faster loading times.

  • Content is cached on servers located in various regions to reduce latency and improve streaming quality.

  • Netflix employs adaptive bitrate streaming to adjust video quality based...

View all React Js Frontend Developer interview questions
A React Js Frontend Developer was asked 12mo ago
Q. What do you mean by debouncing?
Ans. 

Denouncing refers to publicly declaring something as wrong or evil.

  • Denouncing is the act of condemning or criticizing something publicly.

  • It is often done to express disapproval or to call attention to a wrongdoing.

  • Examples include denouncing acts of violence, discrimination, or corruption.

  • Denouncing can also be used in political contexts to criticize policies or actions of a government.

View all React Js Frontend Developer interview questions

Extramarks Education HR Interview Questions

19 questions and answers

Q. What are you?
Q. Tell me about your previous experiences.
Q. How many schools do you cover?
A React Js Frontend Developer was asked 12mo ago
Q. How are Redux states cleaned?
Ans. 

Redux state can be cleaned by dispatching an action to reset the state to its initial values.

  • Dispatching an action with type 'RESET_STATE'

  • Updating the reducer to return the initial state when 'RESET_STATE' action is dispatched

View all React Js Frontend Developer interview questions
Are these interview questions helpful?
A System Engineer was asked
Q. If the OS goes into maintenance mode, how would you fix it?
Ans. 

To fix an OS in maintenance mode, reboot the system, check for any recent changes or updates, run diagnostics, and restore from a backup if necessary.

  • Reboot the system to see if it resolves the issue

  • Check for any recent changes or updates that may have caused the OS to go into maintenance mode

  • Run diagnostics to identify any hardware or software issues

  • Restore the OS from a backup if needed

View all System Engineer interview questions
A System Engineer was asked
Q. How do you manage and configure a Postfix mail server?
Ans. 

Postfix mail server can be managed and configured using configuration files and command line tools.

  • Edit the main configuration file /etc/postfix/main.cf to make changes to the server settings

  • Use postconf command to view or change configuration parameters

  • Restart the postfix service after making changes for them to take effect

  • Utilize tools like postmap to manage lookup tables for postfix

  • Monitor mail server logs for ...

View all System Engineer interview questions
A Business Development and Sales Executive was asked
Q. Sell this pen to me.
Ans. 

This pen is sleek, reliable, and perfect for everyday use.

  • Highlight the pen's sleek design and durability

  • Emphasize its reliability for everyday use

  • Mention any special features or benefits, such as smooth writing or comfortable grip

View all Business Development and Sales Executive interview questions

Extramarks Education Interview Experiences

168 interviews found

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

Interview Questionnaire 

4 Questions

  • Q1. Basic questions related to java 8 and features(functional interface, lambda, stream Api), Question on collections(hashmap,hashset), multi threading etc.
  • Q2. Questions related to SpringBoot , why to use, what is bean scope, why are annotations used, diffrence b/w @Component,@Repository, Write controller class?
  • Q3. Sql Related Questions, How you can optimize query, 2nd highest rank from table.
  • Q4. 2 Coding Questions with time and space complexity, how we can optimize soln.

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be assessment and second round will be interview. Be confident with your answers and if you find something new try to guess it right, Practice interview questions

Software Developer Interview Questions & Answers

user image Anurag gupta

posted on 21 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of javascript like temporal dead zone, hoisting
  • Q2. Basic of sql and mongo
Round 2 - Technical 

(2 Questions)

  • Q1. Logic bluiding question
  • Q2. 2 leet code quesztion
Round 3 - HR 

(1 Question)

  • Q1. Slaray negotiation
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Asked about lazy loading ?
  • Ans. 

    Lazy loading is a design pattern that delays loading resources until they are needed, improving performance and user experience.

    • Improves initial load time by loading components only when they are needed.

    • Implemented in React using React.lazy() and Suspense.

    • Example: const LazyComponent = React.lazy(() => import('./LazyComponent'));

    • Helps in reducing the bundle size by splitting code into smaller chunks.

    • Can be used for ...

  • Answered by AI
  • Q2. What do you mean by denouncing?
  • Ans. 

    Denouncing refers to publicly declaring something as wrong or evil.

    • Denouncing is the act of condemning or criticizing something publicly.

    • It is often done to express disapproval or to call attention to a wrongdoing.

    • Examples include denouncing acts of violence, discrimination, or corruption.

    • Denouncing can also be used in political contexts to criticize policies or actions of a government.

  • Answered by AI
  • Q3. How redux state are cleaned ?
  • Ans. 

    Redux state can be cleaned by dispatching an action to reset the state to its initial values.

    • Dispatching an action with type 'RESET_STATE'

    • Updating the reducer to return the initial state when 'RESET_STATE' action is dispatched

  • Answered by AI
  • Q4. Sorting the array
  • Q5. Make pagination and sorting coding questions.
Round 2 - Technical 

(4 Questions)

  • Q1. How Netflix video loading works it was of system design
  • Ans. 

    Netflix uses a content delivery network (CDN) to efficiently load videos based on user location and network conditions.

    • Netflix uses a distributed network of servers to store and deliver video content closer to users for faster loading times.

    • Content is cached on servers located in various regions to reduce latency and improve streaming quality.

    • Netflix employs adaptive bitrate streaming to adjust video quality based on a...

  • Answered by AI
  • Q2. How can we download csv file of more then 1000mb and show the data that is downloaded while downloading?
  • Ans. 

    To download a large CSV file (>1000mb) and show the data while downloading, use streaming and pagination techniques.

    • Implement streaming to download the file in chunks instead of all at once.

    • Use pagination to display the downloaded data in parts as it is being downloaded.

    • Consider using libraries like PapaParse for parsing CSV data efficiently.

    • Show a progress bar or indicator to inform the user about the download status.

  • Answered by AI
  • Q3. Pattern question
  • Q4. React assingment

Interview Preparation Tips

Interview preparation tips for other job seekers - They will say one round and can take multiple rounds. Also some question is second round will be out of your mind like I mentioned above

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself and sales experience
  • Q2. Target achievements and strategy planning
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Given two questions on personal round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical 1 to 1
  • Q2. On dsa
Round 3 - HR 

(1 Question)

  • Q1. Final and friendly round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. They have asked about my resume or working experience. how i implemented those features
  • Q2. Merge 2 array and sort in ascending order in JS, use Effect Hooks, Debouncing, Throttling, about API integration, how u fetched and make faster API call.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well from your resume, i am given it on year feb 2024,for less than 3 year exp, practice JS interw question and hooks and React,js Question. mine was Face to face interview at noida,they called me with my laptop, the only drawback
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your work experience
  • Ans. 

    I have 5 years of experience in business development, including lead generation, client relationship management, and sales strategy.

    • 5 years of experience in business development

    • Lead generation expertise

    • Client relationship management skills

    • Sales strategy development

    • Previous roles include Business Development Manager at Company X

  • Answered by AI
  • Q2. What is your strength
  • Ans. 

    My strength lies in my ability to build strong relationships with clients and stakeholders, leading to successful partnerships and business growth.

    • Excellent communication skills to effectively convey ideas and build rapport

    • Strong negotiation skills to secure beneficial deals for the company

    • Proven track record of exceeding sales targets through relationship building

    • Ability to understand client needs and tailor solutions...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to manage and configure postfix mail server.
  • Ans. 

    Postfix mail server can be managed and configured using configuration files and command line tools.

    • Edit the main configuration file /etc/postfix/main.cf to make changes to the server settings

    • Use postconf command to view or change configuration parameters

    • Restart the postfix service after making changes for them to take effect

    • Utilize tools like postmap to manage lookup tables for postfix

    • Monitor mail server logs for troub...

  • Answered by AI
  • Q2. OS go to maintenance mode, how to fix it.
  • Ans. 

    To fix an OS in maintenance mode, reboot the system, check for any recent changes or updates, run diagnostics, and restore from a backup if necessary.

    • Reboot the system to see if it resolves the issue

    • Check for any recent changes or updates that may have caused the OS to go into maintenance mode

    • Run diagnostics to identify any hardware or software issues

    • Restore the OS from a backup if needed

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me something about your past experience
  • Q2. Tell me something about your family
  • Ans. 

    I come from a close-knit family that values communication, support, and shared experiences, which have shaped my approach to counseling.

    • My parents have been married for over 30 years, providing a strong example of commitment and partnership.

    • I have two siblings; we often engage in family activities like hiking, which fosters our bond.

    • My family encourages open discussions about emotions, which has influenced my empatheti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell me something about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What is your current CTC
  • Q2. What is notice period
  • Ans. 

    My notice period is typically two weeks, allowing for a smooth transition and knowledge transfer.

    • Standard notice period in my industry is usually two weeks.

    • This timeframe allows for proper handover of responsibilities.

    • I can negotiate a longer notice if needed for project completion.

    • In my previous role, I ensured all tasks were documented for my successor.

  • Answered by AI
  • Q3. How much is your experience
  • Q4. What subjects are you professional in
Round 2 - Aptitude Test 

Technical subject questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Subject questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and study your subject thoroughly.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Customer not willing to buy how to convince?
  • Ans. 

    Understanding customer objections and addressing their needs can effectively persuade them to consider a purchase.

    • Listen actively to the customer's concerns to understand their hesitation.

    • Provide tailored solutions that directly address their specific needs.

    • Share success stories or testimonials from similar customers to build trust.

    • Offer a trial or demo to allow the customer to experience the product firsthand.

    • Highligh...

  • Answered by AI
  • Q2. Enginerring subject questions

Top trending discussions

View All
Interview Hub
2w
a client servicing executive
FeedCard Image
Got a question about Extramarks Education?
Ask anonymously on communities.

Extramarks Education Interview FAQs

How many rounds are there in Extramarks Education interview?
Extramarks Education interview process usually has 2-3 rounds. The most common rounds in the Extramarks Education interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Extramarks Education 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 Extramarks Education. The most common topics and skills that interviewers at Extramarks Education expect are Sales, Business Development, B2B Sales, Direct Sales and Retail Sales.
What are the top questions asked in Extramarks Education interview?

Some of the top questions asked at the Extramarks Education interview -

  1. The questions were mainly related to marketing of the company's essentials whic...read more
  2. 3. Sell me "xxxx" Product (product, for which I was hired in my last organizati...read more
  3. What do you know about ExtraMarks, And why we select yo...read more
What are the most common questions asked in Extramarks Education HR round?

The most common HR questions asked in Extramarks Education interview are -

  1. What are your salary expectatio...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Extramarks Education interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 86 interview experiences

Difficulty level

Easy 24%
Moderate 67%
Hard 10%

Duration

Less than 2 weeks 69%
2-4 weeks 27%
4-6 weeks 2%
More than 8 weeks 2%
View more
Join Extramarks Education Let’s build the future of education together

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
NxtWave Interview Questions
3.7
 • 224 Interviews
Unacademy Interview Questions
3.0
 • 218 Interviews
upGrad Interview Questions
3.6
 • 206 Interviews
Vedantu Interview Questions
3.3
 • 191 Interviews
Chegg Interview Questions
4.1
 • 160 Interviews
Skill Lync Interview Questions
3.1
 • 92 Interviews
LEAD School Interview Questions
3.3
 • 90 Interviews
View all

Extramarks Education Reviews and Ratings

based on 2k reviews

3.5/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.4

Salary

3.0

Job security

3.2

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 2k Reviews and Ratings
System Engineer Trainee

Kolkata,

Rohtas

+1

0-1 Yrs

₹ 0.5-2.8 LPA

Foundation Faculty- Chemistry

Coimbatore

2-3 Yrs

Not Disclosed

Explore more jobs
Business Development Executive
847 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Assistant Manager
619 salaries
unlock blur

₹4.6 L/yr - ₹10.4 L/yr

Senior Business Development Executive
608 salaries
unlock blur

₹3.7 L/yr - ₹8 L/yr

Business Development Manager
366 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Area Sales Manager
291 salaries
unlock blur

₹4.3 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Extramarks Education with

BYJU'S

3.1
Compare

Whitehat jr

3.4
Compare

Unacademy

3.0
Compare

upGrad

3.6
Compare
write
Share an Interview