Filter interviews by
posted on 10 Sep 2023
I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.
One coding questions on Array and string
Top trending discussions
posted on 22 Apr 2021
I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.
posted on 6 Mar 2024
Medium level questions from all sectors
Technical MCQ and easy coding questions
Artificial intelligence
I applied via Approached by Company and was interviewed before Apr 2021. There were 5 interview rounds.
Yes
Worked as a software engineer at a financial institution for 5 years
Developed and maintained financial software applications
Implemented complex financial algorithms and calculations
Collaborated with financial analysts and stakeholders to understand requirements
Ensured compliance with financial regulations and security standards
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
Easy level questions on string, linked list and array
TCP is a connection-oriented protocol while UDP is connectionless.
TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.
TCP is slower but more reliable while UDP is faster but less reliable.
TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...
A nibble swap program in C
Nibble swap means swapping the 4-bit halves of a byte
Use bitwise operators to perform the swap
Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);
Reverse a linked list in C language.
Create three pointers: current, previous, and next.
Traverse the linked list and change the direction of the pointers.
Return the new head of the reversed linked list.
API call in C
Include the necessary header files
Create a URL string with the required parameters
Use the curl library to make the API call
Handle the response data appropriately
posted on 2 May 2023
I applied via Recruitment Consulltant and was interviewed before May 2022. There were 4 interview rounds.
Programming on basics of C
Programming on basics of C
posted on 14 Sep 2023
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English
Reverse a string by grouping 'm' characters together
Iterate through the string in groups of 'm' characters
Reverse each group of 'm' characters
Concatenate the reversed groups to get the final reversed string
I applied via Internshala and was interviewed in Oct 2023. There was 1 interview round.
Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures can be linear (arrays, linked lists) or non-linear (trees, graphs)
Common operations on data structures include insertion, deletion, and searching
Examples of data structures include stacks, queues, hash tables, and binary trees
posted on 30 Mar 2025
I appeared for an interview in Mar 2025, where I was asked the following questions.
Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.
Connection pooling maintains a pool of active database connections for reuse.
It reduces the overhead of establishing a new connection for each database request.
Example: A web application can reuse connections from the pool instead of opening new ones for each user request.
Connection pools can be con...
Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.
Mounting can be done using volumes or bind mounts.
Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.
Example of a volume: `docker run -v my_volume:/data my_image`.
Bind mounts allow you to specify an exact path on the host, e.g., ...
Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.
A decorator is a function that takes another function and extends its behavior without explicitly modifying it.
Common use cases include logging, access control, and caching.
Example: @staticmethod and @classmethod are built-in decorators in Python.
Custom decorators can be created using nested functions.
Example...
based on 1 interview
Interview experience
Softwaretest Engineer
222
salaries
| ₹3 L/yr - ₹6 L/yr |
Java Developer
60
salaries
| ₹3.5 L/yr - ₹5.2 L/yr |
Software Development Engineer
51
salaries
| ₹5.5 L/yr - ₹10.5 L/yr |
Software Developer
44
salaries
| ₹2.5 L/yr - ₹8.4 L/yr |
Devops Engineer
36
salaries
| ₹4.5 L/yr - ₹13.5 L/yr |
PC Solutions
RNF Technologies
JMR Infotech
Hidden Brains InfoTech