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 Solution Architect Interview Questions and Answers

Updated 4 Jun 2025

6 Interview questions

A Solution Architect was asked 2w ago
Q. How would you fix a volume attachment issue for an instance that is in a pending state?
Ans. 

To resolve a pending volume attachment issue, check instance status, volume state, and logs for errors.

  • Verify the instance status: Ensure the instance is running and not in a stopped or terminated state.

  • Check volume state: Use cloud provider tools to confirm the volume is available and not in an error state.

  • Review logs: Look at the instance and volume logs for any error messages that could indicate the cause of th...

A Solution Architect was asked 2w ago
Q. Describe services in Kubernetes (NodePort, ClusterIP, and LoadBalancer).
Ans. 

Kubernetes services enable communication between pods and external traffic management through various types like NodePort, ClusterIP, and LoadBalancer.

  • NodePort: Exposes a service on a static port on each node's IP, allowing external access. Example: Accessing a service on port 30000.

  • ClusterIP: The default service type, it exposes the service on a cluster-internal IP, making it accessible only within the cluster.

  • Lo...

Solution Architect Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is the difference between a classic folder and a modern fold ... read more
Q2. Why does Pega suggest not having a framework layer while designin ... read more
asked in Ericsson
Q3. What is Kubernets? what is difference between pod and VM what are ... read more
asked in TCS
Q4. How do you deal with Not participating business, not motivated st ... read more
asked in IBM
Q5. What were the challenges faced while do application migration on ... read more
A Solution Architect was asked
Q. How would you design a scalable and reliable distributed application?
Ans. 

To design scalable and reliable distributed applications, consider factors like load balancing, fault tolerance, and data partitioning.

  • Use load balancers to distribute traffic evenly across multiple servers

  • Implement fault tolerance by replicating data and services across multiple nodes

  • Partition data to distribute it across multiple nodes and avoid bottlenecks

  • Use caching to reduce the load on the database

  • Implement ...

A Solution Architect was asked
Q. What is APN redirection? what is 3GDT? What is MME/SGSN pooling? How APN configuration is done? What is SBA in 5G Cal flow for 4G and 5G
Ans. 

APN redirection, 3GDT, MME/SGSN pooling, APN configuration, and SBA in 5G are topics related to mobile network architecture.

  • APN redirection is the process of redirecting a user's data traffic to a different Access Point Name (APN) than the one originally requested.

  • 3GDT stands for 3G Direct Tunneling, which allows for direct communication between the User Equipment (UE) and the Serving Gateway (SGW) without going t...

A Solution Architect was asked
Q. What is Kubernets? what is difference between pod and VM what are different type of services in kubernetes what is difference between 4G and 5G what are messages in PFCP protocol. Interfaces in 4G and 5G
Ans. 

Kubernetes is an open-source container orchestration platform that automates deployment, scaling, and management of containerized applications.

  • Pods are the smallest deployable units in Kubernetes, while VMs are complete virtual machines with their own operating system and hardware resources.

  • Types of services in Kubernetes include ClusterIP, NodePort, LoadBalancer, and ExternalName.

  • 4G and 5G are different generatio...

A Solution Architect was asked 6mo ago
Q. Call flows of Charging systems
Ans. 

Call flows of Charging systems involve the process of charging customers for services rendered.

  • Call initiation by customer

  • Validation of customer details

  • Calculation of charges based on usage

  • Application of discounts or promotions

  • Payment processing

  • Confirmation of successful payment

Ericsson Solution Architect Interview Experiences

9 interviews found

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Call flows of Charging systems
  • Ans. 

    Call flows of Charging systems involve the process of charging customers for services rendered.

    • Call initiation by customer

    • Validation of customer details

    • Calculation of charges based on usage

    • Application of discounts or promotions

    • Payment processing

    • Confirmation of successful payment

  • Answered by AI
  • Q2. Functional overview/Architecture of Charging system
  • Ans. 

    Charging system architecture involves components like charging stations, billing systems, and user interfaces.

    • Charging system typically consists of charging stations where users can plug in their devices.

    • Billing systems track usage and calculate charges based on factors like time and energy consumption.

    • User interfaces allow users to monitor charging status and make payments.

    • Integration with payment gateways for secure ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

R1: Past project
R2: Coding Round
R3: interview with tech head

Solution Architect Interview Questions & Answers

user image satyendra kumar tiwari

