NET-Caching MCQ

NET-Caching MCQ

1. Select the file extension of web service

Answer

Correct Answer: .asmx

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

2. 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

3. 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

4. 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

5. 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

6. 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

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

8. 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

9. 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

10. 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

11. 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

12. 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

13. Select extension of file in asp.net

Answer

Correct Answer: .aspx

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

14. 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

15. What is MVC?

Answer

Correct Answer: Framework

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

16. 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

17. 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

18. 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

19. 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

20. 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