Huawei h13-311-v3-0 practice test

HCIA-AI V3.0 Exam


Question 1

Which of the following options is not the session mode used by TensorFlow?

  • A. call the session generation function
  • B. explicitly, call the session close function
  • C. explicitly, manage
  • D. through Python context, and multiple POST queries
Answer:

D

Discussions
0 / 600

Question 2

The Python language does not allow another loop body to be embedded within a loop.

  • A. True
  • B. False
Answer:

B

Discussions
0 / 600

Question 3

According to the constraints, optimization problems can be divided into the following categories?

  • A. equality constraints
  • B. inequality constraint
  • C. unconstrained condition
  • D. semi-constrained condition
Answer:

A, B

Discussions
0 / 600

Question 4

What are the application scenarios of break statement in Python language?

  • A. any Python statement
  • B. while loop statement
  • C. for loop statement
  • D. nested loop statement
Answer:

B, C, D

Discussions
0 / 600

Question 5

What is incorrect about the following description of the distribution function, distribution law, and
density function of random variables?

  • A. The distribution law can only describe the law of the value of discrete random variables
  • B. the density function can only describe the value of continuous random variables
  • C. discrete random variables have no distribution function
  • D. distribution function describes the law of random variables
Answer:

C

Discussions
0 / 600

Question 6

Neural network research belongs to which of the following schools?

  • A. symbolism
  • B. connectionism
  • C. behaviorism
  • D. neither
Answer:

C

Discussions
0 / 600

Question 7

Which option does the convolutional neural network structure not include?

  • A. convolutional layer
  • B. pooling layer
  • C. circulation layer
  • D. fully connected layer
Answer:

C

Discussions
0 / 600

Question 8

The Python dictionary is identified by "{}", and the internal data consists of the key and its
corresponding value.

  • A. True
  • B. False
Answer:

A

Discussions
0 / 600

Question 9

What is not a function of the re regular expression module in the Python language?

  • A. search search
  • B. match match
  • C. update update
  • D. compile complie
Answer:

C

Discussions
0 / 600

Question 10

What is wrong with the description of the lambda function in Python?

  • A. lambda is just an expression, the function body is much simpler than def
  • B. The body of lambda can be an expression or a code block
  • C. lambda function can access parameters in the global namespace
  • D. lambda function only accepts one parameter value
Answer:

B

Discussions
0 / 600
To page 2