Answers (2026 Update) | 100 MCQs with Verified Study
Solutions
Q1. What is a key advantage of Nanoflows compared to Microflows?
A. They run on the server
B. They support scheduled events
C. They execute on the client side
D. They support database indexing
Answer: C
Q2. Which is best for improving application performance when retrieving data?
A. Retrieve all objects
B. Use XPath constraints
C. Disable security
D. Use deep nesting associations
Answer: B
Q3. Which Mendix element controls access to domain model entities?
A. Page access
B. Module roles
C. Entity access rules
D. App security settings
Answer: C
Q4. What format is most commonly used in REST APIs in Mendix?
A. XML
B. JSON
C. CSV
,D. TXT
Answer: B
Q5. Where do Nanoflows primarily execute?
A. Server
B. Database
C. Client browser/device
D. Cloud runtime only
Answer: C
Q6. What is a microflow used for?
A. UI design
B. Business logic execution
C. Database design
D. Styling pages
Answer: B
Q7. What is the purpose of a scheduled event?
A. Trigger UI actions
B. Run logic at specific times
C. Improve page loading
D. Encrypt data
Answer: B
Q8. Which is NOT a valid Mendix security layer?
A. Module roles
B. Entity access
C. Page access
D. Database encryption layer
Answer: D
, Q9. Which is best practice for handling errors in microflows?
A. Ignore errors
B. Use empty error handlers
C. Use custom error handling flows
D. Stop the app
Answer: C
Q10. What does XPath primarily help with?
A. UI rendering
B. Styling pages
C. Filtering database queries
D. Deployment
Answer: C
Q11. What is a reference set used for?
A. One-to-one relationship
B. Many-to-many relationship
C. UI layout
D. Microflow triggers
Answer: B
Q12. Which action improves database efficiency?
A. Retrieve without constraints
B. Use associations wisely
C. Disable indexing
D. Avoid microflows
Answer: B
Q13. What is the role of module roles?
A. Define database structure