Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
EGIL - Ericsson Global India Limited interview experience Real time questions & tips from candidates to crack your interview

Network security

EGIL - Ericsson Global India Limited
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
In the beginning, I started learning about basics DSA concepts. These included topics like array, string, stack, queue and solving questions on hacker rank. After practising enough on Hacker Rank, I moved to advanced DSA topics including LinkedList, Tree, Graph, DP, etc. I practiced these topics on Geeksforgeeks, leetcode, codeforces. Then I gave some mock interviews as well that helped me prepare for interviews.
Application story
I saw job opening on Linkedin. So I contacted one employee and asked for referral. He referred me and then Shortlisting was done on the basis of resumes and then further interview rounds were carried out.
Why selected/rejected for the role?
I was selected as My basic concepts of all the topics were clear and I also prepared HR questions through mock interviews. I practised all the basic to medium coding question before interview.
Preparation
Duration: 2 months
Topics: Array, Dp, string, Tree, graph and other important coding questions
Tip
Tip

Tip 1 : Work hard and practice 3 questions daily
Tip 2 : Prepare resume well

Application process
Where: Linkedin
Eligibility: 7
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Easy
Video Call
Duration45 mins
Interview date5 Jun 2023
Coding problem2

The interviewer was nice, he greeted us first. The interviewer started from the basics, and then gradually elevated the difficulty level(overall it was easy). We have a whiteboard in zoom, he used that to ask the coding questions.

1. Insertion In A Singly Linked List

Easy
15m average time
90% success
0/40
Asked in companies
MicrosoftHCL TechnologiesPoly Inc.

You are given a Singly Linked List of ‘N’ positive integers. Your task is to add a node having the value ‘VAL’ at position ‘POS’ in the linked list.

Note:
Assume that the Indexing for the linked list starts from 0.
EXAMPLE:
Input: ‘N’ = 5, 'LIST' = [1, 1, 2, 3, 4, -1], ‘VAL’ = 2, ‘POS’ = 1.

Output: 1 -> 2 -> 1 -> 2 -> 3 -> 4 

Here in the given list we can see that the node having value 2 is inserted at position 1.
Problem approach

Simple linked list traversal

Try solving now

2. Delete Node In A Linked List

Easy
15m average time
80% success
0/40
Asked in companies
AdobeCIS - Cyber InfrastructureDell Technologies

You are given a Singly Linked List of integers and a reference to the node to be deleted. Every node of the Linked List has a unique value written on it. Your task is to delete that node from the linked list.

A singly linked list is a linear data structure in which we can traverse only in one direction i.e. from Head to Tail. It consists of several nodes where each node contains some data and a reference to the next node.

Note:

• The reference to the head of the linked list is not given.
• The node to be deleted is not a tail node.
• The value of each node in the Linked List is unique.
• It is guaranteed that the node to be deleted is present in the linked list.

A sample Linked List-

singly_linkedlist

Problem approach

Linked list implementation

Try solving now
02
Round
Medium
Video Call
Duration60 mins
Interview date6 Jun 2023
Coding problem2

1. Networking Questions

1. Clearly explain the TCP/IP protocol stack along with the functioning of each layer
2. How does a router routes a packet and How does a router uses longest prefix matching to route a packet
3. How does a page fault is serviced?
4. How Minimum Spanning Tree is useful in Networking Domain and Define Articulation Points and what is its significance in networking?
5. Explain different algorithms that applies in networking domain?
6. How can you calculate the round trip time and bandwidth of the network using Ping

Problem approach

Tip 1 : had to tell all about demand paging, modification/dirty bit of a modified page to be replaced.

2. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
HCL TechnologiesWalmartOptum

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Problem approach

calculating the number of 0s,1s and 2s is not counted as the solution for this problem
or you can use a more sophisticated approach in which place the 0's in starting and 2's in the end.

Try solving now
03
Round
Easy
HR Round
Duration30 mins
Interview date6 Jun 2023
Coding problem1

1. Basic HR Questions

They shortlisted 6 candidates and gave two PDF's consisting of 50 statements each, the first pdf had 50 positive statements and the 2nd had 50 negative statements and we had to decide whether they are most significant/significant/least significant to us. (we had to answer any 15 of them).

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the default value of int data type?

Choose another skill to practice
Start a Discussion
Similar interview experiences
Junior Engineer Associate
2 rounds | 3 problems
Interviewed by EGIL - Ericsson Global India Limited
782 views
0 comments
0 upvotes
SDE - 1
5 rounds | 14 problems
Interviewed by EGIL - Ericsson Global India Limited
660 views
0 comments
0 upvotes
Software Engineer
3 rounds | 8 problems
Interviewed by EGIL - Ericsson Global India Limited
515 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
475 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Network security
4 rounds | 7 problems
Interviewed by Accenture
991 views
0 comments
0 upvotes