When you create a backup control file, where is the resulting file written to?()
第1题:
A. To simplify the process of creating new users using the CREATE USER xxx IDENTIFIED by yyy statement.
B. To grant a group of related privileges to a user.
C. When the number of people using the database is very high.
D. To simplify the process of granting and revoking privileges.
E. To simplify profile maintenance for a user who is constantly traveling.
第2题:
A. when you enable Unified Failover
B. when you create an ActiveN group
C. when you synchronize the sticky table
D. when you require synchronization of the 3G Cache objects
第3题:
When you create an account, you are typically asked to enter a username and ( ).
A. keyB. keywordC. passwordD. user ID
第4题:
Which two statements are true about the rescue configuration file?()
第5题:
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a new control that will be used on multiple forms in the app.You need to ensure that the control meets the following requirement (1)It retrieves data from a MSSQL Server 2008 database instance. (2)It uses WPF classes to display data. (3)It uses user-customizable actions when the control is first painted on the form. What should you do?()
第6题:
Your company includes mobile computer users who frequently work offline. You are planning to deploy Windows 7 by using an image. You have the following requirements: Provide access to all applications when mobile computer users first start their computers. Minimize network and local storage requirements. Provide language-pack support based on the geographic location of the user. You need to ensure that your image-creation strategy meets the requirements. What should you do?()
第7题:
You have an Exchange Server 2010 Service Pack 1 (SP1) Mailbox server that contains multiple mailbox databases. You need to ensure that you are notified when deleted mailboxes are purged from the server.What should you do?()
第8题:
You.create Windows.Forms.applications.by.using.the .NET Framework 3.5. You plan to use the Windows Installer to deploy a new application. The application must meet the following requirements: (1)Support deployment to 32bit and 64bit operating systems (2)Use the 64bit Program Files folder when deployed to 64bit platforms You need to ensure that the application is deployed appropriately. What should you do?()
第9题:
You have a file server that runs Windows Server 2008. The server has a shared folder. You need to receive a notifcation when a user stores more than 500MB of data int he shared folder. You must allow users to store more than 500MB of data in the shared folder. What should you do()?
第10题:
An error is generated.
You will have two identical tables in the HR schema with different names.
You create a table called employees in the HR schema based on you EMP table.
You create an alternative name for the employees table in the HR schema in your own schema.
第11题:
Hyper-V Manager
Windows Server Backup
the Virtual Machine Connection window
the Backup command-line tool (also known as wbadmin.exe)
第12题:
The database user dump destination directory
The database diagnostic destination directory
To $ORACLE_HOME/rdbms
To $ORACLE_HOME/admin
To the directory and filename you specify in the command
第13题:
In OOD what is the reason when you create a Sequence diagram?__
第14题:
A name
B requirement
C password
D program
第15题:
In which two situations should you run the command sync group?() (Choose two.)
第16题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a Button control for the application. You need to ensure that the application meets the following requirements: When the mouse pointer is over the Button control, the background color of the button is set to red and the Button control appears bigger. When the mouse pointer is not over the Button control, the button returns to its original state. What should you do?()
第17题:
You have a Windows Server 2008 R2 Hyper-V server. You need to ensure that you are prompted to specify a custom snapshot name when you create a snapshot. What should you use to create the snapshot?()
第18题:
You have a file server that runs Windows Server 2008. The server has a shared folder. You need to receive a notification when a user stores more than 500 MB of data in the shared folder. You must allow users to store more than 500 MB of data in the shared folder. What should you do? ()
第19题:
You need to ensure that survey customers are automatically notified when their survey results are available. You must also ensure that customers can manage their own recipient lists. Which two actions should you perform?()
第20题:
You work with a SQL Server 2005 database that provides banking information for customers. You want customers to see banking reports that combine data that is retrieved from the database with real-time investment information that comes from a Web service provided by a third party. The investment information must be current when the reports are executed. You need to create the appropriate objects that support the reports. What should you do?()
第21题:
When two-way disk mirroring is required for the allocation units
When three-way disk mirroring is required for the allocation units
When using hardware mirroring or RAID
When disk mirroring is required for the Automatic Storage Management (ASM) disks
第22题:
Call the Invoke method of the delegate.
Call the BeginInvoke and EndInvoke methods of the delegate in the calling thread.
Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method in the callback method.
Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method of the delegate in the calling thread.
第23题:
The table is accessible to all users.
Tables are created in the public schema.
Tables are created in your schema.
Tables are created in the DBA schema.
You must specify the schema when the table is created.