Upload Button Icon Add office photos
Engaged Employer

i

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

Mantra Labs Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 77 Reviews

Filter interviews by

Mantra Labs Front end Developer Interview Questions and Answers

Updated 17 Jan 2022

Mantra Labs Front end Developer Interview Experiences

1 interview found

Front end Developer Interview Questions & Answers

user image Mahipat Singh

posted on 17 Jan 2022

Interview Questionnaire 

2 Questions

  • Q1. Where will u see yourself in next five year
  • Q2. Why should i hire u

Interview Preparation Tips

Interview preparation tips for other job seekers - be normle in intervew and ask a quetion in last they will be impressed with you

Interview questions from similar companies

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

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium level questions asked

Round 2 - Coding Test 

Simple easy to medium 2 questions asked of string and array

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. JavaScript like fetch axios and others
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Create a Todo app
  • Ans. 

    A simple Todo app to manage tasks and deadlines

    • Create a form to add new tasks

    • Display a list of tasks with checkboxes to mark as complete

    • Include options to edit or delete tasks

    • Implement functionality to mark tasks as complete or incomplete

    • Add a feature to filter tasks by status (completed/incomplete)

  • Answered by AI
  • Q2. Lifecycle methods

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Pointer i c++ and css
Round 2 - Coding Test 

Dsa round with medium tto hard level questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have their own platform

Round 2 - Assignment 

Take home assignment

Round 3 - Technical 

(1 Question)

  • Q1. Live coding round of CRUD based small app.
Round 4 - Technical 

(1 Question)

  • Q1. More on HTML, CSS, JS
Round 5 - Technical 

(1 Question)

  • Q1. Promises, async/await, settimeout etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep your core knowledge strong
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

I was asked 60 question with various snppits or problems to be solved within a time frame of 1 hour

Round 2 - Coding Test 

3 dsa 2 medium 1 hard

Round 3 - Assignment 

To create a project in which i was asked to simply create a exact same page as given in design

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good enough company

I was interviewed in May 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

You are given three ds coding questions which you have to solve within 90 mins.
The questions are easy to medium level for this round

  • Q1. Non-Decreasing Array

    You have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element.

    We define an ...

  • Ans. 

    The solution checks if an integer array can become non-decreasing by modifying at most one element.

    • Iterate through the array and check if there are more than one decreasing pairs of elements.

    • If there are more than one decreasing pairs, return false.

    • If there is only one decreasing pair, check if modifying one of the elements can make the array non-decreasing.

    • If modifying the element at index i-1 or i can make the array ...

  • Answered by AI
  • Q2. Sort Linked List

    You are given a Singly Linked List of integers which is sorted based on absolute value.

    You have to sort the Linked List based on actual values.

    The absolute value of a real number x,...

  • Ans. 

    The task is to sort a singly linked list based on actual values instead of absolute values.

    • Traverse the linked list and store the values in an array

    • Sort the array using any sorting algorithm

    • Create a new linked list using the sorted array

    • Return the new linked list

  • Answered by AI
  • Q3. Diameter Of Binary Tree

    You are given a Binary Tree. You are supposed to return the length of the diameter of the tree.

    The diameter of a binary tree is the length of the longest path between any two end...

  • Ans. 

    The diameter of a binary tree is the length of the longest path between any two end nodes in the tree.

    • The diameter of a binary tree can be calculated by finding the maximum of the following three values: 1) the diameter of the left subtree, 2) the diameter of the right subtree, and 3) the longest path that passes through the root node.

    • To find the diameter of a binary tree, we can use a recursive approach. We calculate ...

  • Answered by AI
Round 2 - Assignment 

(1 Question)

Round duration - N/A
Round difficulty - Medium

  • Q1. Assignment

    You are given a webpage design and you have to code the same using html, CSS, core Js

  • Ans. 

    The candidate is asked to code a given webpage design using HTML, CSS, and core JavaScript.

    • Understand the webpage design thoroughly before starting the coding process.

    • Use HTML to structure the content of the webpage.

    • Apply CSS to style the webpage according to the design.

    • Utilize core JavaScript to add interactivity and functionality to the webpage.

    • Ensure cross-browser compatibility and responsiveness of the webpage.

    • Test...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Hard

This round focus on advanced Js concepts and the tech stack I used in my projects.

  • Q1. Find Unique

    You have been given an integer array/list(ARR) of size N. Where N is equal to [2M + 1].

    Now, in the given array/list, 'M' numbers are present twice and one number is present only once...

  • Ans. 

    The task is to find the unique number in an array where all other numbers occur twice.

    • The array size is given by N = 2M + 1, where M is the number of elements occurring twice.

    • Loop through the array and use a hashmap to count the occurrences of each number.

    • Return the number with a count of 1, as it is the unique number.

  • Answered by AI
Round 4 - HR 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was a late night round as i have already had the previous 3 rounds at the same day. The HR asked about my experience regarding the previous rounds and also some situation based questions.

  • Q1. Basic HR Questions

    What are your expectations?

    What keep you motivated?

  • Ans. 

    My expectations are to work in a challenging and collaborative environment where I can continuously learn and grow. I am motivated by opportunities to solve complex problems and contribute to meaningful projects.

    • Expect to work in a challenging and collaborative environment

    • Desire to continuously learn and grow

    • Motivated by opportunities to solve complex problems

    • Driven by contributing to meaningful projects

  • Answered by AI

Interview Preparation Tips

Eligibility criteria7 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Semantic HTML, Core concepts of CSS, SASS, JavaScriptTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Have your basics storing rather than focusing on react or any other similar frameworks
Tip 2 : Practice DOM manipulation using JS as in the assignment round you'll have to code an assignment with your screen shared
Tip 3 : Practice advance JS concepts like prototyping, promises, etc.
Tip 4 : Study your projects thoroughly, what tech you used where and why
Tip 5 : Don't think that if you are unable to answer some output based questions or to code some question so you will not get selected. I myself have multiple wrong answers to tricky js output based questions but then the interviewer asks you to execute the question and explain why this has happened. If you are able to explain the correct reason for the answer you are good to go.

Application resume tips for other job seekers

Tip 1 : Mention your best projects along with Tech stack used so the interviewer can see what all tech stack you have worked on
Tip 2 : Do not put false things on resume, as the interviewer will definitely ask cross questions and you will get tricked.
Tip 3 : Don't worry about the resume too much, you are the main focus of the interview and not the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Coding Test 

- They use their own platform for interviews, and assessments.
- There were html, css, js based questions in the coding round.
- Some questions were theoretical too.
- They tested nearly all major parts of js including let, const, arrays, promise, async, await, events, lexical scope, etc.

Round 2 - Technical 

(1 Question)

  • Q1. It was an online machine coding round, where you have to build something they ask in 1hr using html, css, js (vanilla).
Round 3 - Technical 

(1 Question)

  • Q1. Focused on html, css, and js (basic)
Round 4 - Technical 

(1 Question)

  • Q1. Focus majorly on JS some quick demonstration, advanced concepts like closures, async nature of js, etc
Round 5 - HR 

(1 Question)

  • Q1. Behavioral round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare JS advance concept well

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was the DSA questions round. There were 2 questions. and both were basic questions.

  • Q1. Check If Linked List Is Palindrome

    You are given a Singly Linked List of integers. You have to find if the given linked list is palindrome or not.

    A List is a palindrome if it reads the same from the lef...

  • Ans. Using Stack

    The idea is to store the list values in a stack and then compare the values in the list with the values in the stack.
     

    Algorithm:

    1. Traverse the list from head to tail and push every node in the stack.
    2. Make a pointer ‘cur’ which initially points to the head node.
    3. If value at ‘cur’ is not equal to the top element of the stack, then the given list is not a palindrome
    4. Else, move the ‘cur’ pointer to its next node...

  • Answered by CodingNinjas
  • Q2. Segregate Odd-Even

    There is a wedding ceremony at NinjaLand. The bride and groom want everybody to play a game and thus, they have blindfolded the attendees. The people from the bride’s side are holding od...

  • Ans. Iterative Approach 1

    As we have to arrange the nodes such that all the odd nodes should come before all the even nodes, we can move all the even valued nodes from their current positions to the end of the linked list. 

     

    Algorithm:

     

    • Initialise a pointer ‘LAST_NODE’ by NULL.
    • Traverse the linked list to the end and get the last node of the list which will be pointed by ‘LAST_NODE’.
    • Initialize a pointer ‘NEW_END’...
  • Answered by CodingNinjas
Round 2 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

This was a subjective round where we have to code HTML, CSS, and JS. We were not allowed to use any external editor and their editor was just plain notepad so we couldn't even see the output but still, we completed it. Everyone at my college passed this round.

  • Q1. Frontend Development Questions

    Create a Stopwatch using HTML, CSS, and JS

    Create an input form using HTML, CSS, and JS

    Create some basic structure using HTML, CSS, and JS. I can't remember it but it was also ...

Round 3 - Assignment 

(1 Question)

Round duration - 10080 Minutes
Round difficulty - Easy

  • Q1. Assignment

    We were given a Figma link for a landing page of a website. We need to pixel-perfect that design.

  • Ans. 

    Tip 1 : You MUST work with Figma first. Some of my friends never worked with Figma before and they couldn't even export the images properly. 
    Tip 2 : Use the pixel-perfect extension from the chrome web store. 

  • Answered by CodingNinjas
Round 4 - Face to Face 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Medium

In this round, the interviewer asked me to turn on screen mirroring. And then he gave me 1 more design which I needed to create in front of him in the next 2 hours. In the previous round, the focus was on HTML and CSS but in this round, the major focus was on JS. You are allowed to use google but not copy-paste the whole code.

  • Q1. Designing Question

    I was told to build a compound interest calculator where we need to store the previous calculation, ability to modify/delete them. There were 2 bonus features like store data in local sto...

Round 5 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Hard

