SlideShare a Scribd company logo
1 of 7
Download to read offline
EXAMGOOD
QUESTION & ANSWER
Exam Good provides update free of
charge in one year!
Accurate study guides
High passing rate!
http://www.examgood.com
The safer , easier way to help you pass any IT exams.
1 / 6
Exam : S90-02A
Title :
Version : Demo
SOA Technology Concepts
The safer , easier way to help you pass any IT exams.
2 / 6
1.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?
A. Mashup
B. XSLT
C. REST
D. None of the above.
Answer: D
2.Which of the following statements is true.?
A. WS-ReliableMessaging standardizes reliability levels associated with databases required to persist
state data.
B. WS-ReliableMessaging standardizes the issuance and delivery of positive and negative
acknowledgement messages.
C. WS-ReliableMessaging standardizes SOAP headers related to atomic transactions with rollback
features.
D. WS-ReliableMessaging standardizes the expression of service composition logic, but only for
SOAP-based Web services.
Answer: B
3.Which of the following statements is true?
A. An enterprise service bus commonly provides service broker-related features that allow two services
using different data models (that represent the same business document) to communicate with each
other.
B. An enterprise service bus commonly provides service broker-related features that allow two services
using different communication protocols to communicate with each other.
C. An enterprise service bus commonly provides service broker-related features that allow two services to
communicate even though they use different communication protocols and different data models (that
represent the same business document).
D. All of these statements are true.
Answer: D
4.A __________________ establishes a common access point generally based on HTTP methods used
by __________________.
A. WSDL definition, SOAP-based Web service
B. uniform contract, REST services
C. XML schemas, components
D. None of the above
Answer: B
5.When two compatible SOAP-based Web services need to exchange an XML document that is
compliant with the XML schema shared by both services, then:
A. A data model transformation technology, such as XSLT, must be used to enable the data exchange.
B. A new XML schema must be created to overcome the disparity between how each service defines the
The safer , easier way to help you pass any IT exams.
3 / 6
data model for the XML document.
C. A WS-Policy definition must be created to establish rules that address any differences in the XML
document exchange.
D. None of the above.
Answer: D
6.XML can be used to structure data passed between REST services, but REST introduces rules that limit
the extent to which XML elements and attributes can be nested.
A. True
B. False
Answer: B
7.Which of the following statements is true?
A. Service activities represent runtime activity that occurs within the underlying service logic.
B. Service activities represent design-time message exchanges that are established between
SOAP-based Web services and defined as part of the operation definition within the WSDL definition.
C. Service activities represent runtime activity that occurs between services.
D. Service activities represent runtime activity that occurs between complex and simple XML Schema
types.
Answer: C
8.The XML language is expressed through the use of:
A. elements or tags
B. databases or repositories
C. services or components
D. service compositions or orchestrations
Answer: A
9.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."
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.
B. SOAP-based Web service consumer programs cannot be both internally and externally located.
C. The uniform contract required by REST services does not support the use of HTTP methods.
D. Service agents are event-driven and are therefore not explicitly invoked via a service contract.
Answer: D
10.Which of the following are associated with the functionality provided by a typical enterprise service
bus?
The safer , easier way to help you pass any IT exams.
4 / 6
A. reliable message delivery
B. intermediate message routing
C. temporary storage of messages in queues
D. All of the above.
Answer: D
11.When designing REST services within a given domain, you establish __________________ that are
represented by unique identifiers, usually in the format of __________________.
A. resources, HTTPs/HTTPSs
B. mashups, HTTPs/HTTPSs
C. resources, URLs/URIs
D. mashups, URLs/URIs
Answer: C
12.WS-Addressing is most commonly associated with __________________ functionality.
A. process management
B. policy enforcement
C. message routing
D. choreography
Answer: C
13.Which of the following statements is true?
A. Individual service contracts do not need to be published for SOAP-based Web services. Instead, they
use a uniform contract.
B. Individual service contracts do not need to be published for REST services. Instead, they use a
common uniform contract.
C. Components provide published contracts, but when building services as components, components
must use a uniform contract instead.
D. None of these statements are true.
Answer: B
14.Which of the following statements is false?
A. The WS-I is an industry standards organization that provides basic profiles to help foster
interoperability among solutions based on XML and Web services industry standards.
B. OASIS is an industry standards organization that has developed a number of important technology
specifications, including WS-BPEL and UDDI.
C. The W3C is a standards organization that has developed a number of important technology
specifications, including SOAP, WSDL, and WS-Addressing.
D. The OAS-C is an industry standards organization that has developed a number of important
technology specifications, including WS-Security and XML Schema.
Answer: D
15.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?
The safer , easier way to help you pass any IT exams.
5 / 6
A. Envelope
B. Body
C. Header
D. Footer
Answer: A,B,C
16.Data model transformation is a core service function that can be performed by proven technologies
that have been around for years. Therefore, it is recommended that you look for opportunities to apply this
technology wherever possible, especially in larger, more complex service compositions.
A. True
B. False
Answer: B
17.If Service B is invoked by Service A and then Service B invokes Service C and all of this happens as
part of the same service activity, then Service B would be considered:
A. an intermediary
B. a service agent
C. an ultimate receiver
D. an initial sender
Answer: A
18.SOAP-based Web services can be designed for use within traditional RPC-style distributed solutions
or for use in service-oriented solutions.
A. True
B. False
Answer: A
19.XML schemas are comparable to database records. Therefore, XML documents that are based on
XML schemas are comparable to database data models.
A. True
B. False
Answer: B
20.A SOAP-based Web service is required to transmit an XML-based invoice document to a REST
service. However, the SOAP-based Web service is designed to represent invoice data using an XML
schema that is different from the XML schema used within the REST service. How can the disparity
between the XML schemas, used by these two services, be overcome so that they can exchange the
invoice document?
A. A layer of data format transformation logic needs to be introduced based on mashup technologies,
such as DTD and WS-Transform.
B. A layer of protocol transformation logic needs to be introduced based on Web technologies, such as
HTTP and FTP.
C. A layer of data model transformation logic needs to be introduced, based on XML technologies, such
as XSLT.
The safer , easier way to help you pass any IT exams.
6 / 6
D. There is no technique or technology for overcoming differences between XML schemas.
Answer: C

