Dell E20-455 - Content Management Web Application Programming Exam

Question #6 (Topic: Topic 1)
Which statement about the WDK Form class is true?
A. Form extends Control. B. Form extends Component. C. Form extends Action. D. Form extends Container.
Answer: A
Question #7 (Topic: Topic 1)
How are the JSP file paths defined in the component definition file?
A. path relative to the application server home directory B. path relative to the component definition file C. path relative to the web application root directory D. path relative to the application layer directory
Answer: C
Question #8 (Topic: Topic 1)
Your employer asks you to rename the custom folder for your WDK application to
"datasink."
Which XML entry represents the correct means of changing the custom folder's name?
A. <custom> <application> <application-name>AppFolderName</param-name> <application-value>datasink</param-value> </application> ... B. <config> <app-param> <param-name>AppFolderName</param-name> <param-value extends="webtop/custom">datasink</param-value> </app-param> ... C. <web-inf> <context-param> <param-name>AppFolderName</param-name> <param-value inherits="webtop/custom">datasink</param-value> </context-param> ... D. <web-app> <context-param> <param-name>AppFolderName</param-name> <param-value>datasink</param-value> </context-param> ...
Answer: D
Question #9 (Topic: Topic 1)
Which statement is true about accessing controls in the behavior class?
A. Controls cannot be accessed in the behavior class. B. Controls can only be accessed in the onInit method of the behavior class. C. Named controls can be accessed in the behavior class. D. Controls can only be read and modified from the behavior class.
Answer: C
Question #10 (Topic: Topic 1)
You have implemented a custom authentication scheme, My Authentication Scheme.
To what must you add your scheme to ensure it is active?
A. in a properties file under the custom directory B. in the app.xml under the custom directory C. in a properties file under the WEB-INF/classes directory D. in the web.xml under the WEB-INF directory
Answer: C
Download Exam
Page: 2 / 31
Total 153 questions