https://www.stuvia.com/user/quizbit07
Mendix Intermediate Certification Exam 2026/2027 |
Siemens / Mendix Academy | Complete Study Guide
with Verified Q&A
Q: Which of the events is performed in the beginnin
...
https://www.stuvia.com/user/quizbit07
Mendix Intermediate Certification Exam 2026/2027 |
Siemens / Mendix Academy | Complete Study Guide
with Verified Q&A
Q: Which of the events is performed in the beginning of the sprint? - Sprint Planning - Sprint Retrospective - Sprint Review - Daily Scrum
Answer
Sprint Planning
Q: What happens in the daily scrum?
Team members share their progress, plans and issues
Instructions from the scrum master are delivered
Team members chat about non-work subjects to decompress
Development progress is presented to the stakeholders
Answer
Team members share their progress, plans and issues
https://www.stuvia.com/user/quizbit07
Q: Which of the following approaches needs to be used to sort items in the product backlog
from top to bottom?
Based on the ID assigned to a user story.
Based on an estimation of time development of a user story might take.
Based on the descending priority.
Based on an estimation of effort associated with a user story.
Answer
Based on descending priority
Q: What do Story Points associated with a user story indicate?
The number of tasks in a user story.
The priority of the user story.
The velocity of the team.
Estimation of complexity of a user story.
Answer
Estimation of complexity of a user story
Q: During which of the Sprint Events does the development team determine user stories that
will be finished in the sprint?
Product Backlog Refinement
Sprint Planning
Sprint Review
Daily Stand-up
Answer
Sprint Planning
https://www.stuvia.com/user/quizbit07
Q: Which folders contain source information tied to a specific module enabling reuse of this
module in another project?
Only Javasource folder
Only Javascriptsource folder
All folders within App Directory
Javascriptsource and Javasource folders
Answer
Javascriptsource and Javasource folders
Q: VerifyPassword.java file belonging to the System module is stored in which of the
JavaSource sub-folders?
Proxies
Root folder
Actions
Datasets
Answer
Actions
Q: Microflows.java file is stored in which sub-folder of JavaSource directory?
Actions
Root folder
Proxies
Datasets
Answer
Proxies
https://www.stuvia.com/user/quizbit07
Q: Which of the following sources are typically stored in the Resources folder of the App
Directory?
Proxies
Configuration files, HTML and Java files
Datasets
Microflows and constants
Answer
Configuration files, HTML and Java files
Q: Files and folders that together form the styling of your application are typically stored in
which of the following folders?
Theme
Resources
JavaScript
Userlib
Answer
Theme
Q: When working in an app with version control, which concept would you use to share your
database with your team?
By creating a dataset.
By creating a data snapshot and adding it to the deployment directory of your app.
By exporting a app package and sharing it with your team.
Simply by committing the app to Team Server.
Answer
https://www.stuvia.com/user/quizbit07
By creating a snapshot and adding it to the deployment directory of the app
Q: What type of conflict occurs when you and your colleague both modified the microflow
implementing the delete behavior?
Modify-Modify
Delete-Delete
Delete-Modify
Modify-Delete
Answer
Modify-Modify
Q: Which of the below listed definitions can be applied to explain what does a tagged version
mean?
A revision of another branch line.
A branch created from the current app revision.
A revision that has been used to build a Mx deployment package.
A revision of the main line.
Answer
A revision that has been used to build a Mx deployment package
Q: Which function is used to merge a complete branch into the mainline and is only available
on the main line?
Advanced merge
Port fix
https://www.stuvia.com/user/quizbit07
Merge feature branch
Quick fix
Answer
Merge feature branch
Q: Which of the below mentioned options can be used to merge revisions into and from all
lines, main line or branch line?
Port fix
Merge feature branch
Quick fix
Advanced merge
Answer
Advanced merge
Q: Where in Mendix Studio Pro can you configure XPaths?
Navigation
Text widgets
List Views
Page access rules
Answer
List views
https://www.stuvia.com/user/quizbit07
Which Widget feature utilizes XPaths?
Selectable data constraints on Reference Selectors
Dynamic text in Labels
Styling properties of Action Buttons
The tab index of a Group Box
Answer
Selectable data constraints on Reference Selectors
Where can you utilize XPaths in microflows?
In the 'Retrieve' action
In the 'Commit' action
In the 'Open page' action
In the input parameter
Answer
In the Retrieve action
How do you begin typing an XPath?
<
(
'
[
Answer
[
If you want to open the XPath auto-complete menu, you need to press:
Ctrl + O
https://www.stuvia.com/user/quizbit07
Ctrl + Space
Ctrl + Shift
Shift+Space
Answer
Ctrl + Space
Say you are writing an XPath in a Retrieve action for the VacationRequest entity in a Microflow.
If you write in the XPath window [Status = 'Cancelled'], what will be returned?
A list of all requests except the ones that are cancelled.
A new list of requests where the Status will not be 'Cancelled'.
A list of all requests with the status set to 'Cancelled'.
A new object with Status = 'Cancelled'.
A list of all requests with the status set to 'Cancelled'
Say you are writing an XPath in a Retrieve action on the VacationRequest entity in a Microflow.
If you write in the XPath window
[VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be returned?
A list of all vacation requests submitted by the current user.
The earliest Vacation Request that the current user has submitted.
A list of all the vacation requests submitted by the current user where the status is 'Approved'.
A list of all the vacation requests submitted by the current user that have yet to be approved.
A list of all vacation requests submitted by the user
Let's assume you add a new decimal attribute to the VacationRequest entity called 'DaysUsed'.
The value represents the total amount of days used for the requested vacation. If you write a
microflow with a Retrieve action, what will be the return if we use the following XPath
[DaysUsed < 4.5 and
not(VacationManagement.VacationRequest_Submitter/Administration.Account)]
https://www.stuvia.com/user/quizbit07
A list of all VacationRequests that are shorter than 4.5 days and have a Submitter assigned
A list of all VacationRequests that have been approved and are shorter than 4.5 days
A list of all VacationRequests that are shorter than 4.5 days and do not have a Submitter
assigned
A list of all VacationRequests that are longer than 4.5 days
A list of all VacationRequests that are shorter than 4.5 days and do not have a Submitter
assigned
If we populate a DataGrid of VacationRequest entities with the following XPath constraint, what
will happen? [StartDate = empty]
The grid will show the VacationRequest with the oldest StartDate.
This XPath will throw an error in Mendix Studio Pro. DateTimes cannot be empty.
The grid will show All VacationRequests where the StartDate is not populated.
The grid will show All VacationRequests where the StartDate is greater than the current date.
The grid will show All VacationRequests where the StartDate is not populated
Which of the following options indicates a correct way of structuring resources within App
Explorer?
By switching to Structuring mode
Automatically
Manually
By downloading App Explorer Structure app
Manually
When structuring the App Explorer, which of the following subfolders would be the best choice
to store things like Enumerations and Regular Expressions?
Microflows
Domain model
https://www.stuvia.com/user/quizbit07
Resources
Pages
Resources
When connecting a profile picture to an account of a team member, providing that it should be
possible to alter the picture, which of the following options would you choose?
Directly use the Image entity of the System module in the Domain Model of your module.
Copy the Image entity from the System module to the Domain Model of your module.
Create a ProfilePicture entity and configuring Image entity in the System module as its
generalization.
Create a ProfilePicture entity and configuring Image entity in the System module as its
generalization.
As Users by default always have multiple UserRoles, which of the following options can you put
in place to ensure a user gets restricted to only one user role?
Adding an After Commit Event Handler.
Adding the microflow logic.
Adjusting the user settings in Project Security.
Adjusting the type association between User and User role.
Adding the microflow logic
Which widget from the list below needs to be placed inside of a data widget to visualize a
dynamic image?
Image Uploader
File Manager
Dynamic Image
Static Image
Dynamc image
https://www.stuvia.com/user/quizbit07
Which of the following options is used for featuring the navigation menu in a sidebar?
Atlas Topbar
Atlas Sidebar
Atlas Default
Popup
Atlas Default
Which of the following terms refers to the empty areas that form the canvas for any pages that
make use of the layout?
Contents
Scroll containers
Placeholders
Layout grid
Placeholders
When a layout is based on another layout, which of the mentioned option refers to the parent
layout?
Placeholder layout
Main layout
Template layout
Master layout
Master layout
Which of the principles needs to be utilized to reduce duplication of already created elements?
TRY
https://www.stuvia.com/user/quizbit07
FLY
BUY
DRY
DRY
You want to re-use a header on multiple pages, which of the following options can you use to
ensure that the content of the header throughout the app automatically changes after you
modify its content?
Widget
Snippet
Template
Building block
Snippet
Which of the following widgets can be used to select associated objects, when multiple select is
possible?
Check boxes
Reference selector
Reference set selector
Drop-down
Reference set selector
From the buttons on a Data Grid widget that work with single select mode, which ones need to
be configured with multi-select mode?
Edit, Delete
New, Edit, Delete
New, Delete
https://www.stuvia.com/user/quizbit07
New, Edit
Edit, Delete
Where should you configure that only selected roles are allowed to see a container on a page?
In the Page Access tab of the Module Security.
In the Conditional visibility property of the container.
In the Navigation visibility property of the Page.
In the User tab of the Project security.
In the conditional visibility of the container
How is the size of popup windows set to fixed?
By manually setting the size of page columns.
Automatically.
By selecting Atlas_Fixed layout.
By setting the resizable property of the page to No.
By setting the resizable property of the page to No
How can you ensure that the buttons in the footer area of the relatively long and scrollable pop
up page are always visible?
By removing a scroll container.
By setting floating property of the footer to No.
By fixing the size of the scroll container.
By removing the outer layout grid.
By removing the outer layout grid.
https://www.stuvia.com/user/quizbit07
What constraint can you use to show the most recently created items at the top of the page?
createdAscend (descending)
createdDate (descending)
dateCreated (descending)
createdDescend (date created)
createdDate (descending)
What are the default Mendix options for the popups?
Resizable with size determined automatically, with layout grid as the most inner layer of the
page.
Fixed size determined automatically, with layout grid as the most inner layer of the page.
Resizable with size determined automatically, with layout grid as the most outer layer of the
page.
Fixed size determined automatically, with layout grid as the most outer layer of the page.
Resizable with size determined automatically, with layout grid as the most outer layer of the
page.
How to make the popup window always visible?
Change the layer grid.
Remove the outer layer grid.
Add a button to "glue" them.
Choose a different popup style.
Remove the outer layer grid.
Which of the following options provides an easy way to limit access rights for a given role to a
specific functionality within an app?
By creating a package.
https://www.stuvia.com/user/quizbit07
By creating a snippet.
By creating a separate domain model.
By adding a separate module.
By adding a separate module.
Where on the page can the Menu document be displayed in an app?
Only in a navigation layout
Anywhere
Only on a page
Only inside of a menu widget
Anywhere
What alternative to drawing an association between two entities can you use to connect two
entities, each located in a separate domain model?
By right-clicking in an entity and selecting Add>Association.
By adding a new association in the properties of an entity.
By copying entities from one domain model to another.
By writing a Java-code.
By right-clicking in an entity and selecting Add>Association
Which of the following XPath constraints should be used to allow users to only see their own
notifications?
[Notifications.Notification_Account='[%CurrentUser%]']
Notifications.Notification_Account='[%CurrentSession%]']
Notifications.Notification_Account=ID']
[Notifications.Notification_Account=System.User']
[Notifications.Notification_Account='[%CurrentUser%]']
https://www.stuvia.com/user/quizbit07
Question 5:
What can you use whenever you wish to display a navigation menu, but not the main navigation
tree?
Menu
External icons
Javascript
Modules from the App Store
Menu
How many source and destination languages can you specify?
One source, one destination
Many sources, many destinations
One source, many destinations
Many sources, one destination
One source, one destination
What does default project language define?
The language which users will see when using your app.
The language which will be selected by the user at the first log-in.
The language in which project content is visualized in Studio Pro.
The language selected for the given user at the moment of account creation.
What does default project language define?
When and how a default language of an app needs to be selected?
https://www.stuvia.com/user/quizbit07
Manually at the moment of app creation.
Automatically when opening an app in Studio Pro.
Automatically at the moment of app creation.
Manually when opening an app in Studio Pro.
Automatically at the moment of app creation.
Where can you choose the development language?
In the system texts
In the toolbar of Studio Pro
In the project folder
In the language library
In the toolbar of Studio Pro
Which of the following functionalities do you need to use to show a complete list of all
translatable texts of a source and destination language?
Occurance window
Import translation
Batch translation
Export translation
Batch translation
What is the easiest way to collect feedback from users from within your app?
Use the Feedback widget.
Make a page that allows users to write and submit feedback.
Provide a Contact Us link in your app.
Feedback functionality is automatically included in all Mendix apps.
https://www.stuvia.com/user/quizbit07
Use the Feedback widget
Where is page access configured?
App Security
The Domain Model
Module Security
Properties of Entity
Module Security
What would be a reasonable validation rule to use for AllowedNumberOfVisitorsPerDay?
Unique
Regular Expression: numeric characters only
Range <= 1000
Maximum length: 20
Range <= 1000
How can you easily manage accounts for your app?
Connect navigation to the built-in Account_Overview page
Make login and account management pages.
Always log in as a superuser.
Edit the database manually
Connect navigation to the built-in Account_Overview page
Is it possible to limit an entity to only one object?
Yes, through the Module Security
https://www.stuvia.com/user/quizbit07
No, this is not possible
Yes, through the Entity Properties
Yes, through a Microflow
Yes, through a Microflow
What is a limitation of a sub-microflow compared to a regular microflow?
A sub-microflow may only return a Boolean.
You have a smaller selection of activities.
Branching is not possible.
None. Sub-microflows are equally capable.
None. Sub-microflows are equally capable.
What main benefit do sub-microflows offer?
Better maintainability
Smaller memory usage
Increased logical capability
Improved performance
Increased logical capability
If you want to leave notes for future developers (or yourself) in a microflow, what can you use?
Sticky notes
Captions
Annotations
Comments
Annotations
https://www.stuvia.com/user/quizbit07
What is a limitation of a rule compared to a microflow?
Branching is not possible.
A rule may only return a Boolean.
None. Rules are equally capable.
You have a smaller selection of activities.
You have a smaller selection of activities.
You've replaced a microflow with newer functionality and want to test it. However, you don't
want to delete the old microflow permanently in case something goes wrong. How can you do
this?
Deactivate it.
Rename it.
Exclude it from the project.
Soft delete to the recycle bin and restore later.
Exclude it from the project
How can you allow users to access parts of an app (like a login page) without needing to log in?
Set up trial users.
Set account security accordingly.
Set up anonymous users.
Relax security for whichever pages need to be accessed.
Set up anonymous users.
In a microflow, what is a token?
A system-generated value.
A value determining how many sub-microflows may be called in the current microflow.
https://www.stuvia.com/user/quizbit07
A placeholder variable defined by the developer.
A hash string used in user account validation.
A system-generated value.
In a microflow expression, "toUpperCase" is an example of what?
An operation
A string transform
A cast
A function
A function
In a microflow, what would be an example of a variable?
$Customer
Round
Empty
formatDateTime
$Customer
You need to debug a microflow in production but don't want to impact your users. How can you
trigger debugging only when you personally are running the microflow?
Adjust security accordingly.
Write a microflow expression.
Add a decision to the microflow.
Set a breakpoint condition.
Set a breakpoint condition.
https://www.stuvia.com/user/quizbit07
How can you have a microflow automatically run at a specific moment in time?
Create it as a nanoflow.
Have it called as a sub-microflow.
Use the [%CurrentDateTime%] token.
Create and enable a scheduled event.
Create and enable a scheduled event.
What can you use to exit a loop early, instead of finishing the entire list of iterator objects?
A break event
A go-to event
A continue event
An exit event
A break event
You want to find the total number of objects in a list. What can you easily use to do this?
Create a loop with a counter variable.
Use an aggregate list function.
Use the [%total%] token.
Retrieve the value from the iterator object.
Use an aggregate list function.
What are batches used for?
Duplicating datasets.
Running nightly cycles.
Processing large amounts of data.
https://www.stuvia.com/user/quizbit07
Hotfixing errors in production.
Processing large amounts of data.
What is the list object in a loop called?
An aggregate list
An iterator
A looped list
A retrieval list
An iterator
What is another way of calling an association?
Dependence
Reference
Link
Arrow
Reference
How many associations can you add between two entities?
Many associations of various multiplicity.
Multiple One-to-One associations.
Two associations, one from each entity.
Only one association.
Many associations of various multiplicity.
What is a good reason to choose to use an Information Entity instead of multiple associations?
https://www.stuvia.com/user/quizbit07
You want it to be clear that only one object can have a specific qualification.
You want to display additional information about an association.
You want clear Entity names.
You want to optimize the app's performance.
You want to display additional information about an association.
Which of the event handlers does always need to return a boolean return value?
The before commit.
Not the before commit and after create.
Both the before commit and after create.
The after create.
The before commit.
Where do you define the "persistable" property of an entity?
In the widget property
In the page property
In the domain model
In the Microflow
In the domain model
For which of the following entity types does Mendix create a database table?
For none of them
For persistable entity
For non-persistable entity
For both persistable and non-persistable
For persistable entity
https://www.stuvia.com/user/quizbit07
What happens on commit of a non-persistable entity?
Current attributes are stored in memory and associations are stored in the database.
Current attributes and association values are stored in the database.
Current attribute values and association values are stored in memory.
Current attributes are stored in the database and associations are stored in memory.
Current attribute values and association values are stored in memory.
What would be a good situation to use a calculated attribute?
It is generally preferable to use a calculated attribute
When a value is viewed more often than it changes
When a value changes more often than it is viewed
You should avoid using calculated attributes at all costs
When a value changes more often than it is viewed
When connecting 2 entities of 2 different modules how do we typically call that association?
Cross-functional association
Cross-module association
Bi-module association
Cross-reference association
Cross-module association
You connected two entities by a cross-module association. You want Studio Pro to take you to
the associated entity in the other module - which option do you need to choose when you right
click the association?
Go to the associated entity
https://www.stuvia.com/user/quizbit07
Go to the other domain model
Go to the other side
Go to the other module
Go to the other side
Which of the following options list system members that can be stored as indicated in the
properties of an entity?
Created Date, Changed Date, Owner, ChangedBy
Created Date, Altered Date, Initiator, ChangedBy
Created Date, Modified Date, Creator, ModifiedBy
Created Date, Shifted Date, Originator, ModifiedBy
Created Date, Changed Date, Owner, ChangedBy
Which of the following terms is used to indicate a user that created the object of the given
entity?
Owner
Creator
Originator
Initiator
Owner
If you need to import data regularly, what is the best way to do so?
Configure custom interfaces
Services such as SOAP, REST, and oData
Automated emails
Web services such as HTTP and HTML
Services such as SOAP, REST and oData
https://www.stuvia.com/user/quizbit07
What are some alternative methods for importing files into a Mendix app?
Flat files, CSV, Excel
.zip, .rar
ISO image
PDF, .doc, .rtf
Flat files, CSV, Excel
When transforming, why should you import large datasets into a flat structure before running
the transformation?
To not overload the CPU
To not overrun available memory
To minimize network traffic
To prevent packet loss
To not overrun available memory
What is the fastest way to create overview pages for all of the entities in your domain model?
Each page must be created manually.
Create the first one and then use the "Duplicate page" option to create the rest.
Create a microflow using the "Generate overview pages" activity.
Right click an Entity and select "Generate overview pages..." for all entities.
Right click entity and select generete overview pages.. for all entities
How can you show data from multiple entities in the same data grid?
Add columns which use associations.
https://www.stuvia.com/user/quizbit07
Select multiple data sources for the data grid.
Drag one data grid on top of another.
Put two data grids next to each other; Mendix will join them.
Add columns which use associations
Where do you connect User roles to Module roles?
App security
Prototype/demo security
Module security
Production security
App security
What does your app need in order to import Excel data into a Mendix app?
A data grid with data source ".xls."
The Excel Importer module from the Marketplace.
The Import XLS microflow activity from the toolbox.
The Excel Importer data grid widget from the Marketplace.
The Excel Importer module from the Marketplace.
What does the Mx Model Reflection module do?
It imports Excel files into your app.
It allows you to easily create duplicates of entities.
It creates a second domain model for testing.
It shows the configuration of your domain model in the client.
It shows the configuration of your domain model in the client.
https://www.stuvia.com/user/quizbit07
Why shouldn't you make changes to Marketplace modules?
Mendix owns all Marketplace modules, so you do not have access to edit them.
This violates the intellectual property rights of the module's creator.
Your edits will affect the version of the app on the Marketplace for everyone using it.
Updating to a new version of the module erases your changes.
Submit Answers
Updating to a new version of the module erases your changes.
What are JSON structures converted to in Mendix?
Data grids
Microflows
Associations
Objects
Objects
What do you use to interpret XML or JSON into Mendix objects?
Import mappings
REST responses
JSON snippets
Export mappings
Import mappings
How do you get REST data using a microflow?
You must call a sub-microflow which is linked to the import mapping.
Configure a Retrieve to get a REST service.
https://www.stuvia.com/user/quizbit07
Use a Call REST Service action.
Use a Java action call to write the call.
Use a Call REST Service action.
What are export mappings used to accomplish?
Converting your pages to HTML
Converting Mendix objects to Javascript
Converting Mendix objects to XML or JSON
Converting the domain model to a reflection
Converting Mendix objects to XML or JSON
What does a message definition do?
It defines the type of conversion your export mapping does
It defines the messages that are sent to and from your app
It tells Mendix which modules may be exported
It determines the form your JSON snippets will take
It defines the messages that are sent to and from your app
What type of role should you make for your published REST services documents in security?
Admin role
User role
Module role
Anonymous user role
Module role
https://www.stuvia.com/user/quizbit07
You want to manipulate your data as you import it. Which of the following methods would be
best suited to accomplish this?
The Excel Import microflow activity
Manipulate the data manually with a microflow
The Excel Importer module
The Export to Excel data grid button
The Excel Importer module
For the Export to Excel button to properly function, what must be the source of its data grid?
Association
XPath
Microflow
Database
XPath
How can you export columns from your data grid without displaying them on the page for the
user to see?
Remove the columns from the data grid
Uncheck the Display Column option in properties
Use conditional visibility to hide them from all module roles
Use CSS to set the column to Display: none
Use CSS to set the column to Display: none
You can create a new app from the Mendix Developer Portal.
True
https://www.stuvia.com/user/quizbit07
If a Scrum team gets stuck, because of things that are out of their control, who is responsible to
remove those impediments?
The Scrum Master
Where do you capture your project requirements?
At the Stories tab underneath Collaborate in your project's dashboard.
How many default App Team roles are there?
5
When using the Layout Grid, the weight of all columns must add up to:
12
How many rows can a page have?
As many as you need
It is possible to place multiple widgets in a container
True
You can have different row layouts for mobile, tablet, and desktop devices.
True
https://www.stuvia.com/user/quizbit07
A list view is a widget used to:
Display dynamic data
The value 1.23 could be stored in an attribute of the type:
Decimal
The attribute type Enumeration is used to store:
A list of predefined values
The reference selector is a widget that allows you to:
Select and display an associated object
What are microflows?
A custom logic of a Mendix application
What are three microflow components?
Activity, Exclusive split, Parameter
How many start events can a microflow have?
One
Microflows can be triggered by:
https://www.stuvia.com/user/quizbit07
Entity event, Action button, Widget event
The Desktop modeler is a WYSIWYG editor.
False
In the Desktop Modeler, you can access the Domain Model of your app from:
The Project Explorer
Only users with the SCRUM Master role have access to the Team Server.
False
You downloaded the latest version of the project from the Team Server, and did some changes to
the app. What do you need to do next for your team members to be able to view your changes?
Commit your changes to the Team Server
When do you use in the retrieve action the option "by association"?
When you want to retrieve the associated object from memory.
Which statement is true?
Microflow expressions are used to change, check and extract data from available values.
Which activity is used to change the value of an attribute?
https://www.stuvia.com/user/quizbit07
Change object
Where do you configure validation rules?
In the entity properties
What do validation rules apply to?
Attributes
What would be a best practice when deleting a Location? On delete of 'Location' object:
Delete 'Location' objects only if it is not associated with 'TrainingEvent' objects
When deleting a Trainee, you want that all the Registrations of this Trainee are deleted as well.
How is that delete behavior called?
Cascading delete
Which security level must be active to deploy an application to the test environment of a
licensed node in the Mendix cloud?
Production security
What effect does security have on the navigation of the application?
The visibility of menu items is affected by Page and Microflow security
Why can you define security settings on both project and module level?
https://www.stuvia.com/user/quizbit07
It makes it easy to reuse modules.
A user role must have one or more module roles in every module
False
You can create a part of the app functionality specifically for mobile.
True
You can set a different homepage for mobile than the one for other devices.
True
What would be the best name for a mobile-specific homepage?
Home_Mobile
[Show More]