クラウド エンジニアは、新しい支払いプロセッサを既存の電子商取引 Web サイトと統合する必要があります。この統合に最も適しているのは次のテクノロジーのうちどれですか?
正解:C
REST API over HTTPS is widely used for integrating external services, like payment processors, with web applications. REST APIs are secure, reliable, and allow for standardized communication over HTTP/HTTPS, which is crucial for secure data transmission in payment processing.