web technology Online Quiz - 193

web technology Online Quiz - 193

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Shortcut key to Italic highlighted selection

  1. Ctrl + I
  2. I
  3. Ctrl + Shift + I
  4. Shift + I
Question 2 Multiple Choice (Single Answer)

Shortcut key to Display the print preview

  1. Ctrl + P
  2. Shift + P
  3. Ctrl + Shift + P
  4. Ctrl + F2
Question 3 Multiple Choice (Single Answer)

Shortcut key to Align the lines or selected text to the center of the screen

  1. Ctrl + A
  2. Ctrl + E
  3. Ctrl + C
  4. Ctrl + Alt + E
Question 4 Multiple Choice (Single Answer)

Shortcut key to Repeat the last action performed

  1. Ctrl + L
  2. F4
  3. F1
  4. Shift + L
Question 5 Multiple Choice (Single Answer)

Shortcut key to Spell and grammar check for selected text and/or document

  1. F7
  2. Ctrl + S
  3. F11
  4. F8
Question 6 Multiple Choice (Single Answer)

Shosrtcut key to Runs a Thesaurus check on the word highlighted

  1. Ctrl + T
  2. Ctrl + F7
  3. Shift + F7
  4. F7
Question 7 Multiple Choice (Single Answer)

Shortcut key to Indent the paragraph

  1. Ctrl + Shift + P
  2. Ctrl + M
  3. Ctrl + P
  4. F10
Question 8 Multiple Choice (Single Answer)

What does HTML stand for?

  1. Hyper Text Markup Language
  2. Home Tool Markup Language
  3. Hyperlinks and Text Markup Language
  4. Hyper Tool Markup Language
Question 9 Multiple Choice (Single Answer)

How do you connect EME to Abinitio Server?

  1. Using ab_project_setup.ksh
  2. Using Run settings
  3. Using EME Datastore Settings
  4. None of the above
Question 10 Multiple Choice (Single Answer)

How to Create Surrogate Key using Ab Initio?

  1. Using lookup() function
  2. Using Generate Records component
  3. Using re_index() function
  4. Using next_in_sequence() function
Question 11 Multiple Choice (Single Answer)

What is a DB config file?

  1. File used for database connectivity
  2. File used to define data format
  3. File used to hold lookup data
  4. File used to store Data Byte size
Question 12 Multiple Choice (Single Answer)

Which one is the feature of a sort component?

  1. Pipeline parallelism
  2. Costly in terms of space and time
  3. Removes duplicates on the key specified
  4. None of the above
Question 13 Multiple Choice (Single Answer)

How do you convert 4-way MFS to 8-way mfs?

  1. Using Partition and Gather Components
  2. Using Redefine Format Component
  3. Using Reformat Component
  4. Using Merge Component
Question 14 Multiple Choice (Single Answer)

Which function calculates the number of days between two dates?

  1. Calculate_date_days()
  2. Days_between_dates()
  3. Date_difference_days()
  4. Num_of_days()
Question 15 Multiple Choice (Single Answer)

Refer to a local lookup file

  1. Refer to a local lookup file
  2. Define a local parameter
  3. For parallel unloading from database
  4. For serial unloading from database
Question 16 Multiple Choice (Single Answer)

How to generate the dml from an oracle table in AbInitio?

  1. Using m_db unload command
  2. Using m_db create dml command
  3. Using m_db hosts command
  4. Using m_db gendml command
Question 17 Multiple Choice (Single Answer)

Which component ensures component parallelism?

  1. Partition
  2. Replicate
  3. Reformat
  4. Sort
Question 18 Multiple Choice (Single Answer)

You need to do a join on 2 flows and the output should have the matching records as well as the unmatching records from In0. What type of join will you use?

  1. Inner Join
  2. Explicit Join ( record-required 0 = true, record-required 1 = true )
  3. Explicit Join ( record-required 0 = false, record-required 1 = true )
  4. Explicit Join ( record-required 0 = true, record-required 1 = false )
Question 19 Multiple Choice (Single Answer)

Which RAID on the Control Volumes increases the level of protection to guard against multiple disk failures.

  1. 5
  2. 5+1
  3. 6
  4. All the above
Question 20 Multiple Choice (Single Answer)

MONTH. = "UNKNOWN" ; MONTH.1 = "JANUARY" ; MONTH.2 = "FEBRUARY" ; SAY MONTH.3 ; RESULT?

  1. MARCH
  2. FEBRUARY
  3. UNKNOWN
  4. MONTH.3
  5. error