Exam Details

  • Exam Code
    :C9550-605
  • Exam Name
    :IBM WebSphere Enterprise Service Bus V7.0 Integration Development
  • Certification
    :IBM Certified Integration Developer
  • Vendor
    :IBM
  • Total Questions
    :171 Q&As
  • Last Updated
    :Apr 07, 2025

IBM IBM Certified Integration Developer C9550-605 Questions & Answers

  • Question 161:

    A new version of a common business object currently defined in a shared library is required for a new mediation module. Which of the following should be done to ensure that older modules are not immediately affected by the change and both versions of the business object are available to all modules?

    A. Create the new version of the business object using a different name in the shared library.

    B. Create the new version of the business object using the same name in the new mediation module without modifying the shared library or the other mediation modules.

    C. Create the new version of the business object using a different name in the new mediation module without modifying the shared library or the other mediation modules.

    D. Move the old version of the common business object to each existing dependent mediation module, then create the new version of the business object in the new mediation module.

  • Question 162:

    The integration developer has an existing mediation flow that was developed using WebSphere Integration Developer V6.2. The developer would like to take advantage of functionality in new mediation primitives of WebSphere Integration Developer V7.0 to enhance the mediation flow design. What should the integration developer do to migrate project artifacts from WebSphere Integration Developer V6.2 to WebSphere Integration Developer V7.0? From WebSphere Integration Developer V6.2, export the artifacts:

    A. into a JAR file. Import the JAR file into the WebSphere Integration Developer V7.0, which will automatically migrate the project.

    B. as an EAR file. Import the EAR file into WebSphere Integration Developer V7.0, which will automatically migrate the project.

    C. into a Project Interchange (PI) file. Import the PI file into WebSphere Integration Developer V7.0. Then use the migration wizard to complete the process.

    D. into an Eclipse Product. Import the Eclipse file into WebSphere Integration Developer V7.0. Then use the migration wizard to complete the process.

  • Question 163:

    Refer to the Exhibit.

    The Assembly Diagram represents an existing StockQuote mediation module. The mediation module must be enhanced to create a record in a billing system whenever a stock quote is executed. What must be done to the Assembly Diagram to implement the enhancement?

    A. Add a new BillingService import with an appropriate interface.Add a new reference to the StockQuote mediation flow component.Wire the new reference to the new BillingService import.

    B. Add a new BillingService export with an appropriate interface.Add a new reference to the StockQuote mediation flow component.Wire the new reference to the new BillingService export.

    C. Add a new BillingService import with an appropriate reference.Add a new interface to the mediation flow component.Wire the new interface to the new BillingService import.

    D. Add a new BillingService export with an appropriate reference.Add a new interface to the mediation flow component.Wire the new interface to the new BillingService export.

  • Question 164:

    Refer to the Exhibits.

    An integration developer needs to implement an application to manage the reception of resumes for a job application. The application must allow the applicant to attach a photo in jpeg format. The

    integration developer decides to create a mediation module exposed through a Web Service Export binding using SOAP with Referenced Attachments to save the photo to a database and send the rest of the data to a business process for further processing. Exhibit A shows the assembly diagram of the mediation module. Exhibit B shows the interface of the Export component of the mediation module in the interface editor. Which actions does the integration developer need to execute in the interface editor above, in order to correctly configure the Web Service Export binding to handle SOAP with Referenced Attachments?

    A. Leave the binding style to 'document literal wrapped', change the 'attachment' input type to 'base64Binary'.A.Leave the binding style to 'document literal wrapped', change the 'attachment' input type to 'base64Binary'.

    B. Leave the binding style to 'document literal wrapped', change the 'attachment' input type to 'hexBinary', add in the Property editor the binary content type field 'image/jpeg' for the 'attachment' input.

    C. Leave the binding style to 'document literal wrapped', change the 'attachment' input type to 'hexBinary', add in the Property editor the binary content type field 'image/jpeg' for the 'attachment' input.

    D. Leave the binding style to 'document literal wrapped', change the 'attachment' input type to 'hexBinary', add in the Property editor the binary content type field 'image/jpeg' for the 'attachment' input.

    E. Change the binding style to 'document literal non wrapped', change the 'attachment' input type to 'hexBinary'.C.Change the binding style to 'document literal non wrapped', change the 'attachment' input type to 'hexBinary'.

    F. Change the binding style to 'document literal non wrapped', change the 'attachment' input type to 'hexBinary', add in the Property editor the binary content type field 'image/jpeg' for the 'attachment' input.

    G. Change the binding style to 'document literal non wrapped', change the 'attachment' input type to 'hexBinary', add in the Property editor the binary content type field 'image/jpeg' for the 'attachment' input.

    H. Change the binding style to 'document literal non wrapped', change the 'attachment' input type to 'hexBinary', add in the Property editor the binary content type field 'image/jpeg' for the 'attachment' input.

  • Question 165:

    A client wants to invoke a mediation module that contains a mediation flow. Which of the following export bindings with Request-Response interface will ensure that the mediation flow is invoked asynchronously with callback by the client?

    A. HTTP

    B. Web services (SOAP/JMS)

    C. Web services (SOAP/HTTP)

    D. WebSphere MQ or WebSphere MQ-JMS

  • Question 166:

    An integration developer is developing a mediation module using the WebSphere Integration Developer. The mediation module interacts with different databases, via the database lookup mediation primitive and an Enterprise Information system (EIS) binding. It is expected that during the lifetime of this solution, the databases connection details will change. The customer wants to avoid downtime of the applications as much as possible. What is the BEST way for the integration developer to implement a solution so that when database connection details change, downtime is minimized?

    A. Update the details of the database connections, then deploy the updated EAR file.

    B. Define the various database connection details as WebSphere Variables. When a change in the connection details occurs, update the WebSphere Variables on the server and restart the server.

    C. Define the various database connections used as JNDI names. When a change in the connection details occurs, update the JNDI details on the server and restart the application.

    D. Define a properties file for the application to load on startup. When a change in the connection details occurs, update the details in the properties file and restart the application.

  • Question 167:

    An integration developer is developing a mediation flow component to integrate PeopleSoft Enterprise. The integration developer has identified WebSphere Adapter for PeopleSoft Enterprise for this integration. Which technology specification is implemented by this adapter?

    A. Java EE Connector Architecture (JCA)

    B. Java EE Component Architecture (JCA)

    C. Java EE Connectivity Architecture (JCA)

    D. Java EE Communication Architecture (JCA)

  • Question 168:

    An integration developer wants to access a database table on a DB2 database installed on an AIX system using a JDBC Adapter. Using the configuration wizard of the JDBC Outbound Adapter import, the integration developer is prompted for JAR files. Which kind of JAR files are required?

    A. AIX specific JAR files

    B. JDBC standard JAR files

    C. DB2 specific JAR files

    D. DB2 and AIX specific JAR files

  • Question 169:

    An integration developer is developing a mediation flow component using WebSphere Adapters. It is observed that the events are being delivered by multiple threads on several channels simultaneously. What type of event delivery mechanism is used?

    A. Ordered

    B. Unordered

    C. Persistent

    D. Non-persistent

  • Question 170:

    A mediation module must be designed to participate in a transaction initiated by a client component. Which of the following settings should be used by the integration developer to meet the transaction requirements for the mediation module?

    A. Set the Transaction qualifier to False and the Join transaction qualifier to True.

    B. Set the Transaction qualifier to Global and the Join transaction qualifier to True.

    C. Set the Transaction qualifier to Local and the Join transaction qualifier to False.

    D. Set the Transaction qualifier to True and the Join transaction qualifier to True.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C9550-605 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.