cancel
Showing results for 
Search instead for 
Did you mean: 

ccbpm

Former Member
0 Kudos

hi SAP-XI experts,

i am preparing for xi interview can u tell me what question can i get on topic ccbpm and also give their answers.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

check the below links...

BPM:

[https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]]

[/people/siva.maranani/blog/2005/05/22/schedule-your-bpm]

[/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm]

[/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm]

[/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit]

[/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi]

[/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps]

[/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements]

[/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure]

[/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement]

*Award points if useful*

Regards,

Prakasu

former_member556603
Active Contributor
0 Kudos

Hello Vijay,

Go through this link plenty of info is available..

Thanks,

Satya Kumar

Reward points if it is useful

Former Member
0 Kudos

51. The first step in the Integration process can be ?

a) Receive step

b) fork Step

c) Send Step

d) Block Step

52. An Exception raised by a step can be handled by

a) Only by exception handler in the same step

b) Only by exception handler in the outer step

c) By exception handler in the same step or in the outer step

53. An exception is raised by

a) Async or sync send step, transformation step and Control Step

b) Sync send step

c) By control step only

54. A message can be received by

a) Only a receive step

b) By receive, fork or loop step

c) By receive and block step

d) By send, block and Fork

55. What are the types of containers

a) Abstract

b) Simple & Abstract

c) Simple, Abstract and receiver

56. Which of these are true/false with user defined functions?

a) User defined functions are accessible only in the mapping where they are created

b) User defined functions are visible across namespace

c) User defined functions accessed in other mapping by copying it to that mapping

d) User defined functions are accessible in any mapping in a software component version

57. Java Mapping is executed by implementing the interface ?

a) com.sap.aii.mapping.api.StreamTransformation

b) com.sap.api.mapping.StreamTransformation

c) com.sap.api.mapping.aii.StreamTransformation

d) com.sap.mapping.api.StreamTransformation

58. An Idoc has been sent by a sender system to XI, but the idoc is not received at the XI system which of these could be true/false

a) The destination system from the sender system to XI is not configured correctly.

b) The metadata in XI was copied/generated from the sender Idoc is corrupted

c) The destination system from XI to sender system is not defined correctly

d) Sender channel is not configured

59. While mapping which of these is true ? Can I use different mapping ?

a) You can use only one mapping at a time

b) You can use ABAP & JAVA mapping

c) You can use any mapping in any sequence any number of times

d) Different mapping can’t be used together

60. To import the metadata from an R/3 system which of this is true/false

a) The import permitted in Software component need to be selected

b) You have to create ‘ALE’ Name in SLD

c) You need to login to the destination (R/3) with a valid user

d) You need to login to destination(R/3) with a User having administrator rights

61. You are implementing XI for your customer, you have very good experience

working in ABAP. While mapping you want to do it in abap, but the option

available are only ‘Message Mapping’ ‘Java Mapping’ What would you do to

add the ‘ABAP Mapping’ option. Where would you configure it?.

a. In Exchange profile

b. In s/w component

c. In Integration Repository

62. From the WSDL description from application server, you can generate

d) Java Proxies only

e) ABAP proxies

f) Java and ABAP proxies.

63. JMS adapter can be used for

a. IBM web sphere MQ

b. Sonique

c. Web services

64. Which of the following is true/false about HTTP plain adapters?

a. Sender channel is not required to be configured

b. Receiver channel is not required to be configured

c. Using this system can directly connect to integration server

65. You would install Adapter engine de-centrally

a. To install PCK

b. To monitor the messages de-centrally

c. To share load with the central adapter engine and increase performance.

66. To Receive the data using ‘Select with JDBC adapter you would

a. You would configure a receiver channel

b. you would configure a sender channel

67. You find that the status in transaction ‘SXI_CACHE’ is not equal to 0. Which of the following would you perform?

a. Check the condition of BP in Integration Repository

b. Activate the BP in ‘SXI_CHACHE’.

c. Activate the BP in Integration Directory

68. Which are the methods that you need to call compulsorily in java mapping.

The answer is execute(), setParameter()

a. Exit() Systemproperties()

b. Execute(), SetProperties()

69. What is the relationship between an integration process and business workflow?

a) The Business Process Engine is the same as the Workflow Engine.

b) The Business Process Engine needs external Workflow Engine

c) Business Process Engine is a new name for Workflow Engine

70. What are the different types that a container element can be based on?

a) Simple XSD types : XSD:DATE, XSD:TIME, XSD: INTEGER, XSD: STRING

b) Abstract Integer

c) Receiver

71. Which of the following is true with regards to Container Elements?

a) Elements of a super container are visible in sub container.

b) Elements of sub container are visible in super container

c) Container cannot have super or sub containers

