0

platforms and products Online Quiz - 88

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

The default port at which MQ listener runs:

  1. 80

  2. 1414

  3. 1415

  4. 1416


Correct Option: B

data null; y = "Run"; y = "My Friend"; run; proc print; run; Output of print procedure?

  1. My Friend

  2. Run

  3. My

  4. Error


Correct Option: D

data a; first= 1; last=2; run; data b; first=1; last=1; run; data c; merge a(in=a) b(in=b); by first; if a; run; Dataset C contains?

  1. first =1 last =2

  2. first =1 last =1

  3. first =2 last =1

  4. first =2 last =2


Correct Option: B

data a; one=1; run; data b; set a(in=a) a(in=b); if a and b; run; How many observations in dataset b?

  1. 0

  2. 1

  3. 2

  4. Error


Correct Option: A
  1. Start in level 9 debug mode but does not write any server log information

  2. Start in level 9 debug mode and write all server log information to the screen

  3. Start in level 9 debug mode and write all of the server log information to the Unix syslog or NT event log

  4. There is no level 9 debug mode so the server will fail to start


Correct Option: B

The Integration Server requires access to the Java classes for each JDBC driver that it will use. Typically, where must such Java classes be placed?

  1. webMethods6\IntegrationServer\lib

  2. webMethods6\IntegrationServer\lib\jars

  3. webMethods6\IntegrationServer\bin\jars

  4. webMethods6\IntegrationServer\bin


Correct Option: B

What is the default port for the Broker Server?

  1. 5000

  2. 5649

  3. 6849

  4. 6869


Correct Option: C
  1. Validate objects and the pipeline

  2. Generate services that interact with external databases

  3. Perform string manipulation and substitution operations

  4. Convert DTD files to XSD schemas


Correct Option: A
  1. 5555, 8021, 80, and/or 443 only

  2. Port numbers greater than or equal to 1000 only

  3. Any valid port number not already in use

  4. Ports 21, 80, 443, and any port number above 1000


Correct Option: C
  1. Local authentication cache (.lac) file

  2. Configuration specification (.ccs) file

  3. Settings (.csa) file

  4. Local authentication export (.lae) file


Correct Option: D
  1. manages communications with Contributor Web and Contributor Add-in for Excel users.

  2. manages communications with the Planning Job Server subsystem

  3. manages communication with the Contributor Administration Console

  4. manages communications for real-time reporting from Contributor plan data in IBM Cognos 8.


Correct Option: C
  1. a relational database

  2. a metric package

  3. a metric extract

  4. an object extract


Correct Option: B
- Hide questions