Filter interviews by
MCQ's related to programming were asked. 3 coding questions, 2 related to Java and one dsa problem
Top trending discussions
posted on 8 Feb 2022
posted on 1 May 2023
I applied via Campus Placement and was interviewed in Nov 2022. There were 2 interview rounds.
A linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.
Each node has a data field and a next field that points to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node and continues until the end node is reached
posted on 5 Sep 2023
It placed in hackerRank.question difficulty level was medium.
posted on 21 Sep 2023
I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.
Computer Networks, SQL, DBMS, aptitude questions on trains, boats , profit and loss. 2 coding questions. Total duration was 1.5 hrs.
posted on 31 Jul 2024
Threading is a programming technique that allows multiple tasks to run concurrently within a single process.
Threading allows for parallel execution of tasks within a program.
Threads share the same memory space, allowing for efficient communication and data sharing.
Examples of threading in programming languages include Java's Thread class and Python's threading module.
The 7 layers of networking refer to the OSI model, which is a conceptual framework used to understand how networks operate.
Physical layer: Deals with physical connections and hardware (e.g. cables, switches)
Data link layer: Manages data transfer between devices on the same network (e.g. Ethernet)
Network layer: Handles routing and forwarding of data packets (e.g. IP)
Transport layer: Ensures data is delivered reliably an...
My expectation is to work in a challenging environment where I can utilize my skills to contribute to the success of the team and company.
Expectation to work on complex projects that require problem-solving skills
Desire to collaborate with talented team members to achieve common goals
Opportunity for continuous learning and professional growth
Expectation for clear communication and feedback from management
posted on 5 Sep 2024
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
Medium level leetcode
Join queries are used to combine data from multiple tables based on a related column between them.
Use JOIN keyword to combine tables based on a common column
Specify the columns to select from each table
Use WHERE clause to specify the join condition
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 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
based on 1 interview
Interview experience
Software Developer
15
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Software Engineer
13
salaries
| ₹8.2 L/yr - ₹15 L/yr |
Senior Software Engineer
10
salaries
| ₹16.5 L/yr - ₹34 L/yr |
Product Manager
7
salaries
| ₹25.4 L/yr - ₹47 L/yr |
Associate Software Engineer
6
salaries
| ₹5 L/yr - ₹11 L/yr |
PC Solutions
RNF Technologies
Hidden Brains InfoTech
Affine