IBM
C2180-279 · Question #115
A Worklight mobile application needs to aggregate news about stock symbols in a portfolio using Worklight adapters and server-side JavaScript. Given the following high-level schema for aggregation…
The correct answer is A. getPortfolioNews. See the full explanation below for the reasoning.
Question
A Worklight mobile application needs to aggregate news about stock symbols in a portfolio using Worklight adapters and server-side JavaScript. Given the following high-level schema for aggregation, 1.The application calls getPortfolioNews from the SQLPortfolioAdapter. 2.The SQLPortfolioAdapter retrieves a list of stock symbols in the portfolio from the adapter's SQL datasource by calling getStockSymbolList.
Options
- AgetPortfolioNews
- BgetPortfolioNews and getStockNews
- CgetPortfolioNews and getStockSymbolList
- DgetPortfolioNews, getStockSymbolList and getStockNews
How the community answered
(27 responses)- A70% (19)
- B4% (1)
- C15% (4)
- D11% (3)
Community Discussion
No community discussion yet for this question.