Upload Button Icon Add office photos

Nokia

Compare button icon Compare button icon Compare

Filter interviews by

Nokia R&D Engineer Interview Questions and Answers

Updated 9 Jun 2025

Nokia R&D Engineer Interview Experiences

14 interviews found

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions related to Data structures and OOPS

Round 2 - One-on-one 

(2 Questions)

  • Q1. Implemet string class without using built in string functions in C++
  • Ans. 

    Implement a custom string class in C++ without using built-in string functions.

    • Define a class named 'MyString' with a private character array to hold the string data.

    • Implement a constructor to initialize the string from a C-style string.

    • Create a copy constructor for deep copying of string data.

    • Overload the '+' operator to concatenate two MyString objects.

    • Implement a method to find the length of the string without using...

  • Answered by AI
  • Q2. Find first repeating character in a string
  • Ans. 

    To find the first repeating character in a string, we can use a hash set to track characters we've seen as we iterate through the string.

    • Initialize an empty hash set to store characters.

    • Iterate through each character in the string.

    • If a character is already in the set, it's the first repeating character.

    • If not, add the character to the set and continue.

    • Example: In 'abca', 'a' is the first repeating character.

  • Answered by AI

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Coding Test 

Coding test on C and C++.

Round 2 - One-on-one 

(1 Question)

  • Q1. Question based on C and cpp coding and data structure.

R&D Engineer Interview Questions Asked at Other Companies

Q1. give some ideal characteristics of opamp. what is CMRR. what is t ... read more
Q2. draw and explain a full wave bridge rectifier. explain the losses ... read more
Q3. Suppose a customer experiences a crash in our software, and the c ... read more
Q4. what are the features of 8086 and compare it with the present pro ... read more
asked in Samsung
Q5. Write a program to determine if a knight on a chessboard can reac ... read more

R&D Engineer Interview Questions & Answers

user image Vijay kumar

posted on 1 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java basics including collection framework
  • Q2. Rest api and frameworks like spring boot

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 31 May 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

I was a basic aptitute and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic of oops,networking,osi model
Round 3 - manegerial round 

(1 Question)

  • Q1. Was all about projects

R&D Engineer Interview Questions & Answers

user image Kumar Bhaskar

posted on 21 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I was asked question based on dsa

Round 2 - Technical 

(1 Question)

  • Q1. Manageral questions

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round was easy

Round 2 - Technical 

(1 Question)

  • Q1. Docker contauner

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and coding

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Give information about why you are leaving old company
Are these interview questions helpful?

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Flutter simple questions
Round 3 - Technical 

(1 Question)

  • Q1. OOPs concept and flutter native level questions
Round 4 - Coding Test 

Flutter coding test and some technical questions

Round 5 - Behavioral 

(1 Question)

  • Q1. Data structure concepts and design principles
  • Ans. 

    Data structure concepts and design principles are essential for efficient storage and retrieval of data.

    • Understanding different data structures like arrays, linked lists, trees, graphs, etc.

    • Applying design principles like abstraction, encapsulation, modularity, and efficiency.

    • Choosing the right data structure based on the requirements of the problem.

    • Optimizing data structures for faster access and manipulation.

    • Examples...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 4 rounds and got positive feedback. but on hold list

Skills evaluated in this interview

R&D Engineer Interview Questions & Answers

user image priyanshu kumar keshri

posted on 9 Jun 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Networking concept and protocols
  • Q2. Coding east to medium

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to find if there is cycle in linkedlist, left view of tree, Comparator vs Comparable in Java, internal implementation of Hashmap
  • Ans. 

    To find if there is a cycle in a linked list, left view of a tree, Comparator vs Comparable in Java, and internal implementation of Hashmap.

    • To find a cycle in a linked list, you can use Floyd's Tortoise and Hare algorithm.

    • To get the left view of a tree, you can perform a level order traversal and print the first node at each level.

    • Comparator in Java is used to compare objects based on custom criteria, while Comparable ...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Nokia?
Ask anonymously on communities.

Nokia Interview FAQs

How many rounds are there in Nokia R&D Engineer interview?
Nokia interview process usually has 2-3 rounds. The most common rounds in the Nokia interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Nokia R&D Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nokia. The most common topics and skills that interviewers at Nokia expect are Python, Linux, Perl, Debugging and VMware.
What are the top questions asked in Nokia R&D Engineer interview?

Some of the top questions asked at the Nokia R&D Engineer interview -

  1. How to find if there is cycle in linkedlist, left view of tree, Comparator vs C...read more
  2. Implemet string class without using built in string functions in ...read more
  3. Data structure concepts and design princip...read more
What are the most common questions asked in Nokia R&D Engineer HR round?

The most common HR questions asked in Nokia R&D Engineer interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What is your family backgrou...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 14 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 50%
2-4 weeks 13%
4-6 weeks 25%
More than 8 weeks 13%
View more

Interview Questions from Similar Companies

Jio Interview Questions
4.0
 • 2.2k Interviews
Bharti Airtel Interview Questions
3.9
 • 950 Interviews
Vodafone Idea Interview Questions
4.0
 • 593 Interviews
Ericsson Interview Questions
4.1
 • 431 Interviews
BT Group Interview Questions
3.9
 • 201 Interviews
Verizon Interview Questions
4.0
 • 118 Interviews
AT&T Interview Questions
4.1
 • 59 Interviews
Telstra Interview Questions
4.0
 • 51 Interviews
View all
Nokia R&D Engineer Salary
based on 462 salaries
₹7 L/yr - ₹28 L/yr
61% more than the average R&D Engineer Salary in India
View more details

Nokia R&D Engineer Reviews and Ratings

based on 75 reviews

4.3/5

Rating in categories

3.8

Skill development

4.6

Work-life balance

3.6

Salary

4.3

Job security

4.4

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 75 Reviews and Ratings
R&D Engineer

Bangalore / Bengaluru

3-8 Yrs

₹ 7-28 LPA

R&D Engineer

Bangalore / Bengaluru

3-4 Yrs

₹ 7-20 LPA

Software R&D Engineer

Bangalore / Bengaluru

1-3 Yrs

₹ 6-17.6 LPA

Explore more jobs
Technical Lead
559 salaries
unlock blur

₹8.6 L/yr - ₹30.9 L/yr

Software Engineer
549 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Technical Specialist
495 salaries
unlock blur

₹9.9 L/yr - ₹32 L/yr

R&D Engineer
462 salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Software Developer
273 salaries
unlock blur

₹8.7 L/yr - ₹28.7 L/yr

Explore more salaries
Compare Nokia with

Jio

4.0
Compare

Bharti Airtel

3.9
Compare

Vodafone Idea

4.0
Compare

Ericsson

4.1
Compare
write
Share an Interview