Questions
What is the connection manager you should use to import an Excel 2007 file into SQL Server using SSIS?
- Excel Connection Manager with Excel version 2007
- Microsoft Jet 2007 OLE DB Provider
- Microsoft Office 12.0 Access Database Engine OLE DB Provider with Extended property set to Excel 12.0
- File Connection Manager
Which is the slowly changing dimension method that you can't us in a data flow task in SSIS?
- Type 1 dimensions
- Type 2 dimensions
- Type 3 dimensions
- Inferred dimensions
What is the data flow transformation that needs a sorted data stream?
- Aggregate
- Merge Join
- Condition Split
- All need Sorted data streams
What is a Checkpoint Restart?
- Checkpoint information are saved in a file
- Checkpoint allows a package to restart without returning tasks that already successfully completed
- Any loop containers are started over from the beginning of the current loop
- Data flow tasks and Control flow define restart points
How you can send HTML email messages from SSIS?
- Using the Send Mail control task
- Using a script control task
- Using Database Mail
- You cannot send HTML mails from SSIS
How can you set the value 2007-08-21 02:00 AM in a SSIS variable?
- Define a datetime variable and assign the above value
- Define a date and time variables and add them together
- Define the date time variable and pass it to a script component and add time component
- You cannot set the above value from SSIS
Which is NOT a method that you can use to configure package configurations in SSIS packages?
- SQL Server Table
- HKEY_LOCAL_MACHINE hive in the windows Registry
- XML file
- Environment variable
You are using SSIS to import a plain text file to SQL Server. You have found that some text files do not have a standard format. For example, the last field orderdate does not exist for some records. What is the best method you should use to import this file to SQL Server?
- You cannot use SSIS to import non-standard text files
- Use a flat file connection and assign text file for the connection and get the data
- Use a flat file connection and Transformation option of the script component. The use some code get the orderdate
- Use fuzzy grouping and a flat file connection to get order date
'Browser navigation timeout' is in which tab of Test Settings (File->Settings) window.
- Properties
- Resources
- Web
- Web Settings
How many tabs are there in Test Settings (File->Settings) window?
- 7
- 6
- 5
- 8
Identify the tabs in the Test Settings (File->Settings) window
- Properties, Run, Resources, Parameters, Environment, Web, Recovery
- Properties, Run, Resources, Parameters, Environment, Web
- Properties, Run Options, Resources, Parameters, Environment, Web,
- Properties, Run, Resources, Input Parameters, Environment, Web, Recovery
'Generate Script' is in which tab of Test Settings (File->Settings) window
- Properties
- Web
- Resources
- Recovery
The following are the four main columns in the Keyword view
- Item, Operation, Value, Comments
- Item, Operation, Value, Documentation
- Item, Operation, Property, Documentation
- Number, Operation, Value, Documentation
RFID stands for...
- Radio Frequency Identifier
- Radio Frequency Identity Device
- Radio Frequency Infrared Device
- Radio Frequency Identification
Capability of simultaneous reading of multiple tags is called
- agility
- anti-collision
- multi path
- polarizations
High Frequency (HF) RFID tags use
- 125 kHz
- 915 MHz
- 2.54 GHz
- 13.56 MHz
Which of the following has no effect on the read-range?
- ambient RF noise
- transmitted power from the reader
- tag memory
- tag antenna size
when was the First Email sent?
- 1985
- 1990
- 1971
- 1975
What two kinds of servers handle incoming e-mail messages?
- POP3 and IMAP servers
- Web and FTP servers
- POP3 and FTP servers
- FTP servers and IMAP
To which port does the SMTP server listen in order to accept incoming messages?
- Port 15
- Port 115
- Port 110
- Port 25