Upload Button Icon Add office photos
Engaged Employer

i

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

EI Design Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EI Design Interview Questions and Answers

Updated 17 Jul 2024
Popular Designations

EI Design Interview Experiences

2 interviews found

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

I appeared for an interview before Jul 2023.

Round 1 - Assignment 

Storyboard had to be created with proper graphic elements and instructions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic instructional design concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview with COO which was mostly conversational

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Design assignment

Round 2 - One-on-one 

(1 Question)

  • Q1. Skill and knowledge discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best and be confident.
Don't think about Results.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about EI Design?
Ask anonymously on communities.

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 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 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
  • Ans. 

    Mastering confusing interviews requires preparation, clarity, and confidence to navigate tricky questions effectively.

    • Understand the job description: Align your skills with the role's requirements. For example, if applying for a marketing role, highlight relevant campaigns you've managed.

    • Practice common confusing questions: Prepare for questions like 'What is your greatest weakness?' by framing weaknesses as areas for ...

  • Answered by AI

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.
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2023.

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 

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?
  • Q3. Secondlargest element
  • Ans. 

    Find the second largest element in an array of integers efficiently.

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

    • Initialize two variables: largest and secondLargest to negative infinity.

    • For each element, update largest if the current element is greater than largest.

    • If the current element is less than largest but greater than secondLargest, update secondLargest.

    • Example: For ar...

  • Answered by AI
  • Q4. Pascal triangle
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - 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
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to work experience and skills on Resume
  • Q2. Formula to find midpoint and slope of a line
  • Ans. 

    Midpoint and slope formulas help determine key characteristics of a line in coordinate geometry.

    • Midpoint formula: M = ((x1 + x2)/2, (y1 + y2)/2). Example: M = ((1 + 3)/2, (2 + 4)/2) = (2, 3).

    • Slope formula: m = (y2 - y1) / (x2 - x1). Example: m = (4 - 2) / (3 - 1) = 1.

    • Midpoint gives the center point between two coordinates.

    • Slope indicates the steepness and direction of the line.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well and also projects you worked on. They do not hire for specific tech stack. You will get any technology based on project requirements. So prepare programming concepts and DSA well
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
  • Ans. 

    Generate all permutations of a string using a backtracking approach.

    • Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.

    • Start with an empty string and build permutations by adding one character at a time.

    • Use a boolean array to track which characters are already included in the current permutation.

    • Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...

  • Answered by AI
  • Q3. Explain your Project?

EI Design Interview FAQs

How many rounds are there in EI Design interview?
EI Design interview process usually has 2 rounds. The most common rounds in the EI Design interview process are Assignment, One-on-one Round and Technical.
How to prepare for EI Design 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 EI Design. The most common topics and skills that interviewers at EI Design expect are HTML, Visual Design, E - learning, Instructional Design and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 4 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

2-4 weeks 50%
4-6 weeks 50%
View more

Interview Questions from Similar Companies

AccioJob Interview Questions
3.7
 • 51 Interviews
Prepca Eduserv Interview Questions
4.0
 • 46 Interviews
Z X Learning Interview Questions
4.4
 • 44 Interviews
Unschool Learning Interview Questions
3.6
 • 36 Interviews
Zeus Learning Interview Questions
3.1
 • 36 Interviews
AI CERTs Interview Questions
4.4
 • 22 Interviews
Paperpedia Interview Questions
2.2
 • 18 Interviews
View all

EI Design Reviews and Ratings

based on 45 reviews

4.3/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.8

Salary

3.8

Job security

3.7

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 45 Reviews and Ratings
Senior Architect

Ernakulam

8-13 Yrs

Not Disclosed

Senior Instructional Designer

Remote

8-13 Yrs

Not Disclosed

Explore more jobs
Visual Designer
29 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Senior Visual Designer
18 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Senior Instructional Designer
16 salaries
unlock blur

₹8.1 L/yr - ₹11.5 L/yr

Quality Analyst
10 salaries
unlock blur

₹5.2 L/yr - ₹8.6 L/yr

Lead Visual Designer
7 salaries
unlock blur

₹10.8 L/yr - ₹14.4 L/yr

Explore more salaries
Compare EI Design with

Z X Learning

4.4
Compare

Trivium Education Services

3.8
Compare

Prepca Eduserv

4.0
Compare

MeritNation

3.3
Compare
write
Share an Interview