i
SAP
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.
SOAP is a protocol, while REST is an architectural style for APIs.
SOAP is a protocol that uses XML for messaging and operates over HTTP, SMTP, or TCP.
REST is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.
SOAP has built-in security features like WS-Security, while REST relies on external security mechanisms.
SOAP is more rigid and requires more bandwidth, while REST is lightweight and...
The flow of Java code refers to the sequence of execution of statements in a Java program.
Java code is executed line by line from top to bottom.
Control flow can be altered by conditional statements like if-else and loops like for and while.
Methods are executed when called and return to the calling code upon completion.
Managerial round with 2 managers
Top trending discussions
posted on 29 Jun 2022
I applied via campus placement at Christ University, Bangalore and was interviewed before Jun 2021. There were 4 interview rounds.
Technology related topics
Topics were provided to us for Micro presentation- more related to emerging tech and its various use cases.
The emerging technology that excites me the most is Artificial Intelligence.
AI has the potential to revolutionize various industries such as healthcare, finance, and transportation.
One use case of AI is in medical diagnosis, where it can analyze large amounts of patient data to identify patterns and make accurate predictions.
Another use case is in autonomous vehicles, where AI can help improve safety and efficiency on ...
posted on 11 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
Basic DSA from the hacker rank website
1 hour , dsa, hackerearth, medim to hard
posted on 12 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 12 Jan 2025
Tested on quantitative aptitude along with technicala java mcqs
3 Java questions were given
posted on 6 Sep 2024
Comprehensive questions
Java strings programs
I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Sep 2023. There were 3 interview rounds.
Basic Apti questions, Logic Questions, Puzzle Questions
Linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node
32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more.
32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more
64-bit OS allows for larger file sizes and better performance
64-bit OS is more secure due to enhanced security features
64-bit OS is required to run certain modern software and games
Reverse a given string
Use a loop to iterate through the characters of the string
Append each character to a new string in reverse order
Return the reversed string
posted on 8 May 2024
posted on 9 Jun 2023
I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.
Find out a string is palindrome or not
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that all operations in a transaction are completed successfully or none at all
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that transactions are executed independently of...
Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.
Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js
It allows Node.js to perform non-blocking operations efficiently
Event loop continuously checks the event queue and executes callback functions when events are triggered
Primary key uniquely identifies a record, foreign key links to a primary key in another table, unique key ensures uniqueness of a column or set of columns.
Primary key: uniquely identifies each record in a table (e.g. employee_id in an employees table)
Foreign key: links to a primary key in another table to establish a relationship (e.g. department_id in an employees table linking to department_id in a departments table)
...
Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.
Variable declarations are hoisted to the top of their function or global scope.
Only the declarations are hoisted, not the initializations.
Hoisting allows you to use a variable before it is declared, but it is best practice to declare variables at the top of the scope.
Example: console.log(myV
Function closure in JavaScript allows a function to access variables from its outer scope even after the outer function has finished executing.
Function closures occur when a function is defined within another function and the inner function has access to the outer function's variables.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outerFunction() { let outerVar = 'I...
Shallow copy creates a new object but references the same nested objects, while deep copy creates a new object with copies of all nested objects.
Shallow copy only copies the top-level object, not the nested objects.
Deep copy creates new copies of all nested objects, ensuring they are independent.
In JavaScript, shallow copy can be achieved using Object.assign or spread operator, while deep copy can be achieved using JSO
Interview experience
based on 1 review
Rating in categories
Software Developer
977
salaries
| ₹8.8 L/yr - ₹32.5 L/yr |
Developer
841
salaries
| ₹10.3 L/yr - ₹32 L/yr |
Developer Associate
825
salaries
| ₹6.3 L/yr - ₹24 L/yr |
Senior Developer
494
salaries
| ₹13.1 L/yr - ₹48 L/yr |
Business Process Consultant
385
salaries
| ₹10 L/yr - ₹40 L/yr |
Oracle
SAS
Zoho
IBM