i
SAP
Filter interviews by
I appeared for an interview in May 2024.
Questions based on Data Structures. Could not complete.
I applied via LinkedIn and was interviewed in Feb 2023. There were 4 interview rounds.
Top trending discussions
posted on 20 Jan 2015
The code inserts a given string at the specified position in a compact data structure that stores strings sequentially.
To insert the string at the ith place, we need to shift all the strings after the ith position by the length of the new string.
We can use a loop to iterate through the data structure and find the ith position.
After finding the ith position, we can calculate the new length of the data structure and allo...
Constructing parse tree for ((a+b)*c)/d using data structures.
Use stack data structure to keep track of operators and operands.
Start with the innermost parentheses and work outwards.
Create a node for each operator and operand and link them together.
The root node will be the final result of the expression.
Example: ((a+b)*c)/d can be represented as / -> * -> + -> a, b, c, d.
Verify if all substrings of a string satisfy a hidden criterion using a function f.
Define a function that generates all possible substrings of the input string.
Use a loop to check each substring with the function f.
Return false immediately if any substring does not satisfy the criterion.
Example: For input 'abc', substrings are 'a', 'b', 'c', 'ab', 'bc', 'abc'. Check each with f.
Merge 'n' identical linked lists from 'n' salespersons to handle insertions, deletions, and updates.
Iterate through each linked list and merge them into a single linked list
Handle insertions, deletions, and updates by traversing the merged list and making necessary changes
Repeat the process for the next day by resetting the merged list
I applied via Campus Placement
Some of the top questions asked at the SAP Senior Java Developer interview -
based on 2 interview experiences
Difficulty level
Duration
based on 2 reviews
Rating in categories
Software Developer
1.3k
salaries
| ₹10 L/yr - ₹34.1 L/yr |
Developer Associate
989
salaries
| ₹6.2 L/yr - ₹23.7 L/yr |
Developer
899
salaries
| ₹10.3 L/yr - ₹34 L/yr |
Senior Developer
582
salaries
| ₹16.3 L/yr - ₹51 L/yr |
Business Process Consultant
490
salaries
| ₹12.9 L/yr - ₹39.3 L/yr |
Oracle
SAS
Zoho
IBM