Multiple choice technology platforms and products

Which of the following is a valid reference to an Integration Server service named "quoteService" inside the folder "stock" within the parent folder "bank"?

  1. bank.stock.quoteService

  2. bank/stock:quoteService

  3. bank/stock.quoteService

  4. bank.stock:quoteService

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The correct reference format for Integration Server services uses dots (.) for folder hierarchy and a colon (:) before the service name. For bank > stock > quoteService, the proper format is bank.stock:quoteService. Options A and C use incorrect separators throughout, while B uses / instead of . for folder separation.