Monday, February 28, 2011

MCQ: 3-Tier Architecture

Client/server architectures cannot be properly tested because network load is highly variable.
A. True
B. False
ANSWER : B

An agent is a software program that is _____
A. Select correct option:
B. Triggers by human
C. Not capable of autonomous action.
D. Capable of autonomous action in its environment in order to meet its objectives
ANSWER : D

What is/are the methods to track the customer. Select correct option:
A. Database
B. Cookies
C. Hidden Fields
D. All
ANSWER : B

Large companies establish connections between their e-commerce software and their existing accounting system by using a type of software called __________.
A. Shareware
B. Freeware
C. Middleware
D. None
ANSWER : C

Caching ______. Select correct option:
A. have no effect on downloading of the page
B. saves the time of downloading the page
C. increase the time of downloading the page
D. None of Above
ANSWER : B

A program that performs a specific function such as creating invoices/bills or processing payment received from customers is called _______.
A. Firewall
B. Application program
C. Protocol
D. Web Services
ANSWER : B

Programs that work with the browser to enhance its capabilities. Select correct option:
A. Driver
B. Flash
C. PlugIn
D. None of Above
ANSWER : C

Secure, dedicated point to point connection over the internet ______. Select correct option:
A. Metropolitan area Network
B. Local area Network
C. Wide Area Network
D. Virtual Private Network
ANSWER : D

Proxy Server can _____.  Select correct option:
A. Speed up the processing of http requests by caching web pages
B. Translate HTTP request between trusted and un trusted network
C. Can also act as a firewall filtering requests for certain web pages
D. All of Above
ANSWER : D

HTTP is a _____. Select correct option:
A. State Oriented
B. Stateless
C. A and B both
D. None of Above
ANSWER : B

One Tier Architecture __________. Select correct option:
A. The entire processing may take place at individual terminal.
B The entire processing may take place at different terminal.
C. The entire processing may not take place at individual terminal.
D. None of Above
ANSWER : A

Worms have the following characteristics , Select correct option:
A. Can replicate it
B. Have the capability to travel without any help or human action
C. Can spread from computer to computer
D. All
ANSWER : D

what is default time of expire session?
A. 20 minute
B. 40 minute
C. 100 minute
D. 1200 hours
ANSWER : A

What is the last stage of the Web forms lifecycle?
A. Event Handling
B. Page_Load
C. Validate
D. Page_Unload
ANSWER : D

How do you explicitly kill a user’s session ?
A. Session.Close()
B. Session.Discard()
C. Session.Abandon()
D. Session.End()
ANSWER : C

How do you manage states in asp.net application
A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above
ANSWER : D

Difference between response.redirect and server.transfer.
A. both are same
B. response.redirect will take you to another page with out round trip
C. server.transfer will take the round trip from server to client
D. none of these
ANSWER : D

When will a session be started in an application?
A. Before Application Started
B. After Application Started
C. When the Client first sends a request to browser
D. While closing the application
ANSWER : C

The process in which a web page sends data back to the same page on the server is called?
A. PostBack
B. Session
C. Query strings
D. All the above
ANSWER : A



No comments:

Post a Comment