d) Containers can have multiple elements.

72. Send message within an integration process to 8 receivers at the same time, how can I do this?

a) Create a FORK statement with 8 branches

b) Create 8 interfaces

c) Create a loop with 8 interfaces

d) Create 8 branches

73. Which of the following Objects can be used in BPM ?

a) Context Object

b) Receiver Determination

c) Message Mapping

d) Interface Mapping

74. Could multiple instances of Integration process run at the same time ?

a) Yes

b) No

75. For ABAP mapping which of the following settings have to be done in Exchange Profile ?

a) Com.sap.aii.repository.mapping.additionaltypes = R3_ABAP | Abap-class; R3_XSLT | XSL

b) Com.sap.aii.repository.mapping.additionaltypes = R3_JAVA | Abap-class; R3_XSLT | XSL

c) Com.sap.aii.repository.mapping.additionaltypes = | Abap-class; R3_XSLT | XSL

76. How does Boolean functions work in message mappings ?

a) Boolean functions accept Boolean inputs and result in Boolean values

b) Boolean functions accept Boolean inputs and result in decimal values

c) Boolean functions accept Boolean inputs and result in alphanumeric values

77. While testing message mapping the source message occurs 3 times but the target message occurs only once? What can be the reason ?

a) Target cardinality is not defined sufficiently

b) Source cannot repeat

c) Message mapping cannot handle multiple values

78. What JAR file is required to perform Java mapping ?

a) aii_map_api.jar

b) aii_map_api.java

c) aii_map_aii.jar

d) None

79. Collaboration Agreement is made of the following ?

a) Sender Agreement, Receiver Agreement

b) Sender Agreement, Sender Communication Channel

c) Sender Agreement, Receiver Communication Channel

d) Receiver Agreement, Receiver Communication Channel

80. What are the three IDOC related transactions in XI ?

a) IDX9

b) IDX1

c) IDX2

d) IDX5

e) IDX3

81. Is EOIO supported by RFC ?

a) YES

b) NO

82. Java Web Start is used for ?

a) Caching Java applications

b) to write Java code

c) to execute Java mapping

d) to perform JMS connectivity

83. Where do you define Usage Dependency?

a) Integration Repository

b) Integration Directory

c) SLD

d) Enterprise Portal

84. For ABAP mapping which class must be implemented ?

a) IF_MAPPING

b) IF_MAPPING_ABAP

c) MAPPING_ABAP

d) MAPPING_EXECUTE_ABAP

85. Component Monitoring in the RWB is used to display the monitoring of the following components?

a) Integration Engine

b) Adapter Engine

c) Integration Directory

d) Integration Repository

e) Runtime Workbench

86. Does HTTP adapter support QoS BE?

a) Yes

b) No

87. IDOC adapter supports the following QoS’s?

a) EO

b) EOIO

c) BE

d) All the above

88. The Client has decided to user HTTP adapter as Sender. Which transaction should be used to configure the HTTP adapter?

a) SICF

b) SMICM

c) SM59

d) SE80

89. The following transaction is used to monitor XML messages in XI ?

a) SXMB_MONI

b) SM59

c) SXMB_ADM

d) SICF

90. File adapter has the following QoS?

a) BE

b) EO

c) EOIO

d) BEIO

91. When FILE adapter as Sender, we do not need Sender agreement ?

a) Yes

b) No

92. File Sender communication channel can be used by only one Sender agreement ?

a) True

b) False

93. SOAP adapter uses the following message protocol:

a) SOAP 1.1

b) SOAP 1.2

c) SOAP 1.9

d) SOAP 1.3

94. Using the following URL we can display the content of CPACache?

a) http://<host>:<J2EEport >/CPACache

b) http://<host>:<J2EEport >/AdapterCache

c) http://<host>:<J2EEport >/CPACatch

d) http://<host>:<J2EEport >/CPACache/index.html

95. The following URL can be used to display the Adapter Status in XI ?

a) http://<host>:<J2EEport >/AdapterFramework

b) http://<host>:<J2EEport >/AdapterFramework/RFC

c) http://<host>:<J2EEport >/AdapterFramework/rep

d) http://<host>:<J2EEport >/AdapterStatus

96. Which security role need to be assigned to access the CPACache ?

a) xi_af_cpa_monitoring

b) xi_af_cache_monitor

c) xi_af_cpa_monitor

97. The following URL can be used to manually refresh the CPACache?

a) http://<host>:<J2EEport >/CPACache/refresh=delta

b) http://<host>:<J2EEport >/CPACache/refresh?mode=full

c) http://<host>:<J2EEport >/CPACache/refresh?mode=all

98. The Objects from repository are accessed from directory using user:

a) XIDIRUSER

b) XISUPER

c) XIAPPLUSER

