Best Associate-Reactive-Developer Exam Dumps for the Preparation of Latest Exam Questions [Q54-Q79]

Share

Best Associate-Reactive-Developer Exam Dumps for the Preparation of Latest Exam Questions

Associate-Reactive-Developer Actual Questions 100% Same Braindumps with Actual Exam!

NEW QUESTION # 54
A Block can be used...

  • A. Only inside other Screens.
  • B. Only inside other Blocks.
  • C. Inside Screens and Blocks, except on itself.
  • D. Inside Screens and Blocks, including itself.

Answer: C


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

  • A. Add a new reference attribute of type Entity B Identifier to Entity A and a new reference attribute of type Entity A Identifier to Entity B.
  • B. Set the data type of the identifier attribute of Entity B to Entity A Identifier.
  • C. Add a new reference attribute of type Entity B Identifier to Entity A.
  • D. Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B V U Identifier.

Answer: D


NEW QUESTION # 56
Regarding REST API in Outsystems, select to statement that is true.

  • A. A REST API can have OnBeforeRequest, but OnAfterResponse is a call back action for the method
  • B. The output of a method must have a text type
  • C. A REST API can both have OnBeforeRequest and can have OnAfterResponse
  • D. A REST API Method can both have an OnBeforeRequest action and an OnAfterResponse action

Answer: C


NEW QUESTION # 57
When you want to use Ajax, you have to choose Method in On Click

  • A. Ajax & Server Submit
  • B. Client & Server Submit
  • C. Server Submit
  • D. Ajax Submit

Answer: D


NEW QUESTION # 58
What do you need to do to ensure that only authenticated users (with a username and password) can access your application?

  • A. Uncheck the Anonymous role on all Screens.
  • B. Create a new Role in your application, change its name to "Authenticated Users", and check it on all Screens.
  • C. Create a new Role in the Users application, change, its name to "Authenticated Users", and check it on all Screens.
  • D. Check the Anonymous role on all Screens.

Answer: A


NEW QUESTION # 59
Regarding Table Records Widget , which of the following options is true?

  • A. Bound to a Source Record
  • B. Bound to a Source List
  • C. Bound to a Source Record List

Answer: C


NEW QUESTION # 60
Considering that we can add several filters to an Aggregate, which of the following options is false?

  • A. Filters are concatenated with the AND operator.
  • B. Logical operators and some built-in functions can be used inside filters.
  • C. A record is included in the output if it matches at least one of the filters.
  • D. All filters are translated to SQL and included in the WHERE clause.

Answer: C


