ExamGecko
Home Home / Huawei / H14-231_V1.0

Huawei H14-231_V1.0 Practice Test - Questions Answers, Page 11

Question list
Search
Search

List of questions

Search

Related questions











Which of the following scenarios does not use encoding technology?

A.
sound travels through twisted pairs
A.
sound travels through twisted pairs
Answers
B.
Sound travels through rails
B.
Sound travels through rails
Answers
C.
Sound travels by radio
C.
Sound travels by radio
Answers
D.
Sound travels through optical fibers
D.
Sound travels through optical fibers
Answers
Suggested answer: B

When a developer is developing an online education application, he has designed a feedback function that provides a text input box for users to fill in suggestions, which of the following components can help the developer realize this function?

A.
TextField
A.
TextField
Answers
B.
Picker
B.
Picker
Answers
C.
Checkbox
C.
Checkbox
Answers
D.
TabList
D.
TabList
Answers
Suggested answer: A

A developer has developed with the Text component, and the effect is as follows, which piece of code can be used to achieve the effect?

A.
<Text ohos:height='match_content' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
A.
<Text ohos:height='match_content' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
B.
<Text ohos:height='match_parent' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
B.
<Text ohos:height='match_parent' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
C.
<Text ohos:height='match_content' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
C.
<Text ohos:height='match_content' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
D.
<Text ohos:height='match_parent' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
D.
<Text ohos:height='match_parent' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
Suggested answer: A

A developer obtains a log content: static finalHiLogLabel LABEL = new HiLogLabe1

(HiLog.LOG_APP,Ox00201, 'MY_TAG'); Which of the following information can't be obtained?

A.
log level
A.
log level
Answers
B.
The business area of the log
B.
The business area of the log
Answers
C.
Log ID
C.
Log ID
Answers
D.
Log type
D.
Log type
Answers
Suggested answer: A

The user migrates the video on the mobile phone to the smart screen for playback, and after the mobile phone saves the data, the smart screen calls back which of the following methods does the user recover the data?

A.
onStartContinuation
A.
onStartContinuation
Answers
B.
onRestoreData
B.
onRestoreData
Answers
C.
onCompleteContinuation
C.
onCompleteContinuation
Answers
D.
onSaveData
D.
onSaveData
Answers
Suggested answer: B

Both the provider and user of DataAbility use a URI (UnifomResourceldentifier) to identify a specific data, and the format of the URI is as follows:

Scheme://[authority]/[path][? query][#fragment]

Which is the correct URI description in the cross-device scenario and the local device scenario?

A.
In cross-device scenarios, you do not need to enter authority
A.
In cross-device scenarios, you do not need to enter authority
Answers
B.
In cross-device scenarios, the scheme is fixed to 'dataability'.
B.
In cross-device scenarios, the scheme is fixed to 'dataability'.
Answers
C.
In the local device scenario, authority does not need to be specified
C.
In the local device scenario, authority does not need to be specified
Answers
D.
In the local setting, the path does not need to be specified
D.
In the local setting, the path does not need to be specified
Answers
Suggested answer: C

When a developer develops a JavaScript application on a smart screen. If you want to do some static animation, if you want to move a component 200px horizontally, which of the following styling configurations is correct?

A.
transform: rotate(200px);
A.
transform: rotate(200px);
Answers
B.
transform: rotateY(200px);
B.
transform: rotateY(200px);
Answers
C.
transform: translatex(200px);
C.
transform: translatex(200px);
Answers
D.
transform: scaleX(200px);
D.
transform: scaleX(200px);
Answers
Suggested answer: C

When a developer is developing a JavaSriptUI page of a shopping software, he needs to use the list component to display the product information, and which method of the list can be used to scroll to the specified item?

A.
scrollstart()
A.
scrollstart()
Answers
B.
scrollend()
B.
scrollend()
Answers
C.
scrollto()
C.
scrollto()
Answers
D.
scrollby()
D.
scrollby()
Answers
Suggested answer: C

If an engineer is about to debug a Harmony OS application on an emulator device, which of the following correct debugging processes is the following?

A.
Check the properties of the config.json file the device debugging code type the installation method of the HarmonyOS Ability Package (HAP) package
A.
Check the properties of the config.json file the device debugging code type the installation method of the HarmonyOS Ability Package (HAP) package
Answers
B.
Check the attributes of the config.json file the installation method of the HarmonyOS Ability Package (HAP) package
B.
Check the attributes of the config.json file the installation method of the HarmonyOS Ability Package (HAP) package
Answers
C.
Set the code type device HAP (HarmonyOS Ability Package) package installation method check the config.json file attributes
C.
Set the code type device HAP (HarmonyOS Ability Package) package installation method check the config.json file attributes
Answers
D.
To install the HarmonyOS Ability Package (HAP) package on a device check the attributes of the config.json file the debugging code type of the device
D.
To install the HarmonyOS Ability Package (HAP) package on a device check the attributes of the config.json file the debugging code type of the device
Answers
Suggested answer: B

A developer found that the app could not use the network management function of Harmony OS without requesting permissions. In order to use the network management feature, the developer requested the following permissions for their app, which of them is not required for the network management feature?

A.
ohos.permission.SET_NETWORK_INFO
A.
ohos.permission.SET_NETWORK_INFO
Answers
B.
ohos.permission.INTERNET
B.
ohos.permission.INTERNET
Answers
C.
ohos.permission.LOCATION
C.
ohos.permission.LOCATION
Answers
D.
ohos.permission.GETNIPORK_INFO
D.
ohos.permission.GETNIPORK_INFO
Answers
Suggested answer: C
Total 705 questions
Go to page: of 71