More Related Content

What's hot

Rest vs soap
Rest vs soapRest vs soap
Rest vs soapNaseers
 
web service technologies
web service technologiesweb service technologies
web service technologiesYash Darak
 
Introduction to Web Services
Introduction to Web ServicesIntroduction to Web Services
Introduction to Web Servicesrajeevkuruganti
 
Richarson maturity model (HATEOAS)
Richarson maturity model (HATEOAS)Richarson maturity model (HATEOAS)
Richarson maturity model (HATEOAS)Avishek Patra
 
Web Service Tutorial
Web Service TutorialWeb Service Tutorial
Web Service TutorialJava2Blog
 
Web Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NETWeb Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NETPonraj
 
Introduction to webservices
Introduction to webservicesIntroduction to webservices
Introduction to webservicesGagandeep Singh
 
SOA - From Webservices to APIs
SOA - From Webservices to APIsSOA - From Webservices to APIs
SOA - From Webservices to APIsHolger Reinhardt
 
Implementing an Esb using Mule
Implementing an Esb using MuleImplementing an Esb using Mule
Implementing an Esb using MuleAbdulImrankhan7
 
Integrating with LinkedIn using Mule ESB LinkedIn Connector
Integrating with LinkedIn using Mule ESB LinkedIn ConnectorIntegrating with LinkedIn using Mule ESB LinkedIn Connector
Integrating with LinkedIn using Mule ESB LinkedIn ConnectorRupesh Sinha
 
Intro to web services
Intro to web servicesIntro to web services
Intro to web servicesNeil Ghosh
 

What's hot (20)

Mule execution
Mule executionMule execution
Mule execution
 
Rest vs soap
Rest vs soapRest vs soap
Rest vs soap
 
web service technologies
web service technologiesweb service technologies
web service technologies
 
Introduction to Web Services
Introduction to Web ServicesIntroduction to Web Services
Introduction to Web Services
 
