최신Oracle Java EE 6 Web Services Developer Certified Expert - 1Z0-897무료샘플문제
문제1
What is an advantage of enabling Addressing feature on an endpoint?
What is an advantage of enabling Addressing feature on an endpoint?
정답: A
문제2
Given this class: Choose the statement that best describes the potential to write a client implemented using JAXWS to interact with the JAX-RS (restful) web service defined by this class (Choose one):

Given this class: Choose the statement that best describes the potential to write a client implemented using JAXWS to interact with the JAX-RS (restful) web service defined by this class (Choose one):

정답: C
문제3
Which of the following is NOT a correct way of configuring handlers on a Web Service client ? (Choose one)
Which of the following is NOT a correct way of configuring handlers on a Web Service client ? (Choose one)
정답: C
문제4
A company is implementing an accounting system, where every transaction is monitored and audited. They must implement message-oriented Web services in their accounting package to integrate various modules. All errors in computation or transmission must be logged. Which technology will they use?
A company is implementing an accounting system, where every transaction is monitored and audited. They must implement message-oriented Web services in their accounting package to integrate various modules. All errors in computation or transmission must be logged. Which technology will they use?
정답: B
문제5
An automobile manufacturer publishes a Web service for use by their suppliers. The manufacturer has stringent security requirements that require suppliers to verify their identity. Data integrity and confidentiality must be maintained between the client and the server. Which two meet all of these requirements? (Choose two.)
An automobile manufacturer publishes a Web service for use by their suppliers. The manufacturer has stringent security requirements that require suppliers to verify their identity. Data integrity and confidentiality must be maintained between the client and the server. Which two meet all of these requirements? (Choose two.)
정답: B,E
문제6
Which security technologies are not included in WS-Security?
Which security technologies are not included in WS-Security?
정답: D
문제7
What would be the HTTP content-type header when a message is optimized using MTOM ? (Choose one)
What would be the HTTP content-type header when a message is optimized using MTOM ? (Choose one)
정답: D
문제8
Which of the following two EJB types can be used as web service endpoints ? (Choose two.)
Which of the following two EJB types can be used as web service endpoints ? (Choose two.)
정답: A,B
문제9
When a SOAP envelope is optimized on the wire, the following can be said about the optimized infoset : (Choose one)
When a SOAP envelope is optimized on the wire, the following can be said about the optimized infoset : (Choose one)
정답: C
문제10
Given stock quote web service endpoint:

and the corresponding client side artifacts for the above web service are :
StockQuoteService is the Service class and StockQuoteProvider is the corresponding SEI.
Which of the following two options enable addressing feature for proxy for the StockQuoteProvider SEI ? (Choose two)
Given stock quote web service endpoint:

and the corresponding client side artifacts for the above web service are :
StockQuoteService is the Service class and StockQuoteProvider is the corresponding SEI.
Which of the following two options enable addressing feature for proxy for the StockQuoteProvider SEI ? (Choose two)
정답: A,D