1. Which of the following is correct regarding the statements given below? Statement 1: A skin package should make use of a manifest file to identify the various files. Statement 2: The manifest file adds some overhead to the skin creation process.
2. Which one contains skin-definition user controls that are precompiled in the format the skinning engine requires?
3. If you want to use the Client API to determine which browser version the end user is browsing your site with, which of the following API functions will you call?
4. DotNetNuke is an open source software application written for the Microsoft ASP.NET platform. Which of the following are correct with regard to DotNetNuke?
5. Dataprovider files contain SQL scripts that define the database-specific code for the module. Which of the following is the correct format for the dataprovider extension?
6. Which module is used to store a collection of files, images, links or text on a server running the DotNetNuke framework?
7. Each skin object has its own unique functions. Which of the following displays the path to the currently selected tab in the form of Page-Name1 > PageName2 > Page-Name3?
8. Which of the following is not defined in the ExceptionLogType enumeration of the ExceptionLogController class?
9. SMTP Server property of SMTP Server Settings must resolve to a valid SMTP server. Which of the following can be used to specify the value of a SMTP Server?
10. Which authentication type is DotNetNuke's default authentication?
11. You create a new role that should be retroactively applied to all existing users and should be automatically assigned to all new users. Which of the following options of 'Edit Security Role' page should you select?
12. Which one is not a preconfigured module in DotNetNuke?
13. While selecting a skin, you wish to see the skin options provided by your Host (for everyone) and/or those that belong only to your site. Which of the following skin types should you select to show these desired skins?
14. The 'Reports' module provides a simple, but flexible, view on data from the DotNetNuke database. Which of the following are correct with regard to the 'Reports' module?
15. After a portal resource file is created, changes in the comparable host file are overridden by the portal file. The values from which of the following files are written to the resource file when the portal file is created?
16. Which events are raised by the HttpApplication object after an application has returned?
17. Bill Jones is developing a portal in DotNetNuke. He needs to set the permissions in order to view and edit the page. Which of the following will be displayed as types of users while he sets the permissions?
18. Which of the following is correct with regard to the statements given below? Statement 1: With Client API, you need to use RegisterClientVariable method in your .NET code to register a variable on the server side so as to use it in the client side. Statement 2: You need to pass RegisterClientVariable method to the Page object, a variable name/value pair, a Boolean value to determine if the variable should be appended or overwritten, and an array of browser types.
19. Which one is the default log provider in DotNetNuke 4.0?
20. Which one displays a language selector drop-down list if the DotNetNuke install has more than one available option?
21. Which one is the correct series of processes fired during a page load?
22. Each time an ASP.NET web page is requested, a series of events that follow an ASP.NET page's life cycle fire off in a well-defined order. Which of the following events are fired only on postbacks?
23. Consider the following events: 1. Page_Load 2. Page_Unload 3. Control Event 4. Page_Init What is the order of their execution?
24. Which interface must be implemented by all HTTP modules?
25. The DotNetNuke Blog is a collection of related modules which comprise of all the working parts of a Blog. When the Blog module is added to a page, all the modules are added. Which of the following are those modules?
26. Which method of iHttpModule must be overridden by HTTP modules to implement the iHttpModule interface?
27. Which series of links/options is correct while creating custom localization strings?
28. You need to select a skin to apply to the whole website. Which of the following options of the skin page should you select?
29. Which statements are correct with regard to DotNetNuke?
30. Which configuration file is contained in DotNetNuke by default?
31. Which Portal Registration Options setting is appropriate for sites that want to track usage but do not require validation of contact information?
32. Which requirements are correct regarding DotNetNuke skinning?
33. Which mode of map module displays all the points for the designated module, in the order in which they appear in the source data?
34. Peter Rolf is developing an online shopping portal. He wants to make available the full error information to an Admin user, but only basic friendly messages to a Non-Admin user. Which basic host settings should he use in this scenario?
35. Peter created a module for a page called 'Flight Reservations'. He wants to give the same permissions to the module as he gave to the page. He also wants the changes to be reflected in the permissions of the module, if the page permissions get changed. Which permission should he use in this scenario?
36. Which ones are correct with regard to the 'Documents' module which presents a list of files within DotNetNuke for download by the end users?
37. You wish to see errors and warnings recorded during an installation. The log file might be different for different versions. Which path contains options to see a version specific log file?
38. Which class must be extended by the scheduler class to create a scheduled task?
39. The 'IFrame' module allows the embedding of an internal/external URL within the module. Which of the following is an invalid property of the IFrame module?
40. Which one creates a new instance of the DNN Tree on the client side by creating a new XML document on the client side?
41. Which HTTP module provides a mechanism for mapping virtual resource names to physical resource names at runtime?
42. During the Init event, each module may subscribe to a number of events raised by the HttpApplication object. Which of the following order of events is correct when events are raised before the application executes?
43. Which class provides the methods necessary to write log entries with the event log classification?
44. Which Licensing System has been adopted by DotNetNuke?
45. You have three modules; 'Airline Introduction', 'Flight Details' and 'Airfares'. You need to make the 'Airline Introduction' module viewable only to users who are not logged in. Which of the following module permissions should you select?
46. Which one can be used to create skins in DotNetNuke?
47. Bill Jones wants to show an image stored at a physical path instead of an actual page for a few days, due to some modifications. Which link type should he select in Page Settings?
48. Which statements are correct with regard to 'Authentication'?
49. Which order of event is correct when events are raised by the HttpApplication object after an application has returned?
50. Billy Smith has created a skin called [MENU]. Which name should he use if he wants to create another instance of the skin [MENU]?
51. The web.config file contains a number of settings. Which of the following are the settings in the section that control the installation or upgrade?
52. You do not want to completely 'hide' a page by securing it. You would rather make that page visible and secure only some of the modules in it. Which one you use to hide some specific modules from unauthorized users?
53. Which files should Peter modify if he wants to change the 'Privacy Statement' template for his website?
54. You are in the process of setting up a module and you do not want anyone to see it until you have completed it. Which of the following Visibility selectors should you use?
55. During the Init event, each module may subscribe to a number of events raised by the HttpApplication object. Which of the following events are raised before the application executes?
56. The DotNetNuke Web Controls project, associated with the Client API, exposes a set of web controls used throughout the DotNetNuke Core project. Which of the following are correct with regard to the DotNetNuke Web Controls project?
57. The Dotnetnuke:Map provides the ability to pump any custom data into the Google Map in a unique number of ways. Which of the following are the correct methods to display the points?
58. Which settings are optional in Page Management?
59. You have created a page called 'flight details' by copying the page 'flight fares'. You want the changes to be reflected in the 'flight details' page when you modify the 'flight fares' page. Which option will you select during page management?
60. Modules are placed on pages in panes. Panes are predefined areas in a page which help to maintain its appearance. How many minimum pane(s) should a page skin contain?
61. Bob Mike requires that anytime DotNetNuke determines that the current running code is a higher version than the database, an install or an upgrade should automatically take place. Which of the following settings of the web.config file is used to handle this situation?
62. A locale is used for the sake of accurate translations in localization. Which Locale Type is not supported in DotNetNuke 4.0?
63. What are the reasons that a child portal is preferred over a parent portal?
64. A ________'s purpose is to surround the content of a module with some design element, to bring more attention to the content of the module.
65. You want your navigation menu to display horizontally in your skin. In which of the following files should you describe it?
66. Which configuration file contains the current version number of the database's schema and is cached in the install folder to prevent multiple database hits?
67. After registering the client-side namespace and setting up the server side for handling any potential callbacks, you need to implement the IClientAPICallbackEventHandler interface. Which of the following is the only method provided in IClientAPICallbackEventHandler interface to do this?
68. Which one is the default link type in Page Management?
69. Unless your SMTP server is an open relay or filtered by IP, you need to specify an authentication method.
70. You have added a new module to your website, but you do not want to display this module to all the users because it still requires configuration. Which one will you use to display this module to only those who have edit permissions for the page?
71. Which are the main features of the 'Announcements' module which is used for displaying news items on a site?
72. Which file should Peter modify if he wants to change the 'Terms of Use' template for his website?
73. A manifest describes each file included in the package and identifies information needed by the portal to create the proper module definition entries. Which of the following are correct regarding the manifest file?
74. Peter created a page for ASP.net and wants to show some content from another site. Which module should he use to do this?
75. Which one is not performed by the GetClientVariableNameValuePair function of the Client API?
76. Which is correct regarding the statements given below? Statement 1: Modules do not pose a security risk because they have limited access to the portal. Statement 2: A module code has the same security privileges as the core application.
77. Which statement is true with regard to HTTP Modules?
78. John is developing a News Portal and uses Client API to use features provided by the browser. He needs to know the major and minor build values of the browser. Which function of the Client API should he use to retrieve the build values?
79. Which are the drawbacks of postback?