Richarson maturity model (HATEOAS)
Richarson maturity model (HATEOAS)Richarson maturity model (HATEOAS)
Richarson maturity model (HATEOAS)
 
Web services
Web servicesWeb services
Web services
 
Web Service Tutorial
Web Service TutorialWeb Service Tutorial
Web Service Tutorial
 
Web Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NETWeb Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NET
 
Introduction to webservices
Introduction to webservicesIntroduction to webservices
Introduction to webservices
 
Web Service Basics and NWS Setup
Web Service  Basics and NWS SetupWeb Service  Basics and NWS Setup
Web Service Basics and NWS Setup
 
SOA - From Webservices to APIs
SOA - From Webservices to APIsSOA - From Webservices to APIs
SOA - From Webservices to APIs
 
Mule execution
Mule executionMule execution
Mule execution
 
Making flow Mule
Making flow MuleMaking flow Mule
Making flow Mule
 
Mule real-world-old
Mule real-world-oldMule real-world-old
Mule real-world-old
 
Implementing an Esb using Mule
Implementing an Esb using MuleImplementing an Esb using Mule
Implementing an Esb using Mule
 
Understanding Web services
Understanding Web servicesUnderstanding Web services
Understanding Web services
 
Web service introduction 2
Web service introduction 2Web service introduction 2
Web service introduction 2
 
Intro To AOP
Intro To AOPIntro To AOP
Intro To AOP
 
Integrating with LinkedIn using Mule ESB LinkedIn Connector
Integrating with LinkedIn using Mule ESB LinkedIn ConnectorIntegrating with LinkedIn using Mule ESB LinkedIn Connector
Integrating with LinkedIn using Mule ESB LinkedIn Connector
 
Intro to web services
Intro to web servicesIntro to web services
Intro to web services
 

Viewers also liked

Viewers also liked (10)

Data preperation
Data preperationData preperation
Data preperation
 
Java
JavaJava
Java
 
Data and assessment
Data and assessmentData and assessment
Data and assessment
 
Linked list
Linked listLinked list
Linked list
 
Api crash
Api crashApi crash
Api crash
 
Data visualization
Data visualizationData visualization
Data visualization
 
Memory caching
Memory cachingMemory caching
Memory caching
 
Prolog resume
Prolog resumeProlog resume
Prolog resume
 
Encapsulation anonymous class
Encapsulation anonymous classEncapsulation anonymous class
Encapsulation anonymous class
 
Database constraints
Database constraintsDatabase constraints
Database constraints
 

Similar to SOA Technology Concepts S90-02a exam

webservices overview
webservices overviewwebservices overview
webservices overviewelliando dias
 
WebService-Java
WebService-JavaWebService-Java
WebService-Javahalwal
 
Enhancement in Web Service Architecture
Enhancement in Web Service ArchitectureEnhancement in Web Service Architecture
Enhancement in Web Service ArchitectureIJERA Editor
 
Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Christina Berger
 
Service Oriented Architecture Updated Luqman
Service Oriented Architecture Updated  LuqmanService Oriented Architecture Updated  Luqman
Service Oriented Architecture Updated Luqmanguesteb791b
 
A Novel Testing Model for SOA based Services
A Novel Testing Model for SOA based ServicesA Novel Testing Model for SOA based Services
A Novel Testing Model for SOA based ServicesAbhishek Kumar
 
6 ijmecs v7-n1-5 a novel testing model for soa based services
6 ijmecs v7-n1-5  a novel testing model for soa based services6 ijmecs v7-n1-5  a novel testing model for soa based services
6 ijmecs v7-n1-5 a novel testing model for soa based servicesAbhishek Srivastava
 
SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...
SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...
SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...ijwscjournal
 
Web Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptxWeb Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptxssuser403d87
 
Xml web services
Xml web servicesXml web services
Xml web servicesRaghu nath
 
A Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesA Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesAbhishek Kumar
 
A Study Of Web Services And Its Implications
A Study Of Web Services And Its ImplicationsA Study Of Web Services And Its Implications
A Study Of Web Services And Its ImplicationsTony Lisko
 
Unit 3-SOA Technologies
Unit 3-SOA TechnologiesUnit 3-SOA Technologies
Unit 3-SOA Technologiesssuser3a47cb
 
