OUTSYSTEMS EXAM QUESTIONS AND
ANSWERS
List the different types of applications available on OutSystems. - Correct Answers -
Web Apps, Mobile Apps, Service Apps
Where do Web applications inside of OutSystems run? - Correct Answers -They are
interacted with form the browser- they run in the browser.
The web applications will be responsive, what does that mean? - Correct Answers -It
means the layout of the application can be adjusted depending on the type of device
that's making the request and the screen size of that device.
The web apps will follow a request/response pattern. Why do they do that? - Correct
Answers -The client-side and server-side interact by making HTTP requests and
sending back HTTP responses.
How do you create a web app inside of OutSystems? - Correct Answers -Ask for a new
application, select the type of app as a web app, and the next question we'll get asked is
which template you would like to use.
There are two default templates inside
of OutSystems for web applications. What are they? - Correct Answers -1. Once creates
screens with a side menu
2. The other gives a layout with a top menu
Why do you need to select one of these applications types? - Correct Answers -Web
apps and mobile apps have
different programming models.
Inside of OutSystems applications are the
deployment unit. What does that actually mean? - Correct Answers -It means that those
applications can be versioned and tagged for easier management.
How many modules should an application have and why? - Correct Answers -At least
one because the module will define how different things work. If the application doesn't
have any modules, then it isn't defining any types of behaviour or explaining how the
application should work.
ANSWERS
List the different types of applications available on OutSystems. - Correct Answers -
Web Apps, Mobile Apps, Service Apps
Where do Web applications inside of OutSystems run? - Correct Answers -They are
interacted with form the browser- they run in the browser.
The web applications will be responsive, what does that mean? - Correct Answers -It
means the layout of the application can be adjusted depending on the type of device
that's making the request and the screen size of that device.
The web apps will follow a request/response pattern. Why do they do that? - Correct
Answers -The client-side and server-side interact by making HTTP requests and
sending back HTTP responses.
How do you create a web app inside of OutSystems? - Correct Answers -Ask for a new
application, select the type of app as a web app, and the next question we'll get asked is
which template you would like to use.
There are two default templates inside
of OutSystems for web applications. What are they? - Correct Answers -1. Once creates
screens with a side menu
2. The other gives a layout with a top menu
Why do you need to select one of these applications types? - Correct Answers -Web
apps and mobile apps have
different programming models.
Inside of OutSystems applications are the
deployment unit. What does that actually mean? - Correct Answers -It means that those
applications can be versioned and tagged for easier management.
How many modules should an application have and why? - Correct Answers -At least
one because the module will define how different things work. If the application doesn't
have any modules, then it isn't defining any types of behaviour or explaining how the
application should work.