databases Online Quiz - 42

databases Online Quiz - 42

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which data dictionary table should you query to view the object privileges granted to the user on specific columns?

  1. USER_TAB_PRIVS_MADE
  2. USER_TAB_PRIVS
  3. USER_COL_PRIVS_MADE
  4. USER_COL_PRIVS
Question 2 Multiple Choice (Single Answer)

The EMP table contains these columns: LAST NAME VARCHAR2(25) SALARY NUMBER(6,2) DEPARTMENT_ID NUMBER(6) You need to display the employees who have not been assigned to any department. You write the SELECT statement: SELECT LAST_NAME, SALARY, DEPARTMENT_ID FROM EMP WHERE DEPARMENT_ID = NULL; What is true about this SQL statement?

  1. The SQL statement displays the desired results.
  2. The column in the WHERE clause should be changed to display the desired results.
  3. The operator in the WHERE clause should be changed to display the desired results.
  4. The WHERE clause should be changed to use an outer join to display the desired results.
Question 3 Multiple Choice (Single Answer)

Evaluate the set of SQL statements: CREATE TABLE dept (deptno NUMBER(2), dname VARCNAR2(14), 1oc VARCNAR2 (13)); ROLLBACK; DESCRIBE DEPT What is true about the set?

  1. The DESCRIBE DEPT statement displays the structure of the DEPT table.
  2. The ROLLBACK statement frees the storage space occupies by the DEPT table.
  3. The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.
  4. The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement
Question 4 Multiple Choice (Multiple Answers)

What various validations do you perform on the data after extraction?

  1. NULL check
  2. MetaData Check
  3. Duplicate Check
  4. Invalid Check
Question 5 True/False

Array Size is mainly used to increase the buffer during Write operations into a Oracle DB in a Server job using the Oracle OCI stage.

  1. True
  2. False
Question 6 True/False

Will the performance improve by using dataset in parallel jobs?

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

What is the default cache size?

  1. 512MB
  2. 128MB
  3. 256MB
  4. 64MB
Question 8 Multiple Choice (Multiple Answers)

Types of vies in Datastage Director?

  1. Job View
  2. Run view
  3. Log View
  4. Status View
Question 9 Multiple Choice (Single Answer)

A subject based Addressing is used as :

  1. Identifies Data producer to Data Consumer
  2. Identifies Data Consumer to Producer .
  3. Communication between data producer and Data consumers
  4. None
Question 10 Multiple Choice (Single Answer)

A subject Name with “Invoice .Ny.TN” can be received by “>” “ .>” “Invoice...>” “I?.>” “Invoice..>” “Invoice.” “invoice.*” Number of listeners who can receive this are

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

Default Queue has the limit policy of

  1. Discard none
  2. Discard first
  3. Discard New
  4. Discard last
Question 12 Multiple Choice (Single Answer)

If youngest event in the queue has to be discarded ,a queue should have a limit policy of

  1. Discard none
  2. Discard last
  3. Discard new
  4. Discrd first
Question 13 Multiple Choice (Single Answer)

When a sender and Distributed Queues have a certified agreement existing between them ,if the active scheduler fails and the worker member which take the place of scheduler if the completion time parameter is said to 20 , when will the reallocation of task will be done

  1. Immediately when the new scheduler takes its place all the incomplete task are reassigned
  2. Reallocation will never happen
  3. Wait for 20 sec and if the task is still incomplete it reassigns the task
  4. None
Question 14 Multiple Choice (Single Answer)

Montior call back function takes as argument

  1. number of active elements
  2. activation interval
  3. heartbeat interval
  4. None
Question 15 Multiple Choice (Single Answer)

ErrorAdvisory Msg PARAM_MISMATCH is presented when

  1. Active goal differs
  2. activation interval differs
  3. lost interval differs
  4. None
Question 16 Multiple Choice (Single Answer)

When a rvd does not run with -permenant option what it does

  1. Runs for ever
  2. Dies after 15 min of inactivity
  3. Dies after 30min of inactivity
  4. None
Question 17 Multiple Choice (Single Answer)

What is the default tcp port for rvrd

  1. 7600
  2. 7680
  3. 7504
  4. 7500
Question 18 Multiple Choice (Single Answer)

When a rvperfm runs with no rvperfs . it is used to determine

  1. maximum through put from the send
  2. Determins the network efficiency
  3. Maximum listening capacity
  4. None
Question 19 Multiple Choice (Single Answer)

If two programs A1,A2 are communicating thru subject name ( _LOCAL.SUB), then which of the following is true ..

  1. A1,A2 are connected to two different daemons
  2. A1,A2 are connected to the same daemon and the same service
  3. A1,A2 are connected to the same daemon and the different service
  4. None
Question 20 Multiple Choice (Multiple Answers)

Which are the following must be supplied to the TibrvEvent

  1. Listener
  2. Transport
  3. Queue
  4. Call Back