Upload Button Icon Add office photos
Engaged Employer

i

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

Edubridge Learning Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Edubridge Learning Senior Trainer Interview Questions and Answers

Updated 21 Feb 2024

Edubridge Learning Senior Trainer Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

Assignment given on the domain.

Round 2 - Technical 

(2 Questions)

  • Q1. Based on domain and demo
  • Q2. Intermediate level question
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 4 - HR 

(1 Question)

  • Q1. Salary discissioon

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security and their business is getting down.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Do you drink and party?
  • Q2. Have a boyfriend or any FWB relationships now/earlier?
  • Q3. Why are you still unmarried?

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company, especially when you come across the names of 'Vineet (from Kerala), Vinod (Karnataka)' as your interviewer or heads of the team.
Their perspective is 'Women are meant to fault their body to get the clients attention and Men are meant to negotiate with those clients to bring business'.

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

Interview Questionnaire 

1 Question

  • Q1. Salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy process..2 rounds only
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

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Python technical SQL basic

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Check if string is palindrome
  • Ans. 

    Check if a string is the same forwards and backwards

    • Iterate through the string from both ends and compare characters

    • Use built-in functions like reverse() to check for palindrome

    • Ignore spaces and punctuation when checking for palindrome

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.

I applied via LinkedIn and was interviewed in Feb 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 - Technical 

(2 Questions)

  • Q1. What is react, diff between react and angular, deep copy shallow copy, hoisting, diff between props and state
  • Ans. 

    React is a JavaScript library for building user interfaces. It is different from Angular in various ways.

    • React is a library while Angular is a framework

    • React uses virtual DOM while Angular uses real DOM

    • React is more flexible and easier to learn than Angular

    • Deep copy creates a new object with the same values while shallow copy creates a new reference to the same object

    • Hoisting is a JavaScript mechanism where variables a...

  • Answered by AI
  • Q2. Implement custom hooks and array flat method
  • Ans. 

    Implement custom hooks and array flat method

    • Custom hooks are reusable functions that allow you to extract component logic into reusable functions

    • Array flat method is used to flatten an array of nested arrays into a single array

    • To implement custom hooks, create a function that uses the useState and useEffect hooks

    • To implement array flat method, use the reduce method to flatten the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for basic interview question from online site and practice the code challenges

Skills evaluated in this interview

I appeared for an interview in Feb 2021.

Interview Questionnaire 

1 Question

  • Q1. Admin average question as well as with trigger event or aura component.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average and got the offer... It nice company work environment is too good.....

I applied via Instahyre and was interviewed before Nov 2021. There were 4 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 - Aptitude Test 

Basic aptitude test. Candidate can practice few free mock tests online for preparation.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Why do you want to join Unacademy?
  • Q2. Whare do you see yourself in 5 years?
  • Q3. Tell me about yourself?
Round 4 - One-on-one 

(3 Questions)

  • Q1. Why we shouldn't hire you?
  • Q2. Tell me your five strengths and five weakness?
  • Q3. Tell me about a time when you disagreed with your manager and what did you do after that?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview preparation for any candidate should do.

Edubridge Learning Interview FAQs

How many rounds are there in Edubridge Learning Senior Trainer interview?
Edubridge Learning interview process usually has 4 rounds. The most common rounds in the Edubridge Learning interview process are One-on-one Round, HR and Coding Test.
What are the top questions asked in Edubridge Learning Senior Trainer interview?

Some of the top questions asked at the Edubridge Learning Senior Trainer interview -

  1. Based on domain and d...read more
  2. Intermediate level quest...read more
  3. Salary discissi...read more

Tell us how to improve this page.

Edubridge Learning Senior Trainer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Unacademy Interview Questions
3.0
 • 209 Interviews
NxtWave Interview Questions
3.8
 • 189 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
Chegg Interview Questions
4.1
 • 158 Interviews
Simplilearn Interview Questions
3.2
 • 107 Interviews
Teachnook Interview Questions
3.1
 • 87 Interviews
Toppr Interview Questions
3.4
 • 65 Interviews
View all
Edubridge Learning Senior Trainer Salary
based on 11 salaries
₹2.4 L/yr - ₹5 L/yr
47% less than the average Senior Trainer Salary in India
View more details

Edubridge Learning Senior Trainer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.4

Salary

3.8

Job security

3.5

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 7 Reviews and Ratings
Career Coach
74 salaries
unlock blur

₹3 L/yr - ₹6.4 L/yr

Trainer
70 salaries
unlock blur

₹1.8 L/yr - ₹5.7 L/yr

Master Trainer
56 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Center Manager
44 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Placement Manager
27 salaries
unlock blur

₹3.1 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Edubridge Learning with

Unacademy

3.0
Compare

Extramarks Education

3.4
Compare

Vedantu

3.3
Compare

Chegg

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