100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Mendix Advanced Certification Exam |Actual Questions and Verified Answers| Already Graded A

Rating
-
Sold
-
Pages
20
Grade
A+
Uploaded on
24-04-2025
Written in
2024/2025

Mendix Advanced Certification Exam |Actual Questions and Verified Answers| Already Graded A How do you show multiple specialized entities in the same list view? - ANSWER -By adding a template for every specialized entity while using the default for the generalized entity. What do you need to do after an Object type decision? - ANSWER Cast to entity to the correct specialization. What should you do if the Object type decision is empty? - ANSWER Create a log message, since this is unexpected behavior. Why should you use inheritence? - ANSWER -It allows you to make reusable microflow, which increases the consistency and maintainability of your app. when should you use a 1-1 association over inheritance? - ANSWER when the entity in question isn't a true specialization of the generalized entity and/or the generalized entity's properties are not required when dealing with the entity in question. Why is creating a new entity and making it a specialization of the FileDocument or Image entity preferred over using original entities? - ANSWER -The original entities are part of the System module, which makes them ineditable. What indicates ownership over an association. - ANSWER -A dot on that entity's side of the association. What is the main downside of a 'many to many' association - ANSWER -It uses a lot more memory that other associations. What is an index? - ANSWER -An extra table for a given entity in the database with ID's and a specified attribute(s) in a sorted order which allows for faster queries. When do you use an index? - ANSWER -On entities with a lot of objects that are read more than written and on the most searched attributes, that also have many possibilities. What is the downside of an index? - ANSWER -every time an object is added, the entire index table needs to be updated, which can potentially cause performance issues. What are the 4 stages of a domain model restructering? - ANSWER -1. extend your domain model 2. model the data conversion 3. deploy the new model and convert the data. 4. clean up the model. What does the expression [reversed ()] do? - ANSWER -it tells mendix to reverse the direction in which a association is read. What does localization on a datetime attribute do? - ANSWER -It changes the datetime value to the time zone of the user when used or viewed. The value is still stored on UTC time. When should you turn localization off? - ANSWER -when time offset is irrelevant What is the Mendix Client? - ANSWER -The Client runs in your browser and renders the front-end of your application. it makes use of HTML, CSS and JavaScript. It talks with Mendix Runtime and stores local objects within a session. What is mendix runtime? - ANSWER -This is the application server that provides the Runtime environment of your apps and executes any logic defined in the application model. it talks with both the mendix client and the database server. What is the Database server? - ANSWER -Any form of database that is supported by mendix. stores all data from your app and is structured based on the domain models. it talks with mendix runtime. what type of resource are pages, stylesheets and images in mendix? - ANSWER -Static resources Why would you choose database over Xpath as a data source for a list view? - ANSWER -Constrains are easier to specify and are less resource intensive, furthermore they can be used by offline mobile apps. How do you analyze SQL Queries in Mendix. - ANSWER -By setting the log level on ConnectionBus_Retrieve to Trace and checking the console logs. What is the difference between an association and database retrieve? - ANSWER -A association retrieve will first check in memory which can contain uncommited changes, while a database retrieve directly checks the database, skipping uncommited changes.

Show more Read less
Institution
Mendix Advanced Certification
Course
Mendix Advanced Certification










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Mendix Advanced Certification
Course
Mendix Advanced Certification

Document information

Uploaded on
April 24, 2025
Number of pages
20
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Mendix Advanced Certification Exam |Actual
Questions and Verified Answers| Already Graded A

How do you show multiple specialized entities in the same list view? -
ANSWER -By adding a template for every specialized entity while
using the default for the generalized entity.

What do you need to do after an Object type decision? - ANSWER -
Cast to entity to the correct specialization.

What should you do if the Object type decision is empty? - ANSWER -
Create a log message, since this is unexpected behavior.

Why should you use inheritence? - ANSWER -It allows you to make
reusable microflow, which increases the consistency and maintainability
of your app.

when should you use a 1-1 association over inheritance? - ANSWER -
when the entity in question isn't a true specialization of the generalized
entity and/or the generalized entity's properties are not required when
dealing with the entity in question.

Why is creating a new entity and making it a specialization of the
FileDocument or Image entity preferred over using original entities? -
ANSWER -The original entities are part of the System module, which
makes them ineditable.

What indicates ownership over an association. - ANSWER -A dot on
that entity's side of the association.

, What is the main downside of a 'many to many' association - ANSWER
-It uses a lot more memory that other associations.

What is an index? - ANSWER -An extra table for a given entity in the
database with ID's and a specified attribute(s) in a sorted order which
allows for faster queries.

When do you use an index? - ANSWER -On entities with a lot of
objects that are read more than written and on the most searched
attributes, that also have many possibilities.

What is the downside of an index? - ANSWER -every time an object is
added, the entire index table needs to be updated, which can potentially
cause performance issues.

What are the 4 stages of a domain model restructering? - ANSWER -1.
extend your domain model
2. model the data conversion
3. deploy the new model and convert the data.
4. clean up the model.

What does the expression [reversed ()] do? - ANSWER -it tells mendix
to reverse the direction in which a association is read.

What does localization on a datetime attribute do? - ANSWER -It
changes the datetime value to the time zone of the user when used or
viewed. The value is still stored on UTC time.

When should you turn localization off? - ANSWER -when time offset
is irrelevant

, What is the Mendix Client? - ANSWER -The Client runs in your
browser and renders the front-end of your application. it makes use of
HTML, CSS and JavaScript. It talks with Mendix Runtime and stores
local objects within a session.

What is mendix runtime? - ANSWER -This is the application server
that provides the Runtime environment of your apps and executes any
logic defined in the application model. it talks with both the mendix
client and the database server.

What is the Database server? - ANSWER -Any form of database that is
supported by mendix. stores all data from your app and is structured
based on the domain models. it talks with mendix runtime.

what type of resource are pages, stylesheets and images in mendix? -
ANSWER -Static resources

Why would you choose database over Xpath as a data source for a list
view? - ANSWER -Constrains are easier to specify and are less resource
intensive, furthermore they can be used by offline mobile apps.

How do you analyze SQL Queries in Mendix. - ANSWER -By setting
the log level on ConnectionBus_Retrieve to Trace and checking the
console logs.

What is the difference between an association and database retrieve? -
ANSWER -A association retrieve will first check in memory which can
contain uncommited changes, while a database retrieve directly checks
the database, skipping uncommited changes.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TheExamMaestro Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
114
Member since
1 year
Number of followers
5
Documents
2936
Last sold
15 hours ago
Exam Vault

Exam Vault is your trusted destination for high-quality exam materials and study resources. We provide a wide rage of tests and prep guides to help you succeed, whether you're preparing for academic exams, certifications, or professional assessments

3.8

13 reviews

5
7
4
2
3
1
2
0
1
3

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions