Upload Button Icon Add office photos
Engaged Employer

i

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

Third Space Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Third Space Global Interview Questions and Answers

Updated 10 Jun 2024
Popular Designations

Third Space Global Interview Experiences

5 interviews found

Tutor Interview Questions & Answers

user image GAJALAKSHMI ELUMALAI

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. We are asked to take demo classes
  • Q2. How will you manage when a student is not paying attention
  • Ans. 

    I will use engaging teaching methods, redirect their focus, and provide positive reinforcement.

    • Use interactive activities to keep the student engaged

    • Redirect their focus by asking questions or giving them a task to complete

    • Provide positive reinforcement for paying attention, such as praise or rewards

  • Answered by AI

Mathematics Tutor Interview Questions & Answers

user image Sayari Bhattacharjee

posted on 10 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Assignment 

You have to pass two training modules and you have to give 2 demo rounds.

Interview Preparation Tips

Topics to prepare for Third Space Global Mathematics Tutor interview:
  • Mathematics

Online Tutor Interview Questions & Answers

user image Ravisha Chauhan

posted on 18 Apr 2024

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

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to deal with students, take away from training technicalities
  • Ans. 

    To deal with students and take away from training technicalities, focus on building a strong rapport, using real-life examples, providing hands-on activities, and offering personalized support.

    • Build a strong rapport with students to create a positive learning environment

    • Use real-life examples to make technical concepts more relatable

    • Provide hands-on activities to engage students and reinforce learning

    • Offer personalized...

  • Answered by AI
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 

Easy test with maths assesment questions..everyone can crack it

Round 3 - HR 

(1 Question)

  • Q1. Introduction,why applied for this job? Experience? Pedagogy questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Teaching session,qn a session, then case analysis and job details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you are saying..be well prepared
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Shine and was interviewed before Sep 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 - Technical 

(1 Question)

  • Q1. What are the challenges that you will face in online teaching? What is the difference between online and offline teaching? What are the resources that you can use in online teaching? How are you the best f...
  • Ans. 

    Challenges in online teaching, differences from offline teaching, resources for online teaching, and why I am the best fit for the position.

    • Challenges in online teaching include maintaining student engagement, technical issues, and lack of face-to-face interaction.

    • Differences between online and offline teaching include the need for technology skills, adapting teaching methods, and communication methods.

    • Resources for on...

  • Answered by AI
Round 3 - Demo 

(1 Question)

  • Q1. What are the possible misconception that students likely to have with respect to this topic? How will you fill the gap students learning ? How are you going to adapt according to student's need? How are y...

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Third Space Global?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Why you applied here
  • Ans. I am a self motivated person i like to interact with people. That is why i applied here in lidoleaning edtech
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident every time you are answering the Question. what ever you speak, speak Confidantly.

Intern Interview Questions & Answers

Coding Ninjas user image Shubham Ashish Trivedi

posted on 14 Sep 2021

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills
Are these interview questions helpful?

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. 

    Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.

    • Use Dijkstra's algorithm to find the shortest path between the given vertices.

    • Create a graph data structure to represent the weighted, undirected graph.

    • Handle cases where no path exists between the given vertices by returning -1.

    • Optimize the algorithm to handle multiple queries efficiently.

    • Consider edge cases such as...

  • Answered by AI
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively

    • Sort the two halves separately

    • Merge the sorted halves to produce a fully sorted array

    • Time complexity of Merge Sort is O(n log n)

    • Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. 

    Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.

    • Use backtracking to explore all possible paths from the starting cell to the destination cell.

    • At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.

    • Keep track of the path taken so far and mark the cells accordingly.

    • Once the destination cell i...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question doesn't matter
  • Q2. Question doesn't really care
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I request you all never ever try to think to be a part of lido learning.. trust me it's a fraud company. All they want is money and they don't care about their employees. They have hire and fire policy. If lido would be last option for you never though of considering that.. just wait and search for better opportunity. Just have faith on urself you will get better in ur life without lido learning.

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why sales? What is sales and marketing?
  • Ans. 

    Sales is the process of selling products or services to customers. Marketing is the process of promoting and creating awareness about those products or services.

    • Sales involves identifying potential customers, understanding their needs, and persuading them to buy the product or service.

    • Marketing involves creating a brand image, identifying target audiences, and promoting the product or service through various channels s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest that you learn your CV

Third Space Global Interview FAQs

How many rounds are there in Third Space Global interview?
Third Space Global interview process usually has 2 rounds. The most common rounds in the Third Space Global interview process are One-on-one Round, Resume Shortlist and Technical.
What are the top questions asked in Third Space Global interview?

Some of the top questions asked at the Third Space Global interview -

  1. What are the challenges that you will face in online teaching? What is the diff...read more
  2. How will you manage when a student is not paying attent...read more
  3. How to deal with students, take away from training technicalit...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
6-8 weeks 33%
View more

Interview Questions from Similar Companies

Internshala Interview Questions
3.8
 • 60 Interviews
Lido Learning Interview Questions
2.2
 • 55 Interviews
Coding Ninjas Interview Questions
3.8
 • 53 Interviews
Acadecraft Interview Questions
3.4
 • 52 Interviews
Learning Routes Interview Questions
4.3
 • 42 Interviews
Doubtnut Interview Questions
3.4
 • 39 Interviews
View all

Third Space Global Reviews and Ratings

based on 16 reviews

2.9/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.2

Salary

2.4

Job security

3.1

Company culture

2.6

Promotions

3.3

Work satisfaction

Explore 16 Reviews and Ratings
Mathematics Tutor
5 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Online Tutor
4 salaries
unlock blur

₹0.8 L/yr - ₹2.2 L/yr

Freelance Tutor
3 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Third Space Global with

Acadecraft

3.4
Compare

KaaShiv InfoTech Company

4.9
Compare

Lido Learning

2.2
Compare

Coding Ninjas

3.8
Compare
write
Share an Interview