web technology Online Quiz - 162
web technology Online Quiz - 162
Questions
What is Full Text Search in SQL Server 2005?
- Allows fast and flexible indexing for keyword based query
- Provides a message based communication platform
- Supports sending Email from the database
- None of the above
You are importing data into SQL server 2005 database. You are receiving text files that contain Sales transactions from stores across the city. You need to import the files into Sales Database. What should you do?
- Use the bcp command
- Use the BULKINSERT statement
- Create a custom format file
- None of the above
While trying to use the Business Process Choreographer Explorer, a system administrator receives the following error: CWWBU0001E: "A communication error occurred when the BFMConnection function was called" Which action should the administrator take to solve this problem?
- Restart the server.
- Verify the administrative security settings.
- Verify the business process container is running.
- Launch a new Business Process Choreographer Explorer window.
Inversion of control id also known as
- Interface Injection
- Setter Injection
- Constructoir Injection
- Constructor Arguments
What does COND=EVEN mean on a STEP?
- Excute the step after the previous step SUCCESS
- Excute the step only with successful previous step
- excute the step even with previous step failure
- excute the step even with previous step success
Which line command lists the members of a PDS ?
- L
- B
- M
- O
What is fact
- key performance indicator to analyze the business
- analyse the business
- Way to analyse the data
- non importance indicator to analyse data
Which represents the Physical arrangment of data in DBMS a)Schema b)Subschema
- A
- B
- both A & B
- neither A nor B
Page is the smallest unit of data that is moved between the Database and the system buffers while retrieving.
- True
- False
The Web Content Accessibility Guidelines for making web content accessible is provided by:
- There are currently no such guidelines available.
- Microsoft
- W3C’s Web Accessibility Initiative group.
- United Nations
What is the benefit of object export and import?
- To import external source control systems
- To export definitions from the source Repository to an archive file (.SIF)
- To facilitate concurrent development
- To perform import into the check-out project and not on the server
Funtion that is used to write formated text in the log file is
- write_to_log
- write_log
- formated_log
- formated_text
How do you know the version of the Co-Operating System?
- m_coop
- ver
- m_version
- m_env -version
IDEAL is a
- 2nd Generation Programming Language
- 3rd Generation Programming Language
- 4th Generation Programming Language
- 5th Generation Programming Language
Accessibility is
- The degree to which any product is accessible to maximum users possible.
- The degree to which a product is accessible to people without disabilities.
- The degree to which a product is accessible to only indivisuals with disabilities.
- The level of authorization provided to a user to use a product.
Which of the following is not a Unix logo(diff versions ) ?
- man with a red hat
- yellow colored blowfish
- a red single level swirl extending outwards
- globe with two hands
Who came first!!!???
- c - shell
- z shell
- korn shell
- bourne shell
in perl , whats the difference between chomp and chop command
- deletes first and last characters respectively
- clears newline character if present and clears last character(anything) respectively
- deletes last and first characters respectively
- clears last character(anything) and clears newline character if present respectively
In perl , when will you use system and exec command?
- (system cmd)When I don’t want to explicitly capture the output and return the control to perl script. (exec cmd) When I want to capture the output and don want to return back to the perl script
- (exec cmd)When I don’t want to explicitly capture the output and return the control to perl script. (system cmd) When I want to capture the output and don want to return back to the perl script
- (system cmd)When I want to execute system commands only (exec cmd) When I want to execute non system commands only
- (exec cmd)When I want to execute system commands only (system cmd) When I want to execute non system commands only
In windows its Task Manager , in Unix whats the command?
- tm -all
- task -a
- ps
- ps -alltasks