Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

Huawei H35-920 HCDA - OWS Developer Exam Practice Test

Page: 1 / 25
Total 250 questions

HCDA - OWS Developer Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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?

Options:

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.

Question 2

The fields in the Radio Group option will change according to the user's choice. Which of the following configurations is correct for a mandatory field?

Options:

A.

Required =true

B.

When Hidden Skip Check=true

C.

Required =true

When Hidden Skip Check=true

D.

Read Only = true

Question 3

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

Options:

A.

Input

B.

Condition

C.

Output

D.

Exception processor

Question 4

What are the types of properties can be used as primary key? (Multiple Choice)

Options:

A.

Long Text

B.

Float

C.

Password

D.

Sequence

E.

Reference

F.

User Group

Question 5

Which of the following statements are correct about rules configuration? (Multiple Choice)

Options:

A.

Rules must be configured based on the triggering conditions and service logic.

B.

When configuring a rule, ensure that the rule does not form a ring triggering process.

C.

The rules of the same model should be configured in a centralized manner for easy management.

D.

Deactivate or delete the obsolete rules to avoid affecting the normal logic.

Question 6

What are the main differences between Text and Long Text in the property type? (Multiple Choice)

Options:

A.

Text can be used as the primary key, Long Text cannot be used as the primary key.

B.

The maximum length of a Text is 4000, and the length of a Long Text can be greater than 4000.

C.

You need to set the maximum length of a Text but do not need to set the maximum length of a Long Text.

D.

Text can set with default value. Long Text cannot set with default value.

Question 7

What is the service type of the Outbound SOAP interface invoked by the JS service?

Options:

A.

Model related service

B.

Datamodel

C.

Webservice

D.

Standalone service

Question 8

What are the types of page generated during quick start? (Multiple Choice)

Options:

A.

_grid

B.

_create

C.

_update

D.

_delete

Question 9

What is the output format of the get service?

Options:

A.