NEW QUESTION # 61
The following Screen
(https://drive.google.com/file/d/1gm2xpbBQmE-KTAHtCdj4wT0jNLnpDzZX/view?usp=sharing) has two Dropdowns, one to select a Country and one to select a City. The GetCountries and GetCities Aggregates provide the countries and the cities to be displayed in the respective dropdowns and are both set to be fetched At Start. Which of the following options is not a valid step if we want to just fetch the cities for the country selected in the respective dropdown?

  • A. Set the Fetch property of the GetCities Aggregate to Only On Demand.
  • B. Call the GetCities Aggregate in the GetCountries' On After Fetch Event handler.
  • C. Refresh the GetCities Aggregate in the OnChange Action of the Country Dropdown.
  • D. Filter the GetCities Aggregate by the selected country.

Answer: B


NEW QUESTION # 62
Considering the built-in Role Actions, which of the following options is false?

  • A. The GrantRole Action allows to grant a Role to a user programmatically.
  • B. The CheckRole Action checks if a user has that particular Role.
  • C. The CreateUserWithRole Action creates an end-user and assigns it the Role.
  • D. The RevokeRole Action allows to remove a Role from a user programmatically.

Answer: C


NEW QUESTION # 63
If an Entity Attribute named HouseNumber is created, what needs to be done about its Data Type?

  • A. It should be set to Integer.
  • B. It should be set to Decimal.
  • C. Nothing, it will automatically be set to Integer.
  • D. Nothing, it will automatically be set to Identifier.

Answer: C


NEW QUESTION # 64
In a ReactiveWeb App, Data is requested asynchronously, thus allowing a more fluid experience.

  • A. Neither
  • B. False
  • C. Either
  • D. True

Answer: D


NEW QUESTION # 65
Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?

  • A. Programmatically, using a Refresh Data node in a Screen Action.
  • B. Programmatically, using a Server Action.
  • C. Automatically, when the Screen is initializing.
  • D. Automatically, when the Aggregates set to run "At Start" finish.

Answer: A


NEW QUESTION # 66
Regarding Web Blocks in Outsystems, select to statement that is true.

  • A. Web Block can only have 1 output
  • B. Web Block cannot have preparation action
  • C. Web Block can have multiple outputs
  • D. Web Block can Preparation action

Answer: D


NEW QUESTION # 67
Regarding Web Blocks in Outsystems, select to statement that is true.

  • A. You can instantiate Web Blocks on Web Screens and other Web Blocks.
  • B. You can instantiate Web Blocks only on Web Screens.
  • C. You can instantiate Web Blocks on Web Screens and external HTML pages, by adding a special html tag.
  • D. You can instantiate Web Blocks on Screen Actions.

Answer: A


NEW QUESTION # 68
Does OutSystems manage the underlying database tables for the developer?

  • A. Yes
  • B. No

Answer: A


NEW QUESTION # 69
When designing the flow of a Server Action ...

  • A. It can have only one Start node but one or more End nodes.
  • B. It can have only one Start node and one End node.
  • C. It can have multiple Start and End nodes.
  • D. It can have one or more Start nodes but only one End node.

Answer: C


NEW QUESTION # 70
Screens are composed of several elements called Widgets.

  • A. False
  • B. True

Answer: B


NEW QUESTION # 71
Consider the following Pagination
(https://drive.google.com/file/d/1r1xbok0WwGQ3MYyhGmj1oVDCz6rVfDA3/view?usp=sharing) that is associated with an already implemented Table on a Screen. There are no errors in Service Studio, but when the user selects a new page (in the pagination widget) the results do not change on the Table. What is the reason for that behavior?

  • A. The Table is not being refreshed on the OnNavigate Action.
  • B. The Max. Records of the Aggregate should be equal to the total number of movies in the database.
  • C. The GetMovies Aggregate is not being refreshed in the OnNavigate Action.
  • D. The Max Records property of the Pagination should be set to GetMovies.Count and the TotalCount to RecordsPerPage.

Answer: C


NEW QUESTION # 72
In Rich Widgets, the List_SortColumn widget ...

  • A. Allows sorting by column in a Form by clicking on that column.
  • B. Allows sorting by column in a Table Records by clicking on that column.

Answer: B


NEW QUESTION # 73
The Combo Box widget allows selecting one value out of possible alternatives in a drop-down list. Which of the following is NOT POSSIBLE

  • A. Use the Source Entity property to get the alternatives from an Entity or a Static Entity.
  • B. Use the Source Record List property to get the alternatives from a List of Record.
  • C. Use the Special List section to manually set special alternatives
  • D. Use the Special List section to get the alternatives from an Entity or a Static Entity.

Answer: D


NEW QUESTION # 74
Screen Actions can also call Server Actions.

  • A. Neither
  • B. False
  • C. Either
  • D. True

Answer: D


NEW QUESTION # 75
Which of the following behaviors is true for Links and Buttons?

  • A. Only Links can navigate to external URLs.
  • B. Links and Buttons can either Navigate to screens or trigger Screen Actions.
  • C. Buttons can only have a Screen Action as an On Click Destination.
  • D. Links can only navigate to Screens.

Answer: B


NEW QUESTION # 76
Which of the following behaviors does not apply to Forms?

  • A. A Form has a Source property that will hold the values submitted by the user.
  • B. A Form groups input widgets and allows displaying and editing data.
  • C. A Form is useful to validate data submitted by the user.
  • D. Besides input widgets, a Form can hold other widgets such as Links and Buttons.

Answer: A


NEW QUESTION # 77
Static Entities are most similar to which other programming concept?

  • A. Linked lists.
  • B. Hash Maps.
  • C. Enumeration.
  • D. Static variables.

Answer: C


NEW QUESTION # 78
When you create a new Web Screen, it has a Header, Menu and Footer by default because...

  • A. it is built with a layout Web Block, that has placeholders for those Web Blocks.
  • B. all Screens must have a Header, Menu and Footer,
  • C. .. all Screens are created that way even in Blank modules.
  • D. all Screen have three Containers for those Web Blocks.

Answer: A


NEW QUESTION # 79
......

Associate-Reactive-Developer Study Material, Preparation Guide and PDF Download: https://www.freepdfdump.top/Associate-Reactive-Developer-valid-torrent.html

Free Associate-Reactive-Developer Certification Sample Questions with Online Practice Test: https://drive.google.com/open?id=1yicM6QXavR-O0vVdjt4Q6IWcIEpe4wS9