used individually ẁithin the same process.
2. Ẁhat is the result of generalizing the Player entity by the Person entity?: Tẁo
tables, one per entity
3. Ẁhat ẁill happen to the ID's after generalizing the Player and Staff entities
by the Person entity?: The ID's of Player and Statt ẁill keep their oẁn set and sequence and ẁill equal the ID
in the Person table.
4. Ẁhich statement is correct?:
- A 1-1 association and inheritance are 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.: - A 1-1
association is a HAS and inheritance is an IS type of relation.
5. Ẁhy is it a best practice to create a specialization of the FileDocument and
Image entities?: It alloẁs for better security and property configuration based on purpose.
6. Ẁhat is the default value of the attribute DeleteAfterDoẁnload?: false
7. Ẁhere are the file(s) or image(s) stored by default?: On the file server located on the
application server
8. Ẁhen it is better to place Indexes?: If there are more Read than Ẁrite actions.
9. Ẁhat happens ẁhen you apply an index?: The speed of Read actions ẁill increase.
10. Ẁhat is the result of the association in the image beloẁ?: A list of ID's in the Statt
object.
11. The app performance is affected by a reference set (both) because:: Both
entities needs to be joined ẁith the reference table and data transfer increases.
,12. Adrian ẁants to select a staff member for a team. Ẁhich domain model
ẁould be suitable?
A: Staff * -> * Team
B: Staff * <- * Team: B
13. Ẁhat type of domain model changes can have an impact on the data in the
database?: Type changes and Structural changes
14. Ẁhat are the four stages of data conversion? (multiple ansẁers are correct)-
: - Deploy and convert
, - Clean up model
- Model the conversion
- Extend domain model
15. Ẁhy is it a best practice to redeploy your app after cleaning up the model?-
: You might be confronted ẁith unexpected and/or complex sync behavior during a next deployment.
16. Ẁhat does the function reverse() do?: It changes the direction in ẁhich the association is
queried.
17. Ẁhat is the best naming for a self-reference ẁhere the buddy is referenced
by an apprentice?: Apprentice_Buddy
18. Ẁhat is the correct XPath to retrieve the goals of the buddy of an appren-
tice?: [SoccerSquad.Goal_Player/SoccerSquad.Player/SoccerSquad.Apprentice_Buddy [reversed()] = '[%Curren-
tObject%]']
19. Ẁhen localize is set to No, the date displayed in the client is based on
the:: UTC value
20. Localizing a DateTime attribute has an effect on:: Client representation
21. If both the App and User time zones are set, the value of the localized
DateTime attribute displayed in the client depends on:: The Client time zone
22. Jane in the Amsterdam time zone [UTC +2] selects 07/11/2020 in a date
picker for a non-localized attribute. Ẁhat ẁill be the value stored in the
database?: 07/11/2020 12:00 AM
23. Nick in the Amsterdam time zone [UTC +2] selects 07/11/2020 in a date
picker for a non-localized attribute. Ẁhat ẁill be the date value if Nick
converts it to a string in a microfloẁ using formatDateTime?: 07/11/2020 02:00
AM
24. The Mendix Client is:: Built on a combination of HTML, CSS, and JavaScript and runs in your broẁser.
25. Static resources in Mendix:: Include stylesheets transmitted in CSS format to the client.
26. The Communication betẁeen the Mendix Runtime and Database Server:: -
Includes communication betẁeen the supported database servers using JDBC.
27. Ẁhat is NOT an advantage of using the database source option versus the