MINDZITA (OPC) PRIVATE LIMITED interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

MINDZITA (OPC) PRIVATE LIMITED
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
My journey started at my college when I first learned to code. From there onwards, I have done a lot of practice from leet code to code studio. I have maintained a streak of doing at least 50 questions a week to maintain my accuracy.
Application story
I applied via the company website, there were job openings for this role. The whole process was conducted online via Zoom.
Why selected/rejected for the role?
I was able to get all answers correctly and design given problem optimally thats why i got selected for this role.
Preparation
Duration: 2 months
Topics: Data Structures, Algorithms, System Design, Aptitude, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Company Website
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Video Call
Duration40 minutes
Interview date16 Jul 2021
Coding problem2

Technical round with questions on DSA and Project.

1. Swap Nodes in Pairs

Moderate
40m average time
60% success
0/80
Asked in companies
WalmartOLX GroupAmazon

You are given a singly linked list of integers.

Your task is to swap every two adjacent nodes, and return the head of the modified, linked list.

For Example:

We have a linked list 1->2->3->4->5->6->7 and so on. You are supposed to swap pairs of a linked list like swap (1,2), (3,4), (5,6), and so on.
Note:
1. You may not modify the data in the list’s nodes; only nodes themselves may be changed. Because imagine a case where a node contains many fields, so there will be too much unnecessary swap.

2. If a pair of a node does not exist, then leave the node as it is.
Problem approach

Run a loop and keep swapping alternate elements.

Try solving now

2. Project based Questions

Project details and OOP with real time example ?

02
Round
Easy
Video Call
Duration40 minutes
Interview date21 Jul 2021
Coding problem2

This was the last technical round.

1. Technical Questions

Asynchronous and multi-threading code. How to stop async code based on specification condition?
What is SVG and animation effect?

2. OS Question

What is resource allocation algorithm?

03
Round
Easy
HR Round
Duration30 minutes
Interview date23 Jul 2021
Coding problem1

HR round with managerial questions only.

1. Basic HR Questions

1. Salary discussion
2. What was your hobbies?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Java Developer
2 rounds | 3 problems
Interviewed by MINDZITA (OPC) PRIVATE LIMITED
529 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8519 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes