Filter interviews by
I applied via Approached by Company and was interviewed before Sep 2021. There was 1 interview round.
I will prioritize the task and communicate with my supervisor to set a new deadline.
Assess the importance of the task and its impact on other projects
Communicate with supervisor to set a new deadline
Create a plan to complete the task efficiently
Ensure that the delay does not affect the overall project timeline
Top trending discussions
I appeared for an interview before Jun 2016.
Program to print the Fibonacci series up to a given number.
Take input from user for the limit of the series.
Initialize two variables with 0 and 1 respectively.
Use a loop to generate the series and print each number.
Add the previous two numbers to get the next number in the series.
Fizz buzz question and array related
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
Topics:
Python, Django, MySQL, Automation, Technical questions
Django follows Model-View-Controller (MVC) architectural pattern.
Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.
The Model layer represents the database schema and business logic.
The View layer is responsible for rendering the templates and presenting the data to the user.
The Controller layer handles the user's input and interacts with the Model and View layers.
Dj...
XML is a markup language while JSON is a lightweight data interchange format.
XML uses tags to define elements while JSON uses key-value pairs.
XML is more verbose and complex than JSON.
JSON is easier to read and parse than XML.
XML supports namespaces and validation while JSON does not.
XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.
posted on 4 Mar 2021
I applied via LinkedIn and was interviewed in Sep 2020. There were 4 interview rounds.
C++ program to implement queue using linked list and class
Create a class for queue and node
Implement enqueue, dequeue, and display functions
Use pointers to link nodes in the linked list
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.
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
Software Engineer
29
salaries
| ₹2.2 L/yr - ₹6.8 L/yr |
Software Developer
14
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Senior Software Engineer
13
salaries
| ₹4.3 L/yr - ₹18.5 L/yr |
QA Engineer
11
salaries
| ₹2 L/yr - ₹4 L/yr |
Software Testing Engineer
10
salaries
| ₹2.3 L/yr - ₹6 L/yr |
HCL Infosystems
Accel Frontline
PC Solutions
RNF Technologies