Exam Number/Code: E20-455
Questions and Answers:153 Q&As
Updated: 2009-09-04
Exam Name: Content Management Web Application Programming Exam
examsoon professional IT Q&As vendors, offer well after-sale service for E20-455 braindumps. To all the customers buy the real E20-455 questions and answers, examsoon provide track service for E20-455 study guides. when you buy the Q&As with in 3 months. you can enjoy the upgrade Q&As service for free with E20-455 practice exam. If in this period, the certified test center change the EMC EMC Certification E20-455 exam Q&As, we will update the E20-455 simulations Q&A in the first time, and provide you the download update for free
E20-455 Free Demo Download
examsoon offers free demo for E20-455 153 Q & As with Expert Explanations). You can check out the interface, question quality and usability of our practice exams before you decide to buy it.
Download E20-455 Exam Pdf Demo
Download E20-455 Exam iEngine Demo
Exam : EMC E20-455
Title : Content Management Web Application Programming Exam
1. If you want a new application layer in between the custom and webtop layers, then which file should you extend?
A. customapp.xml
B. webtopapp.xml
C. WEB-INFweb.xml
D. webtopmain_component.xml
Answer: B
2. 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
3. Which statement is true about the inheritance of elements between application layers?
A. Elements are inherited from lower layers if they are not overridden in the higher layers.
B. Elements are inherited from lower layers only if they are overridden in the higher layers.
C. Elements are inherited from all application layers regardless of application layer hierarchy.
D. Elements are only inherited from application layers that are at the same level in the application layer hierarchy.
Answer: A
4. The highest level application layer of a WDK application is defined in which file?
A. app.xml
B. conf.xml
C. wdk.xml
D. web.xml
Answer: D
5. Which directories are representative of application layers in a default Webtop installation?
A. WEB-INF and webtop
B. WEB-INF and wdk
C. custom and webtop
D. custom and help
Answer: C