Filter interviews by
I applied via Company Website and was interviewed before Jul 2021. There were 6 interview rounds.
An IP address is a unique identifier assigned to devices on a network, while a MAC address is a unique identifier assigned to network interfaces.
IP address stands for Internet Protocol address and is used to identify devices on a network
MAC address stands for Media Access Control address and is used to identify network interfaces
IP addresses are assigned by a DHCP server or can be manually configured
MAC addresses are h...
DHCP is a protocol that assigns IP addresses to devices on a network. ADDS is a service that manages users and computers in a Windows domain.
DHCP stands for Dynamic Host Configuration Protocol
DHCP assigns IP addresses to devices on a network
ADDS stands for Active Directory Domain Services
ADDS is a service that manages users and computers in a Windows domain
ADDS provides authentication and authorization services for Win
IP address classes are a way of categorizing IP addresses based on their first octet.
There are five classes: A, B, C, D, and E.
Class A addresses start with a number between 1 and 126.
Class B addresses start with a number between 128 and 191.
Class C addresses start with a number between 192 and 223.
Class D addresses are used for multicasting.
Class E addresses are reserved for future use.
The class of an IP address determ...
Straight cable coding is a method of connecting two devices of the same type using a straight-through cable.
Straight cable coding is used to connect two devices of the same type, such as a PC to a switch or a router to a router.
In straight cable coding, the wires at one end of the cable are arranged in the same order as the wires at the other end.
Straight cable coding is also known as a patch cable or a straight-throug...
Crossover cable coding is a way of connecting two devices directly without using a switch or hub.
Crossover cables have the transmit and receive wires crossed over, allowing two devices to communicate directly.
The coding is different from a standard Ethernet cable, which has the same wiring on both ends.
Crossover cables are commonly used to connect two computers or two switches together.
To identify a crossover cable, lo...
Windows installation is the process of setting up the Windows operating system on a computer.
It involves creating a bootable media such as a DVD or USB drive
The installation process includes selecting language, time zone, and partitioning the hard drive
Users can choose between a clean install or an upgrade
Drivers and software may need to be installed after the Windows installation is complete
DNS stands for Domain Name System.
DNS is a system that translates domain names into IP addresses.
It is used to locate and identify devices on the internet.
DNS servers store information about domain names and their corresponding IP addresses.
DNS is essential for browsing the internet and accessing websites.
DNS can also be used for other purposes such as email routing and network troubleshooting.
Printer installation is the process of setting up and configuring a printer to work with a computer or network.
Connect the printer to the computer or network
Install the printer driver software
Configure printer settings such as paper size and print quality
Test the printer to ensure it is working properly
Types of networks include LAN, WAN, MAN, WLAN, PAN, SAN, CAN, and VPN.
LAN (Local Area Network) is a network that covers a small area like a home, office, or building.
WAN (Wide Area Network) is a network that covers a large geographical area like a city, country, or even the world.
MAN (Metropolitan Area Network) is a network that covers a larger area than a LAN but smaller than a WAN, usually a city or town.
WLAN (Wirele...
Network topology refers to the physical or logical layout of a network.
Bus topology
Star topology
Ring topology
Mesh topology
Tree topology
What is lan cable coding
Top trending discussions
I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.
Troubleshooting network issues involves identifying the problem, isolating the cause, and implementing a solution.
Check physical connections (cables, ports)
Verify network settings (IP address, DNS, gateway)
Use network troubleshooting tools (ping, traceroute)
Check for network congestion or bandwidth issues
Update network drivers or firmware
Restart networking devices (routers, switches)
Consult network documentation or sup
I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.
posted on 31 May 2024
I'm just writing this in order to view some interview questions please ignore
BSOD stands for Blue Screen of Death, a Windows error screen displayed when a system encounters a critical error. Networking refers to the practice of connecting computers and other devices to share resources. PST and OST files are used in Microsoft Outlook to store email data. Outlook is an email client developed by Microsoft.
BSOD is a Windows error screen that appears when a critical system error occurs.
Networking in...
A printer is a device that produces text or graphics on paper or other media.
Printers can be connected to computers or networks to produce physical copies of digital documents.
There are different types of printers such as inkjet, laser, and dot matrix printers.
Printers can be used for printing documents, photos, labels, and more.
Common printer manufacturers include HP, Canon, Epson, and Brother.
posted on 1 Feb 2025
I was interviewed before Feb 2024.
posted on 5 Oct 2022
I applied via Approached by Company and was interviewed in Sep 2022. There were 3 interview rounds.
Windows OS is a popular operating system developed by Microsoft.
Windows OS is available in different versions such as Windows 7, 8, 10, etc.
It has a graphical user interface (GUI) and supports multitasking.
Windows OS supports various file systems such as NTFS, FAT32, exFAT, etc.
It comes with built-in applications such as Microsoft Office, Internet Explorer, Windows Media Player, etc.
Windows OS can be customized with th...
I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.
It's Tough we need to work out more
They separate three levels easy medium hard
posted on 4 Mar 2024
I applied via Walk-in and was interviewed before Mar 2023. There were 2 interview rounds.
APIPA stands for Automatic Private IP Addressing. It is a feature in Windows that allows a computer to automatically assign itself an IP address when a DHCP server is not available.
Check if the computer has an IP address in the range of 169.254.0.1 to 169.254.255.254
Verify if the computer is unable to obtain an IP address from a DHCP server
Ensure that the network cable is properly connected and the DHCP server is funct...
C, java
An algorithm is a set of instructions designed to solve a specific problem or perform a specific task.
An algorithm is a step-by-step procedure for solving a problem.
It can be represented using flowcharts, pseudocode, or programming languages.
Examples of algorithms include sorting algorithms, search algorithms, and encryption algorithms.
C++ is an extension of C language with object-oriented programming features.
C++ supports object-oriented programming while C does not.
C++ has more advanced features like templates, exceptions, and namespaces.
C++ is more complex and harder to learn than C.
C++ is used for developing system software, games, and applications.
C is used for developing operating systems, embedded systems, and device drivers.
Allocation refers to the distribution or assignment of resources or tasks.
Allocation can refer to the allocation of funds, personnel, or equipment.
In engineering, allocation can refer to the allocation of tasks to different team members.
Allocation can also refer to the allocation of memory or storage space in computer systems.
Black box testing is a software testing technique that focuses on the functionality of the software without knowing its internal structure.
Tests are performed based on the software requirements and specifications
Testers do not have access to the source code or internal structure of the software
The goal is to identify defects in the software's functionality
Examples include functional testing, regression testing, and acc
White box testing is a testing technique that involves testing the internal structure of the software.
It is also known as clear box testing or structural testing.
It requires knowledge of the internal workings of the software.
It involves testing individual components or modules of the software.
It can be done manually or with the help of automated tools.
Examples include code coverage testing and path testing.
An algorithm is a set of instructions designed to solve a specific problem or perform a specific task.
An algorithm is a step-by-step procedure for solving a problem.
It is a set of rules or instructions that a computer follows to solve a problem.
Algorithms are used in programming, mathematics, and many other fields.
Examples of algorithms include sorting algorithms, search algorithms, and encryption algorithms.
Java and C are both programming languages, but differ in syntax, usage, and platform compatibility.
Java is an object-oriented language, while C is a procedural language.
Java is platform-independent, while C is platform-dependent.
Java has automatic memory management, while C requires manual memory management.
Java has a larger standard library than C.
C is faster and more efficient than Java for certain tasks, such as sys...
based on 1 review
Rating in categories
Desktop Support Engineer
29
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Network Engineer
6
salaries
| ₹2.9 L/yr - ₹4.8 L/yr |
Network Support Engineer
4
salaries
| ₹2.2 L/yr - ₹6.5 L/yr |
Desktop Engineer
4
salaries
| ₹2.1 L/yr - ₹3 L/yr |
Information Technology Support Engineer
4
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
TCS
Accenture
Wipro
Cognizant