WAP, WML, and Web Framework Basics

Questions covering wireless web technologies (WAP, WML, WMLScript) and web framework concepts including tag libraries, page flow controllers, and exception handling.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Decks are constructed as a set of ______ .

  1. CARDS
  2. PAGES
  3. TABLES
  4. FORMS
Question 2 Multiple Choice (Single Answer)

WML pages only contains references to script ______ .

  1. URLs
  2. forms
  3. links
  4. pages
Question 3 Multiple Choice (Single Answer)

WML pages can be displayed in a ____ browser.

  1. WAP
  2. Web
  3. Mobile
  4. All
Question 4 Multiple Choice (Single Answer)

WMLScript is a part of the ____ specification.

  1. HTTP
  2. WAP
  3. JAVA
  4. W3c
Question 5 Multiple Choice (Single Answer)

Which of these are not WMLScript Dialogs Library Functions.

  1. confirm()
  2. alert()
  3. prompt()
  4. error()
Question 6 Multiple Choice (Single Answer)

WMLScript is not used to

  1. Validate user input
  2. View Error Messages
  3. Generate dialog boxes
  4. None
Question 7 Multiple Choice (Single Answer)

WMLScript is a _____ version of the JavaScript language.

  1. higher
  2. lighter
  3. stronger
  4. not a version of the JavaScript language
Question 8 Multiple Choice (Single Answer)

The Float library contains a set of _____ functions.

  1. numeric handling
  2. character
  3. string
  4. math
Question 9 Multiple Choice (Single Answer)

What is the WMLScript supported file extension ?

  1. .wmlscript
  2. .wmls
  3. .wml
  4. .wap
Question 10 Multiple Choice (Single Answer)

WMLScript is compiled into ________ on the server before it is sent to the browser.

  1. byte code
  2. object code
  3. Hexa code
  4. binary code
Question 11 Multiple Choice (Single Answer)

Which method is used to get the current security level of PS application?

  1. getApplicationId()
  2. getSecurityLevel()
  3. getAuthenticationLevel()
  4. getApplicationSecurityLevel()
Question 12 True/False

Can we override the getPageFlowController() method to specify the page flow controller?

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

Which of the following user input validation level available in PS?

  1. Frontline Edits
  2. Presentation page controller validations
  3. b & d only
  4. Backend validations performed during performAction() requests
  5. a,b,d
  6. None of the above
Question 14 Multiple Choice (Single Answer)

Which of the following object involved providing a consistent mechanism for page authors to access application data?

  1. PsPageMetaData
  2. PsPageFlowController
  3. PsPageData
  4. PsPageMetaDataReader
Question 15 Multiple Choice (Multiple Answers)

Which of the following exception classes available in PS to handle the exception?(Choose more than 1)

  1. PsChainedException
  2. PsPageFlowException
  3. PsJspException
  4. PsServletException
Question 16 Multiple Choice (Multiple Answers)

user profile components helpful mostly to which of the following peoples(Choose all)

  1. Deployer
  2. System Administrator
  3. Assembler
  4. Page Author
  5. Application developer
Question 17 Multiple Choice (Multiple Answers)

Which are all the below components involved in making the tag library(Choose All)

  1. Bean name
  2. servlet code
  3. Tag library descriptor file
  4. Implementation of the tag
  5. jsp code
Question 18 Multiple Choice (Multiple Answers)

Which of the following goals behind the PS, (Choose All)

  1. To support common look & feel across applications.
  2. To make business logic model easily.
  3. To provide the separation of roles & responsibilities between the page author & application programmer.
  4. To make it easier to introduce the change.
  5. a & c
Question 19 Multiple Choice (Single Answer)

Which of the attribute of map.xml mandates field value ?

  1. display Value
  2. EditMode
  3. Mandatory
  4. Expected