Developer UPDATED ACTUAL Exam
Questions and CORRECT Answers
Which of the following statements about Entities is false?
A. Entities have attributes.
B. Entities do not require an identifier.
C. Entities are only stored in memory.
D. Entities can be created, updated, and deleted. - CORRECT ANSWER C.
Which of the following is not a Development Environment?
A. Service Studio
B. Integration Studio
C. Service Center - CORRECT ANSWER C.
One of the following Tools allows you to manage the application's lifecycle across an
infrastructure. Which one?
A. Service Center
B. LifeTime
C. Service Studio
D. Integration Studio - CORRECT ANSWER B.
During the 1-Click Publish, your application data model, code, and interface is compiled and
generates .NET code, HTML, JavaScript and CSS.
,A. True
B. False - CORRECT ANSWER A.
In which Service Studio layer can Screens and Blocks be found?
A. Processes
B. Interface
C. Logic
D. Data - CORRECT ANSWER B.
In which Service Studio layer can Entities be found?
A. Processes
B. Interface
C. Logic
D. Data - CORRECT ANSWER D.
Regarding Reactive Web Apps in OutSystems, which of the following options is false?
A. Reactive Web app is a cross-device app.
B. Data requests are executed synchronously.
C. The code generated by OutSystems results in a single-page application.
D. A developer builds the Reactive Web App in Service Studio. - CORRECT
ANSWER B.
Regarding Mobile (Phone or Tablet) Apps in OutSystems, which of the following options is
false?
,A. Mobile Apps can run natively on iOS and Android.
B. Mobile Apps can be distributed as a PWA.
C. Mobile Apps do not have offline capabilities.
D. The programming model of Mobile Apps is similar to Reactive Web Apps. - CORRECT
ANSWER C.
What happens when a developer publishes a module?
A. The OutSystems platform compiles it and generates the HTML, CSS, and JavaScript.
B. The browser opens.
C Nothing.
D. The code is uploaded but only compiled when a user accesses the application. - CORRECT
ANSWER A.
Which of the following options is false regarding Modules and Applications?
A. An application is composed of a set of modules.
B. Modules can be of different types such as Reactive Web App, Blank or Extension.
C. Elements can be exposed and reused, but only within the same application.
D. A module that reuses an element from another module is called a Consumer. - CORRECT
ANSWER C.
Business concepts that need to be stored and accessed in our applications should be modeled as...
A. Entities.
B. Entity diagrams.
C. Entity relationships.
D. Database tables. - CORRECT ANSWER A.
, Which of the following mappings between OutSystems and the Database is NOT correct?
A. Entities - Tables.
B. Attributes - Column.
C. Reference attribute - Primary Key.
D. Index - Index. - CORRECT ANSWER C.
If an Entity Attribute named HouseNumber is created, what needs to happen to its Data Type?
A. It should be set to Integer.
B. It should be set to Decimal.
C. Nothing, it will automatically be set to Identifier.
D. Nothing, it will automatically be set to Integer. - CORRECT ANSWER D.
Which of the following is not an Entity Action of the Customer Entity?
A. CreateCustomer.
B. RetrieveCustomer.
C. UpdateCustomer.
D. DeleteCustomer. - CORRECT ANSWER B.
Which of the following is a characteristic of a Static Entity?
A. It can't be changed after the first publish.
B. It contains a set of Records.
C. It has two Entity Actions.
D. It can't be extended with any new attributes. - CORRECT ANSWER B.