Upload Button Icon Add office photos

Filter interviews by

MindTickle Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top MindTickle Interview Questions and Answers

View all 19 questions

MindTickle Interview Experiences

Popular Designations

19 interviews found

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)
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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar 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)

MindTickle interview questions for popular designations

 Software Developer

 (3)

 Software Developer Intern

 (3)

 Front end Developer

 (2)

 Backend Developer

 (1)

 Manual Testing

 (1)

 Product Manager

 (1)

 Senior Product Manager

 (1)

 Senior UI Engineer

 (1)

Software Developer Interview Questions & Answers

user image CodingNinjas

posted on 15 Oct 2021

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

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find t...

  • 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

    You have been given a long type array/list 'ARR' of size 'N'. It represents an elevation map wherein 'ARR[i]' denotes the elevation of the 'ith' bar. Pri...

  • 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 MatrixYou are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find the position of 'X' in the matrix, if it exis... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top MindTickle Interview Questions

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

    You are given an undirected graph consisting of ‘N’ nodes from 0 to ‘N’ - 1. You are given a list ‘EDGES’ of size ‘M’, consisting of all the edges of this undirected graph. Determine whether t...

  • Ans. 

    I solved this question by using BFS.

  • Answered by CodingNinjas
  • Q2. Topological Sort

    You are given a directed acyclic graph. Your task is to find any topological sorting of the graph.

    A directed acyclic graph is a directed graph with no directed cycles.

    Topological sor...

  • Ans. 

    I tried to solved this question by depth first search approach.

  • Answered by CodingNinjas
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. System Design Question

    Design an online Transport Renter service.

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. System Design Question

    Design an online Chess Board Game.

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 Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Jobs at MindTickle

View all

Software Developer Interview Questions & Answers

user image CodingNinjas

posted on 18 Oct 2021

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

    Ninja has recently started a startup. In his startup, there is only one conference room for a meeting. Ninja receives an array/list ‘MEETINGS’ of back-to-back appointment requests an...

  • Ans. Recursion

    As we know if Ninja skips the previous meeting, then he has two choices for the current meeting, that is he can either schedule this meeting or he can skip this meeting.

    If Ninja schedules the previous meeting, then he has only one choice that is he has to skip the current meeting.

     

    Here is the algorithm:

    1. Base case: If the current meeting number is greater than the number of meetings:
      • Return 0.
    2. Now Ninja has t...
  • Answered by CodingNinjas
  • Q2. Trapping Rain Water ll

    Given an M * N matrix, where the value at any cell denotes the height of that cell in a 2-D elevation map. You need to find the volume of water that can be trapped within it.

    For a ...
  • Ans. Priority Queue Implementation.

    Approach: The border cells can never hold water as water will always flow out from there. So we will assume all the border cells as our boundary.

     

    Now the water that can behold at least inside the cells will be equal to the minimum height of the boundary.

     

    For eg if matrix = [ 8, 8, 8, 8 ]

                   &nbs...

  • Answered by CodingNinjas
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, find the smallest subarray of 'A' containing exactly 'K' distinct integers.

    Note :
    ...
  • Ans. Brute Force Approach

    Algorithm

     

    • Pick each element from the array as the starting element(i) of the subarray,
      • Initialize an empty set to store distinct elements in the subarray.
      • Pick each remaining element(i, i+1,..n - 1) from the array as the last element(jth).
        • Add the current element to the set.
        • If the set size equals k then update the results and break from the inner loop(we have already found k distinct elements incr...
  • Answered by CodingNinjas

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 MatrixYou are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find the position of 'X' in the matrix, if it exis... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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)

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

Interview Questionnaire 

1 Question

  • Q1. Find the repeating characters from a string in a single loop
  • Ans. 

    To find repeating characters from a string in a single loop.

    • Create an empty array to store repeating characters

    • Loop through each character of the string

    • If the character is already in the array, add it to the array

    • Return the array of repeating characters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice to solve whatever problems you know in a single loop

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou 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 array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

MindTickle Interview FAQs

How many rounds are there in MindTickle interview?
MindTickle interview process usually has 3-4 rounds. The most common rounds in the MindTickle interview process are Technical, One-on-one Round and HR.
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 2-4 weeks to complete.

Tell us how to improve this page.

MindTickle Interview Process

based on 11 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 10 MindTickle interviews
Job Portal
Campus Placement
50%
10%
40% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
Mu Sigma Interview Questions
2.7
 • 222 Interviews
Freshworks Interview Questions
3.5
 • 153 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
View all

MindTickle Reviews and Ratings

based on 80 reviews

3.0/5

Rating in categories

2.9

Skill development

3.1

Work-Life balance

3.3

Salary & Benefits

2.5

Job Security

2.9

Company culture

2.7

Promotions/Appraisal

2.7

Work Satisfaction

Explore 80 Reviews and Ratings
Product Trainer(Night Shift)

Pune

5-10 Yrs

Not Disclosed

Product Designer II

Pune,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
19 salaries
unlock blur

₹20 L/yr - ₹44 L/yr

Software Development Engineer
19 salaries
unlock blur

₹13 L/yr - ₹33 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹16.6 L/yr - ₹70.2 L/yr

Software Engineer
12 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Customer Success Engineer
11 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Explore more salaries
Compare MindTickle with

Freshworks

3.5
Compare

Zoho

4.3
Compare

InMobi

3.6
Compare

Mu Sigma

2.7
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