in Mendix?
Answer: Create wireframes
Can you preview the pages of your app on all
devices types without publishing?
Answer: True (Yes)
Is it possible to publish your app while it still
has errors?
Answer: (False) No
Does every databased table in a Mendix app
automatically have an ID column?
Answer: True (Yes)
,How is the databased structure (for schema)
determined in a Mendix app?
Answer: By the Domain Model when the app is published
What are connections between entities in
Mendix called?
Answer: Associations
Where do feedback item show up when they
are submitted by an end user?
Answer: In the Developer Protal
What does the red circle in a mircoflow
represent?
, Answer: An endpoint of the microflow
What does Mendix Assist do?
Answer: It helps you build microflows
You want to use create a new TrainingEvent
from the course overview page and prefill
some information based on the course.
What parameter should you pass to the
microflow
Answer: The Course Entity
What is a good name for a microflow that
allows you to schedule a new TrainingEvent
from your homepage