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

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 specific records, not all the records.

List.Current in Aggregates will return the record at any position

A.

Returns an empty record

B.

Returns record at position list.count -1

C.

Returns record at position list.length - 1

D.

Returns the first record

Considering Aggregates and the SQL Tool, which of the following is the correct option?

A.

The SQL Tool allows to write queries that contain sub-queries.

B.

Joins between entities can only be defined in Aggregates.

C.

All queries that can be written in an SQL Tool can be defined in an Aggregate.

D.

Attribute grouping can only be done with the SQL Tool.

When using an aggregate function like Sum, Average, Min, Max or Count on an attribute...

A.

The resulting aggregate attribute is add to the Aggregate output alongside the rest of the entity attributes.

B.

Only the resulting aggregated attribute is part of the Aggregate output

Which of the following would be a good use case for a Client Variable?

A.

Profile Picture

B.

User Name

C.

User Identifier

D.

Credit Card Number

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.

Which event is needed if we do some logic over the result such as checking if it is empty?

A.

Ready

B.

Render

C.

Destroy

D.

After Fetch

A Screen Preparation...

A.

requires at least one Input Parameter to filter the queries to the database.

B.

does not have Output Parameters.

C.

cannot execute other Server Actions.

D.

is mandatory for every Web Screen.

Switch 1: (ab) Action B Otherwise Action C.

Out put is true

A.

If a = b then Action C execute

B.

If a <= b then Action C execute

C.

If a < b then Action B execute

D.

If a <= b then Action B execute

Style load order

A.

Screen & Email -> Web block -> theme

B.

theme -> Web block -> Screen & Email

C.

Web block -> theme -> Screen & Email