programming languages Online Quiz - 316
programming languages Online Quiz - 316
Questions
When would you use Joiner transformation
- If you want to join two tables in same database
- If the Order By clause needs to be changed
- If you want to join two tables on different Oracle databases
- If you want to join table and flat file
Which of the following is/are an Active transformation
- Sorter
- Connected Lookup
- Expression
- Unconnected Lookup
How many sources can be joined using Joiner transformation
- 1
- 2
- 3
- Unlimited
Which are the different Lookup cache types
- Persistent
- Dynamic
- Static
- All of the above
Which transformation is used to read data from Cobol files?
- Normalizer
- Source Qualifier
- Source Definition
- Any transformation
Which datatype cannot be converted to any other datatype
- Character
- Date
- Integer
- RAW
Which one of the transformations below does not use index and data cache
- Aggregator
- Lookup
- Joiner
- Expression
What are the types of lookup
- active
- passive
- connected
- Connected and unconnected
CObject class provides support to which of the following?
- Message Processing
- Serialization
- Single Document Interface
- Multiple Document Interface
which class is the root base class in MFC library
- CCmdTarget
- CObject
- CDocument
- CView
Functionality of CObject
- RTTI
- Serialization
- multiple document interface
- diagnostic and debugging
Which of the Following message type is invalid in Message Driven Architecture?
- Window messages (WM_)
- Control window messages (BM_)
- Dialog Box Messages( DB_)
- List box messages (LB_)
The WM_DESTROY message is sent to a window just before it is destroyed.
- True
- False
To give "physical" presence to the frame of an application, you should declare which method?
- BeginPaint()
- OnFrame()
- OnCreate()
- CreateFrame()
Which of the following Data type is used to Return value by window procedure?
- LPVOID
- LPCSTR
- BOOL
- LRESULT
which is used to create a view that resembles a dialog box but provides the document/view features?
- CScrollView
- CEditView
- CTreeView
- CFormView
A dialog box does not have any other system button but Close.
- True
- False
Which resource is a rectangular window whose main role is to host or hold other Windows controls.
- ToolBar
- Menu
- Dialog
- Accelerator
How many datasets can you sort using Proc Sort, in one proc sort statement?
- 2
- 1
- 255
- 256
Which of the following is the mode of building a Project in VC++?
- Debug Mode
- Release Mode
- Both option a and b
- None of the above