Advance Web Technology (3360706) MCQs

MCQs of State Management in ASP.Net

Showing 21 to 30 out of 42 Questions
21.

To kill any user's session which of the following method we can use in ASP.net ?

ASP.net માં યુઝર નું સેસન કિલ કરવા માટે કઈ મેથડ નો ઉપયોગ કરવામાં આવે છે ?

(a)

Session.Close()

(b)

Session.Abandon()

(c)

Session.End()

(d)

Session.Discard()

Answer:

Option (b)

22.
In ASP.net what are the different types of session mode available ?
ASP.net માં ક્યાં ક્યાં પ્રકારના સેસન મોડ ના આવેલા હોય છે ?
(a) InProc
(b) StateServer Mode
State Server Mode
(c) SQL Server Mode
(d) All of the above
ઉપરના આપેલ બધા
Answer:

Option (d)

23.

______ Mode, stores the session data in separate memory called the ASP.NET Service.

______ મોડ સેસનનો ડેટા અલગથી ASP.NET Service માં સ્ટોર કરે છે. 

(a)

InProc

(b)

OutProc Mode

(c)

Off Mode

(d)

None of the Above

ઉપરના માંથી એક પણ નહિ

Answer:

Option (b)

24.
_______ Mode, disables the session state
_____ મોડ માં સેસન ના સ્ટેટ ને ડીસએબલ કરી શકાય છે.
(a) InProc
(b) Out Proc Mode
(c) Off Mode
(d) SQL Server Mode
Answer:

Option (c)

25.
What is/are the advantages of Session State ?
સેશન સ્ટેટ ના ફાયદા જણાવો.
(a) Stores every client data separately
દરેક કલાઈન્ટ નો ડેટા અલગ થી સ્ટોર થાય છે
(b) Session is secure and transparent from user
સેશન સિક્યોર હોય છે અને તે યુઝર થી ટ્રાન્સપરન્ટ હોય છે
(c) Session state works with browsers that do not support HTTP cookies
જે બ્રાઉઝર HTTP cookies સપોર્ટ કરતા નથી તેની સાથે પણ સેશન વર્ક કરે છે
(d) All of the above
ઉપરના આપેલ બધા
Answer:

Option (d)

26.
When a user's session times out which event should you respond to ?
જયારે યુઝર ના સેશન નો ટાઈમ પૂરો થઈ જાય છે ત્યારે કઈ ઇવેન્ટ એક્ષીક્યુટ થાય છે ?
(a) Application_Start
(b) Session_End
(c) Session_Start
(d) Application_End
Answer:

Option (b)

27.
What is the default session time out ?
સેશન નો ડીફોલ્ટ ટાઈમ આઉટ શું હોય છે ?
(a) 20 Sec
(b) 20 min
(c) 30 sec
(d) 30 min
Answer:

Option (b)

28.
Where is the default Session data is stored in ASP.net ?
ASP.net માં ડીફોલ્ટ સેશન મોડ કયો હોય છે ?
(a) InProc
(b) StateServer Mode
State Server Mode
(c) SQL Server Mode
(d) Off Mode
Answer:

Option (a)

29.
Size of the SessionID in ASP.net is _______
ASP.net માં SessionID ની સાઈઝ ____ હોય છે.
(a) 240 bits
(b) 200 bits
(c) 120 bits
(d) 100 bits
Answer:

Option (c)

30.

Which of the following object in ASP.net provides global storage mechanism for state data that needs to be accesible to all pages in a given web application ?

ASP.NET માં નીચેનામાંથી કયો ઓબ્જેક્ટ ગ્લોબલ સ્ટોરેજ મેકેનીઝ્મની મદદથી સ્ટેટ ડેટા પૂરો પાડે છે કે જેની મદદથી તે ડેટાને વેબ એપ્લીકેશનમાં બધા પેજમાં એક્સેસ કરી શકાય છે ?

(a)

Application

(b)

Cookies

(c)

Session

(d)

None of the Above

ઉપરના માંથી એક પણ નહિ

Answer:

Option (a)

Showing 21 to 30 out of 42 Questions