0

platforms and products Online Quiz - 27

Description: platforms and products Online Quiz - 27
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

Which of the following is used for file exchange on remote file systems

  1. FTP Adapter

  2. AQ Adapter

  3. File Adapter

  4. RemoteFile Adapter


Correct Option: A

Which interaction pattern is depicted by the following WSDL snippet

  1. One way

  2. Synchronous

  3. Asynchronous

  4. None


Correct Option: B

Which of the following is not a member of Oracle SOA Suite 11g?

  1. Oracle Policy manager

  2. Oracle CEP

  3. Oracle Webcenter

  4. Oracle BAM


Correct Option: C

What are the building blocks of a Service Component Architecture?

  1. Service Components

  2. Adapters

  3. Webservices

  4. None


Correct Option: A

What are the benefits of SCA?

  1. Loose Coupling

  2. Flexibility

  3. Easy maintenance

  4. All of the above


Correct Option: D

In SOA Composite Editor,External References are created in

  1. Designer

  2. Left Swimlane

  3. Right Swimlane

  4. Any of the above


Correct Option: C

The mechanism, used by Oracle BPEL PM,for automatically maintaining the states of long-running processes in a database is called

  1. Logging

  2. Monitoring

  3. Reporting

  4. Dehydration


Correct Option: D

A BAM Adapter publishes the data to --------- in Oracle BAM server.

  1. Data Sets

  2. Data Fields

  3. Data files

  4. Data Objects


Correct Option: D

We can attach a Catch activity onto a ……… in BPEL flow

  1. Flow

  2. Scope

  3. FlowN

  4. Switch


Correct Option: B

In a BPEL process,in case of partial failing of operations, the functionality used to backtrack the process is called as:

  1. Dehydration

  2. Exception Handling

  3. Error mitigation

  4. Compensation


Correct Option: D

In Asynchronous Interaction pattern

  1. The client sends a message to the service and the service is not required to reply

  2. A client sends a request to a service and receives an immediate reply

  3. A client sends a request to a service and there is no response

  4. A client sends a request to a service and waits until the service replies


Correct Option: D

What is the functinality of RCU

  1. Instals the backend database for Oracle SOA Suite

  2. Creates the metadata repositories and schemas for various components within Oracle SOA Suite

  3. Configures the back end database for Oracle SOA Suite

  4. None of the above


Correct Option: B

BPEL can publish and subscribe to events directly

  1. True

  2. False


Correct Option: B
  1. Installs the backend database for Oracle SOA Suite

  2. Creates the metadata repositories and schemas for various components within Oracle SOA Suite

  3. Configures the back end database for Oracle SOA Suite

  4. None of the above


Correct Option: B

Which interaction pattern is depicted by the WSDL snippet

  1. One way

  2. Synchronous

  3. Asynchronous

  4. None


Correct Option: B

By default, widgets are tightly packed next to each other. If you want to increase the white space between widgets, you will want to use the following Widget property

  1. android:padding

  2. android:layout_gravity

  3. android:layout_weight

  4. None of above


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of widget properties in Android development. Let's go through each option to understand why it is correct or incorrect:

Option A) android:padding - This option is correct because the android:padding attribute is used to add space or padding around the content of a widget. By setting the android:padding attribute, you can increase the white space between widgets.

Option B) android:layout_gravity - This option is incorrect. The android:layout_gravity attribute is used to specify how a widget should be positioned within its parent layout, but it does not affect the white space between widgets.

Option C) android:layout_weight - This option is incorrect. The android:layout_weight attribute is used in a LinearLayout to distribute the remaining space among its child views. It does not directly affect the white space between widgets.

Option D) None of the above - This option is incorrect because option A (android:padding) is the correct answer.

The correct answer is A) android:padding. This option is correct because the android:padding attribute is used to add space or padding around the content of a widget, which increases the white space between widgets.

_____ is a container that provides scrolling for its contents

  1. ScrollView

  2. ListView

  3. Both, a & b above

  4. None of above


Correct Option: A

Android uses EditText widget, which is a subclass of ________ used for labels. Choose the most appropriate option.

  1. View

  2. ViewField

  3. TextView

  4. None of above


Correct Option: C

RadioButton has two states just like Check Boxes, but can be grouped into radio button groups so that only one of them is checked at any instance.

  1. True

  2. False


Correct Option: B
- Hide questions