組織の IT チームは API 主導の接続アプローチを採用しており、Anypoint プラットフォームを使用して顧客データに安全にアクセスするシステム API を実装する必要があります。組織はすべての顧客データの記録システムとして Salesforce を使用しており、最も重要な目標はシステム API をリリースするための全体的な開発時間を短縮することです。チームの統合アーキテクトは、プロジェクトの技術要件をすべて満たすさまざまな Anypoint コネクタを使用して、システム API の実装内から顧客データにアクセスするための 4 つの異なるアプローチを特定しました。組織がシステム API の開発とリリースにかかる時間を短縮するために、チームはどのアプローチを選択すべきでしょうか。
正解:A
In an API-led connectivity approach, using the most efficient method to access system data can significantly reduce development time. Here's why using the Anypoint Connector for Salesforce is the best approach: * Direct Access: * Salesforce APIs: The Anypoint Connector for Salesforce provides direct access to Salesforce APIs, allowing the System API to retrieve customer data efficiently and securely. * No Middleware: Directly accessing Salesforce eliminates the need for intermediary steps, reducing complexity and potential points of failure. * Reduced Development Time: * Out-of-the-Box Functionality: The connector offers pre-built operations and functionalities tailored for Salesforce, speeding up development. * Configuration Over Coding: Using the connector involves minimal configuration compared to coding custom integration logic, leading to faster implementation. * Security: * Built-in Security: The connector handles authentication and authorization, ensuring secure data access in line with Salesforce security protocols. * Alternative Approaches: * HTTP Connector: While functional, it requires more custom handling for Salesforce API interactions and error management. * Database Connector: Accessing a database copy of Salesforce data may involve data synchronization challenges and does not provide real-time data. * FTP Connector: Using FTP for data extracts is less efficient and introduces delays in accessing up-to-date information. References * MuleSoft Documentation: Salesforce Connector * API-led Connectivity: MuleSoft API-led Connectivity