Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Oracle 1Z0-208
Title
: Oracle
comm.billing&revenue
mgmt:server developer
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. Which of the following opcodes is NOT implemented in the Business Process Tier?
A. PCM_OP_CUST_COMMIT_CUSTOMER
B. PCM_OP_ACT_ACTIVITY
C. PCM_OP_SEARCH
D. PCM_OP_RATE_ACTIVITY
E. PCM_OP_CUST_MODIFY_CUSTOMER
Answer: C
2. Which of the following statements about Opcode-to-function mapping is TRUE?
A. The config structure is included in the CMs pin.conf file
B. The fm_generic_config.c file is provided with Portal SDK as a template for opcode-to-function mapping
C. Each opcode macro name is mapped to one or more C functions
D. A and B
E. A, B, and C
Answer: D
3. Which of the following is NOT a valid error location for an error that occurred in the CM?
A. PIN_ERRLOC_CM
B. PIN_ERRLOC_FLIST
C. PIN_ERRLOC_PCM
D. PIN_ERRLOC_POID
E. B and C
Answer: C
4. ________________ is a Service Integration Manager that integrates Portal with terminal servers to
support dialup Internet access service
A. Radius Manager
B. Content Manager
C. GSM Manager
D. EAI Manager
E. WAP Manager
Answer: A
5. Which of the following would you NOT find in the DMs configuration file?
A. Path and filename of Translation Manager shared libraries
B. Username and password for accessing external systems
C. Queuing manager parameters
D. Hostname and port number of the CM connecting to this DM
E. Database number for the DM
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Answer: D
6. An array called PIN_FLD_ADDRESS is to be added onto the input Flist, input_flistp. The new Flist
pointer for the array will be called array_flistp. Which of the following provides the CORRECT syntax for
adding the array onto the input Flist?
A. PIN_FLIST_ELEM_ADD (PIN_FLD_ADDRESS, input_flistp, 1, &ebuf);
B. array_flistp = PIN_FLIST_ELEM_ADD