Filter interviews by
I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.
Basic aptitude questions plus normal logical coding conditions
Questions on oops and datastructures like explaining their processes & workings. No such hard coding questions. Gfg easy and leetcode easy should work.
I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.
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);
Nokia Networks interview questions for popular designations
I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.
Get interview-ready with Top Nokia Networks Interview Questions
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed in Apr 2021. There were 5 interview rounds.
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.
Top trending discussions
The duration of Nokia Networks interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 81 interviews
Interview experience
based on 1.9k 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