i
SAP
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
SQL query is a command used to retrieve, insert, update, or delete data in a database.
SQL query is written in Structured Query Language.
It can be used to retrieve specific data from a database table.
Examples of SQL queries include SELECT, INSERT, UPDATE, and DELETE.
SQL queries can also be used to join multiple tables together to retrieve related data.
HTTP protocol is a set of rules for transferring data over the internet.
HTTP stands for Hypertext Transfer Protocol
It is the foundation of data communication on the World Wide Web
HTTP uses a client-server model where a client makes a request to a server and the server responds with the requested data
It operates on top of the TCP/IP protocol
HTTP requests are made up of methods like GET, POST, PUT, DELETE, etc.
posted on 11 Dec 2021
I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.
posted on 8 Apr 2021
posted on 5 Dec 2021
I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.
Use Dijkstra's algorithm to find the shortest path between 2 vertices in a graph.
Implement Dijkstra's algorithm to find the shortest path
Create a priority queue to keep track of the vertices with the shortest distance
Use a visited set to avoid revisiting vertices
Stop when the destination vertex is reached
Return the shortest path found
Example: finding the shortest path between A and D in a graph with weighted edges: A->...
Find pairs in an array with sum equal to 0.
Use a hash table to store the frequency of each element.
Iterate through the array and for each element, check if its complement (negative value) exists in the hash table.
If it exists, add the frequency of the complement to the count of pairs.
Return the count of pairs.
Example: array = [2, -2, 3, 0, -3], pairs = 2 (-2, 2 and -3, 3)
I appeared for an interview in Jul 2019.
Design a traffic signal system
Identify the number of lanes and intersections
Determine the traffic flow and peak hours
Choose appropriate sensors and controllers
Implement a synchronization algorithm
Consider emergency vehicle prioritization
Include pedestrian crossing signals
Ensure compliance with local regulations
Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.
Hashmap uses hashing function to map keys to indices in an array
Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing
Java implementation: HashMap
Printing patterns using code
Identify the pattern to be printed
Use loops to print the pattern
Adjust the loop variables to control the pattern
Use conditional statements to modify the pattern
Examples: printing stars, triangles, squares, etc.
Common point in linked list refers to the node where two or more linked lists intersect.
The common point can be found by traversing both linked lists and comparing the nodes.
The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.
Examples include finding the intersection point of two linked lists or finding the loop in a linked list.
posted on 4 Mar 2021
Learning programming languages is important for software engineers to effectively communicate with computers and develop software solutions.
Programming languages are the foundation of software development.
Learning multiple languages expands the range of problems a software engineer can solve.
Different languages have different strengths and are suited for different tasks.
Knowing multiple languages improves adaptability ...
I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed before Sep 2020. There were 3 interview rounds.
based on 2 interviews
Interview experience
based on 5 reviews
Rating in categories
Software Developer
1.2k
salaries
| ₹8 L/yr - ₹32.1 L/yr |
Developer
864
salaries
| ₹10.2 L/yr - ₹34 L/yr |
Developer Associate
847
salaries
| ₹7.8 L/yr - ₹20.6 L/yr |
Senior Developer
535
salaries
| ₹16 L/yr - ₹50 L/yr |
Business Process Consultant
433
salaries
| ₹10 L/yr - ₹40 L/yr |
Oracle
SAS
Zoho
IBM