Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONPrep for C_PO_75

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Prep for C_PO_75

Description:
50 simple questions

Author:
AVATAR
Kontsantinos Tsakalos
(Other tests from this author)


Creation Date:
15/10/2018

Category:
Others

Number of questions: 50
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
You are not using Integration Engine processing in your system. You are troubleshooting configuration errors with the Advanced Adapter Engine (AAE) as messages are not reaching the target system. What is a typical sequence of checks that needs to be performed? Receiver Determination → Interface Determination → Mapping → Technical Routing → Call Adapter Routing → Mapping Runtime → Connectivity Connectivity → Routing → Mapping Runtime Mapping runtime → Routing → Connectivity.
Which of the following pipeline steps belong to logical routing? Note: There are 2 correct answers to this question. Interface Determination Call Adapter Receiver Determination Message Split According to Receiver List Request Message Mapping.
The Advanced Adapter Engine is installed as a component on the Integration Server. When would you install the non-central Advanced Adapter Engine? When a firewall between the business system and the Integration Server prevents them from communicating directly When the business department requires Knowledge Management on a separate system When you want to use cross-component business process management (ccBPM) in the Advanced Adapter Engine When you want to use the advanced monitoring capabilities of the Integration Engine.
How can you describe a provider proxy? A provider proxy is a Java class used in the Advanced Adapter Engine. A provider proxy is a language-specific implementation of an outbound service interface. A provider proxy is a language-specific implementation of an inbound service interface. A provider proxy is an ABAP program used in ALE distribution.
Which conversion parameters are available in the SOAP adapter? Note: There are 2 correct answers to this question. Keep Headers Do Not Use SOAP Envelope Sync/Async Bridge File Content Conversion.
SAP Net Weaver provides the Enterprise Services Repository Content (ESR Content). What is one of the advantages of using ESR Content? Additional configuration options for the Advanced Adapter Engine Extended Extended monitoring capabilities based on predefined business objects Fast implementation based on pre-configured content that supports industry standards High user acceptance based on standard compliant user interfaces.
You are working on a dual-stack system and want to configure an integration scenario with one sender and two receivers. Each receiver uses two different service interfaces. The WS adapter is used for each receiver. The sender provides an IDoc from an ABAP system. How many sender agreements do you have to configure? 0 1 2 3.
While monitoring the customer's production system you notice that there are many messages in the Advanced Adapter Engine with the status HOLD. Why do the messages have this status? The receiver system is currently down for maintenance. Once the receiver system is back the messages will be delivered. The messages are Exactly Once in Order (EOIO) quality of service and the first message in the queue has not yet been delivered successfully The messages are being sent using a communication channel that has been configured in the Availability Time Planning tool in the Runtime Workbench The messages are using event-driven message processing and will be sent when the necessary event is triggered.
Which Web-services-related protocol is supported by SAP Net Weaver PI 7.31? Web Services Description Language (WSDL) WS-Reliable Messaging (WS-RM) Representational state transfer (REST) Open Data Protocol (OData).
How can you modify an XSLT mapping used in an operation mapping? Note: There are 2 correct answers to this question. Export the XSLT style sheet to an external editor, edit it, and reimport it. Edit the XSLT style sheet using a Mapping Template object. Edit the XSLT style sheet in the Mapping Editor. Edit the XSLT style sheet in the operation mapping, compile it, and import it as a class file. Edit the XSLT style sheet in the Imported Archive. .
Which of the following are characteristics of enterprise services? Note: There are 2 correct answers to this question. They are based on global data types. They are semantically harmonized across applications. They can be easily used as imported archive objects. They can be used to extend BAPIs.
Which objects are available in the design environment to reuse Java code across different message mappings? Note: There are 2 correct answers to this question. Function Module Function Library Imported Archive External Definition.
You want to build an operation mapping using multiple mapping programs per direction. Which restrictions do you have to consider? The output of each mapping program must fit the target message type. The mapping programs are processed in the specified sequence from top to bottom. The checkbox must be enabled in interface determination to preserve the sequence during the runtime. All the mapping programs have to belong to the same name space.
An application sends messages to the Integration Server. These messages should be processed with high priority. What configuration tasks do you have to perform to enable message prioritization? Note: There are 3 correct answers to this question. Define the sender ID. Define the message filter. Set the RUNTIME/PACKAGING parameter in transaction SXMB_ADM. Set the „high priority“ indicator in the communication channel monitor of the Runtime Workbench. Register the high-priority queues.
In which cases do you need to use ccBPM processes? Note: There are 2 correct answers to this question. When collecting messages When querying databases When using a synchronous/asynchronous bridge When using scenarios that are based on an AEX installation.
What are the three types of communication components in the Integration Directory? Name Namespace Software Component Version Business Service Application Service Abstract Service Business Component Integration Process Business System Business System Logical System Application Component.
The SAP Net Weaver Process Integration single-stack installation comprises which of the following usage types? Note: There are 2 correct answers to this question. Search and Classification (TREX) Application Server Java (AS Java) Advanced Adapter Engine Extended SAP Net Weaver Process Integration Application Server ABAP (AS ABAP).
You have created a deadline branch. When the deadline expires, the integration process should be canceled. How can you achieve this using SAP design patterns for integration processes? Insert a control step that raises an alert to inform the administrator to stop the process manually. Insert a control step in the deadline branch that cancels the process. No action is necessary; the process is cancelled automatically once the deadline has expired. Insert a switch to send a message to another integration process to cancel the process.
You want to implement an IDoc-based scenario that uses SAP NetWeaver Process Integration. What are the prerequisites for this? Note: There are 2 correct answers to this question. A sender communication channel must be defined in the service registry. The IDoc adapter must have access to the IDoc metadata to enable conversion between IDoc and XI message format at runtime. IDoc metadata must be imported into the Enterprise Services Repository to enable IDoc conversion to XML at runtime. The logical system name (ALE name) for the business system must be defined in the SLD.
Which types of acknowledgment are available for asynchronous communication in Process Integration? Note: There are 2 correct answers to this question. System Acknowledgment ABAP Acknowledgment Application Acknowledgment HTTP Acknowledgment Java Acknowledgment.
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. Program id is not uniquely configured in the Gate way of PI system RFC call is asynchronous and it is not ended with “Commit Work” statement No metadata information is active in the ESR RFC Destination for reading the metadata information is not configured.
Mail adapter supports which protocols? There are 3 correct answers. HTTP POP3 SMTP IMAP4.
What are the steps involved after the Integration Server sends the message to the Advanced Adapter Engine. The message is received as XI protocol. It is persisted and then send to module processor and then finally sent to the backend system. The message is received as HTTP protocol. It is persisted and then send to module processor and then finally sent to the backend system. The message is received as HTTP protocol. It is sent to the module processor and then persisted and finally sent to the backend system. The message is received as SOAP protocol. It is sent to the module processor and then persisted and finally sent to the backend system.
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: Send Receiver Determination Control step Transformation step.
What are the development environments for the service to be consumed? There are 3 correct answers Integration Builder Composite Application Framework Report Program which developed using Se80 Composite Application Framework.
The queue XBQS* got errors in the PI system which kind of quality of service will be affected more. EOIO EO BE sync/a sync.
The integration process is a kind of communication component.Which statement about the Integration process is true. Integration process can use all the interface objects Integration process can only access the interface objects which currently exist in the namespace where IP is located Integration process all the interface objects of the SWCV in which Integration process is located Integration process cannot use any interface objects developed in ESR.
Which method can be used to refresh the runtime cache? You can use the transaction SXI_CACHE to refresh the cache Runtime workbench can be used for refreshing the CPA Cache Visual administrator can be used to refresh the cache SXMB_MONI transaction code can be used to refresh cache.
To determine the receiver based on the payload information content based routing can be used .how can you achieve this? In the condition editor specify the condition using Context/XPATH expression Write a user defined function and assign it into the receiver determination step Value mapping can be used to achieve content based routine Write the XSLT mapping for this.
Partner uses PCK to communicate with PI system. To use the PCK which is mandatory? J2SE ABAP and JAVA (WAS) Only JAVA Web application server Only ABAP Web application server.
What are the steps are required to consume the enterprise services? 3 corret answers Configure the customer service Call that service from the application Develop the proxy objects in the consumer system Develop the composite application for consuming the services.
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 Service Registry is used to classify the services. Service Registry is mandatory component of PI Service Registry can be used by the developers to find the services which can be used for business requirements Service registry help the administrator to get the points where services are located in the SLD.
Value mapping can be used for? There are 2 correct answers Update the data into the target system Query the target system to get the mapped values Value mappings data are stored in the integration Directory Value mapping supported in JAVA and XSLT mappings.
Which adapters support the SM59 Destination in the receiver communication channel as the destination of the communication component? HTTP JDBC SOAP.
While Inbound processing of the message in the integration process which are the statements is true? There are 3 correct answers: SAP recommends the inbound processing with Buffering SAP recommends the inbound processing without Buffering If the buffering is used for the asynchronous scenario In case when no active receiver step found the message is queued 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.
For the Proxy usage what are the statements are true? There 3 correct answers No adapters are required for the proxy connection It is generated using the service interface of the ESR Client /Server proxy is decided by the inbound/outbound mode of the service interface Proxy interface can be used for the SAP 4.6.
What are the functionalities provide by the PI. There are 3 correct answers: Knowledge sharing PI support ESOA PI act as service bus Web service execution ccBPM supported by ABAP Engine of PI.
What are the statements are true for the WS-RM There are 3 correct answers: It is developed at the sender and at the receiver end It connects the sender and the receiver directly without the using central integrations server. It is used only for the synchronous call only Process integration mapping can be called for the WS-RM.
A customer wants to see extra information in the message monitoring (Trace)How can you achieve this using user defined question? A Trace Object can be read from the container and which is used to write the information into the message monitoring User defined function has the access to the static class of the message monitoring so one can directly put the trace information. Global container can be used to put the data into trace directly. Alert can be used inside the user defined function to write the information message into the trace object.
What questions are worth to ask while deciding the use of the adapters? 2 correct answers The system with which connection needs to make is of version 6.2 or higher The system support the industry standard like Rossanet etc.. System is SAP Certified or not System is registered via SLD.
Which type of communication can used to avoid the adapters JDBC 2.0 HTTP PI-SOAP RFC_XML.
According to the requirement : Customer needs to query the database(SELECT) which connection can be used for this requirement There are 2 correct answers: Synchronous call with the sender agreement Synchronous call with receiver agreement Asynchronous call with sender agreement Asynchronous call with receiver agreement.
What are the standards supported by PI There are 3 correct answers: UDDIv3 XDLV BPEL4WS 1.1 WSBPEL 2.0.
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? (4*2) = 8. It is the product of both the source elements 6. It is the sum of the source elements. 4. The maximum occurrences among the two source elements are considered. 2. The minimum occurrences among the two source elements are considered.
What are the lookups provided by PI7.1 there are 2 correct answers: RFC look ups JDBC look ups IDOC look ups HTTP look ups.
How are the Business Systems defined in the SLD? There are 2 correct answers: Business systems are always of type Third party system No need to create the Business system in the SLD Business system type is decided by the corresponding technical system Business system is used as a sender and receiver in the ID (as communication component).
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? Use standard function splitbyvalue() Use the function copyvalue() Use function removecontext() to remove the context of the address element Use function exit().
While working with the Boolean function in the message mapping, which statements below represent the correct characteristics of Boolean function It accepts only “TRUE” as true input It accepts only “1” as true input It accepts “TRUE(case-sensitive)” and “1” as true input It accepts “TRUE/true(case-insensitive)” and “1” as true input.
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: ERROR HOLD STARTED CANCELLED COMPLETED.
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: R3_ABAP|ABAP-Class;R3_XSLT|XSL (ABAP Engine) R3_JAVA|JAVA-Class;R3_XSLT|XSL (JAVA Engine) R3_ABAP|ABAP-Class;R3_XSLT|XSL (JAVA Engine) R3_JAVA|JAVA-Class;R3_XSLT|XSL (ABAP Engine).
Report abuse Consent Terms of use