Upload Button Icon Add office photos

Nokia

Compare button icon Compare button icon Compare
4.1

based on 2.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Nokia Senior Associate Interview Questions and Answers

Updated 15 Feb 2024

Nokia Senior Associate Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic debugging questions

Round 2 - Technical 

(3 Questions)

  • Q1. Basic Java conncepts
  • Q2. Inheritance of files
  • Ans. 

    Inheritance of files refers to the process of passing down files and their associated permissions from one user or group to another.

    • Inheritance allows for efficient management of file permissions by reducing the need to manually assign permissions to each individual file.

    • When a file inherits permissions, it means that it adopts the same permissions as its parent directory.

    • Inheritance can be enabled or disabled for spec...

  • Answered by AI
  • Q3. Why do you want to join is

Interview questions from similar companies

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

Codings were asked to write in java

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

(4 Questions)

  • Q1. Tell me about yourself and your previous company .
  • Q2. Why you want to join vodafone.
  • Q3. What are your salary expectation.
  • Q4. How soon you will join us.
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - HR 

(1 Question)

  • Q1. When will you join us.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a job which gives you smile not stress and my experience with vodafone was great. I was happy and grateful to be a part of vodafone.
Round 1 - Technical 

(2 Questions)

  • Q1. SQL Basics on query,joins
  • Q2. Python basics on OOPs,exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basics required on sql python and big data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. 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 - Technical 

(2 Questions)

  • Q1. Explain the architecture of Kubernetes
  • Ans. 

    Kubernetes is a container orchestration platform that manages and automates the deployment, scaling, and management of containerized applications.

    • Kubernetes uses a master-slave architecture with a control plane and worker nodes.

    • The control plane manages the overall state of the cluster and schedules workloads to the worker nodes.

    • Worker nodes run the containers and communicate with the control plane to receive instructi...

  • Answered by AI
  • Q2. Give case study scenario where you implemented a app through any cloud provider (I preferred with azure)
Round 3 - Technical 

(3 Questions)

  • Q1. Explain the garbage collection process in java
  • Ans. 

    Garbage collection is an automatic process of freeing up memory by removing unused objects.

    • Java uses a mark-and-sweep algorithm for garbage collection

    • Objects that are no longer referenced are marked for deletion

    • The garbage collector runs periodically to remove the marked objects

    • Finalize() method can be used to perform cleanup operations before an object is deleted

  • Answered by AI
  • Q2. Explain how did you implemented CI CD integration through Jenkins
  • Ans. 

    Implemented CI/CD integration through Jenkins using pipeline as code approach

    • Created a Jenkins pipeline job and defined stages for build, test, and deploy

    • Integrated source code management tool like Git with Jenkins

    • Used Jenkins plugins like Maven, Docker, and Kubernetes for building, packaging, and deploying the application

    • Configured Jenkins to trigger the pipeline on every code commit or merge to the main branch

    • Enabled...

  • Answered by AI
  • Q3. Describe how Azure hosted AKS works
  • Ans. 

    Azure hosted AKS is a managed Kubernetes service that simplifies deployment and management of containerized applications.

    • AKS stands for Azure Kubernetes Service

    • AKS is a fully managed Kubernetes container orchestration service

    • AKS automates the deployment, scaling, and management of containerized applications

    • AKS integrates with other Azure services such as Azure Active Directory, Azure Monitor, and Azure Container Regist

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your resume and do good basic prep in technologies that you’ve mentioned in your resume

Skills evaluated in this interview

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

Fibonacci series coding q

Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics ,oops concepts
  • Q2. Projects and other stuff
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to install operating system?
  • Ans. 

    To install an operating system, you need to boot from the installation media and follow the on-screen instructions.

    • Insert the installation media (such as a USB drive or DVD) into the computer

    • Restart the computer and boot from the installation media

    • Follow the on-screen instructions to select language, partition the disk, and install the OS

    • Wait for the installation process to complete and then restart the computer

  • Answered by AI
  • Q2. Difference between router & Switch
  • Ans. 

    Router connects multiple networks while switch connects devices within a network.

    • Router operates at the network layer (Layer 3) of the OSI model, while switch operates at the data link layer (Layer 2).

    • Router uses IP addresses to route data between different networks, while switch uses MAC addresses to forward data within a network.

    • Router can determine the best path for data packets to travel between networks, while swi...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about ur self
  • Q2. Im premkumar. I studied M.A political science. I done my graduation SRI VENKATESWARA UNIVERSITY tirupathi.
  • Q3. What is ur hobbies
  • Q4. Why are you choose this job?
  • Q5. Are u fresher or experience
Round 2 - Group Discussion 

How to interact to peoples or custemers or coleaques

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose ur hope
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It consisted mcq's based on C++ concepts and aptitude questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is Inheritance, polymorphism, virtual constructor..etc
  • Ans. 

    Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass. Virtual constructor is a constructor that can be overridden in a derived class.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Polymorphism enables objects of different classes to be treat...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why you want to join Huawei
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Codings were asked to write in java

Nokia Interview FAQs

How many rounds are there in Nokia Senior Associate interview?
Nokia interview process usually has 2 rounds. The most common rounds in the Nokia interview process are Coding Test and Technical.
What are the top questions asked in Nokia Senior Associate interview?

Some of the top questions asked at the Nokia Senior Associate interview -

  1. Inheritance of fi...read more
  2. Basic Java connce...read more

Tell us how to improve this page.

Nokia Senior Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Senior Associate Interview Questions from Similar Companies

View all
Nokia Senior Associate Salary
based on 8 salaries
₹11.2 L/yr - ₹22 L/yr
59% more than the average Senior Associate Salary in India
View more details

Nokia Senior Associate Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.5

Salary

3.5

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Technical Lead
502 salaries
unlock blur

₹8.1 L/yr - ₹28.5 L/yr

Technical Specialist
468 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Software Engineer
465 salaries
unlock blur

₹6 L/yr - ₹23.8 L/yr

R&D Engineer
439 salaries
unlock blur

₹7 L/yr - ₹26.7 L/yr

Senior Technical Specialist
234 salaries
unlock blur

₹16.5 L/yr - ₹43 L/yr

Explore more salaries
Compare Nokia with

Samsung

4.0
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