DNN framework/DNN (DotNetNuke) MCQ Questions Sample Test,Sample questions

Question:
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?

1.Host.Txt

2.Preview.Txt

3.Site.Txt.

4.All of the above

Posted Date:-2022-10-04 12:45:29


Question:
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?

1.Administrators

2.Registered Users

3.Unregistered Users

4.Authenticated Users

Posted Date:-2022-10-04 12:48:25


Question:
Consider the following events:
1. Page_Load
2. Page_Unload
3. Control Event
4. Page_Init
What is the order of their execution?

1.1,2,3,4

2.1,4,3,2

3.4,1,3,2

4.4,3,1,2

Posted Date:-2022-10-04 12:53:44


Question:
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?

1..DataProvider

2..[DataProvider Type]DataProvider

3..[DataProvider]DataProviderType

4..DataProviderType

Posted Date:-2022-10-04 12:34:48


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

1.The DotNetNuke Web Utility project depends on the DotNetNuke project

2.Most DotNetNuke development requires your custom project to refer to DotNetNuke

3.You can use the DotNetNuke Web Utility in other ASP.NET projects that are not related to DotNetNuke

4.All of the above

Posted Date:-2022-10-04 12:33:58


Question:
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?

1.[BREADCRUMB]

2.[DOTNETNUKE]

3.[CURRENTTAB]

4.[SELECTED]

Posted Date:-2022-10-04 12:36:28


Question:
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?

1.LoadViewState

2.LoadPostbackData

3.Render

4.Load

Posted Date:-2022-10-04 12:52:23


Question:
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?

1. dnn.browser.version

2.dnn.dom.browserversion

3.dnn.dom.browser.version

4.dnn.dom.browser.version.number

Posted Date:-2022-10-04 12:26:31


Question:
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?

1.Computer name

2.IP address

3.URL

4.All of the above

Posted Date:-2022-10-04 12:39:32


Question:
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?

1.The module displays a table of custom data from the database

2.The module displays a list of users in a specific role

3.The module displays advanced queries that pull data from multiple tables

4.All of the above

Posted Date:-2022-10-04 12:44:30


Question:
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?

1.Contact List

2.Announcements

3.Roll

4.Archive

Posted Date:-2022-10-04 13:01:12


Question:
Which authentication type is DotNetNukes default authentication?

1.DNN Forms Authentication

2.Windows Authentication

3.Windows/Forms (Mixed Mode) Authentication

4.ADSI Forms Authentication against Active Directory

Posted Date:-2022-10-04 12:40:22


Question:
Which interface must be implemented by all HTTP modules?

1.IHttpInterface

2.IHttpHandler

3.IHttpModule

4.IHttpProvider

Posted Date:-2022-10-04 12:58:54


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

1.Repository Module

2.Collection Module

3.Store Module

4.Media Module

Posted Date:-2022-10-04 12:35:36


Question:
Which of the following are the drawbacks of postback?

1.Each time a postback is required, the entire page life cycle must be iterated through and the page must be reproduced

2.Postback increases the workload on the remote web server

3.No previous viewstate data is retrieved at the client side after postback

4.Postback increases traffic across the network

Posted Date:-2022-10-04 12:22:44


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

1.*.xml

2.*.css

3.*.ascx

4.*.aspx

Posted Date:-2022-10-04 12:25:32


Question:
Which of the following displays a language selector drop-down list if the DotNetNuke install has more than one available option?

1.[LANGUAGELIST]

2.[LOCALIZATION]

3.[LANGUAGE]

4.None of the above

Posted Date:-2022-10-04 12:50:24


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

1.PostRequestHandlerExecute

2.ReleaseRequestState

3.UpdateRequestCache

4.ReleaseRequestCache

Posted Date:-2022-10-04 12:46:18


Question:
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.

1.Statement 1 is true and statement 2 is false

2.Statement 1 is false and statement 2 is true

3.Both the statements are true

4.Both the statements are false

Posted Date:-2022-10-04 12:23:47


Question:
Which of the following is not a preconfigured module in DotNetNuke?

1.Announcements

2.Blog

3.SMTP Emails

4.None of These

Posted Date:-2022-10-04 12:42:00


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

1.GENERAL_EXCEPTION

2.MODULE_LOAD_EXCEPTION

3.PAGE_LOAD_EXCEPTION

4.SKIN_LOAD_EXCEPTION

Posted Date:-2022-10-04 12:38:42


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

1.Configuration, Event Handling, Rendering and Cleanup

2.Initialization, Loading, Event Handling and Unloading

3.Configuration, Event Handling, Unloading and Cleanup

4.Initialization, Event Handling, Rendering and Unloading

Posted Date:-2022-10-04 12:51:15


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

1.Database provider

2.XML file based provider

3.Text file based provider

4.None of the above

Posted Date:-2022-10-04 12:49:30


Question:
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?

1.Host

2.Local

3.Site

4. All of the above

Posted Date:-2022-10-04 12:42:54


Question:
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?

1.Public Role

2.Auto Assignment

3.All Users

4.None of These

Posted Date:-2022-10-04 12:41:09


More MCQS

  1. DNN (DotNetNuke) MCQ Questions
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!