Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

In an SQL Query, the Output Entities, structures must always be defined to known the output type

A.

True

B.

False

Inside an Action flow...

A.

... only one Exception Handler may exist.

B.

... it's mandatory to have at least one Exception Handler.

C.

... the Exception Handler flow can't intersect other flows.

Give 1 aggegate as shown. Ask how to display the average score of the group according to Point1 and sort the order of Point 2 with the highest score by year

A.

Use the GROUPBY function according to the Year attribute, then perform the AVERAGE function for the Point 1 attribute and MAX for the attribute for Point 2.

B.

Use the GROUPBY function according to the Group attribute, then perform the AVERAGE function for the Point 1 attribute and MAX for the attribute for Point 2.

C.

Use the GROUPBY function according to the Year attribute, then perform the AVERAGE function for the Point 2 attribute and MAX for the Point 1 attribute.

D.

Use the GROUPBY function according to the Group attribute, then perform the AVERAGE function for the Point 2 attribute and MAX for the attribute for Point 1.

Regarding All Exception Hanlder in Outsystems, select to statement that is true.

A.

The All Exception handler can only be used in UI Flow

B.

All Exception handler will handle all errors no matter how

C.

The All Exception handler will handle all exceptions if no exception exception describes the error that is happening

D.

The Abort Transaction property will be disabled when the Type Exception is selected for the exception handler

For a record to be included in the output result it must be true for all filters defined.

A.

True

B.

False

In OutSystems, a Block is a reusable UI component. Which of the following is NOT correct?

A.

A Block improves maintainability, i.e., change the design or functionality, affect all usages.

B.

A Block promotes reusability, i.e. develop once, reuse many times.

C.

A Block encapsulates its own logic.

D.

A Block can only be reused once.

The order of the Entities in the join does not matter.

A.

True

B.

False

When using a Popup_Editor, consider that you implement a Screen Action in the Popup Screen that requires Source Screen to be refreshed. How would you implement that Screen Action?

A.

You use the Popup_Editor_Close to close the Popup, followed by the Ajax Refresh to refresh the Source Screen.

B.

You use the Popup_Editor_Notify for the Popup Screen to notify the Source Screen, followed by the Popup_Editor_ ... the Popup

C.

You use the Popup_Editor_Notify for the Popup Screen to notify the Source Screen and close the Popup.

D.

You use the Popup_Editor_Notify for the Popup Screen to notify the Source Screen, followed by the Popup_Editor__... the Popup and an Ajax Refresh to refresh the Source Screen.

Which of the following is the correct syntax for Entities and Attributes?

A.

Entity.Attribute

B.

{Entity}.[Attribute]

C.

[Entity].{Attribute}

D.

(Entity).{Attribute}

Regarding Inspect the values of variables when code execution is stopped..

A.

When using Debugging, it is possible to Inspect information about the value of all variables used at the time of stopping

B.

When using Debugging, it is only possible to Inspect the value of local variables, not inspect the information of Site-property and Session variables.

C.

When using Debugging, it is only possible to Inspect the value of local variables, not inspect the information of the logic being executed.

D.

When using Debugging, Inspect can get information about screen state