Quess Corp interview experience Real time questions & tips from candidates to crack your interview

Network security

Quess Corp
upvote
share-icon
1 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Networking, Protocols, Network Security, UNIX, Layers
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Other
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date4 Nov 2019
Coding problem6

Technical Interview round with questions on Networking.

1. Computer Network Question

What is BGP?

Problem approach

Border Gateway Protocol (BGP) refers to a gateway protocol that enables the internet to exchange routing information between autonomous systems (AS). As networks interact with each other, they need a way to communicate. This is accomplished through peering. BGP makes peering possible. Without it, networks would not be able to send and receive information with each other.
When you have a network router that connects to other networks, it does not know which network is the best one to send its data to. BGP takes into consideration all the different peering options a router has and chooses the one closest to where the router is. Each potential peer communicates the routing information it has and that gets stored within a routing information base (RIB). BGP can access this information and use it to choose the best peering option.

2. Computer Network Question

What is Data Link Layer?

Problem approach

Data Link Layer is second layer of OSI Layered Model. This layer is one of the most complicated layers and has complex functionalities and liabilities. Data link layer hides the details of underlying hardware and represents itself to upper layer as the medium to communicate.
Data link layer is responsible for converting data stream to signals bit by bit and to send that over the underlying hardware. At the receiving end, Data link layer picks up data from hardware which are in the form of electrical signals, assembles them in a recognizable frame format, and hands over to upper layer.

Data link layer has two sub-layers:
1. Logical Link Control: It deals with protocols, flow-control, and error control
2. Media Access Control: It deals with actual control of media

3. Computer Network Question

How many types of networking layers?

Problem approach

The OSI model was developed by the International Organization for Standardization. There are 7 layers:
Physical (e.g. cable, RJ45)
Data Link (e.g. MAC, switches)
Network (e.g. IP, routers)
Transport (e.g. TCP, UDP, port numbers)
Session (e.g. Syn/Ack)
Presentation (e.g. encryption, ASCII, PNG, MIDI)
Application (e.g. SNMP, HTTP, FTP)

4. Computer Network Question

What is OSPF?

Problem approach

Open shortest path first (OSPF) is a link-state routing protocol that is used to find the best path between the source and the destination router using its own shortest path first (SPF) algorithm. A link-state routing protocol is a protocol that uses the concept of triggered updates, i.e., if there is a change observed in the learned routing table then the updates are triggered only, not like the distance-vector routing protocol where the routing table is exchanged at a period of time.

Criteria – 
To form neighbourship in OSPF, there is a criterion for both the routers: 
It should be present in the same area.
The router I’d be unique.
The subnet mask should be the same. 
Hello, and the dead timer should be the same. 
The stub flag must match. 
Authentication must match.

5. Computer Network Question

What is a router?

Problem approach

A router is a device that connects two or more packet-switched networks or subnetworks. It serves two primary functions: managing traffic between these networks by forwarding data packets to their intended IP addresses, and allowing multiple devices to use the same Internet connection.

6. Computer Network Question

What is a switch?

Problem approach

Switches facilitate the sharing of resources by connecting together all the devices, including computers, printers, and servers, in a small business network. Thanks to the switch, these connected devices can share information and talk to each other, regardless of where they are in a building or on a campus.

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 recursion?

Choose another skill to practice
Similar interview experiences
Senior Software Developer
1 rounds | 3 problems
Interviewed by Quess Corp
1144 views
0 comments
0 upvotes
Java Technology Lead
2 rounds | 6 problems
Interviewed by Quess Corp
1013 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes