i
Ericsson
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Feb 2024.Β There were 3 interview rounds.
Steps for file system creation involve partitioning, formatting, and mounting the file system.
Partition the disk using tools like fdisk or parted
Format the partition with a file system like ext4 or xfs
Create a mount point directory
Mount the file system to the mount point
Update /etc/fstab to automatically mount the file system on boot
tcpdump is used for network troubleshooting and analysis by capturing and analyzing network packets.
Captures network packets for analysis
Helps in troubleshooting network issues
Can be used to monitor network traffic
Provides detailed information about network communication
Useful for security analysis and monitoring
Files can be transferred from one server to another using tools like SCP, SFTP, or rsync.
Use SCP (Secure Copy Protocol) to securely transfer files between servers. Example: scp file.txt user@server2:/path/to/directory
Use SFTP (SSH File Transfer Protocol) for interactive file transfers. Example: sftp user@server2
Use rsync for efficient synchronization of files between servers. Example: rsync -avz file.txt user@server2:/
You can schedule a job regularly using cron jobs in Linux.
Use the crontab command to edit the cron table
Specify the schedule using the appropriate syntax (minute, hour, day of month, month, day of week)
For example, to schedule a job to run every day at 3am, you would add the following line to the cron table: 0 3 * * * /path/to/command
Hard links and soft links are two types of links used in Unix-like operating systems to create shortcuts to files.
Hard links are direct pointers to the inode of a file, while soft links are indirect pointers to the file name.
Hard links cannot link directories or files on different filesystems, while soft links can.
If the original file is deleted, hard links will still point to the data, while soft links will be broken.
...
The /mnt directory is used as a mount point for temporary mounting of filesystems, and fstab is a configuration file that lists filesystems to be mounted at boot.
The /mnt directory is commonly used for temporarily mounting external storage devices or network shares.
The fstab file is located at /etc/fstab and contains information about filesystems to be mounted at boot time.
Entries in fstab include the device to mount, ...
Check for any processes or open files using the file system, then force unmount if necessary.
Check for any processes or applications currently using the file system with 'lsof' command
Kill any processes that are using the file system if necessary
Try unmounting the file system again using 'umount -l' to force unmount if needed
NFS stands for Network File System, a distributed file system protocol that allows a user on a client computer to access files over a network.
NFS allows a user to access files on a remote server as if they were local files.
It is commonly used in Unix and Linux environments for sharing files and directories.
NFS uses RPC (Remote Procedure Call) to communicate between the client and server.
It provides centralized storage ...
Boot process is the sequence of steps that occur when a computer system is starting up.
BIOS/UEFI initialization
Loading the bootloader
Loading the kernel
Init process starts
Launching user space processes
I was interviewed in Feb 2025.
Angular is a popular front-end framework for building web applications, with components being the building blocks of Angular applications.
Angular is a front-end framework developed by Google for building web applications.
Components are the basic building blocks of Angular applications, each representing a part of the user interface.
To debug Angular code, developers can use tools like Chrome DevTools or Angular's built-...
I want to join this organization because of its reputation for innovation and commitment to excellence.
Impressed by the organization's track record of successful projects
Excited about the opportunity to work with cutting-edge technology
Interested in the collaborative and supportive work culture
Believe in the organization's values and mission
I want to join this organization because of its reputation for innovation and commitment to excellence.
Strong reputation for innovation in the industry
Commitment to excellence in delivering solutions
Opportunities for professional growth and development
Effective team motivation strategies include setting clear goals, providing recognition, fostering open communication, offering opportunities for growth, and leading by example.
Set clear and achievable goals for the team to work towards
Provide regular recognition and rewards for team members' hard work and achievements
Foster open communication and encourage feedback from team members
Offer opportunities for growth and d...
I applied via Campus Placement and was interviewed in Nov 2024.Β There were 4 interview rounds.
English, Quant & Reasoning- 3 section, each section 15 que, Total 45 minutes & 45 questions, cut off for each section
To build a web application, I would use a combination of front-end technologies like HTML, CSS, and JavaScript, along with back-end technologies like Node.js and MongoDB.
Use HTML for structuring the content of the web pages
Use CSS for styling the web pages and making them visually appealing
Use JavaScript for adding interactivity to the web pages and handling user input
Use Node.js for server-side scripting and handling ...
Azure is a cloud computing platform by Microsoft. Azure Blob Storage is a service for storing large amounts of unstructured data. ARM stands for Azure Resource Manager, used for managing resources in Azure. Horizontal scaling is increasing the number of instances of a service to distribute load.
Azure is a cloud computing platform by Microsoft
Azure Blob Storage is a service for storing large amounts of unstructured data
...
I approach problems by breaking them down into smaller parts, analyzing root causes, seeking input from team members, and implementing solutions systematically.
Identify the root cause of the problem
Break down the problem into smaller parts
Seek input from team members for different perspectives
Implement solutions systematically
Learn from the experience to prevent similar issues in the future
Yes, I have internship offers from Ericsson due to their reputation for innovation and cutting-edge technology.
I have received internship offers from Ericsson because of their reputation for innovation and cutting-edge technology.
I am excited about the opportunity to work with a global leader in telecommunications.
I believe that interning at Ericsson will provide me with valuable experience and skills that will benefit
I was interviewed in Feb 2025.
Troubleshooting subscriber issues involves identifying and resolving network connectivity problems for individual users.
Gather information about the issue from the subscriber
Check network configurations and settings
Perform network tests to identify the source of the problem
Isolate the issue to determine if it is specific to the subscriber or a larger network problem
Implement solutions to resolve the problem and ensure
Ericsson interview questions for popular designations
I applied via Approached by Company and was interviewed in Dec 2024.Β There was 1 interview round.
Get interview-ready with Top Ericsson Interview Questions
The process of technology involves the development, implementation, and maintenance of tools, systems, and solutions to solve problems and improve efficiency.
Research and development to create new technologies
Testing and refining the technology to ensure functionality and reliability
Implementation of the technology in real-world settings
Maintenance and updates to keep the technology running smoothly
Continuous improveme
Currently working as a software developer at XYZ Company.
Developing web applications using Java and Angular
Collaborating with team members to design and implement new features
Participating in code reviews and testing processes
I applied via Approached by Company and was interviewed in Nov 2024.Β There was 1 interview round.
4G architecture includes radio access network (RAN), core network, and user equipment (UE) with interfaces like S1, X2, and LTE-Uu.
4G architecture consists of Radio Access Network (RAN), Core Network, and User Equipment (UE)
Interfaces used in 4G architecture include S1, X2, and LTE-Uu
RAN connects UE to the core network, while X2 is used for communication between base stations
LTE-Uu is the air interface between UE and b
PRB can be calculated by dividing the total available bandwidth by the bandwidth per PRB.
Calculate total available bandwidth
Determine the bandwidth per PRB
Divide total available bandwidth by bandwidth per PRB to get the number of PRBs
I applied via Campus Placement and was interviewed in Nov 2024.Β There were 2 interview rounds.
About time, work , pipes cisterns english questions
Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.
Linux is free and open-source, meaning anyone can modify and distribute it.
It is based on Unix, which is known for its stability and security.
Linux is highly customizable and can be used on a wide range of devices, from servers to smartphones.
Popular distributions of Linux include Ubuntu, Fedora, and CentOS.
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
Create a max heap from the input array
Swap the root node with the last node and heapify the remaining nodes
Repeat the process until the heap is empty
Seeking new challenges and opportunities for growth in a dynamic work environment.
Desire for professional growth and development
Opportunity to work on more complex projects
Seeking a more collaborative team environment
Interest in exploring new technologies and methodologies
I applied via Company Website and was interviewed in Oct 2024.Β There was 1 interview round.
Data Warehouse stores structured data for reporting and analysis, Data Lakes store raw and unstructured data, Tables are basic data structures.
Data Warehouse is used for storing structured data from various sources for reporting and analysis.
Data Lakes store raw and unstructured data in its native format for future processing and analysis.
Tables are basic data structures used to organize and store data in a structured ...
Group by is used to group rows that have the same values into summary rows, while Partition by is used to divide the result set into partitions to which the function is applied separately.
Group by is used with aggregate functions to group rows based on a column or set of columns.
Partition by is used with window functions to divide the result set into partitions.
Group by is used with SELECT statement, while Partition by...
What people are saying about Ericsson
Some of the top questions asked at the Ericsson interview -
The duration of Ericsson interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 326 interviews
Interview experience
based on 7.2k reviews
Rating in categories
Senior Solution Integrator
2.4k
salaries
| βΉ0 L/yr - βΉ0 L/yr |
Senior Engineer
2.3k
salaries
| βΉ0 L/yr - βΉ0 L/yr |
Solution Architect
2.2k
salaries
| βΉ0 L/yr - βΉ0 L/yr |
Network Engineer
1.8k
salaries
| βΉ0 L/yr - βΉ0 L/yr |
Solution Integrator
1.7k
salaries
| βΉ0 L/yr - βΉ0 L/yr |
Nokia
Cisco
Huawei Technologies
Qualcomm