1z0-807 Java EE 6 Enterprise Architect Certified Master

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which type of application would benefit from using the Singleton pattern?

Select all that apply, then click Submit answer.

  • An application that interacts with external systems in serial fashion.

  • An application that interacts with external systems in parallel fashion.

  • A clustered application that can support 200 concurrent users.

  • An application that requires remote monitoring capabilities

Question 5

Which two measures are most effective in protecting websites from cross site scripting (XSS) attacks?

Select all that apply, then click Submit answer.

  • Escape “<” and “>” parameters that displayed or evaluated by the JavaScript interpreter.

  • URL-encode “<” and “>”parameters so they will never be evaluated by the JavaScript Interpreter.

  • Ensure that the session cookie is sent only on HTTPS connections.

  • Treat all user-supplied input as unsafe, and white list known good characters

  • Execute all user-supplied scripts in a server-side sandbox.

Question 6

Your application uses web services extensively and frequently to distribute large XML objects over HTTP. In addition, the application has been set particularly demanding performance and scalability service level agreements (SLAs).

Which java API is best suited for your application?

Select an option, then click Submit answer.

  • STAX

  • DOM

  • JAXB

  • JAXR