0

web technology Online Quiz - 193

Description: web technology Online Quiz - 193
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

Shortcut key to Italic highlighted selection

  1. Ctrl + I

  2. I

  3. Ctrl + Shift + I

  4. Shift + I


Correct Option: A

Shortcut key to Display the print preview

  1. Ctrl + P

  2. Shift + P

  3. Ctrl + Shift + P

  4. Ctrl + F2


Correct Option: D

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


Correct Option: B

Shortcut key to Repeat the last action performed

  1. Ctrl + L

  2. F4

  3. F1

  4. Shift + L


Correct Option: B

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

  1. F7

  2. Ctrl + S

  3. F11

  4. F8


Correct Option: A

Shosrtcut key to Runs a Thesaurus check on the word highlighted

  1. Ctrl + T

  2. Ctrl + F7

  3. Shift + F7

  4. F7


Correct Option: C

Shortcut key to Indent the paragraph

  1. Ctrl + Shift + P

  2. Ctrl + M

  3. Ctrl + P

  4. F10


Correct Option: B

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


Correct Option: A

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


Correct Option: C

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


Correct Option: D
  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


Correct Option: A
  1. Pipeline parallelism

  2. Costly in terms of space and time

  3. Removes duplicates on the key specified

  4. None of the above


Correct Option: B

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


Correct Option: A

AI Explanation

To convert a 4-way MFS (Multiple File Set) to an 8-way MFS, the correct option is A) Using Partition and Gather Components.

Here's an explanation for each option:

Option A) Using Partition and Gather Components - This option is correct. To convert a 4-way MFS to an 8-way MFS, you can use the Partition component to split the input data into 8 parts and then use the Gather component to combine the 8 parts into a single output.

Option B) Using Redefine Format Component - This option is incorrect. The Redefine Format component is used to modify the structure of the data, but it does not help in converting a 4-way MFS to an 8-way MFS.

Option C) Using Reformat Component - This option is incorrect. The Reformat component is used to transform the data from one format to another, but it does not specifically convert a 4-way MFS to an 8-way MFS.

Option D) Using Merge Component - This option is incorrect. The Merge component is used to combine multiple inputs into a single output, but it does not convert a 4-way MFS to an 8-way MFS.

Therefore, the correct answer is A) Using Partition and Gather Components.

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()


Correct Option: C

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


Correct Option: B

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


Correct Option: C

Which component ensures component parallelism?

  1. Partition

  2. Replicate

  3. Reformat

  4. Sort


Correct Option: C

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 )


Correct Option: C

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


Correct Option: C

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

  1. MARCH

  2. FEBRUARY

  3. UNKNOWN

  4. MONTH.3

  5. error


Correct Option: C
- Hide questions