최신 IBM certifications I C2180-274 무료샘플문제:
1. A customer has created a multi-protocol gateway with a request type of JSON. Within the request rule, an action needs access to the input in JSONxformat. What are the possible ways that a solution implementer can retrieve this data in XML? (choose two)
A) Insert a Convert query parameters to XML (convert-http) action, and select a Default Encoding of 'JSON' in the Input Conversion Map.
B) Insert a Transform action, and select store:///jsontojsonx.xsl from the drop-down list.
C) Insert a Fetch action, and select JSONx as the Output Type on the Advanced tab.
D) Set the Convert Input property in the Advanced tab to On.
E) Set the action's input context to the value '__JSONASJSONX'.
2. A solution implementer needs to configure SSL mutualauthentication between DataPower and a secure backend server. The secure backend server requires the client to send a certificate for authentication. What step must the solution implementer take to allow SSL mutual authentication when DataPower acts as theclient in this scenario?
A) Configure an identification credentials object to allow the verification of client identity.
B) Set the ciphers list to "HIGH" in the crypto profile.
C) Enable the "Permit Connections to Insecure SSL Servers" setting in the SSL proxy profile.
D) Configure the SSL proxy profile to be in "two-way" mode.
3. Message traffic from a customer purchasing system is passing SOAP messages through a DataPower XI52 appliance. A solution implementer uses a multi-protocol gateway to implement WS-Security to encrypt the complete message. Which of the following parameters should the solution implementer select to correctly configure the Encrypt action?
A) Envelop Method: Standard XML encryption Message Type : SOAP Message Document Crypto Map : store:///encrypt_message.xsl
B) Envelop Method: WSSec encryption Message Type: SOAP Message Document Crypto Map : None
C) Envelop Method: Advanced Message Type : Raw XML document Document Crypto Map : store:///ws_security_encrypt.xsl
D) Envelop Method: WS-Security Message Type : SOAP Message Document Crypto Map : store:///encrypt_message.xsl
4. An multi-protocol gateway (MPGW) service is created to process a request message containing values for the MQMD.ReplyQ andMQMD.ReplyToQMgr that are not configured in the MPGW service. The back end service sends a SOAP message as response to the MPGW service that needs to be routed to the originating client using MQ Object Descriptor (MQOD) method. How can the solution implementer accomplish this requirement using the configured MPGW service?
A) Using Header Tab, inject service virtual headers named "ReplyToQ" and "ReplyToQM"
with the value of an empty string for the front end with a direction as "front"
B) Using XSLT, inject service virtual headers named "ReplyToQ" and "ReplyToQM" with
the value of an empty string inthe response rule as shown below:
<dp:set-response-header name="'ReplyToQ'" value="' '"/>
<dp:set-response-header name="'ReplyToQM'" value="' '"/>
C) Using XSLT, inject service virtual headers named "ReplyToQ" and "ReplyToQM" with
the value of an empty string in the request rule as shown below:
<dp:set-request-header name="'ReplyToQ'" value="' '"/>
<dp:set-request-header name="'ReplyToQM'" value="' '"/>
D) Using Header Tab, inject service virtual headers named "ReplyToQ" and "ReplyToQM"
with the value of an empty string for the back end with a direction as "back"
5. A SOAP message needs to be packaged with a JPEG. The requirement is to use SOAP with Attachments. Where would the solution implementer include the attachment in the message?
A) A non-root MIME part
B) The root MIME part
C) The SOAP body
D) A SOAP header
질문과 대답:
질문 # 1 정답: A,E | 질문 # 2 정답: A | 질문 # 3 정답: B | 질문 # 4 정답: B | 질문 # 5 정답: A |