Upload Button Icon Add office photos

Filter interviews by

MindTickle Software Developer Intern Interview Questions, Process, and Tips for Freshers

Updated 17 Nov 2024

Top MindTickle Software Developer Intern Interview Questions and Answers for Freshers

  • 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 for Freshers

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 for undefined

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 Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the plsql..like functions.cursors.pakages and like that

Interview Preparation Tips

Interview preparation tips for other job seekers - from my experience its some meaning ful interested one..but after got selected...they will not respond on any support..like joining or about the assets setup and not even the situvations...as per my experience i really have a bad experience with rmg and also hr team..ultimatix login and all are not that quick responsive...as per mine ..not prefer tcs..

MindTickle Interview FAQs

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

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

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

Tell us how to improve this page.

MindTickle Software Developer Intern Interview Process for Freshers

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