associate web developer
simulate with 100% correct
answers ( graded A+)
What is a Web app in Outsystems? - answer Application with a
responsive interface that runs in the browser
An Web app can run offline? - answer No, it requires internet.
An Web app cannot access the camera of a smartphone, since it's
not a mobile app. (True or False) - answer False, it can acesses all
HTML5 supported device capabilities, like camera and localization.
Do I need to install a web app? - answer All you need is a browser
and the URL of the app
How does an APP Web in Outsystems promote reusability? -
answer One codebase for all devices and screen sizes.
An Entity is the OutSystems way to... - answer model and store
persistently compound data, equivalent to a DB Table
,Outsystem is a low-code RAD plataform. What does tha means? -
answer It has a fast and more compreensive way to create,
deploy, change and manage to develop web app
In service studio, what can you do in forge tab? - answer Install
services and apps from other users to use in my app.
In service studio, what can you do in environment tab? - answer
Create, search, install and manage applications
What is TrueChange tab? - answer displays the existing errors and
warnings of your module
What is Debugger tab? - answer use this tab to debug your
application
What is 1-Click Publish tab? - answer when you deploy your
module, this area will show the progress and result of the
deployment process
What is Search Results tab? - answer lists the results of a search
performed in the module
An application can have one or more modules. What`s a module?
- answer A module is where you design the data model,
implement the logic, and design the UI of your applications
,What's the cog do? - answer Access Service Center
What does the menu option with a cloud icon with an arrow do? -
answer Connect to another enviroment
How can you delete an app? - answer Select it, near app icon use
the Delete option.
There are 4 types of modules. Which ones are they? - answer Web
responsive, web blank, service and extension
What is the main difference between Web responsive and web
blank module types? - answer Web responsive start with an UI
with has a theme
There are 4 tabs in application layer. Which ones are they? -
answer Processes, Interface, Logic and Data
When you create a Public Server action in a module. in which
application layer and folder you can found it in another module? -
answer Application layer Logic, In Server Action folder inside the
name of module
How create an entity from excel? - answer Application layer Data,
right-click Entities folder and select import Entities from Excel.
, What are Attributes in OutSystems? - answer Columns of a
database table
When you create an entity from excel, it don't populates your
database with the data that is in the Excel file. (T/F) - answer
False
Outsystems is only PaaS, this way you can't install it on a server
and run it on-premisse - answer False
What is OutSystem Server? - answer Servers responsible for
compiling, publishing, managing, running, and monitoring apps. It
consists of Platform Server and Metadata Repository
What is Platform Server? - answer Responsible for compiling,
generating and publishing applications. Receives Service Studio
deploys.
What is Metadata Repository? - answer Stores public versions of
applications
What is Service Studio? - answer The whole process of creating,
editing, updating, publishing, viewing and debugging is performed
in Service Studio
What is Integration Studio? - answer creates representations of
external resources, such as .NET code and database connections,
in Service Studio