technology Online Quiz - 1789

technology Online Quiz - 1789

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

If you lock project locally which is NOT TRUE then

  1. You cannot check-in to the server
  2. You can check-in to the server
  3. You cannot undo your changes
  4. You can use Tools->Unlock to unlock project
Question 2 Multiple Choice (Multiple Answers)

Mobile web client will use the following

  1. Local Object Manager
  2. Local Data Manager
  3. Local SWE
  4. Siebel Server
Question 3 Multiple Choice (Single Answer)

what is the default depth for navigation of collections for content on web

  1. 10
  2. 100
  3. 1000
  4. No restriction
Question 4 Multiple Choice (Single Answer)

An item in a taxonomy (Hierarchical navigation of content by category)

  1. Ontology
  2. Facet
  3. Dictionary
  4. intent
Question 5 True/False

Facets can be passed as parameters

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

Arbitrary text strings used as internal identifiers for various objects in the IM system

  1. Primary key
  2. Reference key
  3. Title
  4. Description
Question 7 True/False

Reference key for each object in the Information Manager instance are not unique

  1. True
  2. False
Question 8 Multiple Choice (Multiple Answers)

All content within a channel share the same

  1. Content attributes (schema)
  2. Workflow steps
  3. Publishing Lifecycle
  4. Display options
Question 9 True/False

Reject these Document Patterns (For this Collection Only) - Specify one or more optional document patterns for inclusion in the collection.

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

You can view and analyze application log data using

  1. Application Logger
  2. Event viewer
  3. All the above
  4. None of the above
Question 11 True/False

InQuira search application specific logging is logged in binary format

  1. True
  2. False
Question 12 Multiple Choice (Single Answer)

ILOG Jrules belongs to which company?

  1. SUN
  2. Microsoft
  3. IBM
  4. ILOG
Question 13 Multiple Choice (Single Answer)

ILOG Jrules is used in following languages

  1. Oracle
  2. Java
  3. Dot Net
  4. PHP
Question 14 True/False

Can we use objects of super class and sub class in same rule

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

IlrSimpleRuleSessionProvider class provides

  1. connection between an Execution Unit (XU) and a non-EJB rule session in a J2SE application server
  2. connection between an Execution Unit (XU) and a non-EJB rule session in a J2EE application server
  3. connection between an Execution Unit (XU) and a EJB rule session in a J2EE application server
  4. connection between an Rule Team Server and a EJB rule session in a J2EE application server
Question 16 True/False

In a rule set, there should be exactly 1 ruleflow

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

data temp; set lib1.x lib2.y; length jobcode $12.; run; What would be the length of Jobcode in temp?

  1. a.) 5
  2. b.) 8
  3. c.) 12
  4. d.) Syntax Error
Question 18 Multiple Choice (Single Answer)

PROC SORT data = lib.temp out = temp2; By subjid; Run; In which library temp2 is made?

  1. a.) WORK
  2. b.) SASUSER
  3. c.) LIB
  4. d.) SYNTAX ERROR
Question 19 Multiple Choice (Single Answer)

options obs = 500; Data TEMP; Set test(firstobs = 75); Run;

  1. a.) 424
  2. b.) 426
  3. c.) 500
  4. d.) 75
Question 20 Multiple Choice (Single Answer)

data temp; test = ‘X’; select(test); when(‘Y’) Name = ‘Ank’; when(‘X’) Name = ‘Ankur’; when(‘Z’) Name = ‘ ’; end; run; What is the output?

  1. a.) Ankur
  2. b.) Ank
  3. c.) Missing (character missing value)
  4. d.) ‘Ankur’