READ Free Dumps For Oracle- 1z0-897
Question ID 4536 | A developer is writing a Web service method that needs to accept multiple types of requests. Based on the request's content, the service performs time-consuming steps, such as verifying the user's account, checking credit ratings, and building a list of offers. Which two approaches are appropriate to use in this situation? (Choose two.) |
Option A | A. A synchronous, document-style approach. |
Option B | B. A synchronous, procedure-style approach. |
Option C | C. An asynchronous, document-style approach. |
Option D | D. An asynchronous, procedure-style approach. |
Option E | E. HTTP and HTTPS. |
Option F | F. SMTP or other asynchronous protocol. |
Correct Answer | C,F |
Question ID 4537 | A developer is tasked with analyzing a new Web services project and must decide to use either SOAP or REST. Based on requirements, the developer determines the service must be stateful and have a documented interface and data types that clients can discover dynamically. Which two statements are true? (Choose two.) |
Option A | A. The SOAP approach consists of resources identified by unique URIs. |
Option B | B. SOAP services are self-documenting via the WSDL. |
Option C | C. Either SOAP or REST are suitable for the Web service. |
Option D | D. REST fully documents data types via the functional interface GET and POST. |
Option E | E. RESTful services are stateless by definition. |
Correct Answer | B,E |