i
Bounteous x Accolite
Filter interviews by
Simple python programming concepts
Inter service communication in transactional systems involves designing a reliable and efficient way for services to communicate and exchange data.
Use asynchronous messaging systems like RabbitMQ or Kafka to decouple services and ensure reliable message delivery.
Implement RESTful APIs for synchronous communication between services, using HTTP methods like GET, POST, PUT, DELETE.
Consider using gRPC for high-performance,...
Use pandas library for efficient loading and processing of large files in Python.
Use pandas read_csv() function with chunksize parameter to load large files in chunks.
Optimize memory usage by specifying data types for columns in read_csv() function.
Use pandas DataFrame methods like groupby(), merge(), and apply() for efficient data processing.
Consider using Dask library for parallel processing of large datasets.
Use gen...
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Create a LinkedList class with methods like insert, delete, search
Example: Node class - class Node: def __init__(self, data): self.data = data self.next = None
Top trending discussions
I appeared for an interview in Aug 2024.
C++ coding questions and logical questions
I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.
I applied via Company Website
posted on 31 May 2024
posted on 13 Jun 2024
How to reverse linked list.
Dynamic memory allocation is the process of allocating memory during program execution.
Allows programs to request memory at runtime
Helps in efficient memory management
Commonly used in languages like C and C++
Example: using malloc() function in C to allocate memory for an array
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Job Portal and was interviewed before Oct 2023. There was 1 interview round.
posted on 24 Jun 2022
ASP.NET is a web application framework developed by Microsoft to build dynamic web pages and applications.
ASP.NET is used to create web applications and websites
It supports multiple programming languages like C#, VB.NET, etc.
Filters in ASP.NET are used to intercept and modify HTTP requests and responses
Filters can be used for authentication, logging, caching, etc.
Web API is a framework for building HTTP services that can be consumed by a variety of clients.
Web API is a part of the ASP.NET framework
It allows developers to build RESTful services
It can be used to create APIs for web applications built using MVC
Web API can return data in various formats such as JSON, XML, etc.
It supports HTTP verbs such as GET, POST, PUT, DELETE, etc.
based on 2 interviews
Interview experience
Senior Software Engineer
1.5k
salaries
| ₹6.2 L/yr - ₹29 L/yr |
Software Engineer
581
salaries
| ₹4 L/yr - ₹16.9 L/yr |
Associate Technical Delivery Manager
433
salaries
| ₹11 L/yr - ₹40 L/yr |
Senior Test Engineer
219
salaries
| ₹6.3 L/yr - ₹20 L/yr |
Technical Delivery Manager
142
salaries
| ₹22 L/yr - ₹60.4 L/yr |
Xoriant
CitiusTech
HTC Global Services
HERE Technologies