H35-920 HCDA - OWS Developer

Loading demo links...

Showing 13–15 of 15 questions

Question 13

Which of the following concepts is used to associate between rights and users?

Select an option, then click Submit answer.

  • Group

  • Permission resource

  • Role

  • Permission tree

Question 14

Which of the following statements is correct about the execution sequences of a validator and translator?

Select an option, then click Submit answer.

  • The validator is executed first, followed by the translator.

  • The translator is executed first, followed by the validator.

  • The validator is executed synchronously. The validator is executed asynchronously.

  • Translators and validators are executed asynchronously.


Question 15

If the getList service of the alarm contains configured with the following conditions: "alarm_name" is "Alarm" and "startjime" < "$current_time" and "endjime" > "$current_time", and the input value is start: 0, limit: 10.

What data will be returned?

Select an option, then click Submit answer.

  • Query the alarms whose names contain "Alarm", and the current time is between the start_time and the end_time.

  • Query the alarms whose names contain "Alarm" or the current time is between the start_time and the end_time.

  • Query the alarms whose names contain "Alarm", and the start_time is earlier than the current time, or the end_time is later than the current time.

  • Query the alarms whose names contain the alarm name, or the start_time is earlier than the current time, or the end_time is later than the current time.