Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of these files takes the web application in offline mode?

Answer»

Which of these files takes the web APPLICATION in offline mode?
Choose the CORRECT options from below list
(1)app_offline.html
(2)app_offline.htm
(3)appoffline.html
(4)none of these

Answer:-(2)app_offline.htm

2.

Can you inherit multiple interfaces?

Answer»

Can you inherit multiple interfaces?
CHOOSE the correct OPTIONS from below list
(1)Yes
(2)No
(3)Both
(4)None

Answer:-(1)Yes

3.

A variable which is declared inside a method is called a________variable?

Answer»

A VARIABLE which is declared inside a method is called a________variable?
CHOOSE the correct OPTIONS from below LIST
(1)Serial
(2)Local
(3)PRIVATE
(4)Static

Answer:-(2)Local

4.

_______ allow to encapsulate discrete units of functionality and provide a graphical representation of that functionality to the user?

Answer»

_______ ALLOW to encapsulate discrete units of functionality and provide a graphical representation of that functionality to the user?
Choose the CORRECT options from below list
(1)controls
(2)object
(3)CLASS
(4)graphics

Answer:-(1)controls

5.

Form where postback occur?

Answer»

Form where postback occur?
Choose the correct options from below LIST
(1)WEBFORMS
(2)WindForms
(3)HTMLForms

Answer:-(1)WebForms

6.

Which object is used along with application object in order to ensure that only one process accesses a variable at a time?

Answer»

Which object is used along with application object in ORDER to ensure that only ONE process ACCESSES a variable at a time?
Choose the correct options from below list
(1)Synchronize
(2)Synchronize()
(3)ThreadLock
(4)Lock()

Answer:-(2)Synchronize()

7.

By default, ASP.NET store SessionIDs in _________.

Answer»

By DEFAULT, ASP.NET STORE SESSIONIDS in _________.
Choose the correct OPTIONS from below list
(1)Cookies
(2)Cache
(3)Database
(4)Global variable

Answer:-(1)Cookies

8.

Two methods with the same name but with different parameters?

Answer» TWO methods with the same name but with different parameters?
Choose the correct options from below LIST
(1)Overloading
(2)Loading
(3)MULTIPLEXING
(4)Duplexing

Answer:-(1)Overloading
9.

Type of code security that protects system resources from unauthorized calls?

Answer»

Type of code security that protects system RESOURCES from unauthorized CALLS?
Choose the correct options from below LIST
(1)Role-based security
(2)Code-based security
(3)Both
(4)None

Answer:-(1)Role-based security

10.

Which of these data source controls do not implement Caching?

Answer»

Which of these DATA source controls do not IMPLEMENT Caching?
Choose the CORRECT OPTIONS from below list
(1)LinqDataSource
(2)ObjectDataSource
(3)SqlDataSource
(4)XmlDataSource

Answer:-(1)LinqDataSource

11.

What is accessibility modifier protected internal?

Answer»

What is accessibility MODIFIER PROTECTED internal?
Choose the correct options from below LIST
(1)It is available to classes that are within the same ASSEMBLY and derived from the specified base class
(2)It is available within the class definition
(3)It is the most permissive access level
(4)It is the least permissive access level

Answer:-(2)It is available within the class definition

12.

If a class is using an interface, it must?

Answer»

If a class is using an interface, it must?
CHOOSE the correct options from below list
(1)inherit the properties of the interface
(2)contain the same methods as the interface
(3)CREATE an interface object
(4)all of the above

Answer:-(4)all of the above

13.

An inherited control from the existing one also inherits the visual representation of the base control?

Answer»

An inherited control from the existing one also inherits the visual representation of the BASE control?
Choose the correct OPTIONS from below LIST
(1)YES
(2)No
(3)Both
(4)None

Answer:-(2)No

14.

________ element in the web.config file to run code using the permissions of a specific user

Answer»

________ ELEMENT in the web.config FILE to run code using the permissions of a specific user
Choose the correct options from below list
(1)< credential> element
(2)< authentication> element
(3)< AUTHORIZATION> element
(4)< identity> element

Answer:-(4)< identity> element

15.

Which type of control inherits from the controls class without graphic representation?

Answer»

Which type of control inherits from the CONTROLS class without GRAPHIC REPRESENTATION?
CHOOSE the correct options from below LIST
(1)User control
(2)Custom control
(3)Inherited control from exiting one
(4)all of the above

Answer:-(3)Inherited control from exiting one

16.

___________ refers to formatting data based on locale?

Answer»

