NET-Caching MCQ

Select the file extension of web service

Answer

Correct Answer: .asmx

Note: This Question is unanswered, help us to find answer for this one

Which ASP.NET performance counter is the best indicator of inefficient caching?

Answer

Correct Answer: Turnover rate performance counter

Note: This Question is unanswered, help us to find answer for this one

Which of the cache counter represents number of requests served from the cache?

Answer

Correct Answer: Entries cache counter

Note: This Question is unanswered, help us to find answer for this one

Select the event of page cycle when view state is available

Answer

Correct Answer: After the In it() and before the Page_Load().

Note: This Question is unanswered, help us to find answer for this one

The __________ namespace contain classes for accessing and managing data from diverse sources

Answer

Correct Answer: System.Data

Note: This Question is unanswered, help us to find answer for this one

Select the event where controls fully loaded

Answer

Correct Answer: Page load event.

Note: This Question is unanswered, help us to find answer for this one

Select type of caching that will be used if we want to cache a portion of a page instead of the whole page

Answer

Correct Answer: Fragment Caching

Note: This Question is unanswered, help us to find answer for this one

Web forms are inherited from which class

Answer

Correct Answer: Page Class

Note: This Question is unanswered, help us to find answer for this one

Select the validator used for email.

Answer

Correct Answer: Regular expression Validator

Note: This Question is unanswered, help us to find answer for this one

Which of the following is used to detect when cached data is about to be unloaded from memory?

Answer

Correct Answer: OnRemoveCallback directive

Note: This Question is unanswered, help us to find answer for this one

Select the event which is NOT in page life cycle.

Answer

Correct Answer: Page_Unload

Note: This Question is unanswered, help us to find answer for this one

Which of the following is used to monitor an application’s use of the cache?

Answer

Correct Answer: Both Alerts snap-in and MMC performance logs are used

Note: This Question is unanswered, help us to find answer for this one

Select extension of file in asp.net

Answer

Correct Answer: .aspx

Note: This Question is unanswered, help us to find answer for this one

Given an ASP.NET Web Form called WebForm1,what class does the WebForm1 class inherit from by default?

Answer

Correct Answer: System.Web.UI.Page

Note: This Question is unanswered, help us to find answer for this one

What is MVC?

Answer

Correct Answer: Framework

Note: This Question is unanswered, help us to find answer for this one

Select the method to give formatted output

Answer

Correct Answer: Response.Output.Write()

Note: This Question is unanswered, help us to find answer for this one

Select validator control you use if you need to make sure the values in two different controls matched

Answer

Correct Answer: Compare Validator control.

Note: This Question is unanswered, help us to find answer for this one

By using an ,_________ , the data is separated from html, and any changes to the items are made in the separated data source.

Answer

Correct Answer: Imported source

Note: This Question is unanswered, help us to find answer for this one

What HTML element is the asp:Label control rendered as when the target is Internet Explorer?

Answer

Correct Answer: Span

Note: This Question is unanswered, help us to find answer for this one

What attribute must be set on a validator control for the validation to work?

Answer

Correct Answer: ControlToValidate

Note: This Question is unanswered, help us to find answer for this one