web technology Online Quiz - 193
web technology Online Quiz - 193
Questions
Shortcut key to Italic highlighted selection
- Ctrl + I
- I
- Ctrl + Shift + I
- Shift + I
Shortcut key to Display the print preview
- Ctrl + P
- Shift + P
- Ctrl + Shift + P
- Ctrl + F2
Shortcut key to Align the lines or selected text to the center of the screen
- Ctrl + A
- Ctrl + E
- Ctrl + C
- Ctrl + Alt + E
Shortcut key to Repeat the last action performed
- Ctrl + L
- F4
- F1
- Shift + L
Shortcut key to Spell and grammar check for selected text and/or document
- F7
- Ctrl + S
- F11
- F8
Shosrtcut key to Runs a Thesaurus check on the word highlighted
- Ctrl + T
- Ctrl + F7
- Shift + F7
- F7
Shortcut key to Indent the paragraph
- Ctrl + Shift + P
- Ctrl + M
- Ctrl + P
- F10
What does HTML stand for?
- Hyper Text Markup Language
- Home Tool Markup Language
- Hyperlinks and Text Markup Language
- Hyper Tool Markup Language
How do you connect EME to Abinitio Server?
- Using ab_project_setup.ksh
- Using Run settings
- Using EME Datastore Settings
- None of the above
How to Create Surrogate Key using Ab Initio?
- Using lookup() function
- Using Generate Records component
- Using re_index() function
- Using next_in_sequence() function
What is a DB config file?
- File used for database connectivity
- File used to define data format
- File used to hold lookup data
- File used to store Data Byte size
Which one is the feature of a sort component?
- Pipeline parallelism
- Costly in terms of space and time
- Removes duplicates on the key specified
- None of the above
How do you convert 4-way MFS to 8-way mfs?
- Using Partition and Gather Components
- Using Redefine Format Component
- Using Reformat Component
- Using Merge Component
Which function calculates the number of days between two dates?
- Calculate_date_days()
- Days_between_dates()
- Date_difference_days()
- Num_of_days()
Refer to a local lookup file
- Refer to a local lookup file
- Define a local parameter
- For parallel unloading from database
- For serial unloading from database
How to generate the dml from an oracle table in AbInitio?
- Using m_db unload command
- Using m_db create dml command
- Using m_db hosts command
- Using m_db gendml command
Which component ensures component parallelism?
- Partition
- Replicate
- Reformat
- Sort
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?
- Inner Join
- Explicit Join ( record-required 0 = true, record-required 1 = true )
- Explicit Join ( record-required 0 = false, record-required 1 = true )
- Explicit Join ( record-required 0 = true, record-required 1 = false )
Which RAID on the Control Volumes increases the level of protection to guard against multiple disk failures.
- 5
- 5+1
- 6
- All the above
MONTH. = "UNKNOWN" ; MONTH.1 = "JANUARY" ; MONTH.2 = "FEBRUARY" ; SAY MONTH.3 ; RESULT?
- MARCH
- FEBRUARY
- UNKNOWN
- MONTH.3
- error