300-915 Developing Solutions using Cisco IoT and Edge Platforms (DEVIOT)

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Mosquitto was installed correctly on the Cisco IR829 router as a Cisco IOx application. When the sensor is connected to the broker on the Cisco IR829 router with the default port, the connection is refused (Error Code 5).

Which action should be done to resolve the issue?

Select an option, then click Submit answer.

  • Insert in the IOS config: ip nat inside source static tcp 1883 interface GigabitEthernet0 1883

  • Insert in the package_config.ini file under section ports: tcp: ["8883"]

  • Use the correct username and password.

  • Insert in the package.yaml file under section ports: tcp: ["1883"]

Question 8

Refer to the exhibit. A new application has just been developed as a Docker container.

What is the missing step for packaging the container ready for deployment in IOx?

Select an option, then click Submit answer.

  • Pull/push the image to the Docker registry.

  • Build the package.yaml files.

  • Build the package.cert file to sign the app.

  • Log in to device manager and load the application.

Question 9

A sensor reads potentially critical data from an industrial device, but most of the data from the sensor is not critical information and does not change unless a critical event happens.

Which data work flow is appropriate for how the critical and non-critical data is processed?

Select an option, then click Submit answer.

  • 1. Acquire sensor data.
    2. Filter non-actionable data.
    3. Perform action on data.
    4. Send critical data and action performed on data to cloud for storing.
     

  • 1. Acquire sensor data.
    2. Send data to cloud for processing and to determine action.
    3. Send required action back to edge for action completion.
    4. Perform action on data.
     

  • 1. Acquire sensor data.
    2. Filter non-actionable data.
    3. Perform action on data.
     

  • 1. Acquire sensor data.
    2. Perform action on data.
    3. Send data and action performed on data to cloud for recording.