Premium Employer

i

This company page is being actively managed by Ericsson Team. If you also belong to the team, you can get access from here

Ericsson Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Ericsson Senior Associate Interview Questions and Answers

Updated 18 Jun 2022

Ericsson Senior Associate Interview Experiences

1 interview found

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 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.
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 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
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
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. English speaking test
  • Q2. Product knowledge question answers
  • Q3. Previous work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to join

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. 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 - Coding Test 

It was a combination of coding and aptitude test. The test had four section and each section had it's time limit.

Round 3 - Technical 

(3 Questions)

  • Q1. The interviewer asked me question based on my resume. He also asked me question related to DBMS, OS & DSA.
  • Q2. Define polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • For example, a parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

  • Answered by AI
  • Q3. Difference between SQL & NoSQL.
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases use structured query language for defining and manipulating the data.

    • NoSQL databases are schema-less and use various data models like key-value, document, columnar, or graph.

    • SQL databases are suitable for complex queries and transactions.

    • NoSQL databases are horizontally scalable and provide high perf...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. It was a managerial round.
Round 5 - HR 

(1 Question)

  • Q1. It asked me some situational based questions.

Interview Preparation Tips

Topics to prepare for Telstra Associate Software Engineer interview:
  • DBMS
  • DSA
  • OS
Interview preparation tips for other job seekers - Do revise core java concepts. Also be clear with what you know and what you don't. Hope you crack the interview. All the best :))

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Apr 2021. There were 6 interview rounds.

Round 1 - Coding Test 

Computer science related MCQs

Round 2 - Technical 

(1 Question)

  • Q1. Coding questions on basic concepts.
Round 3 - Technical 

(1 Question)

  • Q1. Data Structures and Algorithms
Round 4 - Behavioral 

(1 Question)

  • Q1. Some technical and resume based questions.
Round 5 - Behavioral 

(1 Question)

  • Q1. Why I want to join the company and feedback on interview process.
Round 6 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures and Algorithms. Be thorough with your resume.

Ericsson Interview FAQs

How many rounds are there in Ericsson Senior Associate interview?
Ericsson interview process usually has 1 rounds. The most common rounds in the Ericsson interview process are Technical.
What are the top questions asked in Ericsson Senior Associate interview?

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

  1. Python basics on OOPs,exception handl...read more
  2. SQL Basics on query,jo...read more

Tell us how to improve this page.

Join Ericsson Shaping the future one connection at a time.
Ericsson Senior Associate Salary
based on 18 salaries
₹6 L/yr - ₹11.7 L/yr
12% more than the average Senior Associate Salary in India
View more details

Ericsson Senior Associate Reviews and Ratings

based on 3 reviews

4.8/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.8

Salary

4.0

Job security

4.0

Company culture

4.8

Promotions

4.8

Work satisfaction

Explore 3 Reviews and Ratings
Senior Solution Integrator
2.4k salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6.1 L/yr - ₹18.6 L/yr

Solution Architect
2.2k salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Network Engineer
1.9k salaries
unlock blur

₹2.4 L/yr - ₹9.5 L/yr

Solution Integrator
1.7k salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Ericsson with

Nokia

4.1
Compare

Cisco

4.1
Compare

Huawei Technologies

4.0
Compare

Qualcomm

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