Assoc Reactive Web

Assoc Reactive Web

Professional Development

220 Qs

quiz-placeholder

Similar activities

Dickdar Ganteng

Dickdar Ganteng

Professional Development

224 Qs

Numerik dan hitungan

Numerik dan hitungan

Professional Development

223 Qs

GHP Practice Exam

GHP Practice Exam

Professional Development

224 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?