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

List of questions
Question 201

The distributed soft bus is the base for communication between various devices, which of the following does not belong to the bus hub of the distributed soft bus?
Question 202

When a developer is developing an online education application, in order to improve the user experience, if the user Answer:s the question correctly, a dialog box of 'Congratulations on the correct Answer:' will pop up at the top of the window.
Question 203

Which of the following does not belong to the application framework layer in the Harmony OS system architecture?
Question 204

A developer has developed a news browsing application, and the news list page is displayed by default when the application is opened, which of the following methods does the developer use to achieve this function?
Question 205

When using the capabilities or data of the corresponding service, you need to apply for the corresponding permissions, and the non-sensitive permissions need to be declared in which field of config.json?
Question 206

A developer is writing a piece of code to control the access rights of an Ability
Apps with the ohos.permission.CAMERA permission can access this ability. The relevant code completed by the developer in config.json is as follows:
'abilities': [
{
'name': '. MainAbility',
'description':
'Sstring:description_main_abi1ity',
'icon' : '$media:hiworld.png',
'label': 'HiCamera',
'1aunchType': 'standard',
'orientation': 'portrait',
'visible': false,______________________________
} ]
Which of the following should the developer add to the horizontal line?
Question 207

When a user uses the device camera to flip a blurry text file, he expects the camera app to provide a plug-in to improve the recognition of the text. Which of the following HarmonyOS service features is best suited to meet the needs of this user?
Question 208

When a developer develops a JavaScript application on the smart screen,Want to do some static animation,If you want to move a component in the horizontal direction by 200px,Which of the following style configurations is correct?
Question 209

When designing the application, the developer added a Text component and a Button component, and the development sample is shown below. What layout does the developer not have to choose to place the components?
Question 210

When a developer clicks the exit button of an application to release Page Ability resources, which callback method in the Page Ability lifecycle will be triggered?
Question