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

Updated 5 Dec 2024

Top Ericsson Software Developer Interview Questions and Answers

  • Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: I ...read more
  • Q2. How do you find the number of unique values in a SQL database?
  • Q3. What are the different protocols supported at each OSI layer?
View all 16 questions

Ericsson Software Developer Interview Experiences

11 interviews found

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic programming and its easy only

Round 2 - Technical 

(1 Question)

  • Q1. Based on data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare based on job description

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your background
  • Q2. What is your skillset
Round 2 - Coding Test 

Codility for sorting, debugging and builidng a simple application

Interview Preparation Tips

Interview preparation tips for other job seekers - take time to resolve problem but not get stuck on one question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2023. 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 - Aptitude Test 

There was a lot of typical hr questions. Such as your salary preference and what is your biggest weakness.

Round 3 - Coding Test 

They asked HOG PUF question. It was a very easy question

Interview Preparation Tips

Interview preparation tips for other job seekers - Just answer all the questions very well and you will have a good result

Ericsson interview questions for designations

 Senior Software Developer

 (5)

 Developer

 (2)

 Software Engineer

 (14)

 Java Developer

 (3)

 Salesforce Developer

 (1)

 RPA Developer

 (1)

 Senior Software Engineer

 (5)

 Associate Software Engineer

 (4)

Software Developer Interview Questions & Answers

user image Prankur Gupta

posted on 24 Sep 2024

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collision handling is important in hashmap implementation.

    • Java's HashMap class is a popular implementation of hashmap.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Testing regarding Junits
Round 2 - HR 

(2 Questions)

  • Q1. Next five year goals
  • Ans. 

    To become a senior software developer, gain expertise in new technologies, contribute to open source projects, and mentor junior developers.

    • Become a senior software developer

    • Gain expertise in new technologies

    • Contribute to open source projects

    • Mentor junior developers

  • Answered by AI
  • Q2. Agile methodologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Its medium and interviewers are friendly

Skills evaluated in this interview

Get interview-ready with Top Ericsson Interview Questions

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Pivoting, Joins, DeadLocks etc.
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Performance Improvements, Best Practices in SQL, ETL Processing, Scenario related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Non Technical Interview with Line Manager. Personal Info , Previous employment related details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to get all details of your Job Role.

Software Developer Jobs at Ericsson

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Madan Mohan Malaviya Engineering College (MMMEC) and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy questions from quant, english and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about call flow
  • Q2. Explain 3g, 4g, 5g architecture
  • Ans. 

    3G, 4G, and 5G architectures refer to the generations of mobile network technology, each offering faster speeds and improved capabilities.

    • 3G (Third Generation) introduced mobile data services like internet browsing and video calling.

    • 4G (Fourth Generation) provided faster speeds for data transmission, enabling services like HD video streaming and online gaming.

    • 5G (Fifth Generation) offers even faster speeds, lower laten...

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Regarding SAP Data Services
  • Q2. Designer tool, Project, wf, df, transforms, types of transforms, performance optimisation techniques etc
  • Q3. Hana

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good. interviewer was friendly and wherever I couldnt answer his questions he answered them and made me understand.

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. It's was my first job in Ericsson question being asked were linux basic nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Well we should have good knowledge on linux python, perl, shell scripting

I was interviewed before Mar 2021.

Round 1 - Group Discussion 

Round duration - 15 minutes
Round difficulty - Easy

This was a group discussion round where we were divided into groups of 10 and we had 15 minutes for GD.

Round 2 - Face to Face 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This is all about how good you are with the fundamentals. Out of 10 I would give it a 6.5 on difficulty.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    This can be done by iterative swapping using two pointers. The first pointer points to the beginning of the string, whereas the second pointer points to the end. Both pointers keep swapping their elements and go towards each other. Essentially, the algorithm simulates the rotation of a string with respect to its midpoint.
    Time Complexity : O(n)

  • Answered Anonymously
  • Q2. What is a deadlock?
  • Ans. 

    Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process.
    Deadlock can arise if the following four conditions hold simultaneously (Necessary Conditions) 
    Mutual Exclusion: One or more than one resource are non-shareable (Only one process can use at a time) 
    Hold and Wait: A process is holding at least o...

  • Answered Anonymously
  • Q3. What is a thread?
  • Ans. 

    A thread is a path of execution within a process. A process can contain multiple threads.
    There are two types of threads.
    User Level Thread
    Kernel Level Thread

  • Answered Anonymously
  • Q4. What is the difference between Multiprocessing and Multiprogramming?
  • Ans. 

    1. The availability of more than one processor per system, that can execute several set of instructions in parallel is known as multiprocessing. The concurrent application of more than one program in the main memory is known as multiprogramming.
    2. The number of CPU is more than one in multiprocessing. The number of CPU is one in multiprogramming.
    3. Multiprocessing takes less time for job processing. Multiprogramming ta...

  • Answered Anonymously
  • Q5. Can you explain the process life cycle in an operating system?
  • Ans. 

    Process life cycle in OS is one of the five states in which a process can be starting from the time it has been submitted for execution, till the time when it has been executed by the system. A process can be in any of the following states –
    New state
    Ready state
    Running state
    Waiting state
    Terminated

  • Answered Anonymously
  • Q6. What are the differences between Windows XP and Windows 7?
  • Ans. 

    1. Worldwide release : 
    Windows 7 : October 22, 2009
    Windows XP : October 25, 2001
    2. Stable release : 
    Windows 7 : February 22, 2011
    Windows XP : April 21, 2008
    3. Kernel type : 
    Windows 7 : Hybrid
    Windows XP : Hybrid
    4. Platform support :
    Windows 7 : IA-32 and x86-64
    Windows XP : IA-32, x86-64 and Itanium
    5. Preceded by : 
    Windows 7 : Windows Vista
    Windows XP : Windows 2000 , Windows ME
    6. Succeeded by :
    Windows ...

  • Answered Anonymously
Round 3 - Face to Face 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round with questions on DBMS and Networking mainly.

  • Q1. What is the difference between RDBMS and DBMS?
  • Ans. 

    1. DBMS stores data as file. RDBMS stores data in tabular form.
    2. Data elements need to access individually in DBMS. Multiple data elements can be accessed at the same time in RDBMS.
    3. No relationship between data in DBMS. Data is stored in the form of tables which are related to each other in RDBMS.
    4. In DBMS, Normalization is not present. In RDBMS, Normalization is present.
    5. DBMS does not support distributed databas

  • Answered Anonymously
  • Q2. What is an Object-Oriented Database Management System (OODBMS)?
  • Ans. 

    An object-oriented database (OOD) is a database system that can work with complex data objects — that is, objects that mirror those used in object-oriented programming languages.
    In object-oriented programming, everything is an object, and many objects are quite complex, having different properties and methods. An object-oriented database management system works in concert with an object-oriented programming language to...

  • Answered Anonymously
  • Q3. How do you find the number of unique values in a SQL database?
  • Ans. 

    To count the number of different values that are stored in a given column, you simply need to designate the column you pass in to the COUNT function as DISTINCT. When given a column, COUNT returns the number of values in that column. Combining this with DISTINCT returns only the number of unique (and non-NULL) values.

  • Answered Anonymously
  • Q4. What is the difference between a hub and a switch in networking?
  • Ans. 

    A Hub is a networking device that allows you to connect multiple PCs to a single network, whereas a Switch connects various devices together on a single computer network.
    A Hub operates on the physical layer, whereas Switch operates on the data link layer.
    Hub uses Half-duplex cable on the other hand Switch uses Full duplex cables
    Hub is a passive device while the switch is an active device
    Hub uses electrical signal orbit

  • Answered Anonymously
  • Q5. Can you explain the different OSI layers?
  • Ans. 

    Physical Layer
    The lowest layer of the OSI Model is concerned with electrically or optically transmitting raw unstructured data bits across the network from the physical layer of the sending device to the physical layer of the receiving device. It can include specifications such as voltages, pin layout, cabling, and radio frequencies.

    Data Link Layer
    At the data link layer, directly connected nodes are used to perform nod...

  • Answered Anonymously
  • Q6. What are the different protocols supported at each OSI layer?
  • Ans. 

    Layer 7 Application SMTP, HTTP, FTP, POP3, SNMP
    Layer 6 Presentation MPEG, ASCH, SSL, TLS
    Layer 5 Session NetBIOS, SAP
    Layer 4 Transport TCP, UDP
    Layer 3 Network IPV5, IPV6, ICMP, IPSEC, ARP, MPLS.
    Layer 2 Data Link RAPA, PPP, Frame Relay, ATM, Fiber Cable, etc.
    Layer 1 Physical RS232, 100BaseTX, ISDN, 11.

  • Answered Anonymously
Round 4 - HR 

Round duration - 15 minutes
Round difficulty - Easy

IF you make it to the HR round you are selected. All 28 that attended got selected . It was more like stuff for formality. The usual questions.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAEricsson India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, DBMS, OSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Ericsson Interview FAQs

How many rounds are there in Ericsson Software Developer interview?
Ericsson interview process usually has 2-3 rounds. The most common rounds in the Ericsson interview process are Technical, Coding Test and HR.
How to prepare for Ericsson Software Developer 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, CRM, microsoft, PHP and Telecom.
What are the top questions asked in Ericsson Software Developer interview?

Some of the top questions asked at the Ericsson Software Developer interview -

  1. What is method overloading and overrid...read more
  2. Program to swap two variables without using th...read more
  3. Explain 3g, 4g, 5g architect...read more

Tell us how to improve this page.

Ericsson Software Developer Interview Process

based on 8 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Join Ericsson Shaping the future one connection at a time.
Ericsson Software Developer Salary
based on 619 salaries
₹4 L/yr - ₹14.5 L/yr
15% more than the average Software Developer Salary in India
View more details

Ericsson Software Developer Reviews and Ratings

based on 94 reviews

3.9/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.2

Salary

3.8

Job security

4.0

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 94 Reviews and Ratings
Software Developer

Gurgaon / Gurugram

2-5 Yrs

₹ 4-18 LPA

Software Developer

Chennai

2-5 Yrs

₹ 5-11 LPA

Explore more jobs
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 - ₹19 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