You want to use a different styling for different parts of the app, what is probably the
best setting for this? Show styling for... - ANSWER App and all modules
What is the Styling Editor used for? - ANSWER Styling and JavaScript actions.
What part of the CSS syntax references the object that is to be styled? - ANSWER
Selector
What is the correct naming convention for Sass partials? - ANSWER _partial-
name.scss
In the Atlas framework, under which folder should you add partials to customize your
app's design? - ANSWER Web
Where should $variables be kept according to Mendix best practices? - ANSWER In
any partial with the name variable.
According to best practices, how should you change the font side of H1 headers? -
ANSWER By changing the variable in custom-variable.scss.
You notice that a property in the inspector has been crossed through, what does this
mean? - ANSWER The property has been overwritten.
,Where can published data be found - ANSWER Data Hub Catalog
What is a piece of data from the data hub called? - ANSWER External Entry
Why is the version number assigned to Odata service important? - ANSWER There
can be multiple versions of a service and users can connect to a specific one using it.
What is an external entity? - ANSWER An entity that is connected to a dataset in
Data Hub.
What source type is used within Microsoft Excel to connect to a dataset in Data Hub? -
ANSWER OData Feed
Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? -
ANSWER In the domain model of the app where the External Entity is defined.
What would you use to save changes to an external entity? - ANSWER A Send
external object activity
Can you modify data in an External Entity? - ANSWER Yes, if the Updateable(write)
property of its public resource settings is checked.
What does the D in CRUD stand for? - ANSWER Delete
How do you get the Data Hub Landscape? - ANSWER Clicking the Landscape tab.
An app connected by a grey dotted line to your service in the Data Hub Landscape
means what? - ANSWER The app is consuming data from your service.
, An app connected by a grey solid line to your service in the Data Hub Landscape
means what? - ANSWER The app is providing data to your service.
Which of the events is performed in the beginning of the sprint? - ANSWER Sprint
planning
What happens in the daily scrum? - ANSWER Team members share their progress,
plans, and issues.
Which of the following approaches needs to be used to sort items in the product backlog
from top to bottom? - ANSWER Based on the descending priority.
What do Story Points associated with a user story indicate? - ANSWER Estimation
of complexity of a user story.
During which of the Sprint Events the development team determines user stories that
will be finished in the sprint? - ANSWER Sprint Planning
Which folders contain source information tied to a specific module enabling reuse of this
module in another project? - ANSWER Javascriptsource and Javasource folders
VerifyPassword.java file belonging to the System module is stored in which of the
JavaScript sub-folders? - ANSWER Actions
Microflows.java file is stored in which sub-folder of JavaScript directory? - ANSWER
Proxies
Which of the following sources are typically stored in the Resources folder of the App
Directory? - ANSWER Configuration files, HTML and Java files