DNN (DotNetNuke) - Administrative Support

Practice questions to test your knowledge and improve your understanding.

0
Answered
0
Correct
0%
Accuracy
Question 1 Medium Mcq

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.

Question 2 Medium Mcq

What are the reasons that a child portal is preferred over a parent portal?

Question 3 Medium Mcq

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?

Question 4 Medium Mcq

Which of the following order of events is correct when events are raised by the HttpApplication object after an application has returned?

Question 5 Easy Mcq

Which module is used to store a collection of files, images, links or text on a server running the DotNetNuke framework?

Question 6 Easy Mcq

Which of the following events are raised by the HttpApplication object after an application has returned?

Question 7 Medium Mcq

DotNetNuke is an open source software application written for the Microsoft ASP.NET platform. Which of the following are correct with regard to DotNetNuke?

Question 8 Medium Mcq

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.

Question 9 Medium Mcq

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?

Question 10 Medium Mcq

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?

Question 11 Easy Mcq

Which of the following files should Peter modify if he wants to change the "Terms of Use" template for his website?

Question 12 Easy Mcq

Which authentication type is DotNetNukes default authentication?

Question 13 Medium Mcq

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 has the same security privileges as the core application

Question 14 Easy Mcq

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?

Question 15 Easy Mcq

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?

Question 16 Medium Mcq

Which of the following classes provides the methods necessary to write log entries with the event log classification?

Question 17 Easy Mcq

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?

Question 18 Medium Mcq

Which of the following contains skin-definition user controls that are precompiled in the format the skinning engine requires?

Question 19 Medium Mcq

Each time an ASP.NET web page is requested, a series of events that follow an ASP.NET page life cycle fire off in a well-defined order. Which of the following events are fired only on postbacks?

Question 20 Easy Mcq

Which configuration file is contained in DotNetNuke by default?

Question 21 Easy Mcq

Which are the main features of the "Announcements" module which is used for displaying news items on a site?

Question 22 Medium Mcq

Which of the following is not defined in the ExceptionLogType enumeration of the ExceptionLogController class?

Question 23 Medium Mcq

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?

Question 24 Easy Mcq

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?

Question 25 Easy Mcq

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?

Question 26 Easy Mcq

Which of the following settings are optional in Page Management?

Question 27 Easy Mcq

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?

Question 28 Medium Mcq

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?

Question 29 Easy Mcq

Which of the following is the correct series of processes fired during a page load?

Question 30 Easy Mcq

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?

Question 31 Easy Mcq

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?

Question 32 Medium Mcq

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?

Question 33 Easy Mcq

Which method of iHttpModule must be overridden by HTTP modules to implement the iHttpModule interface?

Question 34 Easy Mcq

Which of the following statements are correct with regard to DotNetNuke?

Question 35 Medium Mcq

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?

Question 36 Medium Mcq

Which of the following are the drawbacks of postback?

Question 37 Easy Mcq

Consider the following events:1. Page_Load2. Page_Unload3. Control Event4. Page_InitWhat is the order of their execution?

Question 38 Easy Mcq

A locale is used for the sake of accurate translations in localization. Which Locale Type is not supported in DotNetNuke 4.0?

Question 39 Easy Mcq

Which of the following files should Peter modify if he wants to change the "Privacy Statement" template for his website?

Question 40 Easy Mcq

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?

Question 41 Easy Mcq

Which of the following classes must be extended by the scheduler class to create a scheduled task?

Question 42 Easy Mcq

You want your navigation menu to display horizontally in your skin. In which of the following files should you describe it?

Question 43 Easy Mcq

Which of the following is the default log provider in DotNetNuke 4.0?

Question 44 Easy Mcq

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?

Question 45 Easy Mcq

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.

Question 46 Medium Mcq

The web.config file contains a number of settings. Which of the following are the settings in thesection that control the installation or upgrade?

Question 47 Easy Mcq

Which of the following can be used to create skins in DotNetNuke?

Question 48 Medium Mcq

Which of the following statements are correct with regard to "Authentication"?

Question 49 Easy Mcq

Which interface must be implemented by all HTTP modules?

Question 50 Easy Mcq

You need to select a skin to apply to the whole website. Which of the following options of the skin page should you select?

Showing 50 of 79 questions