Upload Button Icon Add office photos

Filter interviews by

Nokia Networks Senior Software Engineer Interview Questions, Process, and Tips

Updated 2 May 2023

Top Nokia Networks Senior Software Engineer Interview Questions and Answers

Nokia Networks Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Some technical questions related to strings and Fibonacci series how this works in real world

Round 3 - Technical 

(1 Question)

  • Q1. Design systems and projects and also some technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Some puzzles and had a discussion with manager and that also partial technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics and some coding practice makes you to clear the interview

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is the difference between global and static variable?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Write a optimised prime number program.
  • Ans. 

    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.

  • Answered by AI
  • Q3. Write a Linked list program with Add,delete,count & modify API features.
  • Ans. 

    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

  • Answered by AI
  • Q4. Write a program for binary search algorithm
  • Ans. 

    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, ...

  • Answered by AI
  • Q5. What is a function pointer?Write down syntax for it
  • Ans. 

    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);

  • Answered by AI
  • Q6. Questions related to debugging using gdb.
  • Q7. Questions related Marvell platform and NPAPI relation to it

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic c programming,C concepts and OS basic concepts are most for this interview.Data structure/Algorithm concepts are also required.That's it!By doing c basic programming fine then it is easy to get into the interview completely

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

One take home assignment

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on JS basics
  • Q2. Angular deep dive
Round 3 - HR 

(1 Question)

  • Q1. General discussion with hiring manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus more on JS fundamentals, Angular, NgRx, RxJs you will be good.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A string contains parenthesis, curly brackets and square brackets. Check if the string is valid or not.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Dsa and pointer and logical .

Round 2 - Coding Test 

Tree and LL and graphs.

Round 3 - HR 

(2 Questions)

  • Q1. How will you solved problems
  • Ans. 

    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

  • Answered by AI
  • Q2. How will you manage workload
  • Ans. 

    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

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics , oops , spring
Round 2 - One-on-one 

(1 Question)

  • Q1. Manger round basics behavior
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Generic dotnet questions mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. .net, c# , sql , async questions
Round 3 - Coding Test 

One problem is given need to make logic and your current project details

Round 4 - Group Discussion 

Managerial round was taken at the end

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very slow. They take really long time to release offer but want candidate to join immediately.

I applied via Naukri.com and was interviewed in Jun 2022. There were 9 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Work 

(1 Question)

  • Q1. Work related discussion session.
Round 3 - Technical 

(1 Question)

  • Q1. Pick one question from 3 given questions and complete it in 7 days. I opted for creating traingle with opengl using shader.
Round 4 - Coding Test 

Data structures and algorithms
Problem were from leetcode and geek for geeks.

Round 5 - Technical 

(1 Question)

  • Q1. Data structures and algorithms
Round 6 - Technical 

(1 Question)

  • Q1. Design and algorithms
Round 7 - Coding Test 

Coding round , questions from leetcode

Round 8 - Case Study 

Situation based questions and thought process

Round 9 - Behavioral 

(2 Questions)

  • Q1. Managerial round 1, culture fit, behaviour
  • Q2. Managerial round 2, innovative things done previously, how to face criticism, does experience matters in learning from subordinate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. What matters is how you proceed with a blocked situation.

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Basically related to SIP Protocol. IMS call flows . CLOUD Knowledge
  • Q2. Deployment Process IMS ARCHITECTURE LTE ARCHITECTURE
  • Q3. DIAMETER PROTOCOL SDP PROTOCOL

Interview Preparation Tips

Topics to prepare for Sterlite Technologies Senior Software Engineer interview:
  • Openstack
  • IMS
  • SIP
  • SDP
  • Diameter
  • Kubernetes
  • Docker
Interview preparation tips for other job seekers - Prepare your basic knowledge of All the Protocol and Call Flows.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

45 mins, 3 coding questions in any language about Data structures

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic technical questions
Round 3 - Group Discussion 

Technical questions, over an hour

Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions like your strengths and weakness, they test your leadership skills, extra curricular activities

Nokia Networks Interview FAQs

How many rounds are there in Nokia Networks Senior Software Engineer interview?
Nokia Networks interview process usually has 4 rounds. The most common rounds in the Nokia Networks interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Nokia Networks Senior Software Engineer interview?

Some of the top questions asked at the Nokia Networks Senior Software Engineer interview -

  1. What is the difference between global and static variab...read more
  2. What is a function pointer?Write down syntax for...read more
  3. Write a Linked list program with Add,delete,count & modify API featur...read more

Tell us how to improve this page.

Nokia Networks Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Nokia Networks Senior Software Engineer Salary
based on 71 salaries
₹7 L/yr - ₹20.2 L/yr
20% less than the average Senior Software Engineer Salary in India
View more details

Nokia Networks Senior Software Engineer Reviews and Ratings

based on 10 reviews

4.0/5

Rating in categories

4.1

Skill development

3.5

Work-life balance

3.4

Salary

4.1

Job security

4.1

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 10 Reviews and Ratings
R&D Engineer
411 salaries
unlock blur

₹6.7 L/yr - ₹28 L/yr

Technical Lead
394 salaries
unlock blur

₹8.9 L/yr - ₹32.8 L/yr

Solution Specialist
256 salaries
unlock blur

₹7.7 L/yr - ₹25.3 L/yr

Network Engineer
247 salaries
unlock blur

₹1.5 L/yr - ₹8.3 L/yr

Technical Specialist
242 salaries
unlock blur

₹8.6 L/yr - ₹34 L/yr

Explore more salaries
Compare Nokia Networks with

Ericsson

4.1
Compare

Huawei Technologies

4.0
Compare

Cisco

4.1
Compare

ZTE Corporation

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview