Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Huawei H14-231_V1.0 Practice Exam with Questions & Answers | Set: 3

Questions 31

In the game scene, when playing games on the smart screen, you can use the mobile phone as a remote control handle, and with the help of the mobile phone's gravity sensor, acceleration sensor, and touch ability, it provides players with a more convenient and smooth gaming experience. What distributed capabilities are used to use the mobile phone as a remote control controller in this scenario?

Options:
A.

Distributed Device Virtualization

B.

Distributed task scheduling

C.

Distributed file services

D.

Distributed soft bus

Huawei H14-231_V1.0 Premium Access
Questions 32

During the development of a HarmonyOS application, a developer needs to obtain the uplink and downlink traffic of a specified NIC. Which of the following interfaces does the developer need?

Options:
A.

getAllTxBytes()

B.

getAllRxBytes()

C.

getlfaceTxBytes(String nic)

D.

getlfaceRxBytes(String nic)

Questions 33

In the distributed terminal scenario, only by ensuring that the equipment used by theuser is safe and reliable can the user's data be effectively protected on the virtual terminal and avoid the leakage of user privacy. What does HarmonyOS do to ensure that your devices are reliable?

Options:
A.

Trusted Execution Environment

B.

Safe Boot

C.

Device certificate authentication

D.

Collaborative Mutual Aid Certification

Questions 34

Which of the following positioning capabilities does the location service subsystem of HarmonyOS provide?

Options:
A.

WLAN location

B.

GPS

C.

Beidou

D.

Base Station

Questions 35

If a developer wants to quote the resource files in the base directory and the qualifier directory, which of the following can be used to do so?

Options:
A.

Specify the resource type and resource size

B.

Resource name

C.

Resource size

D.

Specify the resource type and resource name

Questions 36

In the declarative development paradigm, which of the following rules about the constructor method initializes member variables is wrong?

Options:
A.

The parent component's regular variables cannot be used to initialize @Link or @Prop variables

B.

@StorageLink and @StorageProp are allowed to be passed from the parent component to the child component

C.

The @Prop variable of the parent component can initialize the eState or @Linkvariable of the child component

D.

The @State variable of theparent component cannot initialize the @State variable of the child component

Questions 37

A developer creates MyAbility with FooAbilitySlice and BarAbilitySlice, and currently FooAbilitySlice is in the foreground and gets focused, and then navigates to BarAbilitySlice, what happens to the lifecycle state in this period?

Options:
A.

FooAbilitySlice changes from the INACTIVE state to the ACTIVE state

B.

BarAbilitySlice changes from the INITIAL state to the INACTIVE state first

C.

FooAbilitySlice changes from ACTIVE to INACTIVE

D.

FooAbilitySlice changes from INACTIVE to BACKGROUIND

Questions 38

If the user migrates the video on the machine to the smart screen for playback, which of the following callback methods can save the video playback data on the mobile phone?

Options:
A.

onStartContinuation()

B.

onCompleteContinuation()

C.

onRestoreData()

D.

onSaveData()

Questions 39

Regarding the service cards of HarmonyOS applications, the following belong to the card users

Options:
A.

Traditional Applications

B.

Service Center

C.

Desktop

D.

Atomization services

Questions 40

HarmonyOS supports the flexible deployment of multiple terminal devices on demand through design methods such as componentization and miniaturization, and can adapt to different types of hardware resources and functional requirements. Which of the following descriptions of elastic deployment are correct?

Options:
A.

Clipping of functions within the component is not supported

B.

supports the association of components and dependencies

C.

The selection of each component is not supported

D.

Supports the configuration of the feature set within the component

Questions 41

The meta-service package consists of one or more HAP packages, and each HAP package shall not exceed ( ) to provide a second-to-open experience.

Options:
A.

2GB

B.

10M

C.

1GB

D.

Unlimited

Questions 42

Which of the following is the background agent reminder function module supported from API9.

Options:
A.

@ohos.reminderAgentManager

B.

@ohos.reminderManager

C.

@ohos.reminderAgent

D.

@ohos.notificationManager

Questions 43

Which of the following breakpoint management functions does the JS code type support?

Options:
A.

normal line breakpoint

B.

Exception breakpoint

C.

symbol breakpoint

D.

method breakpoint

Questions 44

What is the format of the software package when uploading and publishing a software package?

Options:
A.

.zip

B.

.app

C.

.apk

D.

.hap

Questions 45

When a developer wants to make the vertical scrolling layout take effect when using the ScrollView control, how should the width of the control corresponding to the layout be set?

Options:
A.

match_child

B.

Fixed width value

C.

match_parent

D.

match_content