1551. Which of the following denote ways to manage state in an ASP.Net Application ?
comments icon0

A. ViewState

B. Application objects

C. Session objects

D. All of the above
1554. What command is used to set user and group quotas ?
comments icon0

A. /sbin/usrquota

B. /sbin/edquota

C. /sbin/quotaon

D. /sbin/quota

1555. The ls -l command tells_________________?
comments icon0

A. how large the file is and when the file was last modified.

B. the name of the group owner of the file

C. who the owner of the file is

D. All of the above
1558. The actual work process of ASP.NET is taken care by _____________?
comments icon0

A. inetinfo.exe

B. None of these

C. aspnet_wp.exe

D. aspnet_isapi.dll

1560. What file contains the list of port numbers (and associated names) monitored by inetd ?
comments icon0

A. /etc/hosts

B. /etc/nsswitch.conf/

C. /etc/nsorder

D. /etc/services
1561. What command is used to halt a Linux system ?
comments icon0

A. Ctrl+Alt+Del

B. Shutdown -g -y0

C. Shutdown -t

D. init 0
1563. What is the lifespan for items stored in viewstate______________?
comments icon0

A. 20 mins

B. 10 mins

C. 2 mins

D. Exists for the Life of the current page
1566. LILO________________?
comments icon0
A. All of the above

B. is the Linux boot loader

C. stands for Linux loader

D. is a tool used to boot the Kernel on x86 hardware

1579. What file specifies the order in which to use specified name services ?
comments icon0
A. /etc/nsswitch.conf

B. /etc/services

C. /etc/nsorder

D. /etc/hosts

1580. Which of the following is not the way to maintain state ?
comments icon0
A. Request object

B. Hidden fields

C. Cookies

D. View state

1582. Why is Global.asax is used ?
comments icon0

A. All of the above

B. No use

C. Implement application and session level events

D. Declare Global variables

1589. Explain the significance of Server .MapPath ?
comments icon0

A. All of the above

B. Returns the physical file path that corresponds to virtual specified path

C. Returns the Virtual Path of the web folder

D. Maps the specified virtual path to Physical path

1590. Which file is used to configure which filesystems are mounted ?
comments icon0

A. /etc/mount.sys

B. /etc/fstab

C. /etc/filesys

D. /etc/sysconfig

1593. Whats the significance of Request.MapPath( ) ?
comments icon0
A. Maps the specified virtual path to a physical path

B. Maps the specified absolute path to virtual path

C. None of the above

D. All of the above

1597. The chmod ugo+rw note command can be represented in octal notation as_________________?
comments icon0

A. chmod 555 note

B. chmod 333 note

C. chmod 444 note

D. chmod 666 note
1598. Which of the following denote the property in every validation control ?
comments icon0

A. ControlToValidate property

B. Text property

C. Both A and B

D. None of these

1599. What is the difference between HTTP handlers & HTTP modules_________________?
comments icon0

A. Httphandler is an event handler and httpmodule is module to do some task

B. Httphandler is an class and Httpmodule is an assembly

C. All of the above

D. None of the above