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 SDE (Software Development Engineer) Interview Questions and Answers

Updated 15 Feb 2023

Ericsson SDE (Software Development Engineer) Interview Experiences

1 interview found

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

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Aug 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 - Coding Test 

Test is proctored and 3 questions were asked out of which 1 is from language other is from data structures and the last one is from sql

Round 3 - Technical 

(2 Questions)

  • Q1. What is a database and explain it
  • Ans. 

    A database is a collection of organized data that can be easily accessed, managed, and updated.

    • A database stores data in tables with rows and columns

    • It allows for efficient data retrieval and manipulation

    • Examples include MySQL, Oracle, and MongoDB

  • Answered by AI
  • Q2. What are the projects you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be confident
Be prepared about the projects and internships you have done thoroughly

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Oct 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 

(3 Questions)

  • Q1. Basic Concept of OOPs, Java, Spring Boot, MySQL.
  • Q2. Find the kth smallest value in an unsorted array
  • Ans. 

    Find the kth smallest value in an unsorted array

    • Sort the array and return the kth element

    • Use quickselect algorithm to find the kth smallest element in O(n) time

    • Build a min heap of size k and traverse the array to find the kth smallest element

  • Answered by AI
  • Q3. Merge Sort Algorithm Implementation
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides an array into two halves, sorts them and then merges them.

    • Divide the array into two halves recursively

    • Sort each half recursively using merge sort

    • Merge the two sorted halves

    • Time complexity is O(nlogn)

    • Space complexity is O(n)

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Detailed discussion on the project I have worked on.
  • Q2. What is a Load Balancer?
  • Ans. 

    A Load Balancer distributes incoming network traffic across multiple servers to improve performance and availability.

    • It helps to avoid overloading a single server

    • It improves responsiveness and availability of applications

    • It can be hardware or software-based

    • Examples include Amazon ELB, F5 BIG-IP, and NGINX

    • It can also perform health checks on servers and route traffic accordingly

  • Answered by AI
  • Q3. Difference between Spring MVC and Spring Boot
  • Ans. 

    Spring MVC is a framework for building web applications, while Spring Boot is an opinionated framework for building standalone applications.

    • Spring MVC requires more configuration and setup compared to Spring Boot

    • Spring Boot provides a pre-configured environment with sensible defaults

    • Spring Boot includes an embedded server, making it easier to deploy standalone applications

    • Spring MVC is more suitable for building tradit...

  • Answered by AI
  • Q4. Difference between SQL and NoSQL
  • Ans. 

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

    • SQL databases are structured and use tables with predefined schema while NoSQL databases are unstructured and use collections or documents.

    • SQL databases use SQL (Structured Query Language) for querying and managing data while NoSQL databases use various query languages like MongoDB's query language.

    • SQL databases ar...

  • Answered by AI
  • Q5. Find the equilibrium index where the sum of all the values before the equilibrium index is equal to the sum of all the values after the equilibrium index.
  • Ans. 

    Find the equilibrium index where the sum of all values before it is equal to the sum of all values after it.

    • Iterate through the array and calculate the total sum.

    • Then iterate again and keep track of the left sum and right sum.

    • If they are equal at any index, return that index as the equilibrium index.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA Concepts well, Spring and java concepts, and projects you have mentioned in the resume.

Skills evaluated in this interview

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2022. There were 3 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 - Coding Test 

1 hour test of moderate to difficult level questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. They asked about projects i made during my academic years and asked som questions from DSA
  • Q2. Any advise you want to give our company?

Interview Preparation Tips

Topics to prepare for Ciena SDE (Software Development Engineer) interview:
  • Data Structures
  • Software Development
Interview preparation tips for other job seekers - Study and make your base strong on the DSA topics and be ready to give some answers regarding your own opinions.

I applied via Campus Placement and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds
Consisting of Technical HR and Managerial
It was conducted in a smooth manner questions were asked from resume mostly and some puzzles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They will give 3 questions

Round 2 - Technical 

(2 Questions)

  • Q1. There will be technical round after finishing of exam
  • Q2. And HR round also will be same time of Technical

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher they ask vere basic things which I mention in Resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were asked

Round 2 - Coding Test 

Dsa dp, graphs and many more questions from arrays and linked list were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - No
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:
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 

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

60 Minutes, Mostly DSA c# and platform used was HackerRank

Round 3 - Technical 

(2 Questions)

  • Q1. It was a virtual interview mostly preferred content is DSA, space and time complexity and software development
  • Q2. They'll give us a scenario and ask us to write code accordingly.

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is must
Be attentive
Don't get confused
Take time to think and then answer the question
If you're not familiar with the question just say 'I don't know' dont try to turnaround things
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 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical Questions relevant to your domain and your previous experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. This Round is with your manager and Questions relevant to behavior, self-confidence, technical in quick overview
Round 4 - HR 

(1 Question)

  • Q1. Relevant to experience and self confidence, salary Discussion and further process guidelines

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About coding and all oops concept SQL, unix
  • Q2. Unix, sql, language and oops concepts questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare yourself for aptitute test and some language

Ericsson Interview FAQs

How many rounds are there in Ericsson SDE (Software Development Engineer) interview?
Ericsson interview process usually has 3 rounds. The most common rounds in the Ericsson interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Ericsson SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Ericsson Shaping the future one connection at a time.
Ericsson SDE (Software Development Engineer) Salary
based on 5 salaries
₹4.6 L/yr - ₹12.5 L/yr
68% less than the average SDE (Software Development Engineer) Salary in India
View more details
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