Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

H35-920 Questions and Answers

Question # 6

Which of the following components can implement text input? (Multiple Choice)

A.

Text Area

B.

Rich Text Area

C.

Text Display Field

D.

Text Input

Full Access
Question # 7

Which elements are abstracted from the page structure? (Multiple Choice)

A.

Component

B.

Container

C.

Editor

D.

Preview area

Full Access
Question # 8

Studio App is an integration of data models, services, rules, and pages functions. It can be divided into web app and mobile app.

A.

TRUE

B.

FALSE

Full Access
Question # 9

When configuring criteria of a sequential flow branch/ for example, "Operation Mode (Process Task)" is "Resolved", what is the attribute of the "Resolved" for the Operation Mode (Process Task) option on the page?

A.

Default Selected

B.

Id

C.

Text

D.

Value

Full Access
Question # 10

Which of the following are the main translator types? (Multiple Choice)

A.

Combine-message

B.

Related-model-search

C.

Simple-data-mApping

D.

JavaScripts

Full Access
Question # 11

Which of the following is the main function of the webservice configuration?

A.

Implements communication between two independent systems based on the same protocol.

B.

Complete the configuration of service requirements in the OWS system.

C.

Develop process requirements.

Full Access
Question # 12

Which of the following statements is incorrect about the form components?

A.

Number Input: enters integers and floats.

B.

Option: serves as a sub-element of Checkbox, Radio Group, and Dropdown.

C.

Person Select: selects users or user groups in the system.

D.

Radio: You need to add the Option controllers as its options.

Full Access
Question # 13

Which of the following items must be included in the mobile page? (Multiple Choice)

A.

Header

B.

Footer

C.

Page body

D.

Title

Full Access
Question # 14

How many SOAP interfaces are required when the Outbound SOAP interface uses the Oauth2 authentication?

A.

1

B.

2

C.

3

D.

4

Full Access
Question # 15

The data is filled based on the current date and needs to begin with "Ticket", and the data amount is less than 999 per day. Which of the following sequence configurations is the best option?

A.

Ticket-{YYYY} -{MM} -{DD} {00000}

B.

Ticket-{YYYY} -{MM} -{DD} {000}

C.

Ticket-{YYYY} -{MM} -{DD} (000)

D.

Ticket-{YYYY-MM-DD} {00000},

Full Access
Question # 16

Which of the following methods can be used to cascading delete the records of two models? (Multiple Choice)

A.

If the property of model A is Dependence and depends on model B, data in model A will be deleted when data of model B is deleted.

B.

You can configure a rule whose event is model A's delete, and action is another model's delete.

C.

If the property of model A is Reference and depends on model B, data in model A will be deleted when data of model B is deleted.

D.

If the property of model A is Reference(Clear field) and depends on model B, data in model A will be deleted when data of model B is deleted.

Full Access
Question # 17

When assigning the permission to create leave applications to the Operator role. What is the difference between the operation of user A (Administrator) and the operation of user B (Operator)?

A.

Only user A can create a leave application.

B.

Only user B can create a leave application.

C.

Users A and B can create leave applications.

D.

Users A and B cannot create leave applications.

Full Access
Question # 18

Which of the following fields can be used to set the getList field in ascending or descending order?

A.

Sort

B.

Dir

C.

Start

D.

Limit

Full Access
Question # 19

Which parts of the service can the translator be placed in? (Multiple Choice)

A.

Input

B.

Condition

C.

Output

D.

Exception processor

Full Access
Question # 20

The condition: "name" is "aaa" is added to the condition of the update service. What is the execution result when the model data whose name is bbb is updated?

A.

The update fails and an error is reported, data is not updated.

B.

The update is successful.

C.

The update is successful, the data is not updated, and no error is reported.

D.

The update fails, data is updated, and an error is reported.

Full Access
Question # 21

Which of the following password policies are required for setting a password for an interface package?

(Multiple Choice)

A.

At least 15 characters

B.

Special characters

C.

Validity check

D.

Uppercase letters and digits

Full Access
Question # 22

Which of the following service types needs to be selected when configuring the Outbound SOAP interface if the input parameter is from DataModel?

A.

Webservice

B.

Datamodel

C.

Model related service

D.

Standalone service

Full Access
Question # 23

Which of the following configurations can be used by OWS to integrate two independent systems?

A.

App Configuration

B.

Process Configuration

C.

Rule configuration

D.

Webservice Configuration

Full Access
Question # 24

When the JS service invokes the Outbound REST interface, which of the following formats is used to invoke the REST interface in the script?

A.

app.soap.yourPackageName.yourServiceName

B.

