Mendix Advanced EXAM 2025 UPDATE Verified Questions And
Mendix Advanced
Answers | Guaranteed Success!!
Study online at https://quizlet.com/_d1e5xi
1. Inheritance is used to: Inherit the structure and behavior of an en-
tity, so that all specializations can be used
individually within the same process.
2. What is the result of generalizing the Play- Two tables, one per entity
er entity by the Person entity?
3. What will happen to the ID's after gener- The ID's of Player and Staff will keep their
alizing the Player and Staff entities by the own set and sequence and will equal the ID
Person entity? in the Person table.
4. Which statement is correct?: - A 1-1 association is a HAS and inheritance
- A 1-1 association and inheritance are is an IS type of relation.
both an IS type of relation.
- A 1-1 association is an IS and inheritance
is an HAS type of relation.
- A 1-1 association is a HAS and inheritance
is an IS type of relation.
- A 1-1 association and inheritance are
both an HAS type of relation.
5. Why is it a best practice to create a spe- It allows for better security and property
cialization of the FileDocument and Image configuration based on purpose.
entities?
6. What is the default value of the attribute false
DeleteAfterDownload?
7. Where are the file(s) or image(s) stored by On the file server located on the application
default? server
8. When it is better to place Indexes? If there are more Read than Write actions.
, Mendix Advanced
Study online at https://quizlet.com/_d1e5xi
9. What happens when you apply an index? The speed of Read actions will increase.
10. What is the result of the association in the A list of ID's in the Staff object.
image below?
11. The app performance is affected by a ref- Both entities needs to be joined with the
erence set (both) because: reference table and data transfer increases.
12. Adrian wants to select a staff member for B
a team. Which domain model would be
suitable?
A: Staff * -> * Team
B: Staff * <- * Team
13. What type of domain model changes can Type changes and Structural changes
have an impact on the data in the data-
base?
14. What are the four stages of data conver- - Deploy and convert
sion? (multiple answers are correct) - Clean up model
- Model the conversion
- Extend domain model
15. Why is it a best practice to redeploy your You might be confronted with unexpected
app after cleaning up the model? and/or complex sync behavior during a next
deployment.
16. What does the function reverse() do? It changes the direction in which the asso-
ciation is queried.
17. What is the best naming for a self-refer- Apprentice_Buddy
ence where the buddy is referenced by an
apprentice?
, Mendix Advanced
Study online at https://quizlet.com/_d1e5xi
18. What is the correct XPath to retrieve the [SoccerSquad.Goal_Player/Soccer-
goals of the buddy of an apprentice? Squad.Player/SoccerSquad.Appren-
tice_Buddy [reversed()] =
'[%CurrentObject%]']
19. When localize is set to No, the date dis- UTC value
played in the client is based on the:
20. Localizing a DateTime attribute has an ef- Client representation
fect on:
21. If both the App and User time zones are The Client time zone
set, the value of the localized DateTime
attribute displayed in the client depends
on:
22. Jane in the Amsterdam time zone [UTC +2] 07/11/2020 12:00 AM
selects 07/11/2020 in a date picker for a
non-localized attribute. What will be the
value stored in the database?
23. Nick in the Amsterdam time zone [UTC +2] 07/11/2020 02:00 AM
selects 07/11/2020 in a date picker for a
non-localized attribute. What will be the
date value if Nick converts it to a string in
a microflow using formatDateTime?
24. The Mendix Client is: Built on a combination of HTML, CSS, and
JavaScript and runs in your browser.
25. Static resources in Mendix: Include stylesheets transmitted in CSS for-
mat to the client.
26.
Mendix Advanced
Answers | Guaranteed Success!!
Study online at https://quizlet.com/_d1e5xi
1. Inheritance is used to: Inherit the structure and behavior of an en-
tity, so that all specializations can be used
individually within the same process.
2. What is the result of generalizing the Play- Two tables, one per entity
er entity by the Person entity?
3. What will happen to the ID's after gener- The ID's of Player and Staff will keep their
alizing the Player and Staff entities by the own set and sequence and will equal the ID
Person entity? in the Person table.
4. Which statement is correct?: - A 1-1 association is a HAS and inheritance
- A 1-1 association and inheritance are is an IS type of relation.
both an IS type of relation.
- A 1-1 association is an IS and inheritance
is an HAS type of relation.
- A 1-1 association is a HAS and inheritance
is an IS type of relation.
- A 1-1 association and inheritance are
both an HAS type of relation.
5. Why is it a best practice to create a spe- It allows for better security and property
cialization of the FileDocument and Image configuration based on purpose.
entities?
6. What is the default value of the attribute false
DeleteAfterDownload?
7. Where are the file(s) or image(s) stored by On the file server located on the application
default? server
8. When it is better to place Indexes? If there are more Read than Write actions.
, Mendix Advanced
Study online at https://quizlet.com/_d1e5xi
9. What happens when you apply an index? The speed of Read actions will increase.
10. What is the result of the association in the A list of ID's in the Staff object.
image below?
11. The app performance is affected by a ref- Both entities needs to be joined with the
erence set (both) because: reference table and data transfer increases.
12. Adrian wants to select a staff member for B
a team. Which domain model would be
suitable?
A: Staff * -> * Team
B: Staff * <- * Team
13. What type of domain model changes can Type changes and Structural changes
have an impact on the data in the data-
base?
14. What are the four stages of data conver- - Deploy and convert
sion? (multiple answers are correct) - Clean up model
- Model the conversion
- Extend domain model
15. Why is it a best practice to redeploy your You might be confronted with unexpected
app after cleaning up the model? and/or complex sync behavior during a next
deployment.
16. What does the function reverse() do? It changes the direction in which the asso-
ciation is queried.
17. What is the best naming for a self-refer- Apprentice_Buddy
ence where the buddy is referenced by an
apprentice?
, Mendix Advanced
Study online at https://quizlet.com/_d1e5xi
18. What is the correct XPath to retrieve the [SoccerSquad.Goal_Player/Soccer-
goals of the buddy of an apprentice? Squad.Player/SoccerSquad.Appren-
tice_Buddy [reversed()] =
'[%CurrentObject%]']
19. When localize is set to No, the date dis- UTC value
played in the client is based on the:
20. Localizing a DateTime attribute has an ef- Client representation
fect on:
21. If both the App and User time zones are The Client time zone
set, the value of the localized DateTime
attribute displayed in the client depends
on:
22. Jane in the Amsterdam time zone [UTC +2] 07/11/2020 12:00 AM
selects 07/11/2020 in a date picker for a
non-localized attribute. What will be the
value stored in the database?
23. Nick in the Amsterdam time zone [UTC +2] 07/11/2020 02:00 AM
selects 07/11/2020 in a date picker for a
non-localized attribute. What will be the
date value if Nick converts it to a string in
a microflow using formatDateTime?
24. The Mendix Client is: Built on a combination of HTML, CSS, and
JavaScript and runs in your browser.
25. Static resources in Mendix: Include stylesheets transmitted in CSS for-
mat to the client.
26.