Question 96:
In your IoT infrastructure, you have several low-resource Raspberry Pi devices which you need to use as translation gateways, in order to integrate legacy sensors into your solution. In addition, you have some high-power devices which run Stream Analytics jobs. The Raspberry devices communicate via MQTT while the more powerful edges use AMQP. Dusing testing the solution you experience that Pi devices often fail to connect or stop sending telemetry after a certain period. What (select two) would you do to prevent this behavior?
Answer options:
A.Set the amqpSettings__enabled to False B.Set the OptimizeForPerformance variable to False C.Set the amqpSettings__enabled to True D.Set the OptimizeForPerformance variable to True E.Increase the timeToLive value