0

web technology Online Quiz - 162

Description: web technology Online Quiz - 162
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. Allows fast and flexible indexing for keyword based query

  2. Provides a message based communication platform

  3. Supports sending Email from the database

  4. None of the above


Correct Option: A

While trying to use the Business Process Choreographer Explorer, a system administrator receives the following error: CWWBU0001E: "A communication error occurred when the BFMConnection function was called" Which action should the administrator take to solve this problem?

  1. Restart the server.

  2. Verify the administrative security settings.

  3. Verify the business process container is running.

  4. Launch a new Business Process Choreographer Explorer window.


Correct Option: C

AI Explanation

To answer this question, you need to understand the possible causes and solutions for the error message "CWWBU0001E: A communication error occurred when the BFMConnection function was called." Let's go through each option to understand why it is correct or incorrect:

Option A) Restart the server - This option is incorrect because simply restarting the server may not resolve the communication error. The error message indicates a specific issue related to the "BFMConnection" function.

Option B) Verify the administrative security settings - This option is incorrect because the error message does not indicate any issues with the administrative security settings. The error is related to a communication error with the BFMConnection function.

Option C) Verify the business process container is running - This option is correct. The error message suggests a communication error with the BFMConnection function. Verifying that the business process container, which includes the BFMConnection function, is running can help resolve the issue.

Option D) Launch a new Business Process Choreographer Explorer window - This option is incorrect because launching a new window of the Business Process Choreographer Explorer will not address the underlying communication error with the BFMConnection function.

The correct answer is C) Verify the business process container is running. This option is correct because it directly addresses the communication error that occurred when the BFMConnection function was called. By ensuring that the business process container is running, the administrator can resolve the issue.

Inversion of control id also known as

  1. Interface Injection

  2. Setter Injection

  3. Constructoir Injection

  4. Constructor Arguments


Correct Option: A,B,C

What does COND=EVEN mean on a STEP?

  1. Excute the step after the previous step SUCCESS

  2. Excute the step only with successful previous step

  3. excute the step even with previous step failure

  4. excute the step even with previous step success


Correct Option: C

Which line command lists the members of a PDS ?

  1. L

  2. B

  3. M

  4. O


Correct Option: C

What is fact

  1. key performance indicator to analyze the business

  2. analyse the business

  3. Way to analyse the data

  4. non importance indicator to analyse data


Correct Option: A

Which represents the Physical arrangment of data in DBMS a)Schema b)Subschema

  1. A

  2. B

  3. both A & B

  4. neither A nor B


Correct Option: A

Page is the smallest unit of data that is moved between the Database and the system buffers while retrieving.

  1. True

  2. False


Correct Option: A

The Web Content Accessibility Guidelines for making web content accessible is provided by:

  1. There are currently no such guidelines available.

  2. Microsoft

  3. W3C’s Web Accessibility Initiative group.

  4. United Nations


Correct Option: C

What is the benefit of object export and import?

  1. To import external source control systems

  2. To export definitions from the source Repository to an archive file (.SIF)

  3. To facilitate concurrent development

  4. To perform import into the check-out project and not on the server


Correct Option: C

Funtion that is used to write formated text in the log file is

  1. write_to_log

  2. write_log

  3. formated_log

  4. formated_text


Correct Option: C

How do you know the version of the Co-Operating System?

  1. m_coop

  2. ver

  3. m_version

  4. m_env -version


Correct Option: D

IDEAL is a

  1. 2nd Generation Programming Language

  2. 3rd Generation Programming Language

  3. 4th Generation Programming Language

  4. 5th Generation Programming Language


Correct Option: C

Accessibility is

  1. The degree to which any product is accessible to maximum users possible.

  2. The degree to which a product is accessible to people without disabilities.

  3. The degree to which a product is accessible to only indivisuals with disabilities.

  4. The level of authorization provided to a user to use a product.


Correct Option: A

Which of the following is not a Unix logo(diff versions ) ?

  1. man with a red hat

  2. yellow colored blowfish

  3. a red single level swirl extending outwards

  4. globe with two hands


Correct Option: D

Who came first!!!???

  1. c - shell

  2. z shell

  3. korn shell

  4. bourne shell


Correct Option: D

in perl , whats the difference between chomp and chop command

  1. deletes first and last characters respectively

  2. clears newline character if present and clears last character(anything) respectively

  3. deletes last and first characters respectively

  4. clears last character(anything) and clears newline character if present respectively


Correct Option: B

In perl , when will you use system and exec command?

  1. (system cmd)When I don’t want to explicitly capture the output and return the control to perl script. (exec cmd) When I want to capture the output and don want to return back to the perl script

  2. (exec cmd)When I don’t want to explicitly capture the output and return the control to perl script. (system cmd) When I want to capture the output and don want to return back to the perl script

  3. (system cmd)When I want to execute system commands only (exec cmd) When I want to execute non system commands only

  4. (exec cmd)When I want to execute system commands only (system cmd) When I want to execute non system commands only


Correct Option: A

In windows its Task Manager , in Unix whats the command?

  1. tm -all

  2. task -a

  3. ps

  4. ps -alltasks


Correct Option: C
- Hide questions