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

Filter interviews by

Mindmajix Technologies Software Developer Interview Questions and Answers for Experienced

Updated 28 Jul 2017

Mindmajix Technologies Software Developer Interview Experiences for Experienced

1 interview found

Software Developer Interview Questions & Answers

user image Elena Lauren

posted on 28 Jul 2017

I appeared for an interview 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Mindmajix Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

25 questions of quants and logical and 10 questions of coding, some were debugging some were coding

Round 3 - Technical 

(4 Questions)

  • Q1. Discussion about my resume projects
  • Q2. Return addition and subtraction of two numbers from the same function
  • Ans. 

    A function that returns the addition and subtraction of two numbers.

    • Create a function that takes two numbers as input parameters.

    • Inside the function, calculate the sum of the two numbers and store it in a variable.

    • Calculate the difference of the two numbers and store it in another variable.

    • Return an array of strings containing the sum and difference.

  • Answered by AI
  • Q3. Print leaf nodes of binary tree
  • Ans. 

    Print leaf nodes of binary tree

    • Traverse the tree recursively

    • If node is null, return

    • If node is leaf node, print it

    • Else, recursively traverse left and right subtrees

  • Answered by AI
  • Q4. What is the protocol used for communication over web pages
  • Ans. 

    HTTP is the protocol used for communication over web pages.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server

    • The web server responds with the requested data in the form of HTML, images, videos, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding for the aptitude test.
The interview was fairly simple they just want to know how good you are at thinking about solutions of a problem.

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
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
  • Ans. 

    Generate all permutations of a string using a backtracking approach.

    • Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.

    • Start with an empty string and build permutations by adding one character at a time.

    • Use a boolean array to track which characters are already included in the current permutation.

    • Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is event loop in JS?
  • Ans. 

    The event loop in JavaScript manages asynchronous operations, allowing non-blocking execution of code.

    • JavaScript is single-threaded, meaning it can only execute one task at a time.

    • The event loop continuously checks the call stack and the message queue.

    • When the call stack is empty, the event loop pushes the first message from the queue to the stack for execution.

    • Example: setTimeout(() => console.log('Hello'), 1000) a...

  • Answered by AI
  • Q2. What is virtual DOM in react
  • Ans. 

    The virtual DOM is a lightweight representation of the actual DOM used by React to optimize rendering and improve performance.

    • The virtual DOM is a JavaScript object that mirrors the structure of the real DOM.

    • React uses the virtual DOM to determine what changes need to be made to the actual DOM.

    • When a component's state changes, React updates the virtual DOM first, then compares it with the real DOM (a process called rec...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Given a 2-D matrix, write a function to perform a spiral traversal of the matrix elements.
  • Ans. 

    A spiral traversal of a 2-D matrix involves visiting elements in a spiral order, starting from the top-left corner.

    • Initialization: Define boundaries for the top, bottom, left, and right of the matrix.

    • Traversal Order: Move right across the top row, then down the right column, then left across the bottom row, and finally up the left column.

    • Boundary Adjustment: After each direction, adjust the boundaries to move inward fo...

  • Answered by AI
  • Q2. Questions based on sql

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 applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions in aptitude section was easy and would require good analytical and quantitative skills.

Round 2 - Coding Test 

Total 10 questions
6 debugging question
4 easy-medium level coding questions (2 Marks + 3 Marks + 3 Marks + 3 Marks)

Round 3 - Technical 

(1 Question)

  • Q1. OOPs, Project, SQL Queries, Puzzle/Apptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well in accordance with ur resume.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1st round
25 mcq apptitude + 10 DSA question

Round 2 - Technical 

(1 Question)

  • Q1. Project review , opps, sql
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test followed by 2 coding questions. Test was very easy.

Round 2 - Coding Test 

This was pen and paper coding test, where we were given 20 questions and we had to write code on paper. Total time was 2-3 hr.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview, 2 coding questions asked, 1 math question and Basics like OOP, Language specific, etc.

Interview Preparation Tips

Topics to prepare for Zeus Learning Software Developer interview:
  • OOP
  • Programming
  • Maths
Interview preparation tips for other job seekers - You can clear interview if you know basics. Tell them about tech stack which you know. Also there is no constraint on any specific language, you can use any. So be master of 1 language.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I have given the online aptitude test of zeus learning (on campus) , which was the very first round and the test was divided into two parts, first part was mostly coding-decoding questions (aptitude) which was easy according to me but it was tricky too and second part included 2 dsa question and both the questions were of easy level.

Mindmajix Technologies Interview FAQs

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

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

  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.

Mindmajix Technologies Software Developer Salary
based on 4 salaries
₹4.6 L/yr - ₹21.8 L/yr
33% more than the average Software Developer Salary in India
View more details
Digital Marketing Analyst
7 salaries
unlock blur

₹1.3 L/yr - ₹3.2 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

Senior Software Developer
4 salaries
unlock blur

₹18.5 L/yr - ₹19 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.4
Compare

Schoolnet India

4.0
Compare

Adda 247

3.2
Compare

Trivium Education Services

3.8
Compare
write
Share an Interview