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
Share the link for codesignal
The question is asking for the current time and the angles formed by the hour and minute hands on a clock.
The angle between the hour and minute hands of a clock can be calculated using the formula: angle = |(30*hour - (11/2)*minutes)|
At 3:00, the angle between the hour and minute hands is 90 degrees.
At 6:00, the angle between the hour and minute hands is 180 degrees.
At 9:00, the angle between the hour and minute hands
I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.
I applied via Campus Placement 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 29 Aug 2022
50 Questions in 1 hour
Pattern and basic programming questions
posted on 21 Sep 2022
Simple String or list releted questions for Arranging a string some conditions wise
To count number after decimal value in Python, use string manipulation or math module.
Use string manipulation to count number of digits after decimal point
Use math module to round off the number and then subtract the original number to get the digits after decimal point
Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index
I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.
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
posted on 28 Sep 2024
60min of aptitude and coding test
2 questions on coding test
based on 3 reviews
Rating in categories
Data Engineer
55
salaries
| ₹4.5 L/yr - ₹14.1 L/yr |
Associate Software Engineer
24
salaries
| ₹4.8 L/yr - ₹10.3 L/yr |
Software Engineer
23
salaries
| ₹4.7 L/yr - ₹11.8 L/yr |
Junior Data Engineer
22
salaries
| ₹3.7 L/yr - ₹6 L/yr |
Senior Software Engineer
20
salaries
| ₹8 L/yr - ₹28 L/yr |
Saama Technologies
Jumio
DISYS
Data-Core Systems