Upload Button Icon Add office photos

MindTickle

Compare button icon Compare button icon Compare

Filter interviews by

MindTickle Interview Questions and Answers

Updated 29 May 2025
Popular Designations

22 Interview questions

A Software Engineer III was asked
Q. 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)

View all Software Engineer III interview questions
A Front end Developer was asked 7mo ago
Q. Frontend code quality
Ans. 

Frontend code quality is crucial for performance, maintainability, and scalability of web applications.

  • Consistent coding style and conventions improve readability and maintainability.

  • Modular and reusable code components enhance scalability and reduce duplication.

  • Regular code reviews and testing ensure high quality and bug-free code.

  • Optimizing performance by minimizing file sizes, reducing HTTP requests, and using ...

View all Front end Developer interview questions
A Staff Engineer was asked 11mo ago
Q. Design Mindtickle - B2b SAAS Platform.
Ans. 

Mindtickle is a B2B SAAS platform designed to help companies train and develop their sales teams through interactive learning modules.

  • Focus on creating engaging and interactive training modules for sales teams

  • Include features for tracking progress and performance analytics

  • Integrate with CRM systems for seamless data flow

  • Offer customization options for different industries and sales processes

View all Staff Engineer interview questions
A Software Developer Intern was asked
Q. 

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.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 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 leaderbo...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

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 has...

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

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 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 ...

View all Software Developer Intern interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. 

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 d...

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...

View all Software Developer interview questions
A Software Developer was asked
Q. 

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.

View all Software Developer interview questions
A Software Developer was asked
Q. 

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.

View all Software Developer interview questions

MindTickle Interview Experiences

25 interviews found

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

(1 Question)

  • Q1. Javascript ques like 3-4
Round 2 - Technical 

(1 Question)

  • Q1. LLD frontend on docs
Round 3 - Technical 

(1 Question)

  • Q1. Manager discussion
Round 4 - Technical 

(1 Question)

  • Q1. Frontend code quality
  • Ans. 

    Frontend code quality is crucial for performance, maintainability, and scalability of web applications.

    • Consistent coding style and conventions improve readability and maintainability.

    • Modular and reusable code components enhance scalability and reduce duplication.

    • Regular code reviews and testing ensure high quality and bug-free code.

    • Optimizing performance by minimizing file sizes, reducing HTTP requests, and using effic...

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. Manager diccussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Technical questions
  • Q2. Cultural questions were asked
  • Q3. Again a round was scheduled for cultural discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Management is uncertain about what they are seeking in candidates. The entire interview process felt as though none of the interview panel members wanted to make a decision about which candidate to select. I went through three rounds, including a final face-to-face interview, only to be completely ghosted afterward. It seems they are still attempting to find an outstanding candidate by repetitively asking the same questions in each round. Be prepared to encounter multiple interview rounds followed by a lack of communication. The selection process in their organization requires significant improvement.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Instahyre and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design LLD for Parking Lot
  • Ans. 

    Design LLD for Parking Lot

    • Create classes for ParkingLot, ParkingSpot, Vehicle, etc.

    • Implement methods for parking, unparking, checking availability, etc.

    • Consider different types of vehicles and parking spots (e.g. regular, handicapped, electric)

    • Include features like ticketing system, payment processing, and security measures

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Questions related to debugging tools like postman , etc Api methods like post, put etc were asked
  • Q2. Riddle were also asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell me about your self?
  • Q2. What was the GTM strategy for your last product launch walk me through it?
  • Ans. 

    The GTM strategy involved market research, targeted messaging, and multi-channel promotion to ensure successful product adoption.

    • Market Research: Conducted surveys and focus groups to understand customer needs and preferences, which informed product positioning.

    • Target Audience Segmentation: Identified key customer segments, such as tech-savvy millennials and small business owners, to tailor messaging.

    • Value Proposition ...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Design Mindtickle - B2b SAAS Platform.
  • Ans. 

    Mindtickle is a B2B SAAS platform designed to help companies train and develop their sales teams through interactive learning modules.

    • Focus on creating engaging and interactive training modules for sales teams

    • Include features for tracking progress and performance analytics

    • Integrate with CRM systems for seamless data flow

    • Offer customization options for different industries and sales processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid interviews

Skills evaluated in this interview

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

Was on Hackerrank and good dsa questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode meduim in strings
  • Q2. Leetcode medium to hard on slinding window

