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 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 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
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Data structure and algorithm, easy and medium questions

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Projects you have done
  • Q2. Scenario based questions
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ☺️
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
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Object oriented programming questions

Round 2 - Coding Test 

Combination of all letters in a word

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

I applied via Approached by Company and was interviewed in Jan 2023. There were 4 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 

3 coding questions any programming language

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Interview based on your programming skills
  • Q2. 1.Find the possible permutation of the given string 2. Remove 3 from the given input (Number) and input should be taken from the user 3. Check whether the given string is Anagram without using map DATA s...
  • Ans. 

    Answering questions related to string permutations, removing numbers, and checking for anagrams without using map data structure.

    • To find permutations of a string, use recursion to swap characters at each position.

    • To remove a specific character (e.g. '3') from a string, iterate through the string and build a new string without the character.

    • To check for anagrams without using a map data structure, sort both strings and

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and are you willing to relocate And salary discussion. That's it

Skills evaluated in this interview

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

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.

Interview Questions from Similar Companies

Exotic 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
 • 14 Interviews
Paperpedia Interview Questions
2.3
 • 14 Interviews
Airblack Interview Questions
4.1
 • 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

Exotic Learning

4.5
Compare

Schoolnet India

3.9
Compare

Adda 247

3.3
Compare

Trivium Education Services

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview