Upload Button Icon Add office photos
Engaged Employer

i

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

Great Learning Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Great Learning Senior Associate Interview Questions and Answers

Updated 16 Feb 2024

Great Learning Senior Associate Interview Experiences

1 interview 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 Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself
Round 2 - Case Study 

Scenario based case study

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 

(2 Questions)

  • Q1. Just personal details, actually not a tough interview anyone can easily get a job here experience not required, once you get placed they will give training for what to do and what not to do and after getti...
  • Q2. No such formal questions you are selected that it

Interview Preparation Tips

Interview preparation tips for other job seekers - If you really need to make your career in proper way this is not the company for you 0 learning, 0 work life balance. Who don’t have options outside who are dump only can sustain here because those dump knows they are useless no one will give job to him so that kind of candidates can work here for no reason worst organisation ever
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Basic questions
  • Q2. Details about your day to day work
  • Ans. 

    As a Senior Associate, my day to day work involves managing client relationships, overseeing project timelines, and providing strategic guidance.

    • Managing client relationships by regularly communicating with clients to understand their needs and address any concerns

    • Overseeing project timelines by creating and updating project plans, tracking progress, and ensuring deadlines are met

    • Providing strategic guidance by analyzi...

  • Answered by AI
Round 3 - Case Study 

Situation based questions

Round 4 - HR 

(1 Question)

  • Q1. Details on joining
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Normal introduction
  • Q2. Tell me about ur self job profile responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Case Study 

University share calculations and gst accounting entries

Round 2 - One-on-one 

(1 Question)

  • Q1. Prior work experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Be prepared for real life situation questions related to Industry
Round 2 - Assignment 

Case study provided for analysis and review

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

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 8 years of experience in project management

    • Proven track record of successfully leading cross-functional teams

    • Strong communication and problem-solving skills

    • Certified Project Management Professional (PMP)

    • Previously managed a project that resulted in a 20% increase in efficiency

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Had a very basic discussion with HR
Round 2 - Coding Test 

Coding test on data structures and algorithms

Round 3 - Assignment 

Asked to create teaching material on given topic

Round 4 - Technical 

(1 Question)

  • Q1. Technical discussion on the material + few coding problems

I applied via LinkedIn and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between var, let, const.
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scoping rules and behaviors.

    • var has function scope and can be redeclared and reassigned

    • let has block scope and can be reassigned but not redeclared

    • const has block scope and cannot be reassigned or redeclared

    • Use const for values that won't change, let for values that will, and avoid var

  • Answered by AI
  • Q2. Explain CSS box model. Do padding and margin apply to inline elements?
  • Ans. 

    CSS box model defines the layout of elements on a webpage. Padding and margin can apply to block-level elements but not to inline elements.

    • CSS box model consists of content, padding, border, and margin around an element.

    • Padding adds space inside the border of an element.

    • Margin adds space outside the border of an element.

    • Padding and margin can apply to block-level elements like <div> but not to inline elements lik

  • Answered by AI
  • Q3. Difference between arrow functions and regular ones.
  • Ans. 

    Arrow functions are shorter syntax for writing function expressions.

    • Arrow functions do not have their own 'this' keyword.

    • Arrow functions cannot be used as constructors.

    • Arrow functions do not have the 'arguments' object.

    • Arrow functions are more concise and easier to read.

    • Regular functions are better for methods and constructors.

  • Answered by AI
  • Q4. How does JavaScript asynchronous model work
  • Ans. 

    JavaScript asynchronous model allows non-blocking code execution by using callbacks and promises.

    • JavaScript uses an event loop to handle asynchronous operations.

    • Callbacks are functions passed as arguments to other functions and executed when the operation is complete.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • Async/await is a newer syntax that allows writing asyn...

  • Answered by AI
Round 2 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in HTML DOM traversal concepts, CSS box model and vanilla Javascript fundamentals like closure,

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

Great Learning Interview FAQs

How many rounds are there in Great Learning Senior Associate interview?
Great Learning interview process usually has 2 rounds. The most common rounds in the Great Learning interview process are HR and Case Study.

Tell us how to improve this page.

Great Learning Senior Associate Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Whitehat jr Interview Questions
3.5
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Vedantu Interview Questions
3.3
 • 185 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Skill Lync Interview Questions
3.1
 • 90 Interviews
LEAD School Interview Questions
3.3
 • 86 Interviews
View all
Great Learning Senior Associate Salary
based on 4 salaries
₹6 L/yr - ₹8 L/yr
25% less than the average Senior Associate Salary in India
View more details
Senior Learning Consultant
316 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
308 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Learning Consultant
282 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Program Manager
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Great Learning with

upGrad

3.7
Compare

Simplilearn

3.2
Compare

Imarticus Learning

4.2
Compare

Jigsaw Academy

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