programming languages Online Quiz - 316

programming languages Online Quiz - 316

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

When would you use Joiner transformation

  1. If you want to join two tables in same database
  2. If the Order By clause needs to be changed
  3. If you want to join two tables on different Oracle databases
  4. If you want to join table and flat file
Question 2 Multiple Choice (Single Answer)

Which of the following is/are an Active transformation

  1. Sorter
  2. Connected Lookup
  3. Expression
  4. Unconnected Lookup
Question 3 Multiple Choice (Single Answer)

How many sources can be joined using Joiner transformation

  1. 1
  2. 2
  3. 3
  4. Unlimited
Question 4 Multiple Choice (Single Answer)

Which are the different Lookup cache types

  1. Persistent
  2. Dynamic
  3. Static
  4. All of the above
Question 5 Multiple Choice (Single Answer)

Which transformation is used to read data from Cobol files?

  1. Normalizer
  2. Source Qualifier
  3. Source Definition
  4. Any transformation
Question 6 Multiple Choice (Single Answer)

Which datatype cannot be converted to any other datatype

  1. Character
  2. Date
  3. Integer
  4. RAW
Question 7 Multiple Choice (Single Answer)

Which one of the transformations below does not use index and data cache

  1. Aggregator
  2. Lookup
  3. Joiner
  4. Expression
Question 8 Multiple Choice (Single Answer)

What are the types of lookup

  1. active
  2. passive
  3. connected
  4. Connected and unconnected
Question 9 Multiple Choice (Single Answer)

CObject class provides support to which of the following?

  1. Message Processing
  2. Serialization
  3. Single Document Interface
  4. Multiple Document Interface
Question 10 Multiple Choice (Single Answer)

which class is the root base class in MFC library

  1. CCmdTarget
  2. CObject
  3. CDocument
  4. CView
Question 11 Multiple Choice (Multiple Answers)

Functionality of CObject

  1. RTTI
  2. Serialization
  3. multiple document interface
  4. diagnostic and debugging
Question 12 Multiple Choice (Single Answer)

Which of the Following message type is invalid in Message Driven Architecture?

  1. Window messages (WM_)
  2. Control window messages (BM_)
  3. Dialog Box Messages( DB_)
  4. List box messages (LB_)
Question 13 True/False

The WM_DESTROY message is sent to a window just before it is destroyed.

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

To give "physical" presence to the frame of an application, you should declare which method?

  1. BeginPaint()
  2. OnFrame()
  3. OnCreate()
  4. CreateFrame()
Question 15 Multiple Choice (Single Answer)

Which of the following Data type is used to Return value by window procedure?

  1. LPVOID
  2. LPCSTR
  3. BOOL
  4. LRESULT
Question 16 Multiple Choice (Single Answer)

which is used to create a view that resembles a dialog box but provides the document/view features?

  1. CScrollView
  2. CEditView
  3. CTreeView
  4. CFormView
Question 17 True/False

A dialog box does not have any other system button but Close.

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

Which resource is a rectangular window whose main role is to host or hold other Windows controls.

  1. ToolBar
  2. Menu
  3. Dialog
  4. Accelerator
Question 19 Multiple Choice (Single Answer)

How many datasets can you sort using Proc Sort, in one proc sort statement?

  1. 2
  2. 1
  3. 255
  4. 256
Question 20 Multiple Choice (Single Answer)

Which of the following is the mode of building a Project in VC++?

  1. Debug Mode
  2. Release Mode
  3. Both option a and b
  4. None of the above