Upload Button Icon Add office photos
Engaged Employer

i

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

MapleLabs Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 49 Reviews

Filter interviews by

MapleLabs Intern Interview Questions and Answers for Freshers

Updated 24 Feb 2022

1 interview found

Sort by: Popular

Intern Interview Questions

user image Anonymous

posted on 24 Feb 2022

3 Interview Rounds

1

Aptitude Test Round

2

Coding Test Round

3

HR Round (1 Question)

  • Q1. HR was asking about the location and salary expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't think about the in hand salary because for interns the most important thing is learning and getting practical knowledge.

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before Mar 2023.

4 Interview Rounds

1

Coding Test Round

2 questions (1 easy and 1 medium)

2

Technical Round (1 Question)

  • Q1. Basis SQL and DSA question
3

Technical Round (1 Question)

  • Q1. Some DSA and coding questions
4

HR Round (1 Question)

  • Q1. Discussion about personal projects
Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

There are 3 questions moderate one with topics like dp ( edit distance variant ), dequeue and hashing question. I cleared the test and move forward to interview round 1

2

One-on-one Round (2 Questions)

  • Q1. Write code for Topological sort?
  • Q2. A implementation Based question of a data structure on merging square with many constraints.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare you DSA very well if want to get the offer.
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Company Website and was interviewed in May 2024.

2 Interview Rounds

1

Coding Test Round

Some Objective questions and 1 Coding Questions

2

One-on-one Round (2 Questions)

  • Q1. Situation based questions on Coroutines
  • Q2. About Project Tech Stack Used and Questions on that
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Mar 2024.

3 Interview Rounds

1

Coding Test Round

There were 3 questions in the online assessment.

1 - Binary Search
2 - DP
3 - Graphs

2

Technical Round (1 Question)

  • Q1. Implement a persistence stack with constant time operations
3

One-on-one Round (1 Question)

  • Q1. Median of two sorted arrays and OOPs basics
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed before May 2023.

3 Interview Rounds

1

Coding Test Round

We had 21 questions including 3 coding questions. It was simple and beginners friendly questions

2

One-on-one Round (1 Question)

  • Q1. Questions were asked based on DBMS, SQL, api, simple coding and testing
3

Technical Round (1 Question)

  • Q1. I was asked to describe my projects and questions were asked based on that. Had scenario based questions
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before Mar 2023.

4 Interview Rounds

1

Coding Test Round

2 questions (1 easy and 1 medium)

2

Technical Round (1 Question)

  • Q1. Basis SQL and DSA question
3

Technical Round (1 Question)

  • Q1. Some DSA and coding questions
4

HR Round (1 Question)

  • Q1. Discussion about personal projects
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

DSA questions. easy-medium leetcode.

2

One-on-one Round (1 Question)

  • Q1. Questions related to projects and implementations

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well

I was interviewed in Apr 2022.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

  • Q1. DBMS Question

    Write a query to create an employee table with (employee_id, name, dept) with employee_id as its primary key

  • Q2. Inorder Traversal You have been given a Binary Tree of 'N' nodes, where the nodes have integer values. Your task is to find the In-Order traversal of th...read more
2

Video Call Round (1 Question)

Round duration - 50 minutes
Round difficulty - Medium

Interview on google meet

  • Q1. DBMS Question

    Given two tables, return a inner join on a common column (key)

3

Video Call Round (1 Question)

Round duration - 50 minutes
Round difficulty - Medium

  • Q1. Search In A Row Wise And Column Wise Sorted Matrix You are given an N * N matrix of integers where each row and each column is sorted in increasing order. You a...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BengaluruEligibility criteriaNo criteriaSpringworks interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, RecursionTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus on data-structures and algorithms fundamentals
Tip 2 : Learn Javascript fundamentals for interviews
Tip 3 : Having good projects on resume is an added advantage

Application resume tips for other job seekers

Tip 1 : Do not put false projects on resume.
Tip 2 : Have good projects on your resume

Final outcome of the interviewSelected

I was interviewed in Jan 2022.

4 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 3 Hours
Round difficulty - Hard

3 Coding questions ( 1 medium graph dfs based question , 2 hard level prefix array question ans 3 was a hard question which I don't remember)

2 Database question ( It mostly includes joining 2-3 tables and then you would be able to solve it)

  • Q1. Find Number Of Islands You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0...read more
  • Q2. Maximum Product Subarray You are given an array “arr'' of integers. Your task is to find the contiguous subarray within the array which has the largest ...read more
  • Q3. DBMS Question

    There were 3-4 models given and we had to join those models to get to the result.

2

Video Call Round (1 Question)

Round duration - 30 minutes
Round difficulty - Medium

These rounds depends on the type of interviewer.
My friends were asked questions from DSA but from me they asked a lot of questions on Node.JS and React.

  • Q1. Technical Questions

    What are promises, await , all lifecycle methods of react?

    What is recursion, explain your projects, explain docker

3

Video Call Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

This round depends on your interviewer.
My colleagues were asked questions from DS but my interviewer focused just on javascript.

  • Q1. Web Development based Questions What are middlewares, controllers, how to design one middleware, what is jwt, reduce ,map and filter method usage and params. Wh...read more
4

Telephonic Call Round (1 Question)

Round duration - 45 minutes
Round difficulty - Easy

It was a managerial round they will test your communication and how well do you handle situations in your life

  • Q1. Basic HR question

    What is one of the most challenging situations that you have faced in your life and how you handled it

Interview Preparation Tips

Eligibility criteriaMinimum 6 GPASpringworks interview preparation:Topics to prepare for the interview - React, Data structures, SQl, Java, Node.JSTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Cpanies like SpringWorks are more focused on Development so make sure you have good knowledge in Javascript
Tip 2 : Complete 100-150 questions easy/medium questions on leetcode like 3 sum or invert binary tree
Tip 3 : Have a good knowledge of any RDBMS.

Application resume tips for other job seekers

Tip 1 : Make sure your resume is not filled with lots of colors try to give it a simple look
Tip 2 : Mention only those skills in which you have minimum intermediate knowledge ex if you know docker but haven't used it nicely then just don't mention it

Final outcome of the interviewSelected

MapleLabs Interview FAQs

How many rounds are there in MapleLabs Intern interview for freshers?
MapleLabs interview process for freshers usually has 3 rounds. The most common rounds in the MapleLabs interview process for freshers are Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 33 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 10 Interviews
HCLTech Intern Interview Questions
3.6
 • 6 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all
Software Engineer
110 salaries
unlock blur

₹5.1 L/yr - ₹13 L/yr

Senior Software Engineer
67 salaries
unlock blur

₹8 L/yr - ₹21.6 L/yr

Associate Software Engineer
40 salaries
unlock blur

₹4 L/yr - ₹6.2 L/yr

Technical Lead
23 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Software Developer
7 salaries
unlock blur

₹7.8 L/yr - ₹12 L/yr

Explore more salaries
Compare MapleLabs with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview