Dot Net Nuke Test
A conflict is encountered when an existing component in your site matches a component that is also specified in the template. You want that if a module of the same name and type as the one in the t...
A locale is used for the sake of accurate translations in localization. Which Locale Type is not supported in DotNetNuke 4.0?
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 t...
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 th...
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 fol...
As a security measure to thwart hacking attempts, DotNetNuke locks out a user account after a series of unsuccessful login attempts. Clients want that such an account should be automatically unlock...
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 per...
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?
Billy Smith has created a skin called [MENU]. Which name should he use if he wants to create another instance of the skin [MENU]?
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 foll...
Consider the following events: 1. Page_Load 2. Page_Unload 3. Control Event 4. Page_Init What is the order of their execution?
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?
DotNetNuke is an open source software application written for the Microsoft ASP.NET platform. Which of the following are correct with regard to DotNetNuke?
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?
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 appl...
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?
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?
Fill in the blank: 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.
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?
John has developed a portal for "Networking" and he wants that the registration should generate a verification code, which should be included in the welcome e-mail sent to the address supplied by t...
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 shou...
John Smith removed a page called 'Flight Rules' through the page function 'delete' three months ago. In this duration he deleted another 260 pages. Now he needs to recover the deleted page 'Flight ...
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?
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 permissi...
Peter created a page for ASP.net and wants to show some content from another site. Which module should he use to do this?
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 se...
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?
State whether the following statement is true or false: "Unless your SMTP server is an open relay or filtered by IP, you need to specify an authentication method."
State whether true or false: The ASP.NET worker process requires NTFS (file) permissions to be set so that DotNetNuke can create directories and files for advanced functionalities such as the file ...
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?
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?
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 ...
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...
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?
The web.config file contains a number of settings. Which of the following are the settings in the <appSettings> section that control the installation or upgrade?
What are the reasons that a child portal is preferred over a parent portal?
Which are the main features of the 'Announcements' module which is used for displaying news items on a site?
Which authentication type is DotNetNuke's default authentication?
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?
Which configuration file is contained in DotNetNuke by default?
Which HTTP module provides a mechanism for mapping virtual resource names to physical resource names at runtime?
Which interface must be implemented by all HTTP modules?
Which Licensing System has been adopted by DotNetNuke?
Which method of iHttpModule must be overridden by HTTP modules to implement the iHttpModule interface?
Which module is used to store a collection of files, images, links or text on a server running the DotNetNuke framework?
Which of the following are correct with regard to the 'Documents' module which presents a list of files within DotNetNuke for download by the end users?
Which of the following are the drawbacks of postback?
Which of the following can be used to create skins in DotNetNuke?
Which of the following classes provides the methods necessary to write log entries with the event log classification?
Which of the following contains skin-definition user controls that are precompiled in the format the skinning engine requires?
Which of the following creates a new instance of the DNN Tree on the client side by creating a new XML document on the client side?
Which of the following displays a language selector drop-down list if the DotNetNuke install has more than one available option?
Which of the following events are raised by the HttpApplication object after an application has returned?
Which of the following files should Peter modify if he wants to change the 'Privacy Statement' template for his website?
Which of the following files should Peter modify if he wants to change the 'Terms of Use' template for his website?
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...
Which of the following is correct regarding the statements given below? Statement 1: If a visitor does not have the permission to view a page (or has not logged in yet), it will not appear as an a...
Which of the following 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 ...
Which of the following is correct regarding the statements given below? Statement 1: View state is encrypted on the client side before being passed on to the server and is then decrypted on the cl...
Which of the following is correct with regard to the statements given below? Statement 1: To start using callbacks, the first thing you should do is implement ClientAPICallbackEventHandler in the ...
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...
Which of the following is not a preconfigured module in DotNetNuke?
Which of the following is not defined in the ExceptionLogType enumeration of the ExceptionLogController class?
Which of the following is not performed by the GetClientVariableNameValuePair function of the Client API?
Which of the following is the correct series of processes fired during a page load?
Which of the following is the default link type in Page Management?
Which of the following is the default log provider in DotNetNuke 4.0?
Which of the following is true regarding the statements given below? Statement 1: When a new child portal is created, a physical directory is also created in the root of the web site with the chil...
Which of the following modes of map module displays all the points for the designated module, in the order in which they appear in the source data?
Which of the following order of events is correct when events are raised by the HttpApplication object after an application has returned?
Which of the following requirements are correct regarding DotNetNuke skinning?
Which of the following settings are optional in Page Management?
Which of the following statements are correct with regard to 'Authentication'?
Which of the following statements are correct with regard to DotNetNuke?
Which of the following statements is true with regard to HTTP Modules?
Which Portal Registration Options setting is appropriate for sites that want to track usage but do not require validation of contact information?
Which series of links/options is correct while creating custom localization strings?
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...
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?
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 of the following will you use to hide some speci...
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 of the following will you use to display this...
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 ...
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 follow...
You need to select a skin to apply to the whole website. Which of the following options of the skin page should you select?
You want your navigation menu to display horizontally in your skin. In which of the following files should you describe it?
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?