Close Sidebar close
Sapignite
  • SAP
  • Coding Challenges
  • Download
  • SAP Ignite Products

Subscribe & Follow

All product names on this web site are trademarks of the companies that own them. Sapignite.com is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms. The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. Sapignite.com reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

  • SAP
  • Coding Challenges
  • Download
  • SAP Ignite Products
Sapignite
Sapignite
    PI ( Process integration ) SAP

    My journey to PI 7.1 certification C_TBIT44_71

    August 1, 2017

    So here I am , Once again in the same examination room waiting for the beautiful examiner to give me a green signal!!!!!! (To start my exam J ).

    1. A customer is using ERP system to send a message to PI system using RFC, Somehow the message does not reach to the Integration server. What can be the reason behind it?

      There are 2 correct answers to this question.

      A. Program id is not uniquely configured in the Gate way of PI system

      B. RFC call is asynchronous and it is not ended with “Commit Work” statement

      C. No metadata information is active in the ESR

      D. RFC Destination for reading the metadata information is not configured

      According to me the answers are A, B (was not sure)

    2. Mail adapter supports which protocols?

      There are 3 correct answers.

      A.HTTP

      B.POP3

      C.SMTP

      D. IMAP4

      Answers are: B, C, D.

    3.  What are the steps involved after the Integration Server sends the message to the Advanced Adapter Engine.

      I was damn confused between option B,C. But if you check the flow diagram from the TBIT book for AAE.You can see that module processor comes first and after that persistence of the message.

      A.The message is received as XI protocol. It is persisted and then send to module processor and then finally sent to the backend system.
      B. The message is received as HTTP protocol. It is persisted and then send to module processor and then finally sent to the backend system.
      C. The message is received as HTTP protocol. It is sent to the module processor and then persisted and finally sent to the backend system.
      D. The message is received as SOAP protocol. It is sent to the module processor and then persisted and finally sent to the backend system.

    Answer is: C.

    1. Transactional behavior of the processing steps can improve the performance of the integration process.

      Which of the below steps support change with the transactional behavior

      There are 3 correct answers:

      A. Send

      B. Receiver Determination

      C. Control step

      D. Transformation step

      Answers are: A,B,D.

    2. What are the development environments for the service to be consumed?

      There are 3 correct answers

      A. Integration Builder

      B. Composite Application Framework

      C. Report Program which developed using Se80

      D. Composite Application Framework

      Answers are: B,C,D.

    3. The queue XBQS* got errors in the PI system which kind of quality of service will be affected more.

      A.EOIO

      B.EO

      C.BE

      D.sync/a sync

      According to me the answer is : A

    4. The integration process is a kind of communication component.Which statement about the Integration process is true.

      A. Integration process can use all the interface objects

      B. Integration process can only access the interface objects which currently exist in the namespace where IP is located

      C. Integration process all the interface objects of the SWCV in which Integration process is located

      D. Integration process cannot use any interface objects developed in ESR.

      Answer is: C

    5. Which method can be used to refresh the runtime cache?

      A. You can use the transaction SXI_CACHE to refresh the cache

      B. Runtime workbench can be used for refreshing the CPA Cache

      C. Visual administrator can be used to refresh the cache

      D.SXMB_MONI transaction code can be used to refresh cache

      Answer is: A

    6. To determine the receiver based on the payload information content based routing can be used .how can you achieve this?

      A. In the condition editor specify the condition using Context/XPATH expression

      B. Write a user defined function and assign it into the receiver determination step

      C. Value mapping can be used to achieve content based routine

      D. Write the XSLT mapping for this

      Answer is A.

    7. Partner uses PCK to communicate with PI system. To use the PCK which is mandatory?

      A. J2SE

      B. ABAP and JAVA (WAS)

      C. Only JAVA Web application server

      D. Only ABAP Web application server

      Answer is C.

       

    8. What are the steps are required to consume the enterprise services?

      A. Configure the customer service

      B. Call that service from the application

      C. Develop the proxy objects in the consumer system

      D. Develop the composite application for consuming the services

      Answers are*: A, B, C.

    9. Service registry is an important part of SAP NW PI 7.1.What statements are true about the service registry.

      There are 3 correct answers

      A. Service Registry is used to classify the services.

      B. Service Registry is mandatory component of PI

      C. Service Registry can be used by the developers to find the services which can be used for business requirements

      D. Service registry help the administrator to get the points where services are located in the SLD.

      Answers are: A, C, D

    10. Value mapping can be used for?

      There are 2 correct answers

      A. Update the data into the target system

      B. Query the target system to get the mapped values

      C. Value mappings data are stored in the integration Directory

      D. Value mapping supported in JAVA and XSLT mappings

      Answers are: B, D

    11. Which adapters support the SM59 Destination in the receiver communication channel as the destination of the communication component?

      A. HTTP

      B. JDBC

      C. SOAP

      Answers is: A

    12. While Inbound processing of the message in the integration process which are the statements is true?

      There are 3 correct answers:

      A. SAP recommends the inbound processing with Buffering

      B. SAP recommends the inbound processing without Buffering

      C. If the buffering is used for the asynchronous scenario In case when no active receiver step found the message is queued

      D. If the Buffering is not used in case when no active receiver step found the inbound message is sent to error status along with the queue.

      Answers are: A,C,D.

    13. For the Proxy usage what are the statements are true?

      There 3 correct answers

      A. No adapters are required for the proxy connection

      B. It is generated using the service interface of the ESR

      C. Client /Server proxy is decided by the inbound/outbound mode of the service interface

      D. Proxy interface can be used for the SAP 4.6.

      Answers are: A,B,C.

    14. What are the functionalities provide by the PI.

      There are 3 correct answers:

      A. Knowledge sharing

      B. PI support ESOA

      C. PI act as service bus Web service execution

      D. ccBPM supported by ABAP Engine of PI

      Answers are: B, C, D.

    15. What are the statements are true for the WS-RM

      There are 3 correct answers:

      A. It is developed at the sender and at the receiver end

      B. It connects the sender and the receiver directly without the using central integrations server.

      C. It is used only for the synchronous call only

      D. Process integration mapping can be called for the WS-RM

      Answers are: A, B, D (***Kindly recheck the answers)

       

    16. A customer wants to see extra information in the message monitoring (Trace)How can you achieve this using user defined question?

      A. A Trace Object can be read from the container and which is used to write the information into the message monitoring

      B. User defined function has the access to the static class of the message monitoring so one can directly put the trace information.

      C. Global container can be used to put the data into trace directly.

      D. Alert can be used inside the user defined function to write the information message into the trace object.

      Answer is: A

    17. What questions are worth to ask while deciding the use of the adapters?

      A. The system with which connection needs to make is of version 6.2 or higher

      B. The system support the industry standard like Rossanet etc..

      C. System is SAP Certified or not

      D. System is registered via SLD

      Answers are: A, B

    18. Which type of communication can used to avoid the adapters

      A. JDBC 2.0

      B. HTTP

      C. PI-SOAP

      D. RFC-XML

      Answer is: C

    19. According to the requirement : Customer needs to query the database(SELECT) which connection can be used for this requirement

      There are 2 correct answers:

      A. Synchronous call with the sender agreement

      B. Synchronous call with receiver agreement

      C. Asynchronous call with sender agreement

      D. Asynchronous call with receiver agreement

      Answers are: A, B

    20. What are the standards supported by PI

      There are 3 correct answers:

      A. UDDIv3

      B. XDLV

      C. BPEL4WS 1.1

      D. WSBPEL 2.0

      Answers are: A, C, D.

    21. In a mapping a source element is concatenated with another source element to form a target field. During testing, it is found that there are 2 occurrences of the first field and 4 occurrences of the second field in the source structure. What are the no: of occurrences of the target field?

      A. (4*2) = 8. It is the product of both the source elements

      B. 6. It is the sum of the source elements.

      C. 4. The maximum occurrences among the two source elements are considered.

      D. 2. The minimum occurrences among the two source elements are considered.

      Answer is: B

    22. .  What are the lookups provided by PI7.1

      There are 2 correct answers:

      A. RFC look ups

      B. JDBC look ups

      C. IDOC look ups

      D. HTTP look ups

      Answers are: A, B.

       

    23. How are the Business Systems defined in the SLD?

      There are 2 correct answers:

      A. Business systems are always of type Third party system

      B. No need to create the Business system in the SLD

      C. Business system type is decided by the corresponding technical system

      D. Business system is used as a sender and receiver in the ID (as communication component)

      Answers are: C, D.

       

    24. The source structure has a element called address which occurs 3 times it has to be mapped with city , state and country of the target structure. Which standard function can be used to achieve this requirement?

      A. Use standard function splitbyvalue()

      B. Use the function copyvalue()

      C. Use function removecontext() to remove the context of the address element

      D. Use function exit()

      Answer is: B

       

    25. While working with the Boolean function in the message mapping, which statements below represent the correct characteristics of Boolean function

      A. It accepts only “TRUE” as true input

      B. It accepts only “1” as true input

      C. It accepts “TRUE(case-sensitive)” and “1” as true input

      D. It accepts “TRUE/true(case-insensitive)” and “1” as true input

      Answer is: D

    26. Work flow is generated internally for the integration process in the PI. What are the valid status for the started workflow

      There are 4 correct answers:

      A. ERROR

      B. HOLD

      C. STARTED

      D. CANCELLED

      E. COMPLETED

      Answers are: A, C, D, and E.

    27. To be able to reference an ABAP mapping program in the ABAP Workbench from an operation mapping, you need to make the appropriate settings in the Integration Server exchange profile. The parameter com.sap.aii.repository.mapping.additionaltypes must be assigned as:
      1. R3_ABAP|ABAP-Class;R3_XSLT|XSL (ABAP Engine)
      2. R3_JAVA|JAVA-Class;R3_XSLT|XSL (JAVA Engine)
      3. R3_ABAP|ABAP-Class;R3_XSLT|XSL (JAVA Engine)
      4. R3_JAVA|JAVA-Class;R3_XSLT|XSL (ABAP Engine)

        Answer is: A. (Always remember abap class mapping is R3_ABAP->ABAP Engine)

    Once Again i like to repeat the same dialog that After getting 90% how can someone remember more than 30 questions…:-)

    Few Tips/Rules for the exam :

    1. Exam contains 80 question in 3 hours which is more than enough.
    2. There is no negative marking and all the questions are of multiple choice(How many answers are correct will be mentioned in the question itself)
    3. You will encounter questions which are totally based on hands on experience and scenarios.
    4. Topics like: WS-RM, BPM, and mapping are most important.
    5. Many question will be 5-10 lines long in the exam so it is good not to panic after looking at the question
    6. As there is no negative marking in the exam never ever miss a single question un-attended because 1 question makes a big difference.
    7. If the question says that there are 3 correct answers to the question and it contains 4 choice. The best practice will be searching for the wrong answer as it is easy.

    ( But pero 但  Aber )
    Make sure that you don’t tick the wrong answer in hurry J )

    1. At last the most important thing “Don’t lose your concentration in the beautiful eyes of the Examiner”.

       

     

    1 Comment
    how to prepare for PI certificationPI certification sample questionsap pi certificationsap PI certification sample questions and answers
    raju borda
    Raju is working with Technical areas like SAP ABAP, PI , Web design, JAVA , PBT, robotics as architect also functional areas like SCM , QM, MM , insurance . When he is not Doing above geeky things you might find him travelling , Cooking , dancing or drinking with friends :-) .
    • Ever Tried making a game in SAP ?

    • How to make a timer in SAP ABAP

    You Might Also Like

    Webdynpro for ABAP integration with google maps !

    August 18, 2017

    Design patterns in Object oriented programming

    July 14, 2017

    Change Pointers in SAP ABAP

    August 7, 2017

    1 Comment

  • Reply Kishore Ganta October 23, 2017 at 3:35 pm

    Thanks for sharing the information, why did you opt for PI 7.1 now or is it more like you did certification long back and updated the blog on August 2017 ? In case you are already not aware PI 7.1 will expire in Dec 2017.

    PO 7.5 is the latest certification, please let me know if you plan to certify in PO 7.5

  • Leave a Reply Cancel Reply

Sign up for some exciting content

Recent Posts

  • How to prepare for SAP IBP Certification
  • What is SAP Leonardo ?
  • RoadMap UI Tutorial webdynpro for ABAP
  • Offline Adobe forms in WebDynPro for ABAP
  • MVC Architecture for Webdynpro for ABAP

Categories

  • ABAP
  • Android
  • Coding Challenges
  • Enhancement
  • featured
  • Interviews
  • Learning Hub
  • PI ( Process integration )
  • SAP
  • SAP HANA
  • Uncategorized
  • Webdynpro for ABAP
  • Webdynpro For ABAP