A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...
A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...
A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...Abhishek Kumar
 

Similar to SOA Technology Concepts S90-02a exam (20)

webservices overview
webservices overviewwebservices overview
webservices overview
 
WebService-Java
WebService-JavaWebService-Java
WebService-Java
 
Enhancement in Web Service Architecture
Enhancement in Web Service ArchitectureEnhancement in Web Service Architecture
Enhancement in Web Service Architecture
 
Web Programming
Web ProgrammingWeb Programming
Web Programming
 
Java web services
Java web servicesJava web services
Java web services
 
Soap Vs Rest
Soap Vs RestSoap Vs Rest
Soap Vs Rest
 
Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...
 
Service Oriented Architecture Updated Luqman
Service Oriented Architecture Updated  LuqmanService Oriented Architecture Updated  Luqman
Service Oriented Architecture Updated Luqman
 
Overview of web services
Overview of web servicesOverview of web services
Overview of web services
 
Web services
Web servicesWeb services
Web services
 
A Novel Testing Model for SOA based Services
A Novel Testing Model for SOA based ServicesA Novel Testing Model for SOA based Services
A Novel Testing Model for SOA based Services
 
6 ijmecs v7-n1-5 a novel testing model for soa based services
6 ijmecs v7-n1-5  a novel testing model for soa based services6 ijmecs v7-n1-5  a novel testing model for soa based services
6 ijmecs v7-n1-5 a novel testing model for soa based services
 
SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...
SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...
SOME INTEROPERABILITY ISSUES IN THE DESIGNING OF WEB SERVICES : CASE STUDY ON...
 
Web Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptxWeb Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptx
 
Xml web services
Xml web servicesXml web services
Xml web services
 
A Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesA Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web Services
 
A Study Of Web Services And Its Implications
A Study Of Web Services And Its ImplicationsA Study Of Web Services And Its Implications
A Study Of Web Services And Its Implications
 
Unit 3-SOA Technologies
Unit 3-SOA TechnologiesUnit 3-SOA Technologies
Unit 3-SOA Technologies
 
A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...
A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...
A Novel Robust &Fault Tolerance Framework for Webservices using ws-I Specific...
 
UNIT 3 web iiiBCA.pptx
UNIT 3 web iiiBCA.pptxUNIT 3 web iiiBCA.pptx
UNIT 3 web iiiBCA.pptx
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

SOA Technology Concepts S90-02a exam

  • 1. EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com
  • 2. The safer , easier way to help you pass any IT exams. 1 / 6 Exam : S90-02A Title : Version : Demo SOA Technology Concepts
  • 3. The safer , easier way to help you pass any IT exams. 2 / 6 1.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? A. Mashup B. XSLT C. REST D. None of the above. Answer: D 2.Which of the following statements is true.? A. WS-ReliableMessaging standardizes reliability levels associated with databases required to persist state data. B. WS-ReliableMessaging standardizes the issuance and delivery of positive and negative acknowledgement messages. C. WS-ReliableMessaging standardizes SOAP headers related to atomic transactions with rollback features. D. WS-ReliableMessaging standardizes the expression of service composition logic, but only for SOAP-based Web services. Answer: B 3.Which of the following statements is true? A. An enterprise service bus commonly provides service broker-related features that allow two services using different data models (that represent the same business document) to communicate with each other. B. An enterprise service bus commonly provides service broker-related features that allow two services using different communication protocols to communicate with each other. C. An enterprise service bus commonly provides service broker-related features that allow two services to communicate even though they use different communication protocols and different data models (that represent the same business document). D. All of these statements are true. Answer: D 4.A __________________ establishes a common access point generally based on HTTP methods used by __________________. A. WSDL definition, SOAP-based Web service B. uniform contract, REST services C. XML schemas, components D. None of the above Answer: B 5.When two compatible SOAP-based Web services need to exchange an XML document that is compliant with the XML schema shared by both services, then: A. A data model transformation technology, such as XSLT, must be used to enable the data exchange. B. A new XML schema must be created to overcome the disparity between how each service defines the
  • 4. The safer , easier way to help you pass any IT exams. 3 / 6 data model for the XML document. C. A WS-Policy definition must be created to establish rules that address any differences in the XML document exchange. D. None of the above. Answer: D 6.XML can be used to structure data passed between REST services, but REST introduces rules that limit the extent to which XML elements and attributes can be nested. A. True B. False Answer: B 7.Which of the following statements is true? A. Service activities represent runtime activity that occurs within the underlying service logic. B. Service activities represent design-time message exchanges that are established between SOAP-based Web services and defined as part of the operation definition within the WSDL definition. C. Service activities represent runtime activity that occurs between services. D. Service activities represent runtime activity that occurs between complex and simple XML Schema types. Answer: C 8.The XML language is expressed through the use of: A. elements or tags B. databases or repositories C. services or components D. service compositions or orchestrations Answer: A 9.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." 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. B. SOAP-based Web service consumer programs cannot be both internally and externally located. C. The uniform contract required by REST services does not support the use of HTTP methods. D. Service agents are event-driven and are therefore not explicitly invoked via a service contract. Answer: D 10.Which of the following are associated with the functionality provided by a typical enterprise service bus?
  • 5. The safer , easier way to help you pass any IT exams. 4 / 6 A. reliable message delivery B. intermediate message routing C. temporary storage of messages in queues D. All of the above. Answer: D 11.When designing REST services within a given domain, you establish __________________ that are represented by unique identifiers, usually in the format of __________________. A. resources, HTTPs/HTTPSs B. mashups, HTTPs/HTTPSs C. resources, URLs/URIs D. mashups, URLs/URIs Answer: C 12.WS-Addressing is most commonly associated with __________________ functionality. A. process management B. policy enforcement C. message routing D. choreography Answer: C 13.Which of the following statements is true? A. Individual service contracts do not need to be published for SOAP-based Web services. Instead, they use a uniform contract. B. Individual service contracts do not need to be published for REST services. Instead, they use a common uniform contract. C. Components provide published contracts, but when building services as components, components must use a uniform contract instead. D. None of these statements are true. Answer: B 14.Which of the following statements is false? A. The WS-I is an industry standards organization that provides basic profiles to help foster interoperability among solutions based on XML and Web services industry standards. B. OASIS is an industry standards organization that has developed a number of important technology specifications, including WS-BPEL and UDDI. C. The W3C is a standards organization that has developed a number of important technology specifications, including SOAP, WSDL, and WS-Addressing. D. The OAS-C is an industry standards organization that has developed a number of important technology specifications, including WS-Security and XML Schema. Answer: D 15.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?
  • 6. The safer , easier way to help you pass any IT exams. 5 / 6 A. Envelope B. Body C. Header D. Footer Answer: A,B,C 16.Data model transformation is a core service function that can be performed by proven technologies that have been around for years. Therefore, it is recommended that you look for opportunities to apply this technology wherever possible, especially in larger, more complex service compositions. A. True B. False Answer: B 17.If Service B is invoked by Service A and then Service B invokes Service C and all of this happens as part of the same service activity, then Service B would be considered: A. an intermediary B. a service agent C. an ultimate receiver D. an initial sender Answer: A 18.SOAP-based Web services can be designed for use within traditional RPC-style distributed solutions or for use in service-oriented solutions. A. True B. False Answer: A 19.XML schemas are comparable to database records. Therefore, XML documents that are based on XML schemas are comparable to database data models. A. True B. False Answer: B 20.A SOAP-based Web service is required to transmit an XML-based invoice document to a REST service. However, the SOAP-based Web service is designed to represent invoice data using an XML schema that is different from the XML schema used within the REST service. How can the disparity between the XML schemas, used by these two services, be overcome so that they can exchange the invoice document? A. A layer of data format transformation logic needs to be introduced based on mashup technologies, such as DTD and WS-Transform. B. A layer of protocol transformation logic needs to be introduced based on Web technologies, such as HTTP and FTP. C. A layer of data model transformation logic needs to be introduced, based on XML technologies, such as XSLT.
  • 7. The safer , easier way to help you pass any IT exams. 6 / 6 D. There is no technique or technology for overcoming differences between XML schemas. Answer: C