Placement papers on ASP.NET - Set 7

Placement papers on ASP.NET - Set 7


1. How can you detect when application data is about to be removed from the cache?

Use the onRemoveCallback delegate
Use Output Cache directive
Use VaryByParam attribute
View Answer / Hide Answer

ANSWER: Use the onRemoveCallback delegate




2. XSL transformations convert XML input files to HTML through the XML server control.

True
False
View Answer / Hide Answer

ANSWER: True




3. The _______________ property determines which satellite assembly is used when loading resources.

CurrentUICulture
CurrentCulture
View Answer / Hide Answer

ANSWER: CurrentUICulture




4. A web application running on a single server using multiple processors. Choose the best suited option.

Web garden
Web farm
Web form
View Answer / Hide Answer

ANSWER: Web garden




5. Which of the following is the way to monitor the web application?

MMC Event viewers
Performance logs
Alerts Snap-ins
ALL
View Answer / Hide Answer

ANSWER: ALL




6. Which of the following does not have any visible interface?

Datagrid
Repeater
DropdownList
Datalist
View Answer / Hide Answer

ANSWER: Repeater




7. Which type of caching is good if the website is fairly static?

Page Fragment caching
Page output caching
View Answer / Hide Answer

ANSWER: Page output caching




8. Which namespace provides classes for debugging and tracing application execution?

System.Security
System.Net
System.Diagnostics
System.web.configuration
View Answer / Hide Answer

ANSWER: System.Diagnostics




9. Which of the following object can help you maintain data across users?

Application object
Session object
Response object
Server object
View Answer / Hide Answer

ANSWER: Application object




10. Choose the correct option for web services.

Web service can be consumed by clients who are not .NET Platform
For web service, you need the client to be .NET compliant
Web service is faster than remoting
a and b are correct
View Answer / Hide Answer

ANSWER: Web service can be consumed by clients who are not .NET Platform


Post your comment