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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Ericsson Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Ericsson Interview Questions and Answers

View all 272 questions

Ericsson Interview Experiences

Popular Designations

410 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Current role and job description
  • Ans. 

    Currently working as a Senior Cloud System Engineer responsible for designing, implementing, and maintaining cloud infrastructure.

    • Designing and implementing cloud infrastructure

    • Managing and maintaining cloud systems

    • Troubleshooting and resolving technical issues

    • Collaborating with cross-functional teams

    • Implementing security best practices

    • Automating processes for efficiency

  • Answered by AI
  • Q2. Existing and expected CTC
Round 2 - Technical 

(2 Questions)

  • Q1. Openstack related questions
  • Q2. Redhat virtualisation
Round 3 - Technical 

(2 Questions)

  • Q1. VM communication issues
  • Q2. CEPH managed services
Round 4 - Technical 

(2 Questions)

  • Q1. How to deal with customer
  • Ans. 

    Customer interaction is key in providing excellent service and support.

    • Listen actively to understand their needs and concerns

    • Communicate clearly and effectively to provide solutions

    • Be patient and empathetic, showing understanding and respect

    • Follow up to ensure satisfaction and address any further issues

  • Answered by AI
  • Q2. Writing risk assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared for the job role you have applied. Take down all frequent asked Questions and be confident while answering

Senior Cloud System Engineer Interview Questions asked at other Companies

Q1. How to deal with customer
View answer (1)

Cloud Engineer Interview Questions & Answers

user image PRERNA KASHYAP

posted on 3 Oct 2024

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

(2 Questions)

  • Q1. How to configure alerting for snapshot
  • Ans. 

    Configure alerting for snapshot involves setting up monitoring tools to track snapshot creation, deletion, and status.

    • Use monitoring tools like CloudWatch, Prometheus, or Grafana to track snapshot creation, deletion, and status

    • Set up alerts based on predefined thresholds for snapshot age, size, or frequency

    • Configure notifications to be sent via email, SMS, or integration with incident management systems

    • Regularly review...

  • Answered by AI
  • Q2. Hot to decide which location should be preferable to deploy a machine.
  • Ans. 

    The location for deploying a machine should be decided based on factors like latency, data sovereignty, cost, and regulatory compliance.

    • Consider latency - Choose a location closer to end users to reduce latency.

    • Data sovereignty - Ensure compliance with data protection laws by deploying in a location that meets regulatory requirements.

    • Cost - Evaluate the cost of deployment in different locations, including infrastructur...

  • Answered by AI

Skills evaluated in this interview

Cloud Engineer Interview Questions asked at other Companies

Q1. Can you please elaborate the best practices of Authentication and Authorisation for the web based applications ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find nth elements from last in linked list
  • Ans. 

    Use two pointers to find the nth element from the end of a linked list.

    • Use two pointers, one moving n steps ahead of the other

    • When the first pointer reaches the end, the second pointer will be at the nth element from the end

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap
  • Ans. 

    HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent access.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.

    • ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple th...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Intern Interview Questions & Answers

user image Smia Olomo

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to work at ericsson
  • Ans. 

    I want to work at Ericsson because of their innovative technology solutions and global impact in the telecommunications industry.

    • Ericsson is a leader in the telecommunications industry, providing cutting-edge technology solutions.

    • I am impressed by Ericsson's global presence and impact, working with clients all over the world.

    • I am excited about the opportunity to contribute to Ericsson's innovative projects and work wit

  • Answered by AI
  • Q2. What do you think about repetitive tasks
  • Ans. 

    Repetitive tasks can be monotonous but also provide an opportunity for efficiency and improvement.

    • Repetitive tasks can lead to boredom and decreased motivation.

    • However, they also offer a chance to streamline processes and identify areas for improvement.

    • For example, data entry may be repetitive but can highlight errors in the system that need to be addressed.

    • Creating templates or checklists can help make repetitive task...

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Ericsson interview questions for popular designations

 Network Engineer

 (19)

 Solution Integrator

 (17)

 Graduate Engineer Trainee (Get)

 (15)

 Software Engineer

 (14)

 Integration Engineer

 (12)

 Software Developer

 (11)

 Senior Engineer

 (10)

 Automation Engineer

 (8)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Selenium related questions to design
  • Q2. Manual testing and process related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Get interview-ready with Top Ericsson Interview Questions