___________ refers to formatting data based on LOCALE?
Choose the CORRECT OPTIONS from below list
(1)GLOBALIZATION
(2)Localization
(3)Both
(4)None

Answer:-(1)Globalization

17.

Which of the following is the default authentication mode for IIS?

Answer»

Which of the following is the default AUTHENTICATION MODE for IIS?
Choose the correct options from below list
(1)Anonymous
(2)Windows
(3)BASIC Authentication
(4)None

Answer:-(1)Anonymous

18.

All control inherits either directly or indirectly from the base class control?

Answer»

All control inherits either directly or indirectly from the base class control?
Choose the CORRECT options from below list
(1)Yes
(2)No
(3)Both
(4)None

Answer:-(1)Yes

19.

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

Answer»

Which of the following is the way to monitor the web APPLICATION?
Choose the CORRECT options from below list
(1)MMC Event viewers
(2)Performance logs
(3)ALERTS Snap-ins
(4)ALL

Answer:-(4)ALL

20.

Feature of a local variable?

Answer»

Feature of a local VARIABLE?
Choose the correct options from below list
(1)It can be used anywhere in the program
(2)It MUST accept a class
(3)It must be DECLARED within a method
(4)It represent a class object

Answer:-(3)It must be declared within a method

21.

Which of the following object is not an ASP component?

Answer»

Which of the FOLLOWING object is not an ASP component?
CHOOSE the CORRECT OPTIONS from below list
(1)File Access
(2)LinkCounter
(3)Counter
(4)AdRotator

Answer:-(2)LinkCounter

22.

Which of the protocol is used to transfer files from localhost to remote host?

Answer»

Which of the protocol is used to TRANSFER FILES from localhost to REMOTE host?
Choose the CORRECT options from below list
(1)HTTP
(2)FTP
(3)TCP
(4)UDP

Answer:-(2)FTP

23.

When does Garbage collector run?

Answer»

When does Garbage collector run?
Choose the correct options from below list
(1)When APPLICATION is running low of memory
(2)It RUNS RANDOM
(3)When application is running for more than 15 MINUTES
(4)None of the above

Answer:-(3)When application is running for more than 15 minutes

24.

Which of the following does not have any visible interface?

Answer»

Which of the following does not have any visible INTERFACE?
CHOOSE the correct options from below LIST
(1)Datagrid
(2)Repeater
(3)DropdownList
(4)Datalist

Answer:-(2)Repeater

25.

Can you define the basic techniques for creating a control?

Answer»

Can you define the basic techniques for creating a CONTROL?
CHOOSE the correct options from below list
(1)Inheriting from an EXISTING control
(2)Inherit from UserControl
(3)Inherit FORM Control
(4)all of above

Answer:-(4)all of above

26.

_______ represents a drawing surface and provides methods for rendering to that drawing surface?

Answer»

_______ represents a drawing SURFACE and provides methods for rendering to that drawing surface?
CHOOSE the CORRECT options from below list
(1)Graphic object
(2)Pens object
(3)Brushes object
(4)Colors object

Answer:-(2)Pens object

27.

Which property of the session object is used to set the local identifier?

Answer»

Which property of the session object is used to SET the local identifier?
Choose the CORRECT options from below list
(1)SessionId
(2)Key
(3)ITEM
(4)LCID

Answer:-(4)LCID

28.

Which DLL translate XML to SQL in IIS?

Answer»

Which DLL translate XML to SQL in IIS?
(1)SQLISAPI.dll
(2)SQLIIS.dll
(3)SQLXML.dll
(4)LISXML.dll

Answer:-(1)SQLISAPI.dll

29.

What does the keyword virtual mean in the method definition?

Answer»

What does the KEYWORD virtual mean in the method definition?
CHOOSE the correct options from below list
(1)The method is public
(2)The method can be derived
(3)The method is STATIC
(4)The method can be over-ridden

Answer:-(4)The method can be over-ridden

30.

________ is not a member of ADODBCommand object.

Answer»

________ is not a member of ADODBCommand object.
Choose the CORRECT options from below list
(1)EXECUTEREADER
(2)ExecuteStream
(3)ExecuteScalar
(4)CommandText
(5)Open

Answer:-(5)Open

31.

Which class can be used to create an XML document from scratch?

Answer»

Which CLASS can be USED to create an XML DOCUMENT from scratch?
Choose the correct options from below LIST
(1)XmlConvert
(2)XmlDocument
(3)XmlNew
(4)XmlSettings

Answer:-(2)XmlDocument