d) XIADMIN

99. Information about the central and decentral Adapter Framework installations is maintained in :

a) SLD

c) CLD

d) IR

e) ID

100. Special drivers required for JDBC, JMS adapters can be deployed using :

a) SPM (Software Procurement Manager)

b) SDM (Software Deployment Manager)

c) SCM (Software Change Manager)

d) SOM (Software Ownership Manager)

Former Member
0 Kudos

Hai,

go thru this once...

Mock Test – 2

choose correct answers -


more then one answer

choose correct answer----


choose only one

Date : 01/11/2006

-


1. The first step in the Integration process … .....choose correct answers.

a) Receive step

b) fork Step

c) Send Step

d) Block Step

Ans : a ,b , c

2. Where do you define BPM in Integration Repository……choose correct answer.

a) Using Integration Scenario

b) Using IR

c) Using Process Editor

d) Using Integration Process

Ans : d

3. What are the types of containers.. .....choose correct answer.

a) Abstract

b) Simple & Abstract

c) Simple, Abstract and receiver

Ans : C

4. An exception is raised by….....choose correct answers.

a) Async or sync send step, transformation step and Control Step

b) Sync send step

c) By control only

Ans : a, b, c

5. Steps of the Sync/Async bridge…… choose correct answer.

a) SyncReceive (Receive Step) -> AsyncSend (Send Step) - > AsyncReceive(Receive Step) -> SyncSend (Send Step)

b) Synchronous -> Asynchronous

c) AsyncReceive (Receive Step) -> SyncSend (Send Step) - > SyncReceive(Receive Step) -> AsyncSend (Send Step)

d) None of the above

Ans: a

6 . What are the three IDOC related transactions in XI ……Choose correct answers.

a) IDX9

b) IDX1

c) IDX2

d) IDX5

e) IDX3

Ans : b , c , d

7. Where do you define Usage Dependency…. Choose correct answer.

a) Integration Repository

b) Integration Directory

c) SLD

d) Enterprise Portal

Ans: C

8. The following transaction is used to monitor XML messages in XI ……. Choose correct answers.

a) SXMB_MONI

b) SM59

c) SXMB_ADMIN

d) SICF

e) SXMB_MONI_BPE

Ans: a , c

9. Using the following URL we can display the content of CPACache.. ……. Choose correct answer.

a) http://<host>:<J2EEport >/CPACache

b) http://<host>:<J2EEport >/AdapterCache

c) http://<host>:<J2EEport >/CPACatch

d) http://<host>:<J2EEport >/CPACache/index.html

Ans: a

10. Business Process Management provides the which message processing………. Choose correct answer.

a) Stateless

b) Successfully

c) SXMB_MONI_BPE

d) SXMB_MONI

e) None of the above

Ans: e ( Stateful)

11. Use of control step ( )…………. Choose correct answer.

a) To action

b) Simple types, Abstract Interface and Receiver

c) Throw exception

d) None of the above

Ans : c

12. Block Steps can we use as a Nested Block.. ……. Choose correct answer.

e) NO

f) YES

Ans: f

13. Transformation step ( ) to do the following:. …. …Choose correct answers.

A) n: 1

B) 1: n

C) N: m

D) 1: 1

Ans: a, b, d

14. Deadline can we define which Step… Choose correct Answer.

a) Receive

b) Block

c) Fork

d) Loop

Ans: a

15. What is the Transaction Code for Cache… Choose correct Answer.

a) SXMB_MONI

b) SXMB_ADM

c) SXMB_IFR

d) SXI_CACHE

Ans : d

16. What is the Tcode to check the workflow Builder……Choose correct Answer.

a) SWU3

b) SWF_XI_CUSTOMIZING

c) SXMB_MONI

d) SXMB_MONI_BPE

e) SWDD

Ans: e

17. To execute the BPM Messages what is the Engine will use runtime………Choose correct Answer

a) IE

b) PE

c) AE

d) BPE

Ans : d

18. What is the full form of BPEL4WS….……Choose correct Answer.

A) Business Process Execution for Web Services

B) Business Process Execution Language for Web Services

C) Business Process Language for Web Services

D) Business Process Language

E) None of the above

Ans: b

19. Monitoring the Business Process Engine what is the administration authorization required…. Choose correct Answer.

A) SAP_XI_BPE_ADMINISTRATOR_ABAP

B) SAP_XI_BPE_ADMINISTRATOR

C) SAP_XI_ADMINISTRATOR_ABAP

D) SAP_XI_ADMINISTRATOR

Ans : a

20. Workflow number is followed by….…. Choose correct Answer…

a) WS900VersionNumber

b) Any number can generate

c) 901 to 999

d) WS(901 to 999)VersionNumber

Ans: d