Skip to main content

S90-02A Real Exam Questions

SOA Technology Concepts (S90-02A)

91 questions available · Page 1 of 10

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

SOAP messages contain headers that can be customized but are also used to implement industry-standard features provided by technologies, such as WS-Addressing. Select the correct answer.

  1. A

    True

  2. B

    False

Show answer and explanation

Correct answer: A

Question 2 Multiple choice

A SOAP message is an XML document that is comprised of a set of pre-defined parts. Which of the following are parts that can be found in a SOAP message? SELECT ALL THAT APPLY

  1. A

    Envelope

  2. B

    Body

  3. C

    Header

  4. D

    Footer

Show answer and explanation

Correct answers: A, B, C

Question 3 Single choice

A WS-Policy definition can be attached to different parts of a __________________ or to multiple
__________________. Select the correct answer.

  1. A

    service activity, service activities

  2. B

    service contract, service contracts

  3. C

    service model, service models

  4. D

    service line, service lines

Show answer and explanation

Correct answer: B

Question 4 Multiple choice

Which of the following statements are false? SELECT ALL THAT APPLY

  1. A

    A service enters the service consumer role only when it initiates contact with other service consumers.

  2. B

    A service enters the service consumer role only when it accesses other services acting as intermediaries.

  3. C

    A service enters the service consumer role when it initiates contact with other services acting as service providers, including those also acting as intermediaries.

  4. D

    A service cannot enter the service consumer role.

Show answer and explanation

Correct answers: A, B, D

Question 5 Single choice

REST stands for: Select the correct answer.

  1. A

    Representational State Transfer

  2. B

    Relational State Transport

  3. C

    Repository Stack Target

  4. D

    Released Semantic Transport

Show answer and explanation

Correct answer: A

Question 6 Single choice

Which of the following statements is false? Select the correct answer.

  1. A

    Services built as components can expose a non-industry-standard technical service contract.

  2. B

    Services built as components can be assembled into service compositions.

  3. C

    Services built as components always have a decoupled service contract that exists as a physically separate XML document.

  4. D

    Services cannot be built as components.

Show answer and explanation

Correct answer: C

Question 7 Single choice

Which of the following statements is true? Select the correct answer.

  1. A

    WSDL definitions can use XML schemas to define the types used by WSDL input and output messages.

  2. B

    WSDL definitions can use XML schemas to define the types used by WSDL input and output operations.

  3. C

    WSDL definitions can use XML schemas to define the types used to establish the location used by service consumers to access the WSDL definitions.

  4. D

    WSDL definitions cannot be used in conjunction with XML schemas.

Show answer and explanation

Correct answer: A

Question 8 Single choice

Identify what is wrong with the following statement: "I have a single Calculator component that provides basic math functions. I'm exposing this component as a component-based service for internal service consumers that are also component-based. I'm exposing this component as a SOAP-based Web service for internal and external service consumers that support SOAP messaging. I'm also exposing this component as a REST service for external service consumers that prefer to access its functions via HTTP methods. I'm also exposing this component as a service agent for service consumers that support explicit
invocation via a service contract." SELECT ALL THAT APPLY

  1. A

    A single component cannot be exposed as a component-based service, a SOAP-based Web service and a REST service at the same time.

  2. B

    SOAP-based Web service consumer programs cannot be both internally and externally located.

  3. C

    The uniform contract required by REST services does not support the use of HTTP methods.

  4. D

    Service agents are event-driven and are therefore not explicitly invoked via a service contract.

Show answer and explanation

Correct answer: D

Question 9 Single choice

To create REST services, you are required to deploy an enterprise service bus due to the need for inherent message routing functionality. Select the correct answer.

  1. A

    True

  2. B

    False

Show answer and explanation

Correct answer: B

Question 10 Single choice

I would like to extend my WSDL definition to include a programmatically consumable statement that communicates that upon receiving a message the service will add an entry to an event log. Which technology should I use? Select the correct answer.

  1. A

    Mashup

  2. B

    XSLT

  3. C

    REST

  4. D

    None of the above.

Show answer and explanation

Correct answer: D