Upload Button Icon Add office photos

Nokia

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Nokia Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 14 Apr 2024

Nokia Graduate Engineer Trainee (Get) Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SRM university (SRMU) and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions related to quants.

Round 2 - One-on-one 

(1 Question)

  • Q1. Since I was a fresher, mostly questions were asked were related to my projects.
Round 3 - One-on-one 

(1 Question)

  • Q1. Company related questions were asked.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. 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 - Aptitude Test 

Math, Logic and coding and other such general topics.

Round 3 - Technical 

(1 Question)

  • Q1. About python, cloud computing and logical
Round 4 - HR 

(1 Question)

  • Q1. Most interesting project you have done in your life.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in resume and make sure all topics are covered well.

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

Interview Questionnaire 

2 Questions

  • Q1. Basic c and c++ programming questions
  • Q2. Computer networks questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thorougly on basics

I applied via campus placement at Anna University and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The first round was my online test where they asked quantitave, verbal, nd two programming questions to be written in java or c++. The second round was technical round where they asked me basics of my core...

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to stay calm nd be prepared, have a glance at what you have learned so far in engineering

Nokia interview questions for designations

 Graduate Trainee

 (2)

 Production Graduate Engineer Trainee

 (1)

 Engineer Trainee

 (1)

 Graduate Engineer

 (2)

 Associate Engineer Trainee

 (1)

 Graduate Intern

 (1)

 Software Engineer Intern Trainee

 (2)

 Student Trainee

 (4)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

English, Quant & Reasoning- 3 section, each section 15 que, Total 45 minutes & 45 questions, cut off for each section

Round 2 - Technical 

(2 Questions)

  • Q1. Java What is JVM,JRE,JDK? what is the difference between class and instance variable in java? what is string Pool? write a code in java(prefer a good standard question) Web development if you have inter...
  • Ans. 

    To build a web application, I would use a combination of front-end technologies like HTML, CSS, and JavaScript, along with back-end technologies like Node.js and MongoDB.

    • Use HTML for structuring the content of the web pages

    • Use CSS for styling the web pages and making them visually appealing

    • Use JavaScript for adding interactivity to the web pages and handling user input

    • Use Node.js for server-side scripting and handling ...

  • Answered by AI
  • Q2. If you have azure certification what is azure, what is Azure Blob Storage, What is ARM, what is horizontal Scaling?
  • Ans. 

    Azure is a cloud computing platform by Microsoft. Azure Blob Storage is a service for storing large amounts of unstructured data. ARM stands for Azure Resource Manager, used for managing resources in Azure. Horizontal scaling is increasing the number of instances of a service to distribute load.

    • Azure is a cloud computing platform by Microsoft

    • Azure Blob Storage is a service for storing large amounts of unstructured data

    • ...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Why cse? explain a project (they might ask about a project in your resume)
  • Q2. How you solved the problems that you have faced while working on projects?
  • Ans. 

    I approach problems by breaking them down into smaller parts, analyzing root causes, seeking input from team members, and implementing solutions systematically.

    • Identify the root cause of the problem

    • Break down the problem into smaller parts

    • Seek input from team members for different perspectives

    • Implement solutions systematically

    • Learn from the experience to prevent similar issues in the future

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Introduction Family Background Do you have any placement/internship offers in your hand? if so, why Ericsson At last, they will tell you about stipend, role
  • Ans. 

    Yes, I have internship offers from Ericsson due to their reputation for innovation and cutting-edge technology.

    • I have received internship offers from Ericsson because of their reputation for innovation and cutting-edge technology.

    • I am excited about the opportunity to work with a global leader in telecommunications.

    • I believe that interning at Ericsson will provide me with valuable experience and skills that will benefit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the areas you have mentioned in your resume, and cse fundamentals mainly java/python, oops, ai/ml