posted on 4 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. How you will fix the volume attachment issue for instance which is in pending state.
  • Ans. 

    To resolve a pending volume attachment issue, check instance status, volume state, and logs for errors.

    • Verify the instance status: Ensure the instance is running and not in a stopped or terminated state.

    • Check volume state: Use cloud provider tools to confirm the volume is available and not in an error state.

    • Review logs: Look at the instance and volume logs for any error messages that could indicate the cause of the iss...

  • Answered by AI
  • Q2. Describe affinity and antiaffinity
  • Ans. 

    Affinity and antiaffinity are concepts in resource allocation, determining how resources are grouped or separated in systems.

    • Affinity refers to the tendency of similar resources to be placed together, enhancing performance and reducing latency.

    • Example: In a cloud environment, placing web servers that handle similar traffic patterns on the same physical host.

    • Antiaffinity ensures that certain resources are kept apart to ...

  • Answered by AI
  • Q3. Describe services in kubernetes(node, clusterIp, and load balancer)
  • Ans. 

    Kubernetes services enable communication between pods and external traffic management through various types like NodePort, ClusterIP, and LoadBalancer.

    • NodePort: Exposes a service on a static port on each node's IP, allowing external access. Example: Accessing a service on port 30000.

    • ClusterIP: The default service type, it exposes the service on a cluster-internal IP, making it accessible only within the cluster.

    • LoadBal...

  • Answered by AI
  • Q4. What is service account in kubernetes
  • Ans. 

    A service account in Kubernetes provides an identity for processes running in a pod to interact with the Kubernetes API.

    • Service accounts are used to manage permissions for pods and their interactions with the Kubernetes API.

    • Each service account is associated with a set of credentials (token) that pods can use for authentication.

    • By default, Kubernetes creates a 'default' service account in each namespace.

    • Service account...

  • Answered by AI
  • Q5. How to scale in and scale out replicaset
  • Ans. 

    Scaling in and out a ReplicaSet involves adjusting the number of pod replicas to manage load and resource utilization.

    • Use 'kubectl scale' command to increase or decrease replicas, e.g., 'kubectl scale rs my-replicaset --replicas=5'.

    • Monitor application performance and resource usage to determine when to scale in or out.

    • Implement Horizontal Pod Autoscaler (HPA) for automatic scaling based on CPU/memory metrics.

    • Consider u...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Cloud deployment flow
Round 2 - Technical 

(1 Question)

  • Q1. Behavioral interview
Round 3 - HR 

(1 Question)

  • Q1. Salary discussed

Interview Questionnaire 

1 Question

  • Q1. A lot and lot of in depth technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read a lot. Spend 2 weeks to prep before interview.

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Again tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience so far everyone can give a try

Interview Questionnaire 

1 Question

  • Q1. What you work ..they will ask over that. If their requirement they will hire. They will not ask too much. Good interview.

I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is AAA and AAAA query?
  • Ans. AAA query is for IPv4 and AAAA are for ipv6
  • Answered Anonymously
  • Q2. What is APN redirection? what is 3GDT? What is MME/SGSN pooling? How APN configuration is done? What is SBA in 5G Cal flow for 4G and 5G
Round 2 - Technical 

(1 Question)

  • Q1. What is Kubernets? what is difference between pod and VM what are different type of services in kubernetes what is difference between 4G and 5G what are messages in PFCP protocol. Interfaces in 4G and 5G
Round 3 - HR 

(1 Question)

  • Q1. HR is simple round. Nothing specific to share.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on 5G and kubernetes these days.
Prepare for 4G and 5G call flow.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. How you design scalable and reliable distributed application

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focus on topic and subject of the question

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Ericsson?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All conceptual questions and some basic configuration and tshoot questions related to my domain/technology/work

Interview Preparation Tips

Interview preparation tips for other job seekers - It was pretty intense and conceptual, wasn't restricted to bookish knowledge, but through knowledge of technology was required with some logical attitude, carrying proper body language and confidence is a must

Ericsson Interview FAQs

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

Some of the top questions asked at the Ericsson Solution Architect interview -

  1. What is Kubernets? what is difference between pod and VM what are different typ...read more
  2. What is APN redirection? what is 3GDT? What is MME/SGSN pooling? How APN config...read more
  3. How you design scalable and reliable distributed applicat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 5 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 33%
2-4 weeks 67%
View more
Join Ericsson Shaping the future one connection at a time.

Interview Questions from Similar Companies

Jio Interview Questions
4.1
 • 2.2k Interviews
Bharti Airtel Interview Questions
3.9
 • 960 Interviews
Vodafone Idea Interview Questions
4.0
 • 595 Interviews
Nokia Interview Questions
4.1
 • 290 Interviews
BT Group Interview Questions
3.9
 • 203 Interviews
ACT Fibernet Interview Questions
4.0
 • 144 Interviews
Verizon Interview Questions
4.0
 • 119 Interviews
View all
Ericsson Solution Architect Salary
based on 2.3k salaries
₹20 L/yr - ₹34.7 L/yr
16% less than the average Solution Architect Salary in India
View more details

Ericsson Solution Architect Reviews and Ratings

based on 224 reviews

4.2/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.9

Salary

3.9

Job security

4.2

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 224 Reviews and Ratings
Solution Architect(6)

Mumbai

9-14 Yrs

Not Disclosed

Solution Architect

Gurgaon / Gurugram

9-10 Yrs

₹ 11-33 LPA

Solution Architect - Packet Core

Gurgaon / Gurugram

12-15 Yrs

₹ 15-28 LPA

Explore more jobs
Senior Solution Integrator
2.3k salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Solution Architect
2.3k salaries
unlock blur

₹20 L/yr - ₹34.7 L/yr

Senior Engineer
2.2k salaries
unlock blur

₹9.8 L/yr - ₹17 L/yr

Network Engineer
1.8k salaries
unlock blur

₹3.2 L/yr - ₹7.8 L/yr

Solution Integrator
1.7k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Explore more salaries
Compare Ericsson with

Jio

4.1
Compare

Vodafone Idea

4.0
Compare

Bharti Airtel

3.9
Compare

Tata Communications

4.0
Compare
write
Share an Interview