Upload Button Icon Add office photos

Filter interviews by

MindTickle Software Developer Intern Interview Questions, Process, and Tips

Updated 17 Nov 2024

Top MindTickle Software Developer Intern Interview Questions and Answers

  • 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 un ...read more
  • 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 d ...read more
  • Q3. System Design Question Design an online Chess Board Game.

3 MindTickle Software Developer Intern Interview Experiences

6 questions found

Sort by: Popular

Software Developer Intern Interview Questions

user image Kena Talati

posted on 21 Jul 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Was on Hackerrank and good dsa questions asked

2

Technical Round (2 Questions)

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

Software Developer Intern Interview Questions

user image Data Kumar

posted on 17 Nov 2024

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

I applied via LinkedIn and was interviewed in May 2024.

2 Interview Rounds

1

Aptitude Test Round

It was normally reasoning question.

2

Coding Test Round

Priniting pattern question.

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 24 May 2022

I was interviewed in Oct 2021.

3 Interview Rounds

1

Face to Face Round (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 ...read more
  • 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...read more
2

Face to Face Round (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.

3

Face to Face Round (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

Interview questions from similar companies

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Apr 2024.

3 Interview Rounds

1

Coding Test Round

Medium level coding questions on hackerrank ,1:30hr, topic- Array , DP , Matrix , Binary Search

2

Technical Round (1 Question)

  • Q1. Was Asked to Implement Hashmap and Question on OOPS and Dbms , SQL and Indexing
3

Technical Round (2 Questions)

  • Q1. Brief Introduction
  • Q2. Rotten Oranges and basics of bfs and DFS
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

4 Interview Rounds

1

Coding Test Round

1. Coin change
2. Valid Parenthesis
3. Bipartite graph question

2

Technical Round (1 Question)

  • Q1. Resume based. Find duplicate. Valid Parenthesis. Generate Random id Find max no of random id can be generated
3

Technical Round (1 Question)

  • Q1. Core questions. LRU cache. Validate invalid BST
4

Technical Round (1 Question)

  • Q1. DP problem which I was unable to solve so rejected.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024.

4 Interview Rounds

1

Coding Test Round

The questions were asked from SQL and Python

2

Group Discussion Round

General Topics - Mostly checking the communication

3

One-on-one Round (1 Question)

  • Q1. Technical stuffs that were in candidate's resume
4

HR Round (1 Question)

  • Q1. Mostly checking - attitude, reliability
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Normal questions on npm , asynchronous and synchronous , react , states , hooks , props , etc

I was interviewed in Feb 2021.

1 Interview Round

1

Coding Test Round (4 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 10AM. The platform was quite good.

  • Q1. Maximum size rectangle sub-matrix with all 1's You are given an 'N' * 'M' sized binary-valued matrix 'MAT, where 'N' is the number o...read more
  • Q2. Binary Tree Maximum Path Sum You are given a binary tree with ‘N’ nodes. Your task is to find the “Maximum Path Sum” for any path. Note : 1. A ‘path’ is a seque...read more
  • Q3. Minimum number of swaps required to sort an array You have been given an array 'ARR' of 'N' distinct elements. Your task is to find the minimum ...read more
  • Q4. Infix to Postfix You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression. Infix expression is of ...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteriaAbove 7 CGPAHike interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 1 project.
Tip 2 : Practice data structure questions.
Tip 3 : Dynamic programming is must.

Application resume tips for other job seekers

Tip 1 : Do not put false things.
Tip 2 : Keep it short and direct.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed before May 2016.

3 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was mostly based on pointers. I was lucky they checked my skills and i was shortlisted in list B.

Round: Test
Duration: 11 hours

College Name: IIT BHU
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Walk-in and was interviewed before Oct 2023.

2 Interview Rounds

1

Aptitude Test Round

Basic logical reasoning

2

Group Discussion Round

Ai topic group discussion around 40 members but speak clearly and don't make mistakes on the grammar part

Interview Preparation Tips

Interview preparation tips for other job seekers - Partice well do well for other upcoming participants

MindTickle Interview FAQs

How many rounds are there in MindTickle Software Developer Intern interview?
MindTickle interview process usually has 2 rounds. The most common rounds in the MindTickle interview process are Coding Test, Technical and Aptitude Test.
What are the top questions asked in MindTickle Software Developer Intern interview?

Some of the top questions asked at the MindTickle Software Developer Intern interview -

  1. leetcode medium to hard on slinding win...read more
  2. Leetcode meduim in stri...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 MindTickle interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
19 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹16.6 L/yr - ₹70.2 L/yr

Software Development Engineer
19 salaries
unlock blur

₹16 L/yr - ₹28 L/yr

Software Development Engineer II
18 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Software Developer
15 salaries
unlock blur

₹8.2 L/yr - ₹28 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 Interview Advice