As it is a networking company, concentrate on computer networks(they might ask / might not)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consists of 26 questions, including 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. Explain a Binary Search Tree
  • Ans. 

    A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.

    • The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.

    • BST allows f...

  • Answered by AI
  • Q3. Dijkstra Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.

    • Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.

    • It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on Resume

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Qualitative, Quantitative

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About everything mentioned in the resume.
  • Q2. College projects
Round 2 - HR 

(1 Question)

  • Q1. Behavioural questions - family, city I belong to, goals.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2023. There were 3 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 - Aptitude Test 

Telecommunication ques related to gsm and gprs. Architecture and radio communication. And general apti ques.

Round 3 - Technical 

(2 Questions)

  • Q1. Good. Telecommunication questions. radio communication. .
  • Q2. Gsm gprs architecture. 4&5g features
  • Ans. 

    GSM/GPRS architecture is a cellular network technology used for data transmission. 4G and 5G have advanced features.

    • GSM/GPRS architecture uses circuit-switched and packet-switched networks for voice and data transmission.

    • 4G features include high-speed data transfer, low latency, and improved network efficiency.

    • 5G features include higher data rates, lower latency, and increased network capacity.

    • 4G and 5G both use advanc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study and show confidence.
Fluency and persistancy is required. Be vocal.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

About time, work , pipes cisterns english questions

Round 2 - Technical 

(5 Questions)

  • Q1. Describe about linux
  • Ans. 

    Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

    • Linux is free and open-source, meaning anyone can modify and distribute it.

    • It is based on Unix, which is known for its stability and security.

    • Linux is highly customizable and can be used on a wide range of devices, from servers to smartphones.

    • Popular distributions of Linux include Ubuntu, Fedora, and CentOS.

  • Answered by AI
  • Q2. OOPs fundamentals
  • Q3. CS FUNDAMENTALS
  • Q4. Java coding for heap sort
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Create a max heap from the input array

    • Swap the root node with the last node and heapify the remaining nodes

    • Repeat the process until the heap is empty

  • Answered by AI
  • Q5. Projects discussion

Nokia Interview FAQs

How many rounds are there in Nokia Graduate Engineer Trainee (Get) interview?
Nokia interview process usually has 3-4 rounds. The most common rounds in the Nokia interview process are Aptitude Test, One-on-one Round and Technical.
How to prepare for Nokia Graduate Engineer Trainee (Get) 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 Debugging, Software Development Methodologies, WireShark, Agile and Bloomberg.
What are the top questions asked in Nokia Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Nokia Graduate Engineer Trainee (Get) interview -

  1. The first round was my online test where they asked quantitave, verbal, nd two ...read more
  2. About python, cloud computing and logi...read more
  3. Basic c and c++ programming questi...read more

Tell us how to improve this page.

Nokia Graduate Engineer Trainee (Get) Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 873 Interviews
Bharti Airtel Interview Questions
4.0
 • 844 Interviews
Samsung Interview Questions
3.9
 • 561 Interviews
Vodafone Idea Interview Questions
4.1
 • 557 Interviews
Ericsson Interview Questions
4.1
 • 412 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
Xiaomi Interview Questions
3.8
 • 86 Interviews
View all
Nokia Graduate Engineer Trainee (Get) Salary
based on 189 salaries
₹5.7 L/yr - ₹9 L/yr
88% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Nokia Graduate Engineer Trainee (Get) Reviews and Ratings

based on 13 reviews

4.1/5

Rating in categories

3.5

Skill development

4.6

Work-life balance

3.3

Salary

4.6

Job security

4.7

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 13 Reviews and Ratings
Technical Lead
513 salaries
unlock blur

₹8.3 L/yr - ₹32.7 L/yr

Technical Specialist
478 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Software Engineer
474 salaries
unlock blur

₹6 L/yr - ₹23.7 L/yr

R&D Engineer
460 salaries
unlock blur

₹7 L/yr - ₹26.3 L/yr

Solution Specialist
235 salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Explore more salaries
Compare Nokia with

Samsung

3.9
Compare

Apple

4.3
Compare

Huawei Technologies

4.0
Compare

Xiaomi

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