Sample Questions
Q) The PI Mail adapter is used to send and receive emails. Which protocols are supported? Note: There are 3 correct answers to this question.
a) SMTP
b) HTTP
c) IMAP4
d) POP3
Q) You are implementing an IDoc-based scenario using SAP Netweaver PI and more specifically the sender IDoc adapter. Which of these steps are mandatory for the sender IDoc adapter to function properly? Note: There are 3 correct answers to this question.
a) IDoc metadata must be imported into the Enterprise Services Repository
b) The Logical System name (ALE name) for the Business System must be defined in the SLD.
c) A sender communication channel must be defined in the Integration Builder.
d) An RFC destination must be defined on the sender system, pointing to the Integration Server client.
Q) Assume that your customer has a scenario in which a database table needs to be queried (i.e. to perform a SELECT statement and obtain the result set). What are the viable options for implementing this with the PI JDBC adapter? Note: There are 2 correct answers to this question.
a) Use the sender JDBC adapter to query the database asynchronously.
b) Use the sender JDBC adapter to query the database synchronously.
c) Use the receiver JDBC adapter to query the database synchronously
d) Use the receiver JDBC adapter to query the database asynchronously.
Q) Which statements are correct when using the Receiver File adapter to process XML messages? Note: There are 2 correct answers to this question.
a) The messages are processed based on a poll cycle.
b) The adapter can convert the XML payload into a flat file.
c) The adapter can FTP the file to a remote directory.
d) The quality of service can be 'best effort' (BE) only.
Q) You have implemented a scenario where IDocs are posted to an ERP system using the receiver IDoc adapter. Which statements correctly describe the receiver IDoc adapter of SAP NetWeaver PI? Note: There are 3 correct answers to this question.
a) IDoc packages are not supported, unless all IDocs are collected by BPM Specific fields in the
b) IDoc control record can be overwritten using the 'header mapping' functionality in the Receiver Agreement.
c) Quality of service EOIO (exactly once in order) is supported, provided that the target system is a SAP Web AS 6.40 or above.
d) If the target system is SAP Web AS 6.20 or under, then the quality of service BE (best effort) and EO (exactly once) can be used.
e) A receiver communication channel must be defined in the Integration Builder.