Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mindmajix Technologies Team. If you also belong to the team, you can get access from here

Mindmajix Technologies Verified Tick

Compare button icon Compare button icon Compare
2.9

based on 9 Reviews

Filter interviews by

Mindmajix Technologies Software Developer Interview Questions, Process, and Tips

Updated 28 Jul 2017

Mindmajix Technologies Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Elena Lauren

posted on 28 Jul 2017

I was interviewed before Jul 2016.

Interview Questionnaire 

5 Questions

  • Q1. Tell us a generic method to provision SAN Storage from any Array?
  • Ans. 

    A generic method to provision SAN Storage from any Array

    • Identify the storage array model and its supported APIs

    • Establish a connection to the storage array using the appropriate credentials

    • Create a logical unit (LUN) on the storage array

    • Configure the desired capacity, RAID level, and other parameters for the LUN

    • Map the LUN to the desired host or hosts

    • Perform any necessary zoning or masking configurations on the SAN swit...

  • Answered by AI
  • Q2. Plan, Validation with Support Matrix for Host Connectivity, Provide Connectivity, Pick Volumes, Make Meta Volumes if necessary, Map out Zoning, Map to storage arrays Ports, Create Zones, LUN Mask, Discove...
  • Q3. How will you decide how many storage arrays can be attached to a single host?
  • Ans. 

    The number of storage arrays attached to a single host should be determined based on factors such as performance requirements, scalability, and cost.

    • Consider the performance requirements of the applications running on the host. If high performance is needed, more storage arrays may be required.

    • Evaluate the scalability needs of the system. If the host is expected to handle increasing amounts of data in the future, addit...

  • Answered by AI
  • Q4. What is Drooping? How to check it?
  • Ans. 

    Drooping is a condition where something hangs or sags down. It can be checked by observing the position or shape of the object.

    • Drooping refers to the downward sagging or hanging of something.

    • It can be observed by visually inspecting the position or shape of the object.

    • For example, drooping can be seen in plants when their leaves or stems hang down due to lack of water or disease.

    • In software development, drooping can re...

  • Answered by AI
  • Q5. Explain how BB Credits and port speeds are related?
  • Ans. 

    BB Credits and port speeds are related in terms of the amount of data that can be transferred.

    • BB Credits refer to the number of credits allocated to a device for data transmission.

    • Port speeds determine the rate at which data can be transferred through a port.

    • Higher port speeds allow for faster data transfer, requiring more BB Credits to maintain a consistent flow.

    • Lower port speeds may require fewer BB Credits as the da

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: The day before the interview, I was searching for EMC interview questions, I found one of the blog which is very helpful for me. I hope this works for all: -----

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Manjara Charitable Trust's Rajiv Gandhi Institute of Technology, Mumbai and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test was of 1.5 hrs and it was online. It was completely based on technical questions.

Round 2 - Coding Test 

This test was offline and it was a pen paper test wherein 10 questions will be given you have to write code or spot the error and correct them.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked questions about React
  • Q2. Question based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview focus more on Resume. Prepare about project, skills, tech stack mentioned in resume. For coding prepare basic data structures and SQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal general aptitude test

Round 2 - Coding Test 

DSA questions same as leetcode

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Kongu Engineering College, Erode and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude and coding is asked coding is very easy u can use any language like c python java there is plenty of time to finish the test

Round 2 - HR 

(1 Question)

  • Q1. About yourself,projects details,any further question

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence

I was interviewed in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

So prepare good amout of aptitude , and try to solve at least 15 Questions

Round 2 - Coding Test 

It was an Online coding test 2 questions were there. difficulty (Easy and Medium).

Round 3 - Coding Test 

The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.

Round 4 - Technical 

(3 Questions)

  • Q1. Questions on HTML, CSS
  • Q2. Permutations in string (Can you Backtracking approach). Always try to explain your approach
  • Q3. Explain your Project?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using Node.js and MongoDB for database management.

    • Incorporated user authentication and authorization features for secure access.

    • Integrated payment gateway for online transactions.

    • Utilized responsive design for mobile compatibility.

  • Answered by AI

I applied via campus placement at Kumaraguru College of Technology, Coimbatore and was interviewed in Nov 2022. There were 3 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 - Coding Test 

Easy and medium questions is their own platform like examly video may be captured

Round 3 - Technical 

(5 Questions)

  • Q1. Resume questions mostly and some situation questions.
  • Q2. Questions on some previous project work.
  • Q3. What would you do if you had been like a question?
  • Ans. 

    If I had been like a question, I would try to understand the context and provide a relevant and informative answer.

    • I would analyze the question and identify the key points or keywords.

    • I would research and gather relevant information to provide a well-informed answer.

    • I would consider the perspective of the person asking the question and provide a response that addresses their needs.

    • I would communicate the answer clearly...

  • Answered by AI
  • Q4. Some questions about company
  • Q5. First round cleared questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on resume mentioned stacks and have experience on hosting and backend knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Data structure and algorithm, easy and medium questions

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1.5 hrs coding round

Round 2 - Assignment 

Developed the web application using web frameworks like react/angular

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about Your self
  • Q2. Personal background

Mindmajix Technologies Interview FAQs

What are the top questions asked in Mindmajix Technologies Software Developer interview?

Some of the top questions asked at the Mindmajix Technologies Software Developer interview -

  1. Tell us a generic method to provision SAN Storage from any Arr...read more
  2. How will you decide how many storage arrays can be attached to a single ho...read more
  3. Explain how BB Credits and port speeds are relat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Z X Learning Interview Questions
4.5
 • 43 Interviews
Zeus Learning Interview Questions
3.4
 • 34 Interviews
Adda 247 Interview Questions
3.3
 • 28 Interviews
iamneo Interview Questions
3.8
 • 16 Interviews
Schoolnet India Interview Questions
3.9
 • 15 Interviews
Airblack Interview Questions
4.0
 • 15 Interviews
Paperpedia Interview Questions
2.3
 • 14 Interviews
View all
Mindmajix Technologies Software Developer Salary
based on 4 salaries
₹4.6 L/yr - ₹22 L/yr
68% more than the average Software Developer Salary in India
View more details
Digital Marketing Analyst
6 salaries
unlock blur

₹1.3 L/yr - ₹3.2 L/yr

Senior Software Developer
5 salaries
unlock blur

₹18 L/yr - ₹19 L/yr

Software Developer
4 salaries
unlock blur

₹4.6 L/yr - ₹22 L/yr

SEO Analyst
4 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Customer Success Specialist
4 salaries
unlock blur

₹2 L/yr - ₹2.3 L/yr

Explore more salaries
Compare Mindmajix Technologies with

Z X Learning

4.5
Compare

Schoolnet India

3.9
Compare

Adda 247

3.3
Compare

Trivium Education Services

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview