My journey to PI 7.1 Certification (C_TBIT44_71)

My journey to PI 7.1 Certification (C_TBIT44_71)

Check out this article to see the real certification question along with the answers.It also explains tips/rules for the exam.

Author : Raj

Author's Website | Articles from Raj

Raj is an Application Developer focusing on Custom Development - particularly in the areas of ABAP ,WD4A , JAVA , APO , Enterprise services and PI Developer/consultant . He is also certified in ABAP and PI. Facebook

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 :-) ).

1. Customer is using ERP system to send a message to PI system using RFC ,Some how 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.

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.

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.

Answer is: C.

4. Transactional behaviour of the processing steps can improve the performance of the integration process.

Which are the below steps support change with the transactional behaviour

There are 3 correct answers:

A. Send

B. Receiver Determination

C. Control step

D. Transformation step

Answers are: A,B,D.

5. 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.

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

A.EOIO

B.EO

C.BE

D.sync/a sync

According to me the answer is : A

7. 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 are 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

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

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

B. Runtime workbeanch 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

9. 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.

10. 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.

11. 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.

12. 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

13. 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

14. 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

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

There are 3 correct answers:

A. SAP recommend the inbound processing with Buffering

B. SAP recommend 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.

16. 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.

17. 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.

18. 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)

19. 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

20. 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

21. 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

22. 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

23. 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.

24. 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

25. .  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.

26. 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.

27. 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

28. 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

29. 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.

30. 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:

A. R3_ABAP|ABAP-Class;R3_XSLT|XSL (ABAP Engine)

B. R3_JAVA|JAVA-Class;R3_XSLT|XSL (JAVA Engine)

C. R3_ABAP|ABAP-Class;R3_XSLT|XSL (JAVA Engine)

D. 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 lekin kintu parantu Make sure that you don’t tick the wrong answer in hurry :-) )

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



Like this post? Share it!

  • Tweet
  • Facebook
  • Diggit
  • Delicious
  • Diggit
  • Diggit
  • Diggit
  • Diggit
  • Diggit

ADVERTISE HERE


User Comments


  1. pankaj
    January 11, 2011

    if the thread is still alive..can u plz send me some more sample questions..
    my email is chakrabortypankaj@gmail.com
    i am plannin to take exam on 28th of dis month.

    cheers
    pankaj chakraborty:-?

    Reply


  2. pankaj
    January 13, 2011

    Thnx a lot Raj & SAP Ignite team…This is the most helpful website i’ve come across…surely gonna recommend it to my friends..

    Reply


  3. Amjad
    January 25, 2011

    I am planning to give certification of SAP PI 7.1
    Can you please guide me what documents to read?
    If possible can you send me the PI 7.1 meterials at my email
    amjadpathan@hotmail.com

    Reply


  4. abhishek
    February 21, 2011

    Hi RAj.
    I am a FRESHER trained in ABAP by a non sap recog. Institute. Can u help me getting a  job?please!!!
    or temme what shud be my approach.

    Reply


    • Parveen
      May 25, 2011

      hey dude do drop me your resume

      Reply


  5. Jayachandran
    April 25, 2011

    Hi Raj
    I have 5years exp in ABAP, I am planing to write PI certification, Could you please send the Documents to my id jayachandran10@yahoo.com and guide me.
     
    Regards,
    Jayachandran.A
     
     

    Reply


  6. amit
    May 5, 2011

    thanks sap ignite for sending me questions they were of great help n i got sap(abap) certified..can u tell me will appearing for elitmus testhelp me in getting good job prospects ..plz reply fast
     
     

    Reply


    • Ajay
      May 6, 2011

      Hi Amit,
      Congratulation for getting Certified. Tests like E-litmus will definitely open up good prospectives for job however it completely depends on the Company Requirement which would decide that if they need people in SAP ABAP or any other Technology.
      Please go ahead and appear for walkins as well and then finalise based on the Job Profile offered to you..
      Good Luck.

      Cheers
      Ajay

      Reply


    • Ajay
      July 30, 2011

      Can you please send me any relevant material. I am planning to write exam this coming month.

      Reply


  7. rohit
    May 12, 2011

    hello sir, is it worth to spend so much money on sap certification or go for authorized sap training program??

    Reply


  8. Vishal Bhatia
    May 16, 2011

    Hi,

    I am working as a software developer in ASP.NET. I want to learn SAP XI/PI from begining. Can you please help me or send me with links and documents from where I can learn with some practical examples. I have searched but did not get any useful material. I will be very very thankful to you for this. My email id is er.vishal89@gmail.com

    Reply


    • Raj
      May 17, 2011

      The second site contains the basic case study and the scenarios of mapping.
      Search for the books TBIT40, TBIT44
      you will find it out in google…
      it;s a good training material.

      Thanks
      Raj
      SAP IGnite

      Reply


  9. Ram
    June 8, 2011

    Raj

    I tried downloading of the TBIT44 online but was only getting exercises. Can you please forward me some training material?

    Appreciate your help

    Regards
    Ram

    Reply


  10. MANUGUMO
    June 13, 2011

    Hi Raj
    Can you  send me please some more sample questions?
    I’m planning to take the test too.
    My email is manuelalejandro.gm@gmail.com
    best regards,

    Reply


    • Raj
      June 13, 2011

      Hi Manuel,

      You can try out SDN for more sample question.According to certification code they have provided some sample
      Question for PI 7.1 Certification.We dont have any certification question apart from these.

      After your certification it will be good if you can share your experience with us.

      Thanks.
      SAP IGnite

      Reply


  11. Simar
    June 26, 2011

    Hi,
    I want to appear for SAP PI certification by self study.
    Would you help me with the certification guidelines and study material at simy.sandhu@hotmail.ca
    Thanx !!
    Simar

    Reply


    • Raj
      June 26, 2011

      Hi Simar,
      To appear for the PI certification you need a practical working knowledge.
      SO if you have PI system installed at your work place or at home it can be done.
      But if you are thinking to appear for the PI certification just by reading theory i suggest you to add
      some practical work in it.

      Thanks.

      Reply


  12. kssantosh
    July 7, 2011

      I am taking up the SAP PI exam this month end. It would be great if someone could please send me the latest versions of the PI cert matl (TBITs)

      Thnaks in advance for your help

     

    Reply


  13. seri
    July 28, 2011

    I am taking up the SAP PI exam the next september. It would be great if someone could tell me where are the latest versions of  TBITs (or send me to my email). Furthemore, I’m searching BIT402 and BIT403 but I didn’t found them.
     
    Thanks a lot.

    Reply


  14. Mahesh
    August 9, 2011

    I am planning to give certification of SAP PI 7.1 next month.
    Can you please guide me what documents to read and send me the PI 7.1 material to my email
    thanks a million :-)

    Reply


  15. Name
    August 9, 2011

    my email id : u.chintam@gmail.com

    Reply


  16. Padmini
    August 11, 2011

    Hi Raj,

    Thanks for a wonderful link which is really useful for SAP PI Consultants as well as aspirants.I am planning to appear for SAP Development Associate – Process Integration PI7.1…Can you please send me  TBIT44 and other SAP PI 7.1 certification materials to my mail ID. Appreciate your help

    Reply


  17. Minyatur
    August 18, 2011

    Hi Raj,
    I have some doubts about the 24 question.
    If i have an  A element with “X,Y” an B element with values  “1,2,3,4″  the output will be  ” X1, X2, X3,Y4″ and finally I will have got four ocurrences in the target field with the values that i mentioned.
    What part of my supposition is wrong?
     
    Thanks in advance.

    Reply


  18. Srinivasa Potharaju
    August 25, 2011

    Dear all,
    Apart from TBIT 40,44 is there any other material for sap pi7.1 certification?
     
    I am looking for previous question papers.
     
    if any one have collected the same,pls post the same to <>

    Reply


  19. ismail
    February 7, 2012

    hi everyone,
    i did course on sap xi/pi  and i am looking for job plse send the materials of updated versions and also mapping material plse plse plse and i am interested to certification plse guide me. plse plse
     

    Reply


  20. Victor
    August 1, 2012

    Hi Raj,
    I will attend SAP PI certification this year, can you help me sending me some helpful material please, Ill appreaciate it a lot. jvictor_um@hotmail.com
    SAludos

    Reply

Leave a Reply

:wink: :-| :-x :twisted: :) 8-O :( :roll: :-P :oops: :-o :mrgreen: :lol: :idea: :-D :evil: :cry: 8) :arrow: :-? :?: :!:
  Twitter Followers Email Updates