Skip to main content

C9550-605 Real Exam Questions

IBM WebSphere Enterprise Service Bus V7.0 Integration Development

171 questions available · Page 1 of 18

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

An integration developer wants to persist a property value through the request and response flows.

Which of the following context types should the developer choose and where in the flow should it be defined?

  1. A

    Correlation context defined in the Input node of the request flow.

  2. B

    Correlation context defined in the Message Element Setter primitive of the request flow.

  3. C

    Shared context defined in the Input node of the request flow.

  4. D

    Shared context defined in the Message Element Setter primitive of the request flow.

Show answer and explanation

Correct answer: A

Question 2 Single choice

An integration developer is designing a business object map and must use Java code to set the value of a particular output element. The Java code does not use any input values. It sets the output value based on the current date and time and an internally generated number.

Which transform type would be most appropriate for this situation?

  1. A

    Custom

  2. B

    Custom Java

  3. C

    Custom Assign

  4. D

    Custom Callout

Show answer and explanation

Correct answer: C

Question 3 Single choice

Refer to the Exhibit.

An integration developer is designing an XML map and uses the move transform type to map the silverStar_client element of the source to the client element of the target as illustrated in the Exhibit. In addition, the integration developer sets the Input array indices to "2:4".
If there are six instances of the silverStar_client in the source, how many instances of client will be generated in the target by the transform map?

  1. A

    2

  2. B

    3

  3. C

    4

  4. D

    6

Show answer and explanation

Correct answer: B

Question 4 Single choice

A service implementation has been exposed through an SCA Export binding. An integration developer drags the SCA Export of this service into the assembly diagram of a mediation module to integrate it with this service through an SCA Import binding. At this point, neither the service, nor the consuming mediation module is versioned. After deploying these modules in production, the integration developer decides to create multiple versions of the service with no change to the mediation module.

Which of the following statements is correct if the developer implements this change on the server? With multiple versions of the service, the import in the mediation module would:

  1. A

    fail to resolve to any export.

  2. B

    resolve to only the latest version of the export.

  3. C

    resolve to only the oldest version of the export.

  4. D

    randomly pick up any version of the export to get bound to it.

Show answer and explanation

Correct answer: B

Question 5 Single choice

An integration developer would like to preserve the breakpoints created during the debugging process.

What action should the integration developer take?

  1. A

    Save the breakpoints with the SCA component.

  2. B

    Save the breakpoints with the component instance.

  3. C

    Export the breakpoints to the local file system.

  4. D

    Export the breakpoints to a project interchange file with the SCA component.

Show answer and explanation

Correct answer: B

Question 6 Single choice

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:

  1. A

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

  2. B

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

  3. 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.

  4. D

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

Show answer and explanation

Correct answer: C

Question 7 Single choice

An integration developer is tasked with the creation of an Ant script for build and deployment automation.
One of the tasks required is to generate J2EE application EAR files from SCA modules so that they may be installed on a WebSphere Enterprise Service Bus V7.0 runtime.

What is the MOST recommended option to achieve the task?

  1. A

    Use appCreate task.

  2. B

    Use serviceDeploy task.

  3. C

    Use serviceDeployLight task.

  4. D

    Use serviceDeploy command inside exec task.

Show answer and explanation

Correct answer: C

Question 8 Single choice

An integration developer wants to use the integration test client to initiate debugging of a component with an export having a SOAP binding invoked from the developer's own client.

How should an integration developer use the integration test client?

  1. A

    Set a breakpoint in the component and deploy the component.

  2. B

    Deploy the module to the server and start the server in debug mode.

  3. C

    Use the attach facility of the integration test client to attach to the component's export.

  4. D

    Use the attach facility of the integration test client to attach the developer's client to the component.

Show answer and explanation

Correct answer: C

Question 9 Single choice

An integration developer is designing an XML map that combines the firstName and lastName elements of the source into a single fullName element in the target. In addition, the fullName element must be formatted with the lastName first, followed by a comma and then the firstName.

Which transform type would be the most appropriate for this situation?

  1. A

    Move

  2. B

    Concat

  3. C

    Append

  4. D

    Assign

Show answer and explanation

Correct answer: B

Question 10 Single choice

Which of the following fields of the Service Message Object (SMO) structure must be updated to dynamically change the endpoint of a Web Service?

  1. A

    /headers/SOAPHeader/value

  2. B

    /headers/WSAHeader/To/value

  3. C

    /headers/SMOHeader/Target/address

  4. D

    /headers/SMOHeader/AlternateTarget/address

Show answer and explanation

Correct answer: C