Regarding Mobile (Phone or Tablet) Apps in OutSystems, which of the following options is false?
Regarding Mobile (Phone or Tablet) Apps in OutSystems, which of the following options is false? A. Mobile Apps can be distributed as a PWA. B. The programming model of Mobile Apps is similar to Reactive Web Apps. C. Mobile Apps can run natively on iOS and Android. D. Mobile Apps...
Which of the following is not an Entity Action of the Customer Entity?
Which of the following is not an Entity Action of the Customer Entity?A . DeleteCustomer. B. UpdateCustomer. C. CreateCustomer. D. RetrieveCustomer.View AnswerAnswer: D
The Expression widget...
The Expression widget...A . ... displays text calculated at runtime. B. ... displays only the result of mathematical expressions. C. ... displays only static text.View AnswerAnswer: A
Which of the following is a characteristic of a Static Entity?
Which of the following is a characteristic of a Static Entity?A . It can't be extended with any new attributes. B. It has two Entity Actions. C. It can't be changed after the first publish. D. It contains a set of Records.View AnswerAnswer: D Explanation:
Considering Listltem and List Actions, which of the following options is false?
Considering Listltem and List Actions, which of the following options is false?A . When List Items have the full swiping option activated, the List Action is not necessary. B. The List Action triggers a Screen Action that will have the logic to be executed on swipe. C. List Actions can...
Which of the following options is false regarding Modules and applications?
Which of the following options is false regarding Modules and applications?A . Elements can be exposed and reused, but only within the same application. B. A Module that reuses an element from another Module is called a Consumer. C. An application is composed of a set of Modules. D. Modules...
Which of the following is not a Development Environment?
Which of the following is not a Development Environment?A . Service Center B. Integration Studio C. Service StudioView AnswerAnswer: A
Which of the following options is correct?
Which of the following options is correct?A . Screen Actions can call other Screen Actions from a different screen. B. Client Actions can call Screen Actions. C. Server Actions can call Client Actions. D. Client Actions can call Server Actions.View AnswerAnswer: D
The flow of an action can have...
The flow of an action can have...A . ••• one or more Start nodes but only one End node. B. ••• only one Start node and one End node. C. ••• only one Start node but multiple End nodes. D. ... multiple Start and End nodes.View AnswerAnswer: C
Regarding Reactive Web Apps in OutSystems, which of the following options is false?
Regarding Reactive Web Apps in OutSystems, which of the following options is false?A . A Reactive Web App is a cross-device app. B. The code generated by OutSystems results in a single-page application. C. A developer builds the Reactive Web App in Service Studio. D. Data requests are executed synchronously.View...