QA Engineer Interview Questions & Answers

user image Ankush Deshmukh

posted on 23 Jan 2025

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

(1 Question)

  • Q1. Actual application related test cases.

Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

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

(2 Questions)

  • Q1. QA processes and test case writing
  • Q2. Detailed test cases

Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2023

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 6 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 

(9 Questions)

  • Q1. 1. Introduce Yourself
  • Q2. 2. What do you know about the role, company, and why this role?
  • Q3. 3. Project related - describe it, your role, how you handled
  • Q4. 4. Hobbies related
  • Q5. Saas knowledge, single sign-in, network log
  • Q6. Ready to relocate?
  • Q7. Asked to write an email
  • Q8. Short description of the internship, what it taught you
  • Q9. Any more offers
Round 3 - Technical 

(15 Questions)

  • Q1. Introduce Yourself
  • Q2. Interest and hobbies
  • Q3. Saas knowledge - Define, Examples of it, Network log
  • Q4. What are your long-term goals?
  • Q5. What excites you about the role?
  • Ans. 

    The Associate Customer Success Engineer role excites me due to its blend of technical problem-solving and customer engagement.

    • Customer-Centric Approach: I enjoy working directly with customers to understand their needs and ensure they derive maximum value from our products.

    • Technical Problem-Solving: The opportunity to troubleshoot and resolve technical issues allows me to leverage my engineering skills while helping cl...

  • Answered by AI
  • Q6. What do you know about the company?
  • Q7. Project explanation, difficulties how did you overcome
  • Q8. Internship experience
  • Q9. Why do you want to join in Pune and not Bangalore?
  • Q10. Why this role and not a developer role?
  • Q11. How many interviews did you give before this?
  • Q12. How many offers do you have
  • Q13. Tell something that is not in the resume
  • Q14. How was your college life
  • Q15. What did you do in college apart from studies
Round 4 - Technical 

(2 Questions)

  • Q1. SQL basics name the joins, a query to write ( SQL was in my resume so they asked about it)
  • Q2. Cloud basics, SaaS basics, elements of a browser, status part of a browser what do they mean ( 200,201 , 400, etc.)
Round 5 - HR 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Tell me what you want to do in life
  • Q3. Why a less technical role and not a developer role ?
  • Q4. Why mindtickle?
Round 6 - Technical 

(2 Questions)

  • Q1. Introduce yourself,
  • Q2. Long term Goals

Interview Preparation Tips

Interview preparation tips for other job seekers - go through your resume they will ask everything from there, hobbies, interest, extra curricular activities you did in college,

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MindTickle?
Ask anonymously on communities.

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, Python and Customer Service.
What are the top questions asked in MindTickle interview?

Some of the top questions asked at the MindTickle interview -

  1. Machine coding to build a basic data grid compon...read more
  2. What was the GTM strategy for your last product launch walk me through ...read more
  3. polyfill of promise.all and debounce. use debounce in exam...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.

Overall Interview Experience Rating

3.2/5

based on 22 interview experiences

Difficulty level

Easy 15%
Moderate 77%
Hard 8%

Duration

Less than 2 weeks 50%
2-4 weeks 43%
6-8 weeks 7%
View more

Interview Questions from Similar Companies

DotPe Interview Questions
3.1
 • 42 Interviews
Junglee Games Interview Questions
3.1
 • 34 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
INCREFF Interview Questions
2.6
 • 26 Interviews
Ganit Inc Interview Questions
3.8
 • 26 Interviews
View all

MindTickle Reviews and Ratings

based on 97 reviews

2.9/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.3

Salary

2.4

Job security

2.9

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 97 Reviews and Ratings
Specialist, GTM Strategy & Operations

Pune

3-5 Yrs

Not Disclosed

Associate- People Success

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
35 salaries
unlock blur

₹27 L/yr - ₹45 L/yr

Software Development Engineer
26 salaries
unlock blur

₹10.8 L/yr - ₹33.3 L/yr

Software Engineer
16 salaries
unlock blur

₹14.8 L/yr - ₹26 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹19 L/yr - ₹70.2 L/yr

Customer Success Engineer
12 salaries
unlock blur

₹4 L/yr - ₹5.4 L/yr

Explore more salaries
Compare MindTickle with

JoulestoWatts Business Solutions

3.1
Compare

DotPe

3.1
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.7
Compare
write
Share an Interview