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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 24 Mar 2025

Top Ericsson Senior Software Engineer Interview Questions and Answers

Ericsson Senior Software Engineer Interview Experiences

6 interviews found

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

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Redux and its ecosystem
  • Ans. 

    Redux is a predictable state container for JavaScript apps, often used with React for managing application state.

    • Centralized state management: Redux maintains the application state in a single store, making it easier to manage and debug.

    • Actions and reducers: Actions are payloads of information that send data from the application to the store, while reducers specify how the state changes in response to actions.

    • Middlewar...

  • Answered by AI
  • Q2. JS related Dsa questions

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding test data structures and language related

Round 3 - One-on-one 

(1 Question)

  • Q1. Related to resume technology
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Simple question from python list operations

Round 2 - One-on-one 

(2 Questions)

  • Q1. With Manager regarding what is job about.
  • Q2. What you did in your last project
Round 3 - Technical 

(1 Question)

  • Q1. Project owner about what you are going to do.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well from your resume and about your projects you did in past.

Ericsson interview questions for designations

 Senior Embedded Software Engineer

 (1)

 Software Engineer

 (15)

 Senior Software Developer

 (5)

 Associate Software Engineer

 (4)

 Senior Devops Engineer

 (2)

 Senior Systems Engineer

 (2)

 Senior Cloud Engineer

 (2)

 Senior Test Engineer

 (1)

Round 1 - One-on-one 

(1 Question)

  • Q1. Easy and fast going process
  • Ans. 

    Easy and fast going process

    • Define clear goals and objectives

    • Streamline communication channels

    • Implement agile methodologies

    • Automate repetitive tasks

    • Regularly review and optimize processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy going and quick process. Hassle free and very straight in nature

Interview Questionnaire 

1 Question

  • Q1. Questions asked about products knowledge, roles and responsibilities

Interview Preparation Tips

Round: Manger Round
Experience: Questions asked about products knowledge, roles and responsibilities

Interview questions from similar companies

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

I appeared for an interview before Jun 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Palindromic Substring
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to check if substrings are palindromes.

    • Start with single characters as potential palindromes and expand outwards.

    • Keep track of the longest palindrome found so far.

  • Answered by AI
  • Q2. Find the Kth largest integer in the Array
  • Ans. 

    Find the Kth largest integer in the Array

    • Sort the array in descending order

    • Return the element at index K-1

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design youtube live streaming
  • Ans. 

    Design a system for live streaming on YouTube platform.

    • Use RTMP protocol for streaming live video to YouTube servers

    • Implement a live chat feature for viewers to interact with the streamer

    • Include options for viewers to like, share, and subscribe during the live stream

    • Provide analytics for streamers to track viewership and engagement

    • Ensure scalability to handle high traffic during popular live streams

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 5 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 - Coding Test 

This round was hackerath test which included 1 coding questions and 20 MCQ's related to java,spring,spring boot,Microservices etc

Round 3 - Technical 

(2 Questions)

  • Q1. It was F2F in BT office RMZ eco world office
  • Q2. A)Microservice Architecture and design b)Explain your project c)Target Sum in array d)Nth highest salary e)Java Fundamentals
  • Ans. 

    The interview questions cover topics like Microservice Architecture, project explanation, array manipulation, Nth highest salary, and Java fundamentals.

    • Microservice Architecture involves breaking down a large application into smaller, independent services that communicate with each other.

    • Explain a project you worked on, highlighting the technologies used, challenges faced, and the outcome.

    • Target Sum in array involves f...

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

(2 Questions)

  • Q1. This was Techno-Managerial round
  • Q2. A)Why are you looking for job change b)Why are you intrested in BT. c)How you approach the design part of a system
Round 5 - HR 

(2 Questions)

  • Q1. It was an HR round
  • Q2. First I waited for almost 10 days for BGV and than a link was provided for applying the job and than HR round for Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on 2 things majorly
1)Coding
2)System Design

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical Interview + Coding
Round 2 - Technical 

(1 Question)

  • Q1. Technical Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round (Virtual) - Technical with coding questions. I have cleared this round and selected for 2nd round.
2nd round (Face to Face) - Technical + Multithreading + Coding question + In Detailed on projects I have worked on. It was around 1:20 mins, I have answered very well, and I was confident also like I'll be clearing this round. But I got feedback from HR I did not select this round and not meet the technically for their expectation.
I really did not understand what their expectation even after answered all the question. Please really don't play with others time by taking this kind of interview.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic techno managerial questions on tech you worked on work, interests, challenges you faced. Was fairly short.
Round 2 - Coding Test 

Initially had a string based coding problem. Then was asked technical questions and then had a small break before doing system design with same interviewer for building book my show system and db schema.

Round 3 - HR 

(1 Question)

  • Q1. Had a discussion with hiring manager on expectations, salary and growth.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid, they give only fixed salary hikes. Interview process was on site during December and HR's delayed it by an hour, nor were they considerate enough regarding the timings. Had 3 rounds of interview. Was told i was selected and they couldn't finalize offer on the same day because HR's had left at the end of the day. When i followed with HR's in the coming weeks, they confirmed selection and had discussion on salary expectations. They said they would roll out offer in 2 days, nut later said it was delayed due to December holidays. When i followed up on Jan, they said there was hiring freeze, HR made excuses why they couldn't inform me.

Ericsson Interview FAQs

How many rounds are there in Ericsson Senior Software Engineer interview?
Ericsson interview process usually has 1-2 rounds. The most common rounds in the Ericsson interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Ericsson Senior Software 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 Ericsson. The most common topics and skills that interviewers at Ericsson expect are HTML, Telecom, microsoft, CRM and PHP.
What are the top questions asked in Ericsson Senior Software Engineer interview?

Some of the top questions asked at the Ericsson Senior Software Engineer interview -

  1. Find nth elements from last in linked l...read more
  2. Difference between hashmap and concurrent hash...read more
  3. easy and fast going proc...read more

Tell us how to improve this page.

Ericsson Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Join Ericsson Shaping the future one connection at a time.
Ericsson Senior Software Engineer Salary
based on 784 salaries
₹7.2 L/yr - ₹29.8 L/yr
13% more than the average Senior Software Engineer Salary in India
View more details

Ericsson Senior Software Engineer Reviews and Ratings

based on 76 reviews

4.2/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

3.5

Salary

3.9

Job security

4.1

Company culture

3.1

Promotions

3.7

Work satisfaction

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

₹6.5 L/yr - ₹22 L/yr

Solution Architect
2.3k salaries
unlock blur

₹13.1 L/yr - ₹39 L/yr

Senior Engineer
2.2k salaries
unlock blur

₹6.4 L/yr - ₹19 L/yr

Network Engineer
1.8k salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Solution Integrator
1.7k salaries
unlock blur

₹4 L/yr - ₹14.3 L/yr

Explore more salaries
Compare Ericsson with

Jio

4.0
Compare

Vodafone Idea

4.0
Compare

Bharti Airtel

3.9
Compare

Tata Communications

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