i
Anblicks
Filter interviews by
I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.
Linked List is a dynamic data structure while Arrays are static.
Linked List can grow or shrink dynamically while Arrays have fixed size.
Linked List uses pointers to connect nodes while Arrays use indexes to access elements.
Insertion and deletion are faster in Linked List while accessing elements is faster in Arrays.
Arrays use contiguous memory while Linked List uses scattered memory.
Arrays are suitable for small data s...
Linked Lists provide dynamic memory allocation, efficient insertion and deletion operations.
Dynamic memory allocation allows for efficient use of memory
Insertion and deletion operations are faster than arrays
Linked lists can be easily implemented as stacks or queues
Linked lists are useful for representing sparse data
Examples: Singly Linked List, Doubly Linked List, Circular Linked List
To insert a node at the last of a single linked list, traverse to the end and point the last node to the new node.
Traverse the linked list till the last node is reached
Create a new node with the given data
Point the next of the last node to the new node
Make the new node as the last node
Top trending discussions
I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.
There was a coding round and out of 75 students 28 got selected for next round
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
posted on 5 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.
30 mins Aptitude Question
30 mins - 3 Coding Question
Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.
Rest API stands for Representational State Transfer Application Programming Interface.
It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.
RESTful APIs use URLs to access resources, and return data in JSON or XML format.
Stateless communication allows for scalability and flexibilit...
Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.
200 - OK: Request was successful
201 - Created: Request was successful and a new resource was created
400 - Bad Request: The server cannot process the request due to a client error
403 - Forbidden: The server understood the request, but refuses to authorize it
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
posted on 28 Sep 2024
60min of aptitude and coding test
2 questions on coding test
posted on 19 Feb 2025
I was interviewed before Feb 2024.
Ten reasoning questions, ten quantitative questions, and fifteen technical questions involving pseudo code, for a total of thirty-five questions to be completed in thirty minutes.
Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.
posted on 19 Apr 2023
I applied via campus placement at CMR Institute of Technology, Bangalore and was interviewed in Mar 2023. There were 5 interview rounds.
Basic aptitude questions and questions on React
Asked for printing patterns in a loop
I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.
based on 3 reviews
Rating in categories
Data Engineer
55
salaries
| ₹4.5 L/yr - ₹14.1 L/yr |
Software Engineer
25
salaries
| ₹2.4 L/yr - ₹10.9 L/yr |
Junior Data Engineer
22
salaries
| ₹3.7 L/yr - ₹6 L/yr |
Senior Software Engineer
21
salaries
| ₹17.2 L/yr - ₹28 L/yr |
Associate Software Engineer
21
salaries
| ₹3.2 L/yr - ₹10 L/yr |
TCS
Infosys
Wipro
HCLTech