Exam4Training

your application connects to two REST services that list details about bank offices.

your application connects to two REST services that list details about bank offices.

One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code.

The other REST service uses a city name as a GET parameter and returns a datailed list of back offices in cities with that name. The application uses data pages to cache details about bank offices.

Select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)
A . sourcing data from both rest connectors and using the response data transform to select the correct data
B . sourcing data from a single REST connector that is circumstanced based on the input parameter
C . sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time
D . sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time

Answer: C D

Exit mobile version