Upload Button Icon Add office photos

Filter interviews by

Eruditus Executive Education Interview Questions and Answers

Updated 18 Mar 2025

Eruditus Executive Education Interview Experiences

Popular Designations

5 interviews found

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

I applied via Approached by Company and was interviewed before Apr 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Tell me something about you
Round 3 - One-on-one 

(1 Question)

  • Q1. Why do you want to work here
Round 4 - Technical 

(1 Question)

  • Q1. How will you sell a product
  • Ans. 

    To sell a product, I would focus on understanding the customer's needs and demonstrating how the product can meet those needs.

    • Research the target audience and their pain points

    • Highlight the unique features and benefits of the product

    • Use persuasive language and storytelling to create an emotional connection

    • Provide social proof through testimonials or case studies

    • Offer a clear call to action and follow up with potential ...

  • Answered by AI

Programme Officer Interview Questions asked at other Companies

Q1. Do you have any domain knowledge based on the JD
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. General questions about experience
  • Q2. Assignment was given

Product Marketing Manager Interview Questions asked at other Companies

Q1. How would you increase the engagement on our app?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. Previous sales experience
  • Q2. Present a sales pitch selling technical courses to working professionals
  • Ans. 

    Our technical courses provide working professionals with the skills and knowledge needed to advance their careers.

    • Highlight the practical benefits of the courses, such as increased job opportunities and higher salaries

    • Emphasize the convenience of online learning for busy professionals

    • Mention the industry-relevant curriculum and experienced instructors

    • Offer special discounts or promotions to encourage enrollment

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

(2 Questions)

  • Q1. Previous experience
  • Q2. Knowledge about web4 technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while presenting your sales pitch or mock pitch

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2023

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

I applied via Referral and was interviewed before Jan 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 - HR 

(1 Question)

  • Q1. Basic questions with versant test
Round 3 - Technical 

(1 Question)

  • Q1. General business related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well dressed. Keep pitch ready. Listen carefully and be confident.

Eruditus Executive Education interview questions for popular designations

 Business Development Manager

 (1)

 Programme Officer

 (1)

 Product Marketing Manager

 (1)

Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2022

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Assignment 

Video review

Round 2 - Refresher round 

(1 Question)

  • Q1. Communication skills
Round 3 - Technical 

(1 Question)

  • Q1. Learning theories
Round 4 - One-on-one 

(1 Question)

  • Q1. Soft skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident at what you are saying.

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you think about the online education system in India?
  • Ans. 

    Online education system in India has great potential but needs improvement.

    • Online education has become more popular due to the pandemic.

    • There is a lack of infrastructure and resources for online education in rural areas.

    • Online education can be more affordable and accessible than traditional education.

    • There is a need for better quality control and accreditation for online courses.

    • Online education can provide opportuniti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always select real life examples that display key hiring traits.

I appeared for an interview in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude questions based on logical reasoning and basic maths.

Round 2 - Coding Test 

Easy logic-based question based on arrays and strings with some javascript output-based questions.

Round 3 - Coding Test 

Discussion about the projects that I made in college and the tech stack I know.
1 basic array/string-based problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy to crack as no extensive DSA knowledge is required, basic logical reasoning and coding skills are enough.
PS: This was in 2015 but as per my knowledge the process is still the same.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude and coding is asked coding is very easy u can use any language like c python java there is plenty of time to finish the test

Round 2 - HR 

(1 Question)

  • Q1. About yourself,projects details,any further question

Intern Interview Questions & Answers

iamneo user image Anonymous

posted on 27 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic dsa question alone asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. How strong you lies with the skills mentioned in resume

Eruditus Executive Education Interview FAQs

How many rounds are there in Eruditus Executive Education interview?
Eruditus Executive Education interview process usually has 3 rounds. The most common rounds in the Eruditus Executive Education interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Eruditus Executive 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 Eruditus Executive Education. The most common topics and skills that interviewers at Eruditus Executive Education expect are Agile Methodology, Digital Marketing, Execution, IT Project Management and Instructional Design.
What are the top questions asked in Eruditus Executive Education interview?

Some of the top questions asked at the Eruditus Executive Education interview -

  1. Present a sales pitch selling technical courses to working profession...read more
  2. How will you sell a prod...read more
  3. Knowledge about web4 technol...read more

Tell us how to improve this page.

Eruditus Executive Education Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Z X Learning Interview Questions
4.4
 • 44 Interviews
Zeus Learning Interview Questions
3.3
 • 35 Interviews
Adda 247 Interview Questions
3.2
 • 31 Interviews
Prepca Eduserv Interview Questions
4.1
 • 19 Interviews
Airblack Interview Questions
4.2
 • 17 Interviews
iamneo Interview Questions
3.7
 • 16 Interviews
Paperpedia Interview Questions
2.3
 • 16 Interviews
View all

Eruditus Executive Education Reviews and Ratings

based on 22 reviews

3.4/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.8

Salary

3.1

Job security

3.2

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 22 Reviews and Ratings
Program Advisor
25 salaries
unlock blur

₹5.4 L/yr - ₹13 L/yr

Program Coordinator
13 salaries
unlock blur

₹4.8 L/yr - ₹6.4 L/yr

Learning Advisor
7 salaries
unlock blur

₹9 L/yr - ₹12 L/yr

Associate Director
7 salaries
unlock blur

₹31 L/yr - ₹41.3 L/yr

Digital Marketing Manager
5 salaries
unlock blur

₹12 L/yr - ₹16.6 L/yr

Explore more salaries
Compare Eruditus Executive Education with

Adda 247

3.2
Compare

Schoolnet India

4.0
Compare

Trivium Education Services

3.7
Compare

MeritNation

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