Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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 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 t ...read more
  • 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 Acycl ...read more
  • Q3. Can you design an online Chess Board Game?

MindTickle Software Developer Intern Interview Experiences

3 interviews found

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

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was normally reasoning question.

Round 2 - Coding Test 

Priniting pattern question.

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

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

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Total Questions: 20

Round: Group Discussion
Duration: 1 hour

Skills: Coding Skills And Knowledge On Data Structures

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes

Skills: Engineering Basics
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Loylty Rewardz Mngt

No Interviews

INTERVIEWS

Gameskraft

No Interviews

INTERVIEWS

Netcore Cloud Private Limited

No Interviews

INTERVIEWS

MindTickle

No Interviews

INTERVIEWS

Netcore Cloud Private Limited

No Interviews

INTERVIEWS

Loylty Rewardz Mngt

No Interviews

INTERVIEWS

FedEx Express

No Interviews

INTERVIEWS

Netcore Cloud Private Limited

No Interviews

INTERVIEWS

Loylty Rewardz Mngt

No Interviews

INTERVIEWS

Netcore Cloud Private Limited

No Interviews

Tell us how to improve this page.

MindTickle Software Developer Intern Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
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