Upload Button Icon Add office photos

Filter interviews by

MindTickle Interview Questions, Process, and Tips

Updated 23 Jan 2025

Top MindTickle Interview Questions and Answers

View all 19 questions

MindTickle Interview Experiences

Popular Designations

21 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
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 

(1 Question)

  • Q1. Design a Card Game BlackJack
  • Ans. 

    Design a card game BlackJack

    • Create a deck of 52 cards

    • Assign values to cards (number cards are worth their face value, face cards are worth 10, Ace can be 1 or 11)

    • Deal 2 cards to each player and dealer, one of the dealer's cards is hidden

    • Players can choose to 'hit' (draw another card) or 'stand' (keep current hand)

    • Dealer must hit until their hand value is 17 or higher

    • Player wins if their hand value is closer to 21 than

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Low Level System esign
Round 4 - Technical 

(1 Question)

  • Q1. System Design question : Design Uber
Round 5 - HR 

(1 Question)

  • Q1. Compensation Discussion

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. JS fundamental like closures, this, call/bind/apply etc.
  • Q2. Problem solving question, leetcode medium
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced js questions on promises, output based questions etc.
  • Q2. Polyfill of promise.all and debounce. use debounce in example
  • Ans. 

    Implement polyfill of promise.all and debounce function with example

    • Create a polyfill for Promise.all by using Promise constructor and Promise.resolve

    • Implement debounce function by using setTimeout and clearTimeout

    • Example: const debouncedFunction = debounce(() => { console.log('debounced function called') }, 300)

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Machine coding to build a basic data grid component
  • Ans. 

    Implement a basic data grid component using machine coding

    • Start by defining the structure of the data grid component

    • Implement functions for adding, updating, and deleting data in the grid

    • Include features like sorting, filtering, and pagination

    • Consider performance optimizations for handling large datasets

    • Test the data grid component with sample data to ensure functionality

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. System design, was asked design a components library, discussed maintainence strategies, microfrontends etc.
Round 5 - One-on-one 

(1 Question)

  • Q1. F2F with VP of engineering just general discussion on past work and projects and a bit of technical discussion.

Interview Preparation Tips

Topics to prepare for MindTickle Software Engineer III interview:
  • Javascript
  • Problem Solving
  • System Design

Skills evaluated in this interview

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2023. 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. 1. Regarding Past Experience 2. Fit with Mindtickle's Product
  • Q2. 1. Give an example of when you iterated on your product.
  • Ans. 

    Iterated on a product to improve user experience

    • Identified pain points through user feedback

    • Conducted user research to understand user needs

    • Implemented changes based on feedback and research

    • Tested new features with a subset of users

    • Analyzed data and user feedback to further refine the product

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to research more on their product. HR might be unresponsive, be prepared for that.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Resume review and Guesstimate
Round 2 - Case Study 

Product design case study

Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round
Round 4 - One-on-one 

(1 Question)

  • Q1. CPO round on culture fitment

Senior Product Manager Interview Questions asked at other Companies

Q1. What are the growth hacks you would use to grow traffic?
View answer (1)

MindTickle interview questions for popular designations

 Software Developer

 (3)

 Software Developer Intern

 (3)

 Front end Developer

 (2)

 Software Engineer

 (1)

 Staff Engineer

 (1)

 Product Manager

 (1)

 Backend Developer

 (1)

 Manual Testing

 (1)

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

I had given interview 5 years ago but now the pattern has change, a code assignment is given to fetch data

Round 2 - One-on-one 

(1 Question)

  • Q1. Array, object based problem , UI based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare html, css promise based problem, javascript question on closures, hoisting

Senior UI Engineer Interview Questions asked at other Companies

Q1. Techniques to optimise list rendering? List virtualisation
View answer (1)

Get interview-ready with Top MindTickle Interview Questions

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

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

Round 1 - Coding Test 

Coding test was held on Hackerrank primarily focussing on Dynamic Programming (DP)problems.

Round 2 - Technical 

(1 Question)

  • Q1. Discussion of approaches used to solve the previous coding test questions.
Round 3 - Technical 

(2 Questions)

  • Q1. Alien Dictionary Problem
  • Ans. 

    The Alien Dictionary Problem is a question that involves sorting words based on a given alien language's alphabetical order.

    • The problem can be solved using topological sorting.

    • Create a graph where each character is a node and each word is an edge.

    • Perform a topological sort on the graph to get the correct order of characters.

    • If there is a cycle in the graph, it means the alien language is invalid.

  • Answered by AI
  • Q2. Design E-commerce application database (primarily asked to check SQL concepts)
Round 4 - One-on-one 

(2 Questions)

  • Q1. One-on-one with VP of Engineering mostly focussed on projects
  • Q2. OS concepts like pre-emption
Round 5 - HR 

(1 Question)

  • Q1. General discussion

Interview Preparation Tips

Topics to prepare for MindTickle Software Development Engineer 1 interview:
  • Dynamic Programming
  • DSA
  • SQL
  • DBMS
  • OS

Skills evaluated in this interview

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

Jobs at MindTickle

