0

web technology Online Quiz - 29

Description: web technology Online Quiz - 29
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. mapping file

  2. mapping-file

  3. session-factory

  4. session


Correct Option: C

How many Configuration files are there for BlazeDS ?

  1. 4

  2. 5

  3. 3

  4. 2


Correct Option: A

default-channels in BlazeDS configuration

  1. Sets the application-level default channels to use for all services

  2. Contains a service adapter definition

  3. Fully qualified name of the Java class that provides the adapter functionality

  4. Indicates whether this adapter is the default adapter for service destinations.


Correct Option: A

When the initialize event is dispatched in flex?

  1. Dispatched when a component has been created in a rough state, and no children have been created.

  2. Dispatched when the component has been laid out and the component is visible (if appropriate).

  3. Dispatched when a component and all its children have been created, but before the component size has been determined

  4. Dispatched when a component has been updated


Correct Option: C

For logging some information for debugging purpose, its good to use:

  1. log.debug

  2. log.info

  3. log.error

  4. System.out.println


Correct Option: A

To display a grouping collection in tabular format which of the following controls can be used?

  1. DataGrid

  2. AdvancedDataGrid

  3. SummaryRow

  4. GroupedTable


Correct Option: B
  1. Transperancy

  2. Brightness

  3. Space

  4. Relative Height/Width


Correct Option: A

destination property specified for mx:Producer control must match with the destination id specified in

  1. services-config.xml

  2. remoting-config.xml

  3. proxy-config.xml

  4. messaging-config.xml


Correct Option: D

creationPolicy property is used to

  1. defer the creation of any component, container, or child of a container

  2. delete the creation of any component, container, or child of a container

  3. create parent container

  4. Attach child container to Parent container


Correct Option: A

When it is good to change scaleX and scaleY properties of a display object

  1. To change height and width of a object

  2. To make relative changes to the size of a display object

  3. To change height more than width

  4. To change width more than height


Correct Option: B
  1. The right table will return ALL rows

  2. The right table will return NULL

  3. Both tables will return NULL

  4. The left table will return ALL rows

  5. The left table will return NULL


Correct Option: A

What happens when we run checkpoint VPN?

  1. Configures the network parameters and enables all the http request to reach vpn server.

  2. Configures the network parameters and enables all the http request with appropriate dns suffix to reach vpn server.

  3. Configures the network parameters and enables all the http request with appropriate dns suffix to reach nielsen server.

  4. Configures the network parameters and enables all the http request with appropriate dns suffix to reach nielsen ntework.


Correct Option: B

what happens when you request hermes.nielsen.com with vpn connected inside TCS?

  1. Request reaches the TCS dns servers and get resolved.

  2. Request reaches the TCS domain server and get resolved.

  3. Request reaches the vpn domain server and get resolved.

  4. Request reaches the vpn dns servers and get resolved.


Correct Option: D

what happens when you request hermes.nielsen.com with vpn disconnected inside TCS?

  1. Request reaches the TCS dns servers and get resolved.

  2. Request reaches the vpn dns servers and get resolved.

  3. Request reaches the TCS domain server and get resolved.

  4. Request reaches the vpn domain server and get resolved.


Correct Option: A

how many dns servers does vpn has?

  1. 3

  2. 2

  3. 1

  4. 4


Correct Option: B

what is the technology behind projectserver.nielsen.com?

  1. Flex

  2. JSP

  3. Silver Light

  4. Dot net


Correct Option: D
  1. enterprisenet.org

  2. nielsen.com

  3. narheapp.org

  4. answersint.nielsen.com


Correct Option: A
Explanation:

To solve this question, the user needs to have knowledge about DNS suffix and Checkpoint VPN. The user needs to identify which DNS suffix is the default for Checkpoint VPN.

The correct answer is option A: enterprisenet.org. This is the default Checkpoint VPN DNS suffix. Checkpoint VPN is a software-based VPN client and firewall solution which uses DNS suffix to resolve domain names to IP addresses. The DNS suffix is added to the hostname when making a DNS query. In the case of Checkpoint VPN, the default DNS suffix is enterprisenet.org. Options B, C, and D are incorrect, as they are not related to Checkpoint VPN or its default DNS suffix.

- Hide questions