This was an online interview with one of their employees. My interview was taken by their front-end lead. She was very helpful during the interview. You are allowed to search for documentation.

  • Q1. Technical Questions

    Get the frogs and the lilypads line up in order (e.g. yellow lilypad is the first among all other lilypads and yellow frog is first among all other frogs) using flex-direction. 

    Arra...

Round 6 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

This was also a front-end interview round. The interviewer was again very helpful and I was allowed to google.

  • Q1. Technical Questions

    First, he asked me about different meta tags in HTML and different types of CSS media queries.

    Then he asked me questions about Promise and async-await. I need to create a function that t...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen Institute Of Technology. Eligibility criteria65% + in B.TechJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, HTML, CSS, JavaScript, ReactJsTime required to prepare for the interview - 10 MonthsInterview preparation tips for other job seekers

Tip 1 : You will need to know advanced HTML and CSS which are used in real life like meta tags in HTML and media queries in CSS. 
Tip 2 : You will need practical knowledge of js functions like map, filter, reduce apart from basic that we can use map in react to render lists.
Tip 3 : Learning some advanced concepts like debouncing, throttling, call, bind, etc will be helpful.

Application resume tips for other job seekers

Tip 1 : Prepare for every word that you wrote in your resume,
Tip 2 : HR will ask about your projects and you should always have a good story for each project like why you create this project. This will really score some points in the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

General Questions Like - Introduction & How all the round have gone so far

  • Q1. System Design Question

    We have to code a todo alike app called PROJECT PLANNER with raw HTML, CSS & JS in 2:30-3:00 Hours, all the instructions related to UI Design+functionality and scoring criteria ab...

Round 2 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

One-to-One Interview based on DSA and Front-End Technologies including HTML, CSS & JS.

  • Q1. Remove Duplicates

    Ninja is playing with numbers but hates when he gets duplicate numbers. Ninja is provided an array, and he wants to remove all duplicate elements and return the array, but he has to maint...

  • Ans. Brute Force

    We will traverse the whole array and check if that element previously occurred or not.

     

    The steps are as follows:

    • We initialize a vector ‘ans’ to store the final non-duplicate elements.
    • We will iterate over all the elements of the array, i.e., i = 0 to i = N - 1:
      • We will iterate over all the elements of the array excluding present element, i.e., j = 0 to j = N - 1:
        • If we get such positions such that arr[i] e...
  • Answered by CodingNinjas
Round 3 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

One-to-One Interview based on Front-End Technologies including HTML, CSS & JS.

In the last 10-20 minutes, some behavioral questions were asked:
1 How would you grade yourself in the interview so far?
2. You are present in a team and you have to convince your team members & client that your approach is better than the other team members.
3. You are the team leader & you have to point out & convey the negative points of a member of your team without getting him/her hurt.
- At last, they asked me if I have questions for them( I asked 2 questions ) & then the interview ended.

  • Q1. Merge K Sorted Arrays

    You have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should ...

  • Ans. Sorting

     

    1. Create an output array ‘RESULT’.
    2. Traverse all the given arrays from start to end and insert all the elements in the output array ‘RESULT’.
    3. Sort the ‘RESULT’ and return it.
    Space Complexity: O(2^n)Explanation:

    O(N * K), Where ‘K’ is the number of arrays and ‘N’ is the average number of elements in every array.

     

    We are using an array/list of size O(N * K) to store all the elements of the ‘K’ arrays/lists. T...

  • Answered by CodingNinjas
  • Q2. Technical Questions

    - Basic to Advance HTML Questions
    - Basic to Advance CSS Questions
    - Basic to Advance JS Questions
    - Little bit of discussion on the projects
    - Asked about some real-world technical problems...

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from HMR Institute of Technology and Management. I applied for the job as Frontend Developer in GurgaonEligibility criteriaNo CriteriaJosh Technology Group interview preparation:Topics to prepare for the interview - HTML, CSS, JS, FE-Dev Concepts, Data StructuresTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Make at least 1 full-stack project from scratch.
Tip 2 : Understand each & every concept & topic in depth.

Application resume tips for other job seekers

Tip 1 : Make it authentic.
Tip 2 : Sync your resume with company JD.

Final outcome of the interviewSelected

Skills evaluated in this interview

Mantra Labs Interview FAQs

How to prepare for Mantra Labs Front end Developer 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 Mantra Labs. The most common topics and skills that interviewers at Mantra Labs expect are Angularjs, CSS, HTML, Javascript and React.Js.

Tell us how to improve this page.

Mantra Labs Front end Developer Salary
based on 7 salaries
₹5 L/yr - ₹10 L/yr
19% more than the average Front end Developer Salary in India
View more details

Mantra Labs Front end Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
177 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Software Engineer
96 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Technical Lead
34 salaries
unlock blur

₹8.5 L/yr - ₹22.5 L/yr

Software Developer
31 salaries
unlock blur

₹4 L/yr - ₹9.6 L/yr

UI/UX Designer
13 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Mantra Labs with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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