Untitled

123456789101112131415
Across
  1. 2. What protocol that lets a MarkLogic repository look like a file system to WebDAV clients. With a WebDAV mount point we can drag-and-drop files in and out of MarkLogic as if it were a network file system
  2. 4. Each entry in the inverted index
  3. 10. What does . (dot) in an XPATH expression represent?
  4. 12. ---------------- allows to check whether an element is on the page or not. The test will stop on the step failed, if the asserted element is not available
  5. 13. is a Java-based tool, designed to load any number of arbitrary-sized input documents into a MarkLogic database
  6. 15. What is used to insert another document with in the current HTML document or simply a web page into a web page by enabling nesting.
Down
  1. 1. Which API provides conveniences on top of the lower-level cts:query underpinnings. It can parse a user's typed query, execute the corresponding search, return highlighted results, and return facet values
  2. 3. Selenium’s recording language
  3. 5. Which term is given to combination of all utilities and application software that required for testing a software package.
  4. 6. ------------is the degree which is measure dependency of the software component that combines related functionality into a single unit
  5. 7. -------------- provides a syntax for including XML documents within other XML documents. It allows you to specify a relative or absolute URI for the document to include.
  6. 8. Which transaction mode never acquires any locks?
  7. 9. Which file log level is most appropriate in production environment?
  8. 11. What would you use for writing alerting applications?
  9. 14. How many valid item() are there in sequence (1, 2, , 1, “hello world”)?