100+ Free Mendix Intermediate Developer Practice Questions
Pass your Mendix Certified Intermediate Developer exam on the first try — instant access, no signup required.
In Mendix, when is it appropriate to use a 'Non-persistent entity' instead of a persistent one?
Explore More Mendix Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Key Facts: Mendix Intermediate Developer Exam
60
Exam Questions
Mendix Academy
90 min
Exam Duration
Mendix Academy
70%
Passing Score
Mendix Academy
$25
Exam Fee
Mendix Academy (free with subscription)
2 years
Validity Period
Mendix Academy
Intermediate
Difficulty Level
Mid-level certification
The Mendix Intermediate Developer exam has 60 questions in 90 minutes with a 70% passing score. Key domains: complex microflows, REST/SOAP integration, advanced UI, debugging, and mobile development. Exam fee is $25 (free with Mendix subscription). Certification valid for 2 years.
Sample Mendix Intermediate Developer Practice Questions
Try these sample questions to test your Mendix Intermediate Developer exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1In Mendix, what is the key advantage of using a 'Sub-microflow' compared to inline logic?
2In Mendix Studio Pro, how do you call an external REST API from a microflow?
3What is the purpose of an 'Import mapping' in Mendix REST/SOAP integration?
4In Mendix, what is an 'Export mapping' used for?
5What is the difference between 'Commit with events' and 'Commit without events' in Mendix?
6In Mendix, how do you expose a microflow as a REST endpoint that external systems can call?
7Which Mendix feature allows you to catch and handle a specific Java exception type within a microflow error handler?
8In Mendix, what is the 'XPath constraint' used for in a 'Retrieve' activity?
9A Mendix microflow calls an external REST service that sometimes returns HTTP 404 or 500 status codes. What is the correct approach to handle these error responses?
10What is the purpose of the Mendix 'Consumed web service' (SOAP) document?
About the Mendix Intermediate Developer Exam
The Mendix Certified Intermediate Developer certification validates skills in building more complex Mendix applications, including REST and SOAP integrations, advanced microflow patterns, mobile development with nanoflows, debugging techniques, and advanced UI components.
Questions
60 scored questions
Time Limit
90 minutes
Passing Score
70%
Exam Fee
$25 (free with subscription) (Mendix Academy)
Mendix Intermediate Developer Exam Content Outline
Complex Microflows
Sub-microflows and reuse, list operations (union, intersect, subtract), aggregate list, parallel split, deep clone, complex error handling with $latestError, before/after commit events
REST and SOAP Integration
Call REST service activity, import/export mappings, JSON and XML profiles, published REST services, consumed SOAP web services, authentication (basic, token), HTTP status codes
Advanced UI
Data grid search bar with association search, conditional visibility, Data view association source, page URL configuration, deep linking, client-side validation rules, row-level security with XPath
Debugging and Quality
Microflow debugger breakpoints and step-through, consistency checks in Studio Pro, Log message activity, entity validation rules, Mendix ATS basics
Mobile Development
Mendix Native Mobile with React Native, nanoflows vs. microflows, offline data model, Synchronize activity, native mobile capabilities (camera, GPS, push notifications)
How to Pass the Mendix Intermediate Developer Exam
What You Need to Know
- Passing score: 70%
- Exam length: 60 questions
- Time limit: 90 minutes
- Exam fee: $25 (free with subscription)
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
Mendix Intermediate Developer Study Tips from Top Performers
Frequently Asked Questions
What is the cost of the Mendix Intermediate Developer exam?
The Mendix Intermediate Developer exam costs $25 USD. However, it is free if you have an active Mendix subscription (MxEagle or higher). Check Mendix Academy for current pricing and subscription options.
What is the difference between Mendix Rapid and Intermediate Developer certifications?
The Rapid Developer covers fundamentals: basic domain model, simple pages, basic microflows, and security. The Intermediate Developer adds: REST/SOAP integration, complex microflow patterns, advanced UI (deep linking, row-level security), mobile development with nanoflows, and debugging skills. It requires more practical experience.
How should I study for REST integration on the Mendix Intermediate exam?
Build hands-on REST integrations in Studio Pro: create a Call REST service activity, build import and export mappings for JSON responses, expose a process as a Published REST service, and handle HTTP error codes with Decision shapes. Practice with real public REST APIs (JSONPlaceholder, OpenWeather) to build confidence.