Question 12:
As a part of an industrial IoT solution, you have four high-speed cameras used for quality control, and connected to an edge device. The images sent by the cameras must be pre-processed locally on the edge, and only images with identified quality defects must be forwarded to the IoT hub for further analysis and archiving. You need to create three IoT Edge modules that receive messages from the cameras, run a machine learning model to process images, then forward the relevant images to IoT Hub. You need to deploy two custom modules on your device. Which property groups should you add to the deploymentManifest.json?
Answer options:
A.“$edgeAgent.systemModules” and “$edgeAgent.properties.desired.routes” B.“$edgeAgent.modules” and “$edgeHub.properties.desired.routes” C.“$edgeHub.modules” and “$edgeHub.properties.desired.routes” D.“HostConfig.Binds” and "registryCredentials"