Intel Corporation Interview Question

An external API is called to get the exchange rate between currencies. Design/code to reduce the calls to the external API while maintaining near real time information.

Interview Answer

Anonymous

Mar 27, 2022

Design a rectangle class in 2 dimensional space. Check if the rectangle is overlapping with another rectangle.