View all

I was interviewed in Oct 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Medium

First round was a basic javascript problem-solving round. The interviewer judged my grasp on fundamental javascript concepts like objects, closures, polyfills, etc. It was during the afternoon and was conducted on google meet and leetcode playground.
The interviewer was very calm. I was first asked some general questions like why I'm applying for this role and what are the projects I've done.

  • Q1. 

    Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positi...

  • Ans. 

    This question asks to find the position of a target integer in a row-wise and column-wise sorted matrix.

    • Iterate through each row and column of the matrix

    • Compare the target integer with the current element

    • If the target integer is found, return the position as {i, j}

    • If the target integer is not found, return {-1, -1}

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

One DSA Question along with some javascript questions were asked like hoisting, difference between JSX and Javascript etc.

  • Q1. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    The question asks to find the total amount of rainwater that can be trapped in the given elevation map.

    • Iterate through the array and find the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water for all bars and return the total amount.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAt least an undergraduate degree.MindTickle interview preparation:Topics to prepare for the interview - Javascript, Execution Context, Closures, Prototypal Inheritance, Composition, Event Loop, Promises, React lifecycles, React hooks, Web fundamentals (Security, TCP/IP etc)Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Focus on core Javascript fundamentals before becoming a framework ninja
Tip 2 : Have at least one (or more) good project(s) which shows your experience in frontend development
Tip 3 : Practice fundamental javascript questions and machine coding

Application resume tips for other job seekers

Tip 1 : Clearly highlight the skills you have which match with the role you are applying for.
Tip 2 : Mention the work you have done in your internships related to your role (frontend in my case), work experience matters
Tip 3 : Mention some really good projects in your resume.
Tip 4 : Having some special achievements like SIH, Gsoc, etc. certainly helps but isn't compulsory.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top MindTickle Software Developer Interview Questions and Answers

Q1. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of a given target integer 'X' wit... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I was interviewed in Oct 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was conducted by the Interview Vector, Usually first two rounds are conducted by Interview vector on behalf of mindtickle, Interviewer joined the call on time. He gave his introduction and asked to introduce me. He asked about some of my projects and internships than directly jumped to DSA questions. He shared me the Leetcode question link and I have to write the code there and have to submit it. After that I have to paste my solution on a Google doc shared by him and have to write my approach, Time complexity and space complexity of the solution. So he asked two questions in this round and I solved first one completely and second one partially, questions were of medium and hard difficulty level respectively.

  • Q1. 

    Is Bipartite Graph Problem

    You are provided with an undirected graph having 'N' nodes numbered from 0 to 'N-1'. There is a list 'EDGES' of size 'M', which contains all the edges of this graph. The task is...

  • Ans. 

    Determine if a given undirected graph is Bipartite or not.

    • Check if the graph can be divided into two sets such that each edge connects nodes from different sets.

    • Use BFS or DFS to color nodes alternatively and check for any conflicts.

    • If a conflict is found, the graph is not Bipartite.

    • If no conflict is found, the graph is Bipartite.

  • Answered by AI
  • Q2. 

    Topological Sort Problem Statement

    You have a directed acyclic graph (DAG). The task is to determine any topological sorting of this graph.

    Explanation:

    A Directed Acyclic Graph (DAG) is a graph that ha...

  • Ans. 

    Implement a function to determine any topological sorting of a directed acyclic graph (DAG).

    • Create a graph using the given input of nodes and edges

    • Perform a topological sort on the graph to find a valid ordering of vertices

    • Output the sorted vertices as a single line for each test case

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This round was also conducted by the Interview Vector, we started with the Introduction that she told me that their will be no correct or wrong answer for this round they will check by thinking ability and how vast I can think in designing a system. Than she gave me the problem statement in which I have to design an online Transport renter service. she also shared some requirements with me and shared a google doc where I have to write all the things that will come in my mind. So we discussed about the DB and tables that we will be requiring in this service, we also discussed for different enitities that we'll be requiring than our time gets over and we winded up and Thanked each other and dropped the call.

  • Q1. Can you design an online transport rental service?
  • Ans. 

    An online transport rental service allows users to book vehicles for short-term use.

    • Users can search for available vehicles based on location, date, and time.

    • The service should include options for different types of vehicles such as cars, bikes, and scooters.

    • Users should be able to make reservations, view rental details, and make payments online.

    • The platform should have a rating system for both users and vehicles to en...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This round was taken by the SDE-2 of the MindTickle and it was also a system design round. We both started with the introduction then he gave me the problem statement to design a chess board game. We both started discussing on it, I started writing down the entities and services that we'll be requring. Than he told me to write the methods in each service and implement them, I got confused in them and started messing up the things. we discussed various things related to methods and services implementation and our time got over than he winded up and asked for any questions and we dropped the call.

  • Q1. Can you design an online Chess Board Game?
  • Ans. 

    Yes, an online Chess Board Game can be designed with features like multiplayer mode, AI opponent, chat functionality, and leaderboard.

    • Implement a chess board with 64 squares and pieces (king, queen, rook, etc.)

    • Include multiplayer mode for playing against friends or random opponents

    • Develop an AI opponent with varying difficulty levels

    • Incorporate chat functionality for communication between players

    • Include a leaderboard t

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen Institute Of Technology. I applied for the job as SDE - Intern in PuneEligibility criteriaNAMindTickle interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Operating Systems, Oops, DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare system design
Tip 2 : Practice as many DSA questions.

Application resume tips for other job seekers

Tip 1 : Add Internship and project details clearly
Tip 2 : Add Github links to your projects

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

I was interviewed in Apr 2021.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

It was a DSA round where I was asked 2 coding questions and optimised approaches for both.

  • Q1. 

    Ninja and His Meetings Problem Statement

    Ninja has started a new startup with a single conference room available for meetings. Given an array/list MEETINGS of consecutive appointment requests, Ninja must ...

  • Ans. 

    Find the maximum total booked minutes possible in a conference room for all meetings with a 15-minute break between meetings.

    • Iterate through the list of meeting durations and calculate the maximum total booked minutes considering the 15-minute break constraint.

    • Keep track of the total booked minutes and skip consecutive meetings that violate the break constraint.

    • Return the maximum total booked minutes for each test case

  • Answered by AI
  • Q2. 

    Trapping Rain Water II Problem Statement

    Given an M * N matrix where each cell's value represents its height in a 2-D elevation map, calculate the total volume of water that can be trapped after rainfall.

    ...
  • Ans. 

    Calculate the total volume of water that can be trapped in a 2-D elevation map after rainfall.

    • Iterate through each cell in the matrix and calculate the trapped water based on the surrounding heights.

    • Use a stack or queue to keep track of the cells to be processed.

    • Consider edge cases such as when the matrix is empty or has only one row or column.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was more of discussion around my projects and resume. Also asked some questions related to me. What are your hobbies? Willing to relocate?

  • Q1. 

    Smallest Subarray With K Distinct Elements

    Given an array A consisting of N integers, your task is to find the smallest subarray of A that contains exactly K distinct integers.

    If multiple such subarrays...

  • Ans. 

    Find the smallest subarray with exactly K distinct elements in an array.

    • Use a sliding window approach to keep track of the subarray with K distinct elements.

    • Maintain a hashmap to count the frequency of each element in the window.

    • Update the window size based on the number of distinct elements.

    • Return the smallest subarray with K distinct elements.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology Karnataka Surathkal.. Eligibility criteriaNAMindTickle interview preparation:Topics to prepare for the interview - OOPs, OS, DBMS, C++, System Design, Dynamic Programming, Pointers, System DesignTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Be consistent, you might not get success in the starting but if you are consistent with your prep, then in the end you will get offers from most companies
Tip 2 : Do participate in contests on leetcode
Tip 3 : Have a good resume

Application resume tips for other job seekers

Tip 1 : Good projects
Tip 2 : Includes achievements in coding contests like ACM ICPC or Google kickstart, Hashcode.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top MindTickle Software Developer Interview Questions and Answers

Q1. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of a given target integer 'X' wit... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questionnaire 

3 Questions

  • Q1. In the first round they asked me : 1. Write the test cases for given situation. 2. Manual Testing questions like : Regression testing, Smoke-Sanity Testing, Defect life cycle, Test scenarios for given situ...
  • Q2. In the second round they asked me : 1. Projects that you have worked on. 2. Your role and responsibilities in previous organisation. 3. Manual testing concepts like Use cases, Test documents, Testing metho...
  • Q3. Third round they have asked me to write the test cases for the given situation and submit it to them.

Manual Testing Interview Questions asked at other Companies

Q1. A man have 3 things [grain,chicken and fox] and he has to cross a river and he can carry only one thing at a time. And there are some conditions: 1.He can not leave grain and chicken at a place. 2.He can not leave chicken and fox together. ... read more
View answer (3)

MindTickle Interview FAQs

How many rounds are there in MindTickle interview?
MindTickle interview process usually has 2-3 rounds. The most common rounds in the MindTickle interview process are Technical, One-on-one Round and Coding Test.
How to prepare for MindTickle 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 MindTickle. The most common topics and skills that interviewers at MindTickle expect are Financial Services, Life Sciences, Sales, Customer Service and Python.
What are the top questions asked in MindTickle interview?

Some of the top questions asked at the MindTickle interview -

  1. polyfill of promise.all and debounce. use debounce in exam...read more
  2. Machine coding to build a basic data grid compon...read more
  3. Find the repeating characters from a string in a single l...read more
How long is the MindTickle interview process?

The duration of MindTickle interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MindTickle Interview Process

based on 18 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
View all

MindTickle Reviews and Ratings

based on 86 reviews

2.8/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

3.2

Salary

2.4

Job security

2.8

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 86 Reviews and Ratings
Senior Product Marketing Manager

Pune,

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Senior Creative Designer

Pune,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Senior Business Analyst - GTM Systems

Pune

4-7 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MindTickle with

Freshworks

3.5
Compare

Zoho

4.3
Compare

InMobi

3.5
Compare

Mu Sigma

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