-2 questions with verified answers
A block can be used ... Ans✓✓✓ Screens and internal blocks, except for
itself.
A developer should favor the use of a Structure instead of the Entity
when outputting an SQL SELECT Query. Do you agree with this
statement? Ans✓✓✓ Yes, because queries will retrieve less attribute
and less data.
Consider an aggregate with a "With or Without" junction between two
entities. What is the expected output of the aggregate? Ans✓✓✓ All
records from the left entity, even if there is no match on the right entity
(LEFT JOIN)
Consider that we want to apply aggregate functions to an Aggregate.
Which of the following is false? Ans✓✓✓ The aggregate output will
contain all the attributes of the source entities plus the aggregation
columns.
Considering Dropdown and Button Group, which of the following
options is false? Ans✓✓✓ Each button group item within a button
group has a Variable property to save the option chosen by the user.
, Considering Inputs and Labels, which of the following options is the
correct? Ans✓✓✓ Labels associated with mandatory fields will display
a visual cue on the screen.
Considering ListItem and List Actions, which of the following options is
false? Ans✓✓✓ When List Items have the full slide option enabled, List
Action is not required.
Considering that aggregates may have hidden columns, which of the
following options is the correct? Ans✓✓✓ Hiding columns in the
aggregate affects only the view of the output.
Considering that we can add several filters to an aggregate, which of
the following is false? Ans✓✓✓ A record is included in the output if it
matches at least one of the filters.
Considering the aggregates and the SQL tool, which of the following is
the correct option? Ans✓✓✓ The SQL tool allows you to write queries
that contain subqueries.
Considering the Initialize event of a Screen, which of the following
options would be the best use case for that event? Ans✓✓✓ Set the
default value for a local variable