Upload Button Icon Add office photos
Engaged Employer

i

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

Mindstix Software Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mindstix Software Labs Member Technical Staff Interview Questions and Answers

Updated 20 Jun 2024

Mindstix Software Labs Member Technical Staff Interview Experiences

6 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

Online coding test with 2 interview questions
you can use any programming language

Round 2 - Technical 

(1 Question)

  • Q1. Share your screen for coding and problem-solving.
  • Ans. 

    I am able to share my screen for coding and problem-solving during interviews.

    • Prepare a coding environment with a code editor and compiler ready to go

    • Share your screen with the interviewer using a screen sharing tool like Zoom or Google Meet

    • Explain your thought process and coding approach as you work through the problem

    • Ask for clarification if needed and communicate effectively with the interviewer

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

It was a DSA round on some coding platform

Round 2 - Technical 

(1 Question)

  • Q1. Explaination and other approaches for coding questions and also few questions were asked from Object oriented programming and other CSE subjects

Member Technical Staff Interview Questions Asked at Other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
asked in Salesforce
Q2. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
Q3. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q4. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Check if the string is Palindrome after removing spaces and special characters.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the OOPs concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs

    • Examples include classes, objects, inheritance, polymorphism, and

  • Answered by AI
  • Q2. Difference between Compile time and runtime polimorphysm.
  • Ans. 

    Compile time polymorphism is achieved through function overloading and operator overloading, while runtime polymorphism is achieved through function overriding using virtual functions.

    • Compile time polymorphism is resolved during compile time based on the number and types of arguments passed to a function.

    • Runtime polymorphism is resolved during runtime based on the actual object type being referred to.

    • Compile time polym...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be descent in coding and should have strong fundamentals of the technology you're interviewing for.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions (Easy, difficult, Hard)

Round 2 - Technical 

(1 Question)

  • Q1. 2-3 coding questions, internship question

Mindstix Software Labs interview questions for designations

 QA Engineer

 (1)

 Android Developer

 (1)

 Automation Tester

 (1)

 UI Developer

 (1)

 Senior Software Developer

 (1)

 Software Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 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 

DSA questions related to strings and arrays

Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain solutions in the coding test. Springboot microservices questions.
  • Q2. Logging in springboot applications. Coding question related to use of Optional, Lambda functions, streams, etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. 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 - Aptitude Test 

20-50 aptitude questions to be solved in an hour.

Round 3 - Coding Test 

Coding round consisting 2 questions out of 3 to be solved in 1.5 hours. Quite tough questions are there to be clear.

Round 4 - Technical 

(2 Questions)

  • Q1. Technical theory software development questions, with OOP, SQL, etc.
  • Q2. Questions based on your coding test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident & know your worth. Don't settle for less, try to come as close as possible.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is zero coupon bond?
  • Ans. 

    A zero coupon bond is a bond that pays no interest and is sold at a discount to its face value.

    • Zero coupon bonds are also known as discount bonds.

    • Investors buy these bonds at a price lower than their face value and receive the full face value at maturity.

    • The difference between the purchase price and the face value is the investor's return.

    • Zero coupon bonds are often used for long-term investments, such as retirement sa...

  • Answered by AI
  • Q2. What is corporate actions and how you record those in books?
  • Ans. 

    Corporate actions are events initiated by a company that can affect its stock price and shareholders. They are recorded in books through various accounting entries.

    • Corporate actions include stock splits, dividends, mergers, acquisitions, and spin-offs.

    • These actions are recorded in books through journal entries and adjustments to accounts such as retained earnings and stockholders' equity.

    • For example, if a company decla...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Mindstix Software Labs Interview FAQs

How many rounds are there in Mindstix Software Labs Member Technical Staff interview?
Mindstix Software Labs interview process usually has 2-3 rounds. The most common rounds in the Mindstix Software Labs interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Mindstix Software Labs Member Technical Staff interview?

Some of the top questions asked at the Mindstix Software Labs Member Technical Staff interview -

  1. Difference between Compile time and runtime polimorphy...read more
  2. Share your screen for coding and problem-solvi...read more
  3. explain the OOPs conc...read more

Tell us how to improve this page.

Mindstix Software Labs Member Technical Staff Interview Process

based on 7 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.1
 • 38 Interviews
View all
Mindstix Software Labs Member Technical Staff Salary
based on 149 salaries
₹3.8 L/yr - ₹13.8 L/yr
46% less than the average Member Technical Staff Salary in India
View more details

Mindstix Software Labs Member Technical Staff Reviews and Ratings

based on 30 reviews

3.7/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

3.4

Salary

3.1

Job security

3.9

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 30 Reviews and Ratings
Member Technical Staff
149 salaries
unlock blur

₹3.8 L/yr - ₹13.8 L/yr

Senior Member of Technical Staff
37 salaries
unlock blur

₹8 L/yr - ₹20.5 L/yr

ETL Developer
19 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Front end Developer
12 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Product Manager
12 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Explore more salaries
Compare Mindstix Software Labs with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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