Interrupt latency can be reduced by making a short interrupt routine if interrupt priorities are not allowed by the hardware. In such a case interrupt routine which is started cannot be interrupted by another interrupt. It will be better to avoid disabling the interrupts in any method. In such a case the interrupt has to wait for the next one to be allowed.

BY Best Interview Question ON 23 Mar 2019