0

web technology Online Quiz - 202

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

1.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

AI Explanation

To connect EME (Enterprise Meta>Environment) to Abinitio Server, you would use the EME Datastore Settings.

Option A) Using ab_project_setup.ksh - This option is incorrect because "ab_project_setup.ksh" is a utility script used for setting up Abinitio projects, but it is not used for connecting EME to the Abinitio Server.

Option B) Using Run settings - This option is incorrect because "Run settings" are used to configure the execution settings for Abinitio graphs, but they are not used for connecting EME to the Abinitio Server.

Option C) Using EME Datastore Settings - This option is correct. EME Datastore Settings allow you to configure the connection details for the Abinitio Server within the EME environment.

Option D) None of the above - This option is incorrect because the correct answer is option C, using EME Datastore Settings.

Therefore, the correct answer is C) Using EME Datastore Settings.

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

3.What is the difference between rollup and scan?

  1. For a group, output of rollup is a single record while that of scan is multiple records

  2. Rollup gives the summary for a group while scan gives cumulative summary

  3. None of (i) and (ii) are true

  4. Both (i) and (ii) are true


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) For a group, output of rollup is a single record while that of scan is multiple records - This option is correct. In the context of data aggregation or summarization, the rollup operation produces a single record that represents the summary for a group. On the other hand, the scan operation produces multiple records, each representing a cumulative summary at different levels of grouping.

Option B) Rollup gives the summary for a group while scan gives cumulative summary - This option is correct. As mentioned earlier, rollup provides a summary for a group, whereas scan gives a cumulative summary. Rollup allows you to specify multiple levels of grouping, and the result is a summary that includes subtotals at each level. Scan, on the other hand, calculates cumulative summaries as it progresses through the data.

Option C) None of (i) and (ii) are true - This option is incorrect. Both (i) and (ii) are true, as explained above.

Option D) Both (i) and (ii) are true - This option is correct. Both statements in (i) and (ii) are true, as mentioned earlier.

Therefore, the correct answer is Option D. Both (i) and (ii) are true.

4.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


Correct Option: D
  1. File containing intermediate data while processing

  2. File containing static dataset which is keyed

  3. File containing daily transaction data

  4. Partitioned file which is non-keyed


Correct Option: B

This array contains query parameters.

  1. $_GET

  2. $_POSTS

  3. $_GETS

  4. All the above


Correct Option: A
  1. $$name denote variable variable

  2. $name denote variable variable

  3. $name denote variable

  4. None of the Above


Correct Option: B
  1. session_start()

  2. session_init()

  3. session_boot()

  4. None of the Above


Correct Option: A

If you want to find out whether a cookie has been already set which of the following is used

  1. setcookie()

  2. isset()

  3. iscookie()

  4. None of the Above


Correct Option: B
  1. Universal Description Discovery and Integration

  2. Universal Discovery Description and Integration

  3. Universal Description Discovery and Invention

  4. Universal Description Discovery and Invocation


Correct Option: A

XML-RPC is simple and easy to use when compared to SOAP

  1. True

  2. False


Correct Option: A

_______ is used to navigate through elements and attributes in an XML document ?

  1. XQuery

  2. Xpath

  3. XSLT

  4. XML Schema


Correct Option: B

BPEL expands as

  1. Business Process Execution Language

  2. Business Process Excellence Language

  3. Build Program Execution Language

  4. Basic Process Execution Language


Correct Option: A

BPEL expands as

  1. Business Process Execution Language

  2. Business Process Excellence Language

  3. Build Program Execution Language

  4. Basic Process Execution Language


Correct Option: A

XSLT is ____________

  1. a language for navigating in XML documents

  2. a language for transforming XML documents

  3. a language for formatting XML documents

  4. is a language for Parsing XML documents


Correct Option: B

XSLT is ____________

  1. a language for navigating in XML documents

  2. a language for transforming XML documents

  3. a language for formatting XML documents

  4. is a language for Parsing XML documents


Correct Option: B

XPointer is used to

  1. create hyperlinks in XML documents

  2. allows the links point to specific parts of an XML document

  3. navigate through a XML document

  4. Query data from XML document


Correct Option: B

"RPC-encoded" style/use XML is WS-I compliant

  1. True

  2. False


Correct Option: B

JSF is preferred over JSP if

  1. the page has only one form

  2. the page has multiple forms and the developer is familiar with developing GUI appliciations

  3. Java Script is not preferred

  4. light weight web application is being developed


Correct Option: B
- Hide questions