Filter interviews by
I applied via Naukri.com and was interviewed in May 2021. There were 5 interview rounds.
In C, 'dynamic' is not a storage class; valid ones include auto, extern, and static.
Storage classes define the scope, visibility, and lifetime of variables.
auto: Default storage class for local variables, e.g., 'int x;' inside a function.
extern: Used to declare a variable that is defined in another file, e.g., 'extern int y;'.
static: Preserves variable value between function calls, e.g., 'static int count = 0;'.
A lint is an analyzing tool used to identify and report coding errors, bugs, and stylistic issues in software code.
Lint is commonly used in programming languages like C, C++, Java, and Python.
It helps developers catch potential bugs and improve code quality.
Lint tools can detect issues such as unused variables, missing semicolons, and inconsistent indentation.
Examples of popular linters include ESLint for JavaScript an...
b) x is four bit integer.
The statement 'int x:4;' indicates that x is a four bit integer.
A four bit integer can have values ranging from 0 to 15.
The colon followed by the number 4 specifies the number of bits allocated for x.
Top trending discussions
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Data Structure related questions
I applied via Referral and was interviewed before Oct 2020. There were 6 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.
Web service flow is the sequence of steps involved in the communication between a client and a server over the internet.
Web service flow involves a client sending a request to a server
The server processes the request and sends a response back to the client
The response can be in various formats such as XML, JSON, or plain text
Web service flow can be synchronous or asynchronous
Examples of web services include RESTful API...
To check ports in Solaris or Linux machine, use the netstat command.
Open the terminal and type 'netstat -an' to display all open ports.
Use 'netstat -an | grep
To check listening ports, use 'netstat -an | grep LISTEN'.
For Solaris, use 'netstat -an | grep .
I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
This round consist of two questions and we have to solve both the questions to qualify for the next round.
Round duration - 40 minutes
Round difficulty - Easy
A single coding question was asked that had a lot of corner cases.
Round duration - 45 minutes
Round difficulty - Easy
It had 3 coding questions followed by basic concepts of DP.
To find the maximum difference between a node and its descendant in the same path in a binary tree, we can perform a depth-first search while keeping track of the minimum value encountered so far.
Perform a depth-first search on the binary tree, keeping track of the minimum value encountered so far in the path.
At each node, calculate the difference between the current node value and the minimum value encountered so far ...
Round duration - 30 minutes
Round difficulty - Easy
It had 2 coding questions which were of good level.
Kruskal's algorithm finds MST by sorting edges, adding smallest edge that doesn't create a cycle, repeat until all vertices are connected.
Sort all edges in non-decreasing order of their weights.
Initialize an empty graph to store the MST.
Iterate through sorted edges and add the smallest edge that doesn't create a cycle in the MST.
Repeat until all vertices are connected in the MST.
Round duration - 30 minutes
Round difficulty - Easy
This was the last round.
Don’t create panic in any case in the interview , as even if you are not selected you will learn a lot from your interview experience and perform well in the future. Also I would recommend you Coding Ninjas as according to me it is a good platform to learn basic coding concepts and to practice coding.
Application resume tips for other job seekersWrite whatever you are sure about and have actually done that. CGPA plays a good role but not a complete role as it is just eligibility criteria for some companies. Have at least 1 or 2 good projects from which you know everything involved in the project.
Final outcome of the interviewSelectedCalculate the number of children and grandchildren
Count the number of direct children of a person
Count the number of grandchildren of a person
Use recursion to count all descendants
Consider only living descendants
Exclude step-children and adopted children
I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.
I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.
based on 1 review
Rating in categories
Senior Software Engineer
22
salaries
| ₹5.1 L/yr - ₹10 L/yr |
Software Developer
16
salaries
| ₹5 L/yr - ₹11.7 L/yr |
Consultant
13
salaries
| ₹9.1 L/yr - ₹17.1 L/yr |
Technical Lead
13
salaries
| ₹12.8 L/yr - ₹21.4 L/yr |
Senior Associate
12
salaries
| ₹2 L/yr - ₹3.1 L/yr |