{"results:[{" propertyl":" valuel"," property ":" value2 "}, {" propertyl":" valuel"," property2 ":" value2 "}]", start":" 0 "," total":" 2 "}

B.

{"result": {"propertyl": "valuel", "property2": "value2"}}

C.

{"result": "True"}

D.

propertylvaluel

Question 10

What are the major steps for releasing a mobile app? (Multiple Choice)

Options:

A.

Release an app to the Mobile Market

B.

Configure menu

C.

Download Mateline

D.

Download the app to the Mateline

Question 11

Which of the following can be used as a service in the import template?

Options:

A.

Get service

B.

GetList service

C.

Create service

D.

tql query service

Question 12

To check whether the input parameters of a service comply with the time format, which of the following must be configured?

Options:

A.

Configuring the Time Format Translator

B.

Configure a validator for the time format.

C.

Set the property to the time format.

D.

Automatic check is not required.

Question 13

If the alarm to be queried contains an alarm and the alarm time is later than the current time, which of the following statements is correct about the getList service?

Options:

A.

"alarm_namen is "Alarm" and "alarmjime" < "$current_time".

B.

"alarm_name" contains "Alarm" and "alarm_time" > "$current_time"

C.

"alarm_name" is "Alarm" and "alarm_time" > "$current_time".

D.

"alarm_name" contains "Alarm" and "alarm_time" < "$current_time"

Question 14

Which of the following page components can be used for front end JS development? (Multiple Choice)

Options:

A.

JS

B.

Page Header

C.

CSS

D.

JS Lib

Question 15

The value of the service input parameter A is the ID of the Model B and needs to be translated into the name of B. Which of the following translators is required?

Options:

A.

Combine-message

B.

Related-model-search

C.

Simple-data-mApping

D.

Attachment-translator

Question 16

Which of the following items in the SentLog interface log is set to be automatically resent?

Options:

A.

Setting

B.

Resend

C.

Resend All

D.

Manual Resend

Question 17

Regarding on the message sending rules, which of the following parameters are a variable in the Basic Message Information? (Multiple Choice)

Options:

A.

Orderid

B.

Taskurl

C.

Originator

D.

Lastoperator

Question 18

Which of the following structures are contained in the Form Panel container? (Multiple Choice)

Options:

A.

Validations

B.

Datafields

C.

Button

D.

Column

Question 19

What are the key technologies of OWS? (Multiple Choice)

Options:

A.

SPL

B.

TQL

C.

Metadata

D.

SDL

Question 20

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

Options:

A.

A model can have multiple primary keys.

B.

A model can have multiple properties.

C.

The data model is like a table in database.

D.

The model is a basic component of an app in the OWS system.

Question 21

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?

Options:

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.

Question 22

If the service input parameter Country is set to a default value, China and a validator is configured where the picklist can only be China or American. What is the result when the input value is empty?

Options:

A.

The value of Country is set from empty to China, and an error is reported when the validator is executed. As a result, the creation is fail.

B.

The value of Country is set from empty to China, the validator is running properly and data is successfully created.

C.

If the value of Country is empty, an error is reported when executing the validator and the creation is fail.

D.

The value of Country is empty, the validator is executed successfully, and the creation is successful.

Question 23

Which of the following are the components in the page header? (Multiple Choice)

Options:

A.

JS

B.

CSS

C.

Text Input

D.

Date Input

Question 24

What are the main orchestration capabilities of the process orchestration function? (Multiple Choice)

Options:

A.

Form orchestration

B.

Rule orchestration

C.

Flowchart orchestration

Question 25

Which of the following statements is correct about the release process of mobile app?

Options:

A.

The apps that do not contain mobile pages can be used only after they are released to mobile phones.

B.

After a mobile app is released, it can be updated on the mobile phone without being released again.

C.

Mobile apps can be used on mobile phones without being released.

D.

A released app can be synchronized to the mobile phone only after being upgraded and the version must be newer than the previous version.

Question 26

Which of the following methods can be used to obtain the current longitude and latitude on mobile page?

Options:

A.

#Sys[location]

B.

#Sys[now]

C.

#Sys[username]

D.

#Sys[localtime]

Question 27

Which of the following components is used to display multiple data on the mobile page?

Options:

A.

Data Loader

B.

Form Panel

C.

List View

Question 28

How many types of security policy of interface packages?

Options:

A.

One type

B.

Two types

C.

Three types

D.

Four types

Question 29

Which of the following statements are correct about workflow management? (Multiple Choice)

Options:

A.

When creating a workflow, in order to facilitate the workflows management, different types of workflows will choose the same APP.

B.

If there is a sub category or workflow in the Category directory, you can't delete the Category directory directly, you must delete all the sub category and the workflows under the Category directory before you can delete it.

C.

After creating the Business Process, the system automatically generates a default simple workflow.

Question 30

Which of the following components need to be used together to implement the branch function of the workflow?

Options:

A.

Sequence flow and Group

B.

Sequence flow and Exclusive gateway

C.

Exclusive gateway and Group

D.

Exclusive gateway and Association

Question 31

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

Options:

A.

Assignment

B.

Page

C.

Rule

D.

Sequence flow

Question 32

Which of the following scenarios can be used to develop the code on the OWS platform? (Multiple Choice)

Options:

A.

Rule Script

B.

Service Script

C.

Validator Script

D.

Translator Script

E.

Page Script

Question 33

Which of the following statements are correct about the import template and import function? (Multiple Choice)

Options:

A.

It is recommended that the import function is configured in asynchronous mode.

B.

You can upload a customized Excel file as the import template.

C.

Excel Import Panel is used to import pages.

D.

The import function supports multiple types, such as CSV and Excel.

Question 34

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

Options:

A.

Sort

B.

Dir

C.

Start

D.

Limit

Question 35

Which of the following statements are correct about the differences between a drop-down component and single select component? (Multiple Choice)

Options:

A.

The data source model and model view field can be configured in the drop-down list box. The model data is added and the data in the drop-down list box is also added.

B.

You can only configure options in the drop-down component. The displayed values and actual values of the options are fixed.

C.

A model can be configured for a single select component. The model data can be displayed directly, or the query service can be configured and displayed based on the service query result.

D.

You can configure a search window to search for single select component.

Question 36

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

Options:

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.

Question 37

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

Options:

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.

Page: 1 / 25
Total 250 questions