Mendix Certification Exam Answers PDF

Title Mendix Certification Exam Answers
Course Design & Analysis
Institution University of Florida
Pages 12
File Size 346.9 KB
File Type PDF
Total Downloads 522
Total Views 890

Summary

Become a Rapid Developer in Mendix 9 Exam•1 How do you send feedback on a particular Mendix app? Send it via email to mendix@mendix Call support Submit it to the Mendix Community Submit it via the Feedback widget - 2 Which of the following is a place where you can see news regarding the latest featu...


Description

Become a Rapid Developer in Mendix 9 Exam • 1

How do you send feedback on a particular Mendix app? Send it via email to [email protected] Call support Submit it to the Mendix Community Submit it via the Feedback widget

• 2

Which of the following is a place where you can see news regarding the latest features of the Mendix platfor The Mendix Forum The Mendix Documentation The Mendix Academy The Mendix Blog

• 3

What does the round Mendix badge on your profile represent? Whether you completed all learning paths in one of the levels Your Mendix certification level Your Mendix license level Nothing, you can change the color of your badge to the color you prefer

• 4

Which tool can you use for Online Project Management in Mendix? Mendix Studio The Community Dashboard The Mendix homepage The Mendix Developer Portal

• 5 Where's the best place to find the latest information regarding the default design language used by Mendix ap Check the latest updates on the Atlas UI site Follow the Mendix for Designers learning path Call an old friend of yours that is a lead designer Call the support team

• 6

Who can remove team members from a Mendix project? The SCRUM master The Product Owner The Application Operator The Stakeholder

• 7

Which of the following templates is the user story template? As a I want , so that As a I want , so that As a I want , so that As a I want , so that

• 8

When working with Scrum, who is responsible for making sure a project is successful? The Scrum Master The Product Owner The Scrum Team The Development Team

• 9

Which project methodology best fits a Mendix project?

KanBan PRINCE2 Agile Waterfall • 10

What needs to be clearly stated in a User story? The time it will take to build the feature The design of how the feature is going to work The deadline for the feature to be released The value for the user

• 11

What is a "Card Action"? A Widget A Building Block A Layout A Page Template

• 12

Which of the following is an "On Click Action" option for a button? Custom Save page Call a microflow Open Entity

• 13

What is a container used for? Grouping widgets so they can be simultaneously styled, moved, hidden, or deleted

Preventing widgets from interacting with anything outside the container Making it easier to click on UI elements Displaying text that will change • 14

Which statement about columns and rows in a layout grid is true? A Layout grid contains rows which contain columns A layout grid contains columns which contain rows You can decide whether your layout grid contains rows in columns or vice versa A layout grid only contains columns

• 15

What is the second phase of the Application Lifecycle? Deploy Capture Develop Design

• 16 If Team can have only one Home Stadium and a Home Stadium can have only one Team, which association nee Exclusive Association One-to-One Association One-to-Many Association Reference Set • 17

How is the database structure (or schema) determined in a Mendix app? Manually with a database management tool By the Domain Model when the app is published

On a page in the Developer Portal By the pages and microflows when the app is published • 18

What provides structure to your data? The pages The navigation The domain model The microflows

• 19

Which of the following is a data source for a list view? Database Parameter Another widget Data set

• 20

How should the Attribute name for an email address be written in the Domain Model? Email_Address Email Address emailAddress EmailAddress

• 21

What does the green circle in a microflow represent? The starting point of a microflow The microflow contains no errors The microflow can be triggered by a button

One of the possible starts of a microflow • 22

How does Mendix Assist Logic Bot support you during development? It prevents you from causing errors It checks your captions for spelling and grammar It helps you build microflows It increases your app's processing speed

• 23

Which of the following is an attribute type in Mendix? Character Numerical Byte Boolean

• 24

What is the maximum number of incoming flows a decision activity can have? One Two None Unlimited

• 25

What is a member in Mendix? Part of a microflow An entity in the domain model An attribute or an association A user within a security grouping



26

What is a working copy? A local copy of the project where you can make changes without affecting the repository until you comm An online repository that contains both the model and all the app’s resources A local copy of the project which is automatically committed to the repository after every change A copy of the work you have been doing since you last pressed save

• 27

How do you access Mendix Studio? By going to studio.mendix.com Through the developer portal From the Mendix App Store By requesting a web link from Support

• 28

What is the Project Explorer? A type of regular expression The Mendix-hosted environment that allows you to collaborate with your team and use versioning on yo A feature that automatically reminds you of things in your app which need to be fixed before committing The part of Studio Pro that gives you access to resources of the app such as pages, microflows, and navig

• 29

When should you create an Information Entity? When the app needs many objects to connect to many other objects in the database When the app needs to store additional information about an association in the database When the app needs to store information about a user in the database When the app needs to store information in the database

• 30

What is the name of the operation used to send changes to the Team Server? Commit

Update Synchronize Modify • 31

What are the possible exits for a decision with the expression $Course!=empty? false, empty true, false, empty true, empty true, false

• 32

What can you write in the expression editor? A Javascript expression A microflow expression A description explaining what the result of a microflow is

• 33

You want to add an attribute to a microflow expression but it is not in the scope of the microflow. What ca Edit the microflow expression Create a new attribute that is in scope of the microflow Add the attribute as a Parameter in the microflow Add a Retrieve activity to the microflow

• 34

What is a transient object? An object that has been created in memory but is not in the database yet. An object that is in the database but not in the memory An object used in a microflow expression

An object that is being retrieved to be used in a microflow expression • 35

You want to show a value converted using the latest exchange rates in your app. What type of attribute is Calculated attribute Stored attribute Dynamic attribute Changing attribute

• 36

Before setting validation rules, which of the following needs to be created? Entities Objects Pages Microflows

• 37

Where can you find the validation messages for attributes that are not connected to input widgets on a page? In the log. In the Developer Portal. On the page, underneath the input widget. In a pop-up

• 38

What type of validation could ensure that the domain of an email address is @mendix.com? Equals Unique Regular expression Required



39

Default save behavior can be replicated using which two microflow activities? Change attribute, Commit object Change object, Save object Save, Close page Commit object, Close page

• 40 You want to make sure that an airline flight in your app cannot be deleted if there are still passengers assigned Entity access Associated delete Cascading delete Prevention of delete • 41

What is the specific difference between Production and Prototype/Demo security? Prototype/Demo allows Demo Users Prototype/Demo does not include Entity access settings Production allows Anonymous users Production does not check for correctly configured settings

• 42

To configure entity access, the app security level must be set to: Off Production Demo/Prototype Cloud

• 43

Where do you manage the overall security settings for an app? App Security

Module Security Admin Security Production Security • 44 You have already configured production level security. What needs to be done to make a Mendix application ac You need to configure anonymous user access in the project security settings. Nothing. By default everybody has access to a Mendix application. This is not possible. You need to create an account for every user. You need to create an account without a username and password. • 45

Where can you create user roles? In the App Security In the Domain Model In the Developer Portal In the Administration Module

• 46

Can Nanoflows be used in an offline app? Yes No

• 47 Which technology provides you with an "Add to Home screen" prompt for launching an app in a browser witho Native mobile PWA Hybrid mobile Responsive Web •

48

Does Progressive Web App have to be published to the Marketplace before it can be used on the mobile? Yes No

• 49

In an app, which pages are best suited for viewing on a mobile device? All the pages defined in the app Only pages which contain small amounts of information All the pages which use mobile widgets Only pages with a layout optimized for mobile

• 50

Which of these layouts should you use when creating an app for mobile? Responsive Tablet Specific Phone Specific Gesture specific...


Similar Free PDFs