Filter interviews by
Clear (1)
There are approximately 4.3 billion IPv4 addresses and 340 undecillion IPv6 addresses.
There are approximately 4.3 billion IPv4 addresses.
IPv4 addresses are 32-bit numbers, allowing for a total of 2^32 addresses.
There are 340 undecillion IPv6 addresses.
IPv6 addresses are 128-bit numbers, allowing for a total of 2^128 addresses.
To troubleshoot network problems, the 'ping' command is commonly used.
Use 'ping' command to check connectivity between devices
Check for packet loss and latency with 'ping'
Use 'traceroute' command to identify network hops and latency issues
Top trending discussions
C code for printing Fibonacci Series upto n elements
Declare three variables to store the current, previous and next numbers in the series
Initialize the previous and current variables to 0 and 1 respectively
Use a loop to print the next number in the series by adding the previous two numbers
Loop should run n times to print n elements in the series
I was interviewed before Sep 2016.
I have worked on various technologies including Java, Python, AWS, Docker, and Kubernetes.
Java
Python
AWS
Docker
Kubernetes
Daily operational activities case studies
Case study of optimizing production line for efficiency
Case study of implementing new safety protocols in a manufacturing plant
Case study of troubleshooting and resolving technical issues in a software development team
Case study of streamlining inventory management in a retail store
Case study of improving customer service processes in a call center
Project management is the process of planning, organizing, and overseeing the execution of a project from start to finish.
It involves defining project goals and objectives
Creating a project plan and timeline
Assigning tasks and responsibilities to team members
Monitoring progress and making adjustments as needed
Ensuring that the project is completed on time, within budget, and meets the desired quality standards
Examples ...
Financial and cost control is the process of monitoring and managing project expenses to ensure they stay within budget.
Developing a detailed budget plan
Tracking expenses and comparing them to the budget plan
Identifying and addressing cost overruns
Negotiating with vendors to get the best prices
Implementing cost-saving measures
Regularly reporting on financial status to stakeholders
Resource management is the process of planning, allocating, and optimizing resources to achieve organizational goals.
It involves identifying the resources needed for a project or task
Allocating those resources in an efficient manner
Monitoring and controlling resource usage to ensure optimal performance
Examples include managing personnel, finances, equipment, and time
Effective resource management can lead to increased p
2G, 3G, and 4G call flow are the processes involved in establishing and maintaining a mobile phone call.
2G call flow involves circuit-switched technology and uses Time Division Multiple Access (TDMA) for voice transmission.
3G call flow uses packet-switched technology and supports both voice and data transmission.
4G call flow uses Long-Term Evolution (LTE) technology and provides high-speed data transmission.
All call fl...
Single RAN is a network architecture that allows multiple wireless technologies to be supported on a single physical network.
Single RAN stands for Single Radio Access Network.
It enables multiple wireless technologies such as 2G, 3G, 4G, and 5G to be supported on a single physical network.
This reduces the need for multiple hardware and software components, resulting in cost savings and simplified network management.
Sing...
VOLTE stands for Voice over LTE. It is a technology that allows voice calls to be made over a 4G LTE network.
VOLTE uses IP packets to transmit voice calls over the LTE network
It provides better call quality and faster call setup times compared to traditional 2G/3G networks
VOLTE also allows for simultaneous voice and data usage on the same network
Examples of VOLTE-enabled devices include iPhone 6 and above, Samsung Gala...
LTE is a standard for wireless broadband communication while VoLTE is a technology that enables voice calls over LTE network.
LTE stands for Long-Term Evolution and is a standard for wireless broadband communication.
VoLTE stands for Voice over LTE and is a technology that enables voice calls over LTE network.
LTE is used for data transfer while VoLTE is used for voice calls.
VoLTE provides better call quality and faster c...
Transport network refers to the infrastructure that enables the movement of people, goods, and information.
Transport network includes roads, railways, airports, seaports, and communication networks.
It plays a crucial role in the economy by facilitating trade and commerce.
Examples of transport networks include the interstate highway system in the US and the European railway network.
Transport network planning involves op...
ABIS over IP and ABIS over TDM are two different methods of transmitting biometric data.
ABIS over IP uses internet protocol to transmit biometric data while ABIS over TDM uses time-division multiplexing.
ABIS over IP is more flexible and scalable than ABIS over TDM.
ABIS over TDM is more reliable and secure than ABIS over IP.
ABIS over IP is suitable for remote locations while ABIS over TDM is suitable for local networks.
...
2G, 3G, and 4G are mobile network technologies with different architectures.
2G uses circuit-switched technology and is primarily used for voice calls and text messaging.
3G uses packet-switched technology and offers faster data transfer rates than 2G.
4G uses all-IP packet-switched technology and provides even faster data transfer rates than 3G.
4G also supports advanced features like VoLTE and carrier aggregation.
Each ge...
I am a Senior engineer with 10+ years of experience in software development, specializing in backend systems and cloud technologies.
10+ years of experience in software development
Specialize in backend systems and cloud technologies
Strong problem-solving skills
Experience with large-scale distributed systems
Proficient in programming languages such as Java, Python, and Go
I have worked in various companies ranging from startups to large corporations, gaining experience in diverse technologies and industries.
Worked in a startup where I was responsible for developing a scalable backend system using Node.js and MongoDB.
At a mid-sized company, I led a team in implementing CI/CD pipelines for faster and more reliable software delivery.
In a large corporation, I worked on optimizing performanc...
I am impressed by the company's innovative projects and strong reputation in the industry.
Company's reputation for cutting-edge technology
Opportunity to work on challenging projects
Positive reviews from current employees
My notice period is currently 3 months, but it may be negotiable depending on the circumstances.
My current notice period is 3 months
I am open to negotiation depending on the circumstances
I can provide examples of when I have negotiated notice periods in the past
I was interviewed in Mar 2017.
I have the technical skills, experience, and passion to deliver high-quality software solutions.
I have a strong background in programming languages such as Java, Python, and C++.
I have experience working on complex software projects and collaborating with cross-functional teams.
I am passionate about staying up-to-date with the latest technologies and trends in software development.
I am a quick learner and have a strong...
Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.
Global leader in telecommunications technology
Strong focus on innovation
Opportunities for career development
I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.
Good
I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.
I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.
I was interviewed before Dec 2020.
Round duration - 45 minutes
Round difficulty - Hard
All mcqs should answer with in time limit should have a lot of practice to solve in exam
You have two water jugs with capacities X
and Y
liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...
The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.
Start by considering the constraints and limitations of the problem.
Think about how the operations allowed can be used to reach the target measurement.
Consider different scenarios and test cases to come up with a solution.
Implement a function that takes the capacities of the jugs and the targe...
Round duration - 60 minutes
Round difficulty - Easy
Easy and just basic questions very easy round
Given two sparse matrices MAT1
and MAT2
of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...
Implement a function to multiply two sparse matrices and return the resulting matrix.
Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.
Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.
Ensure to handle the sparse nature of the matrices to optimize the multiplication process.
Consider the constraints provided to en...
Tip 1 : preapre core subjects
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects
Tip 1 : good projects in ml and ai
Tip 2 : practical experience
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Engineer
438
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
360
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
277
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
224
salaries
| ₹0 L/yr - ₹0 L/yr |
Network Engineer
197
salaries
| ₹0 L/yr - ₹0 L/yr |
Samsung
Apple
Cisco
Ericsson