Assoc Reactive Web

Assoc Reactive Web

Professional Development

220 Qs

quiz-placeholder

Similar activities

EPPS Part. 2

EPPS Part. 2

Professional Development

225 Qs

Theory of Architecture (ICA Review)

Theory of Architecture (ICA Review)

Professional Development

220 Qs

Quiz ngày 13/07 (217 từ)

Quiz ngày 13/07 (217 từ)

Professional Development

217 Qs

CNCF Top Projects

CNCF Top Projects

Professional Development

225 Qs

Test 10/09 (Part 1)

Test 10/09 (Part 1)

Professional Development

218 Qs

Cuestionario sobre Recursos Humanos

Cuestionario sobre Recursos Humanos

Professional Development

216 Qs

quiz

quiz

Professional Development

220 Qs

Tiếng Việt (ĐGNL)

Tiếng Việt (ĐGNL)

Professional Development

225 Qs

Assoc Reactive Web

Assoc Reactive Web

Assessment

Quiz

Other, Professional Development

Professional Development

Medium

Used 69+ times

FREE Resource

220 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The DoLogin Action...

Is a Server Action that will return a cached value if the applicaiton is offline.

Is a Server Action that will run only when the applicaiton is online.

Is a Client Action that will be called when the end-user provides a username and password.

Is called on every screen at the OnInitialize event.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A Data Actions is:

A Server Action that fetches and processes data from a Web Service.

A specific type of Action with an OnAfterFetch event, used to fetch data from different sources.

Any Server Action that fetches data from different sources, including Database, Local Storage and Web Services.

Any Action with an OnAfterFetch event, used to fetch data from the Database and Local Storage.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Using the Debugger, what is one of the possible solution if you want to analyze an exception flow in your code when it raises on browser?

Add a breakpoint on the Raise Exception node present in your code flow, before you start the Debugger process. Then on browser execture the procedure that will raise the exception. After the code stops, inspect the Exception flow on Service Studio.

Add a breakpoint on the Start Node of your Screen Action responsible for executing the code that will raise that specific exception before you start the Debugger. Then test your app on browser, once the code stops working go to the Service Studio and inspect your code flow until it reaches the Exception Flow.

Add a breakpint directly on Screen Action repsonsible for executing the code that will raise the specific exception before you start the Debugger. then test your app on browser once the code stops, go through your code flow inside Service Studio until you reach the Exception flow.

All options are valid.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

If a screen is restricted to registered users..

The restriction is enforced client-side.

The restriction is enforced client-side but the application needs to be online.

You need custom logic to enforce it.

That restriction is enforced server-side.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

If a user doesn't have the necessary Role to access a screen...

a Security Exception is raised and the On Exception action will redirect the user to another screen.

a Security Exception is raised and the On Exception action will show a pop-up with an error message.

a Security Exception is raised and the Application Server returns to the Browser and HTTP 400 error (not authorized).

a Security Exception is raised and the Application Server retruns to the Browser an HTTP 401 error (forbidden).

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Given the system's User entity and a Photo entity as depicted in the image below, what is the best way to model that a User may have a unique profile photo?

Create a Profile Entity with attributes PhotoId and UserId of types Photo Identifier and User Identifier respectively.

Change the Photo Entity's Id attribute to be of type User Identifier.

Add to the User Entity a PhotoId attribute of type Photo Identifier.

Add to the Photo Entity a UserId attrbiture of type User Identifier.

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fetching data from the database to show on a screen list...

If done with an Aggregate on the screen is asynchronous.

If done in a Client Action is synchronous

Is always asynchronous and must be done with a Data Action.

Is always synchronous, and must be done in an Aggregate inside a Data Action.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?