Upload Button Icon Add office photos

Filter interviews by

Labyrinth Global Solutions Mendix Developer Interview Questions and Answers

Updated 17 Jan 2024

Labyrinth Global Solutions Mendix Developer Interview Experiences

1 interview found

Mendix Developer Interview Questions & Answers

user image Mohd Moiz Uddin

posted on 17 Jan 2024

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

I applied via Walk-in and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The Aptitude Test was well structured challenge, providing a fair assessment of problem solving skills and analytical thinking.

Round 2 - Technical 

(4 Questions)

  • Q1. What is Mendix ?
  • Ans. 

    Mendix is a low-code application development platform that allows users to create, deploy, and manage custom applications without the need for traditional coding.

    • Enables rapid development of web and mobile applications

    • Uses visual modeling tools and pre-built components

    • Supports collaboration among developers and business users

    • Examples: creating a customer relationship management (CRM) system, building a project manageme...

  • Answered by AI
  • Q2. What are Microflows?
  • Ans. 

    Microflows are visual workflows in Mendix used to automate business processes.

    • Microflows are created using a visual editor in Mendix

    • They consist of a series of actions and decisions

    • Microflows can be triggered by events or user actions

    • Examples include sending emails, updating database records, and performing calculations

  • Answered by AI
  • Q3. What is Domain Model ?
  • Ans. 

    A domain model is a visual representation of conceptual classes or real-world objects in a software system.

    • It defines the structure and behavior of the objects within the system.

    • It helps in understanding the relationships between different entities.

    • Domain models are often created using UML diagrams.

    • Example: In a banking application, the domain model may include classes like Account, Customer, and Transaction.

  • Answered by AI
  • Q4. How does Mendix provide Security?
  • Ans. 

    Mendix provides security through various features such as role-based access control, encryption, and secure deployment options.

    • Role-based access control allows administrators to define who can access certain parts of the application.

    • Data encryption ensures that sensitive information is protected from unauthorized access.

    • Secure deployment options such as single sign-on and multi-factor authentication enhance the overall...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Can you tell me about your self ?
  • Q2. What experiance do you carry ?
  • Ans. 

    I have 5 years of experience in developing applications using Mendix platform.

    • 5 years of experience in Mendix development

    • Strong understanding of Mendix platform capabilities

    • Successfully delivered multiple projects using Mendix

  • Answered by AI
  • Q3. How much experiance do you have ?
  • Ans. 

    I have 5 years of experience as a Mendix Developer.

    • 5 years of experience as a Mendix Developer

    • Completed multiple projects using Mendix platform

    • Familiar with best practices and techniques in Mendix development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Before the Interview, Thoroughly research about the company, Culture and specific role for which you are applying, Practice common questions and be confident.

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 Labyrinth Global Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. 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 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 90 minutes
Round difficulty - Easy

This round was held during university hours and consisted of 2 coding questions.

Round 2 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

Make sure you do no cutting and are clear about the approach you'd be following. 
 

  • Q1. What is the running median of an input stream?
  • Ans. 

    Running median of an input stream is the median value of the numbers seen so far in a continuous stream of data.

    • Maintain two heaps - a max heap for the lower half of the numbers and a min heap for the upper half.

    • Keep the number of elements in the two heaps balanced or differ by at most 1.

    • If the total number of elements is odd, the median is the root of the max heap. If even, it is the average of the roots of the two he...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Java, Object-Oriented Programming System, System Design, Operating System.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Prepare for company-wise interview questions according to the company in which you are applying. Try to write the code yourself and if got stuck in between then take help from the internet. I recommend you Codezen of Coding Ninjas for practicing Data Structures and Algorithms based questions.

Application resume tips for other job seekers

