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 Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Ericsson Senior Software Engineer Interview Questions and Answers

Updated 24 Mar 2025

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 UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... 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.

Senior Software Engineer Interview Questions & Answers

user image aishwarya awasthi

posted on 25 May 2022

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

What people are saying about Ericsson

View All
upliftingmosquito
Verified Icon
4d
works at
Ericsson
Time for a change! Career pivot advice needed
Hey everyone! I'm in content editing/copywriting at a big MNC, but looking to switch things up. Thinking L&D, HR, Business Analytics, or BFSI. Got 9+ years of experience. I have a BA in English and currently doing an MBA in HR & Business Analytics. Any tips on how to make this career jump?
Got a question about Ericsson?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Oct 2021. 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 - Coding Test 

1. Reversing a linked list.
2. Find all substrings in a string.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops Concepts, DBMS, Array Manipulation, Design Patterns.
  • Q2. System Design- Design an online food delivery platform
  • Ans. 

    Design an online food delivery platform

    • Identify target audience and their needs

    • Create a user-friendly interface for ordering food

    • Develop a robust backend system for managing orders and deliveries

    • Partner with local restaurants to offer a wide variety of cuisines

    • Implement a payment gateway for secure transactions

    • Provide real-time order tracking for customers

    • Ensure food safety and quality through proper packaging and deli...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a very good understanding of programming concepts.
Coding questions are easy to medium difficulty.

Skills evaluated in this interview

Are these interview questions helpful?
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 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 - Coding Test 

Javascript based questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. Javascript and react based questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Behavioral and situational based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on the basic of javascript and ecmascript concept.
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 Mar 2022. There were 4 interview rounds.

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 

(2 Questions)

  • Q1. Basic PHP Questions on Arrays, implode, explode function difference, include, require difference.etc
  • Q2. Basics MySQL questions, asked some queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked questions based on payment gateway.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, explained roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview. If you are experienced person, you can crack it easily.
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 2022. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. Had a level of technical discussion which ended up with the offer letter. Was easy .
  • Q2. Mainly on previous projects

Ericsson Interview FAQs

How many rounds are there in Ericsson Senior Software Engineer interview?
Ericsson interview process usually has 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. Redux and its ecosys...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more
Join Ericsson Shaping the future one connection at a time.
Ericsson Senior Software Engineer Salary
based on 822 salaries
₹7.6 L/yr - ₹32.1 L/yr
16% more than the average Senior Software Engineer Salary in India
View more details

Ericsson Senior Software Engineer Reviews and Ratings

based on 81 reviews

4.1/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.5

Salary

3.9

Job security

4.2

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 81 Reviews and Ratings
Senior Software Engineer FE

Bangalore / Bengaluru

4-7 Yrs

₹ 6.3-29 LPA

Explore more jobs
Senior Solution Integrator
2.3k salaries
unlock blur

₹6.5 L/yr - ₹23.5 L/yr

Solution Architect
2.3k salaries
unlock blur

₹13.2 L/yr - ₹39 L/yr

Senior Engineer
2.2k salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Network Engineer
1.8k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Solution Integrator
1.7k salaries
unlock blur

₹4 L/yr - ₹12 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
write
Share an Interview