Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

Extramarks Education Interview Questions, Process, and Tips

Updated 19 Feb 2025

Top Extramarks Education Interview Questions and Answers

View all 68 questions

Extramarks Education Interview Experiences

Popular Designations

163 interviews found

Round 1 - Coding Test 

MCQ and 2 coding related to applied domain

Round 2 - Technical 

(1 Question)

  • Q1. Domain related questions and coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through your applied tech questions

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
Add answer

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 asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Sr. BDE Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2022

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

(1 Question)

  • Q1. What do u understand by sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sharp and confident with your answer. Everything you say will be monitored

Sr. BDE Interview Questions asked at other Companies

Q1. How many leads can you generate in a month?
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. 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 - Group Discussion 

Will ask about sales and candidate needs to explain himself

Round 3 - HR 

(3 Questions)

  • Q1. Will discuss about salary
  • Q2. WHAT IS YOUR Salary EXPECTATION
  • Q3. WHAT WORK EXPERIENCE DO YOU HAVE?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and hope for the best , very easy interview

Top Extramarks Education Business Development Executive Interview Questions and Answers

Q1. 3. Sell me "xxxx" Product (product, for which I was hired in my last organization).
View answer (3)

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

Extramarks Education interview questions for popular designations

 Business Development Executive

 (31)

 Assistant Manager

 (12)

 Senior Business Development Executive

 (12)

 Area Sales Manager

 (8)

 Business Development

 (5)

 Business Development Manager

 (5)

 (Bde)business Development Executive

 (4)

 Software Developer

 (3)

Assistant Manager Interview Questions & Answers

user image Mohammed Hayath

posted on 18 Oct 2021

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

(2 Questions)

  • Q1. How many schools do you cover
  • Q2. What is the target you make for the company
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What business can you bring

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good company to work with as the people work their have no brains and they will make you mentally sick and leave organization with in notime

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)

Get interview-ready with Top Extramarks Education Interview Questions

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

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Q1 difference between let and const
  • Ans. 

    let is mutable and can be reassigned, const is immutable and cannot be reassigned

    • let allows reassignment of values, const does not

    • const must be initialized with a value, let can be declared without a value

    • const is block-scoped, let is function-scoped

  • Answered by AI
  • Q2. Q2 what are closures?
  • Ans. 

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

    • Closures allow functions to maintain access to variables from their parent scope

    • They are created when a function is defined within another function

    • Closures are commonly used in event handlers and callbacks

  • Answered by AI
  • Q3. Q3. What is typeof null
  • Ans. 

    typeof null returns 'object' in JavaScript.

    • typeof null is 'object' in JavaScript

    • This is a historical bug in JavaScript that has not been fixed for backward compatibility

    • Example: console.log(typeof null) will output 'object'

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Q1. Find palindrome strings in an array of strings.
  • Ans. 

    Finding palindrome strings in an array of strings.

    • Iterate through each string in the array.

    • For each string, check if it is equal to its reverse to determine if it is a palindrome.

    • Store palindrome strings in a separate array or print them out.

  • Answered by AI
  • Q2. Q2. Explain debouncing with example.
  • Ans. 

    Debouncing is a technique used to limit the rate at which a function is called.

    • Debouncing is used to prevent multiple rapid calls to a function, typically in response to user input.

    • It involves setting a delay before allowing the function to be called again.

    • Example: Debouncing a search input field to only trigger the search function after the user has stopped typing for a certain period.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For frontend round, you should know most frequently asked Javascript questions. One e.g. can be debouncing. You should also know basic coding questions like find palindrome.

Skills evaluated in this interview

Top Extramarks Education Software Engineer Interview Questions and Answers

Q1. What is react, diff between react and angular, deep copy shallow copy, hoisting, diff between props and state
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Jobs at Extramarks Education

View all
Round 1 - HR 

(1 Question)

  • Q1. Basic question about backgroud.
Round 2 - One-on-one 

(1 Question)

  • Q1. Ask about experience and some edtech questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good process

Company culture is good
Less pressure
Timely salary

Senior Business Development Executive Interview Questions asked at other Companies

Q1. If you see 2-3 year you work with idfc first but you will not get any growth in your caree or salary as well..
View answer (2)

I applied via campus placement at Jetking and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Regarding linux operating system and the command used in linux.
  • Q2. Personal background questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and have louder voice. Don't hesitate they want a confident person.

Linux System Engineer Interview Questions asked at other Companies

Q1. What are oops concepts
View answer (1)

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is to test the Individual skill

Round 2 - Technical 

(1 Question)

  • Q1. How many programing language you know
  • Ans. 

    I know multiple programming languages

    • I am proficient in Java and Python

    • I have basic knowledge of C++ and JavaScript

    • I am currently learning Ruby and Swift

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Extramarks Education System Engineer interview:
  • Self intro
Interview preparation tips for other job seekers - Apply even if you are not qualified

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (8)

Interview Questionnaire 

4 Questions

  • Q1. Which is important Experience or knowledge?
  • Q2. Are suitable for this job?
  • Q3. Tell me your three quality?
  • Q4. Which is important salary or job satisfaction?

Interview Preparation Tips

Interview preparation tips for other job seekers - Apart from your knowledge. Give the answer on basis of questions merit not beyond it. go simply with interviewer.

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. 3. Sell me "xxxx" Product (product, for which I was hired in my last organizati...read more
  2. What do you know about ExtraMarks, And why we select yo...read more
  3. IN case the child secure 90+ marks in the academic then how you convince the pa...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.

Extramarks Education Interview Process

based on 81 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 73 Interviews
Cuemath Interview Questions
3.8
 • 43 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Extramarks Education Reviews and Ratings

based on 1.9k reviews

3.4/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.4

Salary

3.0

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 1.9k Reviews and Ratings
QA Engineer

Noida

0-1 Yrs

Not Disclosed

Subject Matter Specialist

Noida,

Delhi/Ncr

3-5 Yrs

Not Disclosed

Qa Engineer

Noida,

Delhi/Ncr

3-5 Yrs

₹ 5.2-11.5 LPA

Explore more jobs
Business Development Executive
871 salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Assistant Manager
614 salaries
unlock blur

₹3.7 L/yr - ₹12 L/yr

Senior Business Development Executive
570 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Business Development Manager
391 salaries
unlock blur

₹4.1 L/yr - ₹15 L/yr

Area Sales Manager
274 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Extramarks Education with

BYJU'S

3.1
Compare

Toppr

3.4
Compare

Unacademy

3.0
Compare

MeritNation

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