Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 22

An integration Mule application is being designed to synchronize customer data between two systems. One system is an IBM Mainframe and the other system is a

Salesforce Marketing Cloud (CRM) instance. Both systems have been deployed in their typical configurations, and are to be invoked using the native protocols provided by Salesforce and IBM.

What interface technologies are the most straightforward and appropriate to use in this Mule application to interact with these systems, assuming that Anypoint

Connectors exist that implement these interface technologies?

    Correct Answer: C

    To synchronize customer data between an IBM Mainframe and a Salesforce Marketing Cloud (CRM) instance, the appropriate technologies to use are CICS for IBM Mainframe and SOAP for Salesforce. CICS is a well-known transaction server that provides online transaction management and connectivity for applications on IBM Mainframe. Salesforce supports SOAP interfaces, making it suitable for integrating with the CRM system. This combination ensures compatibility with the native protocols provided by both systems.

Discussion
Rahul1387Option: C

answer is C

sanni27Option: C

It should be C

GrumpOption: C

It should be C

bkahramanOption: C

IBM mainframe works only with CICS

vikas_muleOption: C

C, SF connector uses SOAP service.

gilofernandesOption: C

For IBM is CICS, for Salesforce SOAP or REST are options. https://www.mulesoft.com/resources/api/ibm-cics-mainframe-integration C is the correct.

willyKloyOption: C

https://www.mulesoft.com/resources/api/ibm-cics-mainframe-integration https://www.mulesoft.com/exchange/org.mule.modules/mule-ibmctg-connector/

jmayOption: C

https://docs.mulesoft.com/ibm-ctg-connector/2.3/

Viv2005Option: C

IBM mainframes do not support JMS. SF CRM support REST or SOAP. So use CICS connector available in Mulesoft to interface with IBM mainframe and SF interaction can be any one of SOAP or JSON.

majda091983Option: D

I think Active MQ is better for data synchronization

madgeezerOption: C

C. IBM: CICS CRM: SOAP