app.rest.yourPackageName.yourServiceName

C.

app.Service.yourPackageName.yourServiceName

D.

app.api.yourPackageName.yourServiceName

Full Access
Question # 25

Service A is the creation service of the meeting model. The time of the service input parameter is set to common-validator, the type is Date, the format is Data Time (yyyy-MM-dd HH:mm:ss), and the value of time in the service input parameter is 2017.12.12 12:00:00. Which of the following is the execution result of service A?

A.

The service is successfully executed.

B.

The service fails to be executed. The result shows that the time verification format fails. The meeting data is successfully created, but time is empty.

C.

The service fails to be executed. The result shows that the time verification format fails and the meeting data cannot be queried.

D.

The service fails to be executed and no error is reported.

Full Access
Question # 26

The Block field component can organize the content and the default value is hidden.

A.

TRUE

B.

FALSE

Full Access
Question # 27

Two rules are configured for creating the model B. Rule 1: Create data for model A. Rule 2: Create data for model C. Rule 3: Create data for model D, which of the following combinations can fulfill the data creation sequence of A, B, C, and D?

A.

Rule 1: The priority is set to 100. Event: After;

Rule 2: The priority is set to 99 and Event: Before;

Rule 3: The priority is set to 98 and Event: After.

B.

Rule 1: The priority is set to 99 and event: Before;

Rule 2: The priority is set to 100 and Event: Before;

Rule 3: The priority is set to 98 and Event: After.

C.

Rule 1: The priority is set to 100. Event: Before;

Rule 2: The priority is set to 99 and Event: After;

Rule 3: The priority is set to 98 and Event: After.

D.

Rule 1: The priority is set to 100. Event: Before;

Rule 2: The priority is set to 99 and Event: After;

ule 3: The priority is set to 98 and Event: Before.

Full Access
Question # 28

Which of the following statements are correct about model operations? (Multiple Choice)

A.

The model can be deleted directly.

B.

If there is no data in the model, the model must be deactivated before deleting.

C.

The model cannot be deleted if there is data in the model. The data must be deleted before deleting the model.

D.

The model cannot be deactivated if there is data in the model.

Full Access
Question # 29

Three activities are configured for creating the model A. The priorities of the three activities are 1, 10, and 100 , event: before.

Which of the following statements is correct about executing the three activities?

A.

The execution order based on priority is 100,10,1.

B.

The execution order based on priority and sequence is 1,10, and 100.

C.

The execution order is irrelevant to the priority and is sorted randomly.

D.

This API is invoked asynchronously.

Full Access
Question # 30

When configuring the process handler, which of the following attributes needs to be configured?

A.

Input

B.

Output

C.

Name

D.

Assignments

Full Access
Question # 31

Which of the following option can be used as a property name?

A.

Applicant

B.

approver

C.

Apply Reason

D.

Application Reason

Full Access
Question # 32

Two rules are configured for creating the model A. Rule 1: The priority is 99 and the event is

After, synchronous execution. The activity is to add a data to the model C.

Rule 2: The priority is 100. The event is Before, synchronous execution. The activity is to add a data to model B.

Which of the following statements is correct about creating a data record for model A?

A.

The three models are created in the following order: model B, model A, and model C.

B.

The three models are created in the following order: model A, model B, and model C.

C.

The three models are created in the following order: model C, model A, and model B.

D.

The three models are created in the following order: model C, model B, and model A.

Full Access
Question # 33

What can be implemented by the "update to create" exception handler?

A.

Change the create service to the update service when the keycode is duplicated.

B.

Change the update service to the create service when there is no data to update.

C.

Change the batch_update service to the creation service.

D.

Ignore exception

Full Access
Question # 34

When a third party invokes the Inbound SOAP interface, no authentication information is required.

A.

TRUE

B.

FALSE

Full Access
Question # 35

To view the send log and received tog packets, select the Save success message record check box in the interface package.

A.

TRUE

B.

FALSE

Full Access
Question # 36

After the workflow is online, found that the workflow needs to be optimized and modified. Which of the following is correct for this scenario?

A.

Find the workflow and click Modify to modify it.

B.

Find the workflow, first click Copy as New to duplicate a new workflow, then modify on the duplicate workflow.

C.

Find the workflow, first click Copy as New to duplicate a new workfbw as backup, then modify the original workflow.

Full Access
Question # 37

Model A is set with three text type's primary keys which are namel, name2, and name3. When the namel=aa/ name2=bb, and name3=cc are entered, what is the value of the model's keycode field?

A.

aa;bb;cc

B.

aa

C.

aa, bb, cc

D.

aabbcc

Full Access