Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.
Global variables can be accessed from any part of the program while static variables are limited to the scope they are declared in.
Global variables are declared outside of any function while static variables are declared inside a function with the static keyword.
Global variables can be modified by any part of the program while static variables retain their value even after the function they are declared in has finished...
An optimised prime number program is required for Senior Software Engineer position.
Use Sieve of Eratosthenes algorithm for better performance.
Start with 2 as the first prime number and eliminate all its multiples.
Continue eliminating multiples of primes until the desired range is reached.
Use bitwise operations for faster calculations.
Consider using multi-threading for larger ranges.
Program to implement a linked list with Add, delete, count and modify API features.
Create a Node class with data and next pointer
Create a LinkedList class with methods to add, delete, count and modify nodes
Use a head pointer to keep track of the first node
For add and modify, traverse the list to find the node to add/modify
For delete, traverse the list to find the node to delete and update the next pointers
For count, tr
Program for binary search algorithm
Sort the array in ascending order
Set the lower and upper bounds of the search range
Calculate the middle index of the search range
Compare the middle element with the target value
If the middle element is equal to the target value, return its index
If the middle element is greater than the target value, search the left half of the range
If the middle element is less than the target value, ...
A function pointer is a variable that stores the memory address of a function.
Function pointers can be used to pass functions as arguments to other functions.
Syntax: return_type (*pointer_name)(parameter_list);
Example: int (*func_ptr)(int, int) = &add;
Example: int result = (*func_ptr)(2, 3);
I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 4 interview rounds.
Some technical questions related to strings and Fibonacci series how this works in real world
Top trending discussions
One take home assignment
posted on 11 Sep 2024
posted on 7 Aug 2024
I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.
Dsa and pointer and logical .
Tree and LL and graphs.
I approach problems methodically by breaking them down, analyzing root causes, brainstorming solutions, and testing them.
Break down the problem into smaller, manageable parts
Analyze the root causes of the problem
Brainstorm potential solutions
Test and iterate on the solutions until the problem is resolved
I will manage workload by prioritizing tasks, setting realistic deadlines, delegating when necessary, and regularly reviewing progress.
Prioritize tasks based on deadlines and importance
Set realistic deadlines and milestones
Delegate tasks to team members when necessary
Regularly review progress and adjust workload as needed
posted on 26 Jul 2024
posted on 20 Feb 2024
I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.
Generic dotnet questions mcq
One problem is given need to make logic and your current project details
Managerial round was taken at the end
I applied via Naukri.com and was interviewed in Jun 2022. There were 9 interview rounds.
Data structures and algorithms
Problem were from leetcode and geek for geeks.
Coding round , questions from leetcode
Situation based questions and thought process
posted on 15 Jul 2022
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
posted on 13 Feb 2024
I applied via Walk-in and was interviewed before Feb 2023. There were 4 interview rounds.
45 mins, 3 coding questions in any language about Data structures
Technical questions, over an hour
based on 1 interview
Interview experience
based on 10 reviews
Rating in categories
R&D Engineer
411
salaries
| ₹6.7 L/yr - ₹28 L/yr |
Technical Lead
394
salaries
| ₹8.9 L/yr - ₹32.8 L/yr |
Solution Specialist
256
salaries
| ₹7.7 L/yr - ₹25.3 L/yr |
Network Engineer
247
salaries
| ₹1.5 L/yr - ₹8.3 L/yr |
Technical Specialist
242
salaries
| ₹8.6 L/yr - ₹34 L/yr |
Ericsson
Huawei Technologies
Cisco
ZTE Corporation