Be sure 100% of what you write in your resume and prepare for that before the interview what is written on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about software system

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is abstract class, what is list, SQL,ADO.net
  • Ans. 

    Abstract class is a class that cannot be instantiated, List is a collection of objects, SQL is a language used to manage databases, ADO.net is a framework for accessing databases.

    • Abstract class is used as a base class for other classes

    • List is a generic collection of objects

    • SQL is used to create, modify, and query databases

    • ADO.net provides a set of classes for accessing databases

    • Example: abstract class Animal { public a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills. most of asked to me Dot net quetions.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Normalization concept,Java basics inheritance overloading, encapsulation ,update table ,related to projects in final year
  • Q3. Situation based questions based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident and be genuine whatever you explain that should be very specific to question and if u are feeling narvous then put a gentle smile on your face,if you don't know about question ask then try little bit and say sir I will read about this.
All the Best😊😊

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. What are your Strengths?
  • Q3. What are your Weakness?
  • Q4. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your Homework?
Practice
Provide evidence &Data

I applied via Referral and was interviewed before Jun 2021. 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 - Coding Test 

Java, program logic, software engineering

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Be sharp and alert, focus on topics that you know. Work your way up

I applied via Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Assignment 
Round 2 - HR 

(7 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
  • Q7. This opportunity is really excited for me
Round 3 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
  • Q6. Describe any difficult work situation or project that you have handled
  • Ans. 

    Handled a difficult project involving complex data migration and integration

    • Had to understand the existing data structure and map it to the new system

    • Dealt with multiple data sources and formats

    • Ensured data integrity and accuracy throughout the migration process

    • Collaborated with cross-functional teams to ensure successful integration

    • Implemented automated testing to validate data migration and integration

    • Managed project...

  • Answered by AI
  • Q7. Hard work and smart work
  • Ans. Reaching the building through steps is hard work ,smart work life is smart 6 the uses steps definitely .. reach the destination
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Software developer
  • Flash Animation
  • 3D Character Animation
  • Photography
  • Photoshop
  • Basic
  • Logo Design
Interview preparation tips for other job seekers - In my opinion,both are the key of success hardwork give experiences and smart work come from experience so both are important to achieve success

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic structure of an HTML page
  • Ans. 

    Basic structure of an HTML page includes doctype declaration, html, head, and body tags.

    • DOCTYPE declaration specifies the HTML version

    • HTML tag wraps the entire content of the page

    • Head tag contains meta information, title, and links to external resources

    • Body tag contains the visible content of the page

  • Answered by AI
  • Q2. What is the difference between padding and margin?
  • Q3. What is Box Model?
  • Ans. 

    Box Model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.

    • Box Model consists of content, padding, border, and margin.

    • Content is the actual content of the box.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space outside the border.

  • Answered by AI
  • Q4. What are different types of directives in Angular?
  • Q5. Difference between JIT compiler and AOT?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer 80 % of the questions you are asked, you will be able to crack the interview

Skills evaluated in this interview

Labyrinth Global Solutions Interview FAQs

How many rounds are there in Labyrinth Global Solutions Mendix Developer interview?
Labyrinth Global Solutions interview process usually has 3 rounds. The most common rounds in the Labyrinth Global Solutions interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Labyrinth Global Solutions Mendix Developer interview?

Some of the top questions asked at the Labyrinth Global Solutions Mendix Developer interview -

  1. How much experiance do you hav...read more
  2. How does Mendix provide Securi...read more
  3. What experiance do you carr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.2k Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all
Labyrinth Global Solutions Mendix Developer Salary
based on 14 salaries
₹3.3 L/yr - ₹8 L/yr
9% less than the average Mendix Developer Salary in India
View more details

Labyrinth Global Solutions Mendix Developer Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.9

Salary

3.2

Job security

3.2

Company culture

3.9

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Mendix Developer
14 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Software Developer
13 salaries
unlock blur

₹1.3 L/yr - ₹4.2 L/yr

Software Engineer
9 salaries
unlock blur

₹0.8 L/yr - ₹2.8 L/yr

Business Development Executive
4 salaries
unlock blur

₹1.1 L/yr - ₹3 L/yr

Sales Executive
4 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Labyrinth Global Solutions with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview