In an Aggregate, the purpose of the Test Values section is...

In an Aggregate, the purpose of the Test Values section is...A . To define the order of its output records. B. To define the Entities we want to get records from. C. To define values for testing the preview of the Aggregate's output. D. To set the conditions to get...

June 17, 2023 No Comments READ MORE +

What happens when a developer publishes a Module?

What happens when a developer publishes a Module?A . The browser opens. B. The OutSystems platform compiles it and generates the HTML, CSS, and JavaScript. C. Nothing. D. The code is uploaded but only compiled when a user accesses the application.View AnswerAnswer: B

June 16, 2023 No Comments READ MORE +

In an Aggregate, the Sources section is used for...

In an Aggregate, the Sources section is used for...A . Defining values for testing the Aggregate's output records. B. Defining conditions to get specific subsets of records. C. Defining the Entities we want to retrieve records from. D. Defining the order of the Aggregate's output records.View AnswerAnswer: C

June 16, 2023 No Comments READ MORE +

Which of the following mappings between OutSystems and the Database is NOT correct?

Which of the following mappings between OutSystems and the Database is NOT correct?A . Reference attribute - Primary Key. B. Index - Index. C. Entities - Tables. D. Attributes - Column.View AnswerAnswer: A

June 15, 2023 No Comments READ MORE +

Regarding the Container widget, which of the following options is false?

Regarding the Container widget, which of the following options is false?A . By default, containers can span from 1 column up to 12 columns. B. Containers allow grouping several widgets. C. All containers must have at least one widget inside. D. Containers can be placed inside other containers.View AnswerAnswer: C

June 15, 2023 No Comments READ MORE +

Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B?

Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B? A. Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B V U Identifier. B. Set the data type of the identifier attribute of Entity...

June 15, 2023 No Comments READ MORE +

During the 1-Click Publish, your application data model, code, and interface is compiled and generates .NET code, HTML, JavaScript and CSS. True or False?

During the 1-Click Publish, your application data model, code, and interface is compiled and generates .NET code, HTML, JavaScript and CSS. True or False?A . False B. TrueView AnswerAnswer: B

June 15, 2023 No Comments READ MORE +

Regarding the Records of a Static Entity, which of the following options is false?

Regarding the Records of a Static Entity, which of the following options is false?A . Records can only be added and removed during development. B. The values for all 4 default attributes must be defined. C. The Identifier attribute is required for all Static Entities. D. The record identifier is...

June 14, 2023 No Comments READ MORE +

Regarding Screen Aggregates, which of the following options is false?

Regarding Screen Aggregates, which of the following options is false?A . Screen Aggregates can only be executed when explicitly called. B. Screen Aggregates can only fetch data from the database. C. Screen Aggregates only exist within the scope of the Screen where they were defined. D. Screen Aggregates run asynchronously...

June 14, 2023 No Comments READ MORE +

Client Actions and Server Actions can have the following variables:

Client Actions and Server Actions can have the following variables:A . Input Parameters and Local Variables, but no Output Parameters. B. Input and Output Parameters, but no Local variables. C. Output Parameters and Local Variables, but no Input Parameters. D. Input and Output Parameters, as well as Local Variables.View AnswerAnswer:...

June 13, 2023 No Comments READ MORE +