programming languages Online Quiz - 199
programming languages Online Quiz - 199
Questions
Which memory component contains data and control information for a server process ?
- Progran Global Area
- System Global Area
- Shared Pool Area
- Database Buffer Cache
Which oracle object provides access to table data by storing the results of a query in a separate schema object ?
- view
- materilized view
- undo segments
- flashback
Which tool is used to add & remove assemblies from GAC
- Regasm
- GACUTIL
- AL
- Regsvr32
Applications for Smart Phone and other handheld devices can be written using:
- NET Smartclient Framework
- NET Small Framework
- NET Compact Framework
- None of the above
To which property of the Control class are constituent controls added?
- ViewState
- Collection
- StateBag
- Controls
Which validation control would you use to validate a telephone number?
- CompareValidator
- RangeValidator
- RegularExpressionValidator
- CustomValidator
Which one is an example of session control statements ?
- savepoint
- alter system
- set role
- execute
Which one is a valid parameter for profile definition ?
- LOGIN_FAILED_ATTEMPTS
- CPU_PER_USER
- PWD_GRACE_TIME
- PASSWORD_VERIFY_FUNCTION
The main difference between a pfile and spfile in Oracle is
- pfile is a binary file
- spfile is a binary file
- spfile is a text file
- pfile is a binary file ; spfile is a text file
You add web components to a J2EE application in a package called WAR (web application archive). A WAR has a specific hierarchical directory structure. Which directory stores the deployment descriptor for a Web application located in the myapp directory?
- myapp/WEB-INF/public_html
- myapp/WEB-INF/classes
- myapp/WEB-INF
- myapp/WEB-INF/lib
To which class or interface do the methods sendError() and sendStatus() belong?
- HttpServletRequest
- HttpServletResponse
- ServletRequest
- ServletResponse
Shell Scripting options to debug and checking for syntax errors
- sh -x AND sh -n
- sh -X AND sh -N
- sh -xn
- sh -nx
How can you find the CPU utilization in Solaris system ?
- pstat
- vmstat
- prstat
- cpustat
In Linux , how you can find out the memory usage ?
- vmstats
- sar
- vmstat
- prstat
Display the lasttime you edited the cron file
- crontab -e
- crontab -v
- crontab -l
- crontab -r
Which options while executing fsck will repair all the error without waiting user responses
- p
- y
- Y
- y or Y
In vi editor which option will substitutes entire line
- C
- S
- A
- O
In vi editor which option will move the cursor to next sentence and previous sentence respectively ?
- { AND }
- } AND {
- ( AND )
- ) AND (
Following command sets or reports user resource threshold
- ulimt
- umask
- umax
- ulimits
Which command prints the contents of the mail queue ?
- mailx
- mailstats
- mail
- mailq