300-915 Dumps

300-915 Braindumps

300-915 Real Questions

300-915 Practice Test

300-915 Actual Questions


killexams.com


Cisco


300-915


Developing Solutions Using Cisco IoT and Edge Platforms (DEVIOT)


https://killexams.com/pass4sure/exam-detail/300-915


Question #52 Section 1


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?


  1. Insert in the IOS config: ip nat inside source static tcp <CAF IP> 1883 interface GigabitEthernet0 1883

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

  3. Use the correct username and password.

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


Answer: C


Question #53 Section 1


What are two functionalities of edge data services? (Choose two.)


  1. creating a machine learning data model

  2. supporting many interfaces and APIs

  3. applying advanced data analytics

  4. filtering, normalizing and aggregating data

  5. saving data for a prolonged time period


Answer: DE


Question #54 Section 1


Refer to the exhibit. The red line represents the energy consumption of an industrial machine. Which two statements about the graphs are true? (Choose two.)


  1. The orange graph is expected to drop to zero for a brief period around the midpoint on the x axis.

  2. The red graph contains the raw data points.

  3. The green graph is the mean value of the data points.

  4. The green graph does not give us any valuable information.

  5. The orange graph has three values on the y-axis.


Answer: BC


Question #55 Section 1


Refer to the exhibit. When a laptop is connected to a device via a serial connection, which action makes the output readable?


  1. Change the baudrate in the connection settings.

  2. Reboot the device in case a firmware error is the issue.

  3. Change the power level of the device.

  4. Change the unicode settings to UTF-8.


Answer: A


Question #56 Section 1


Which action should be taken when a southbound device is not connecting?


  1. Verify the gateway link status.

  2. Review the edge application logs.

  3. Verify the sensor status.

  4. Redeploy the edge application.


Answer: A


Question #57 Section 1

Refer to the exhibit. The code and the error message that are received when the code is run is presented.

What causes issues authenticating with Cisco GMM API using the web-generated API key?


  1. firewall that blocks authentication ports

  2. incorrect username and password

  3. incorrect GMM Cluster selection

  4. incorrect key size and data encryption


Answer: B


Question #58 Section 1


As part of an IoT project, an organization is developing an edge application that will run on a gateway to securely transmit sensor information it receives into an IoT cloud. Based on the Agile software development lifecycle, the development team is planning to implement a CI/CD pipeline.

Which two methods should be suggested to make the software development lifecycle more secure during the implementation and testing? (Choose two.)


  1. Perform automated code reviews prior to deployment.

  2. Implement auto-provisioning security inspection for the code.

  3. Perform on-going penetration testing on the system.

  4. Perform a GAP analysis on current security activities and policies.

  5. Train members of the team in a secure software development lifecycle methodology such as OWASP.


Answer: DE


Question #59 Section 1


Which command is used to package a Docker-style Cisco IOx app using ioxclient?


  1. ioxclient docker create helloworld:1.0.

  2. ioxclient docker-app helloworld:1.0.

  3. ioxclient docker package helloworld:1.0.

  4. ioxclient docker helloworld:1.0.


Answer: C