Software Developer Interview Questions & Answers

user image Jack Sparrow

posted on 14 Aug 2024

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

(2 Questions)

  • Q1. What is method overloading and overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name, return type, and parameters as ...

  • Answered by AI
  • Q2. Program to swap two variables without using third
  • Ans. 

    Swapping two variables without using a third variable

    • Use XOR operation to swap two variables without using a third variable

    • Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join this organization
  • Ans. 

    I am impressed by the organization's innovative projects and collaborative work culture.

    • Impressed by innovative projects

    • Attracted to collaborative work culture

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q2. What is your weakness and strength
  • Ans. 

    My weakness is overthinking and my strength is attention to detail.

    • Weakness: tend to overthink situations, which can lead to indecision or unnecessary stress

    • Strength: strong attention to detail, ensuring accuracy and quality in my work

    • Example: I sometimes spend too much time analyzing a problem before taking action, but I have learned to set deadlines for myself to prevent this from affecting my productivity

  • Answered by AI

Top Ericsson Software Developer Interview Questions and Answers

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Ericsson

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

(1 Question)

  • Q1. How do you manage daily logs
  • Ans. 

    I manage daily logs by documenting tasks, progress, issues, and resolutions.

    • I use project management software to create and update daily logs

    • I include details such as tasks completed, milestones achieved, issues encountered, and resolutions implemented

    • I prioritize entries based on importance and urgency

    • I review and update daily logs regularly to ensure accuracy and completeness

  • Answered by AI

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

RF Optimization Engineer NR SA NSA LTE Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2024

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

(3 Questions)

  • Q1. NR- LTE Optimization
  • Q2. LTE events A1,A2,A3,A5,B1,B2
  • Q3. Handover Entra , inter, IRAT

Interview Preparation Tips

Interview preparation tips for other job seekers - Make experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql fundamentals
  • Q2. Sql query use case
Round 2 - HR 

(1 Question)

  • Q1. Why ericsson is choose

Solution Integrator Interview Questions asked at other Companies

Q1. 5. When we make changes in grub what command has to be executed to reflect the changes persistently.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux Commands for system admin
  • Ans. 

    Linux commands commonly used by system admins for managing servers and systems.

    • ls - list directory contents

    • pwd - print working directory

    • cd - change directory

    • cp - copy files and directories

    • mv - move or rename files and directories

    • rm - remove files or directories

    • chmod - change file permissions

    • grep - search for patterns in files

    • ps - display information about running processes

    • top - display and update sorted information abo...

  • Answered by AI
  • Q2. My sql queries to deal with databases
Round 2 - HR 

(2 Questions)

  • Q1. What do you know about ericsson?
  • Q2. Why do you want to join ericsson

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Ericsson Interview FAQs

How many rounds are there in Ericsson interview?
Ericsson interview process usually has 2-3 rounds. The most common rounds in the Ericsson interview process are Technical, HR and Resume Shortlist.
How to prepare for Ericsson 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 Ericsson. The most common topics and skills that interviewers at Ericsson expect are HTML, microsoft, CRM, Data Management and Telecom.
What are the top questions asked in Ericsson interview?

Some of the top questions asked at the Ericsson interview -

  1. You are a team leader and one of your employee is unable to complete his/her wo...read more
  2. What do you know about GSM architecture and the interface of connectivity, OSI ...read more
  3. What is financial and cost control during project manageme...read more
How long is the Ericsson interview process?

The duration of Ericsson interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Ericsson Interview Process

based on 324 interviews

Interview experience

4.4
  
Good
View more
Join Ericsson Shaping the future one connection at a time.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
Qualcomm Interview Questions
3.8
 • 274 Interviews
View all

Ericsson Reviews and Ratings

based on 7.1k reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.6

Salary

4.0

Job security

4.1

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 7.1k Reviews and Ratings
Java Developer

Noida

9-14 Yrs

₹ 19-22.5 LPA

Automation Engineer - BPMS

Noida

2-7 Yrs

₹ 4.16-11.45 LPA

Data Scientist

Noida

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Solution Integrator
2.4k salaries
unlock blur

₹6.4 L/yr - ₹23 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6.3 L/yr - ₹19 L/yr

Solution Architect
2.2k salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Network Engineer
1.8k 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