MENDIX INTERMEDIATE EXAM CERTIFICATION ACTUAL EXAM QUESTIONS AND
CORRECT DETAILED ANSWERS|ALREADY GRADED A+
App Directory(answer)The main directory containing all the files and folders related to the app, including
modules, resources, and deployment files.
Clean Directory Example(answer)A new app directory with no additional files or folders, reflecting the
initial state of the app.
JavaScript Source(answer)A folder containing the structure of app modules with JavaScript actions
defined for nanoflows, aiding in finding and reusing JavaScript sources.
Java Source(answer)A folder containing the structure of app modules with all Java sources for
microflows.
Modules(answer)Distinct parts of the app reflected in the directory after the app has been run, with
each module having its own folder.
Java Actions(answer)Destination folder for all Java actions created in a specific module using Studio Pro.
Datasets(answer)Destination folder for all data sets created in a specific module using Studio Pro.
Proxies(answer)Folder representing all entities, persistent and non-persistent, and enumerations within
the app.
Resources(answer)Folder containing files like HTML files or configuration files that directly affect the
application's functionality.
, MENDIX INTERMEDIATE EXAM CERTIFICATION ACTUAL EXAM QUESTIONS AND
CORRECT DETAILED ANSWERS|ALREADY GRADED A+
Theme(answer)Folder containing files and folders that form the source for the styling of the application,
requiring HTML/CSS/SASS knowledge for changes.
User Library(answer)Folder containing Java libraries supporting custom Java functions, which may
change when downloading modules like the Community Commons Function Library or Email module.
Widgets(answer)Folder containing .mpk files reflecting the widgets available in Studio Pro, requiring
knowledge of Mendix APIs and JavaScript for changes.
.mpr(answer)File required by Studio Pro to open the app.
.mpr.bak(answer)Backup file for the .mpr file, used to restore the app in case of issues during Mendix
version upgrades or Team Server app updates.
.mpr.lock(answer)File indicating that the app is currently open in Studio Pro.
Deployment Folder(answer)Folder containing deployment files needed to run the app locally, including
folders and files for the local database and application sources.
Releases Folder(answer)Folder where deployment packages created with Studio Pro are stored by
default.
Packages Folder(answer)Folder storing created app packages.
Data-snapshot.zip file(answer)File generated when creating a snapshot of app data, containing a local
database that can be shared with teammates.
CORRECT DETAILED ANSWERS|ALREADY GRADED A+
App Directory(answer)The main directory containing all the files and folders related to the app, including
modules, resources, and deployment files.
Clean Directory Example(answer)A new app directory with no additional files or folders, reflecting the
initial state of the app.
JavaScript Source(answer)A folder containing the structure of app modules with JavaScript actions
defined for nanoflows, aiding in finding and reusing JavaScript sources.
Java Source(answer)A folder containing the structure of app modules with all Java sources for
microflows.
Modules(answer)Distinct parts of the app reflected in the directory after the app has been run, with
each module having its own folder.
Java Actions(answer)Destination folder for all Java actions created in a specific module using Studio Pro.
Datasets(answer)Destination folder for all data sets created in a specific module using Studio Pro.
Proxies(answer)Folder representing all entities, persistent and non-persistent, and enumerations within
the app.
Resources(answer)Folder containing files like HTML files or configuration files that directly affect the
application's functionality.
, MENDIX INTERMEDIATE EXAM CERTIFICATION ACTUAL EXAM QUESTIONS AND
CORRECT DETAILED ANSWERS|ALREADY GRADED A+
Theme(answer)Folder containing files and folders that form the source for the styling of the application,
requiring HTML/CSS/SASS knowledge for changes.
User Library(answer)Folder containing Java libraries supporting custom Java functions, which may
change when downloading modules like the Community Commons Function Library or Email module.
Widgets(answer)Folder containing .mpk files reflecting the widgets available in Studio Pro, requiring
knowledge of Mendix APIs and JavaScript for changes.
.mpr(answer)File required by Studio Pro to open the app.
.mpr.bak(answer)Backup file for the .mpr file, used to restore the app in case of issues during Mendix
version upgrades or Team Server app updates.
.mpr.lock(answer)File indicating that the app is currently open in Studio Pro.
Deployment Folder(answer)Folder containing deployment files needed to run the app locally, including
folders and files for the local database and application sources.
Releases Folder(answer)Folder where deployment packages created with Studio Pro are stored by
default.
Packages Folder(answer)Folder storing created app packages.
Data-snapshot.zip file(answer)File generated when creating a snapshot of app data, containing a local
database that can be shared with teammates.