Question 41:
You have 100 edge devices registered in your environment monitoring IoT infrastructure. After several weeks of operation, you experience that 20 of them installed at distant places where the network bandwidth and stability result in communication problems and partial data loss. To improve reliability, you decide to reconfigure the devices for an offline operation to cope with temporary network outages and you add this code to the edgeAgent and the edgeHub sections of your deployment manifest: <pre class="brush:java; `createOptions`: { `HostConfig`: { `Binds`:[`C:\emp:C:\\contemp"] ... } } </pre> Does it help you achieve your goal?
Answer options:
A.Yes B.No