For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Hot Area:

Hot Area:

A data warehouse database is designed to:
A. Enable business decisions by collecting, consolidating, and organizing data.
B. Support a large number of concurrent users.
C. Support real-time business operations.
D. Require validation of incoming data during real-time business transactions.
Which of the following must exist to inherit attributes from a particular class?
A. Public properties
B. A has-a relationship
C. An is-a relationship
D. Static members
You have a Windows Service running in the context of an account that acts as a non-privileged user on the local computer. The account presents anonymous credentials to any remote server. What is the security context of the Windows Service?
A. LocalSystem
B. User
C. NetworkService
D. LocalService
Which three are valid SQL keywords? (Choose three.)
A. GET
B. WHAT
C. FROM
D. SELECT
E. WHERE
This question requires that you evaluate the underlined text to determine if it is correct.
Converting a value type to a reference type in an object is called boxing.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed" if the underlined text makes the statement correct.
A. No change is needed
B. unboxing
C. interfacing
D. mapping
This question requires that you evaluate the underlined text to determine if it is correct.
When a base class declares a method as virtual, the method is hidden from implementation bv a derived class.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.
A. No change is needed
B. can be overridden with its own implementation by a derived class
C. must be overridden in any non-abstract class that directly inherits from that class
D. cannot be overridden with its own implementation by a derived class
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
A. trace
B. cross-page post
C. cookie
D. server transfer
Where must Internet Information Services (IIS) be installed in order to run a deployed ASP. NET application?
A. on the computer that you plan to deploy from
B. on the client computers
C. on the computer that hosts the application
D. on the Application Layer Gateway Service
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
A. Reference an index in the database.
B. Call a stored procedure.
C. Query a database view.
D. Script a SELECT statement to a file.