i
Infosys
Filter interviews by
SAP PI 7.1 is an older version while PO 7.5 is the latest version with improved features.
PO 7.5 has a new single stack architecture while PI 7.1 has a dual stack architecture
PO 7.5 has better support for cloud integration and API management
PO 7.5 has improved monitoring and error handling capabilities
PO 7.5 has a new web-based design tool called SAP Web IDE for integration development
PO 7.5 has improved security featur...
Message flow in SAP PI/PO involves sender, receiver, integration server, mapping, and adapters.
Messages are sent from a sender system to a receiver system through the integration server.
Mapping is used to transform the message format from the sender to the receiver system.
Adapters are used to connect the sender and receiver systems to the integration server.
Message monitoring and error handling are important aspects of
Node functions are used in graphical mapping to manipulate data within a node.
Node functions can be used to perform operations such as concatenation, substring, and date formatting.
They can also be used to convert data types and perform mathematical calculations.
Examples of node functions include CONCAT, SUBSTR, FORMAT_DATE, and ROUND.
Node functions can be accessed by selecting a node in the mapping editor and clicking
Implemented an end to end interface scenario for order to cash process
Created a sales order in SAP ECC system
Sent the sales order to SAP PI system using IDoc
Transformed the IDoc to XML format using SAP PI mapping
Sent the XML message to third-party system using SOAP adapter
Received the response message from third-party system
Transformed the response message to IDoc format using SAP PI mapping
Sent the IDoc back to SAP EC...
SOAP is a protocol for exchanging structured information using XML, while REST is an architectural style for building web services.
SOAP uses XML to encode messages, while REST uses a variety of formats such as JSON, XML, or plain text.
SOAP requires more bandwidth and processing power than REST due to its use of XML.
REST is more flexible and scalable than SOAP.
SOAP is commonly used in enterprise environments, while REST...
Default port numbers for FTP, SFTP, and HTTP
FTP default port number is 21
SFTP default port number is 22
HTTP default port number is 80
Monitoring of interfaces is crucial for ensuring smooth functioning of SAP PI PO system.
Monitoring can be done through SAP Solution Manager or third-party tools like Splunk or ELK stack.
Key metrics to monitor include message processing time, error rates, and message volume.
Alerts can be set up for critical errors or delays in message processing.
Regular monitoring and analysis of interface performance can help identify ...
What people are saying about Infosys
I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.
The pre-requisite for IDoc config at ECC and PO end is to have the necessary RFC destinations and ports configured.
RFC destinations must be created in both ECC and PO systems
Ports must be configured in both systems
Partner profiles must be maintained in both systems
IDoc types and message types must be defined and linked to the appropriate RFC destinations and ports
The necessary authorizations must be assigned to the use
SOAP is a protocol for exchanging structured information, while REST is an architectural style for building web services.
SOAP uses XML to encode messages, while REST uses a variety of formats such as JSON, XML, or plain text.
SOAP is more rigid and requires more bandwidth, while REST is more flexible and lightweight.
Remove context is used to remove the context of a message, while collapse context is used to collapse the...
These are three different functions in SAP PI/PO used for mapping and transforming data.
Use One As Many: Splits one source field into multiple target fields
Copy Value Function: Copies the value of one field to another field
Format by Example: Formats the target field based on the example provided
I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.
I have worked on various adapters including JDBC, SOAP, REST, IDoc, File, SFTP, and JMS.
JDBC adapter for database connectivity
SOAP adapter for web services
REST adapter for RESTful services
IDoc adapter for SAP integration
File adapter for file-based integration
SFTP adapter for secure file transfer
JMS adapter for messaging
I applied via campus placement at Mumbai University and was interviewed before Jul 2020. There were 4 interview rounds.
posted on 14 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Life Cycle hooks in LWC are methods that allow you to interact with the component at specific stages of its lifecycle.
There are four main life cycle hooks in LWC: connectedCallback, disconnectedCallback, renderedCallback, and errorCallback.
connectedCallback is called when a component is inserted into the DOM.
disconnectedCallback is called when a component is removed from the DOM.
renderedCallback is called after the com...
There are multiple ways to communicate between components in Salesforce, including using events, public properties, and Apex methods.
Using events to communicate between components
Passing data through public properties
Invoking Apex methods to share data
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Yes, future methods can be called from a batch class in Salesforce.
Future methods can be called from batch classes to perform asynchronous processing.
This can be useful for offloading long-running tasks to future methods to avoid hitting governor limits.
Example: Calling a future method from a batch class to update records in Salesforce asynchronously.
The @track decorator in Salesforce is used to track changes to a property in a Lightning web component.
Used to make a property reactive and trigger re-renders when its value changes
Not mandatory but recommended for properties that need to be reactive
Use @track when you want changes to a property to be reflected in the UI
APEX CPU Limit Exceeded error happens when code consumes too much CPU time. Best practices include optimizing code, reducing loops, and using asynchronous processing.
Avoid using nested loops and optimize code for better performance
Use asynchronous processing like @future or Queueable to offload CPU intensive tasks
Limit the use of SOQL queries inside loops to reduce CPU consumption
Mixed DML Exception occurs when DML operations are performed on setup and non-setup objects in a single transaction.
Occurs when DML operations are performed on both setup and non-setup objects in a single transaction
Setup objects include User, Profile, PermissionSet, etc.
Non-setup objects include custom objects, standard objects like Account, Contact, etc.
The code will output 'undefined' because variable 'a' is hoisted within the function.
Variable 'a' is hoisted to the top of the function scope, so when 'console.log(a)' is called, 'a' is undefined.
To fix this, move the declaration of 'var a=2;' above the 'console.log(a);' statement.
SOQL query to fetch description field from Account and reason for inability to filter
SOQL query: SELECT Description FROM Account
Description field is not filterable because it is a long text field
Long text fields cannot be filtered in SOQL queries
based on 1 review
Rating in categories
Technology Analyst
56.2k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.7k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.1k
salaries
| ₹4.3 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture