HCL Interview Questions - Q&A
HCL Interview Questions - Q&A
4) What is port?
A port is a communication channel at server side that allows client request to a particular
service.
ex: HTTP – 80, SSH-22 etc.,
IpV4 IpV6
It’s a 32 bit IP address system It’s a 128 bit IP address system
It has subnet mask, hence divided into Its has no subnet mask, hence no classes
classes
We use only numeric values We use hexadecimal values (alpa
numeric)
Divided into 4 octals (4*8=32bit) Divided into 8*16 = 128bit
12) How will you check if my system is not connecting to internet even if network cable ,
network card drivers and IP configuration is correctly configured? What could be the
problem?
-- May be gateway / DNS IP’s are not set
-- May be issue with internet service provider(ISP)
-- Gateway router is not reachable
13) Command to check the network continuity? / How to check communication between 2
computers
Command: PING IPAddress/Hostname
Ex: ping 192.168.1.100 (or) ping dbserver.example.com
14) Command to check the MAC id of network card?
Ipconfig /all (In Linux/Unix – ifconfig)
24) When I connected to system in network, system got IP Address 169.225.x.x what is it
mean, how you resolve the issue?
It is called APIPA (Automatic Private IP Address), which is assigned to a host by itself if
DHCP is not reachable and at the same time no static IP is set to the host.
We can resolve it by
enabling DHCP in the network
by adding static IP.
If DHCP is working fine in the network, we should clear APIPA using
below commands:
ipconfig /release – This will set existing settings to ZERO
Ipconfig /renew – This will get IP from appropriate DHCP server
33) Difference between differential backup / Incremental Backup and full backup?
If I take backup of the complete data, its called full backup. If I take backup of only
remaining data that is added after the last full backup, its called incremental backup.
42) What is meant by BSOD ? how will you rectify the issue?
BSOD - Blue Screen of Death, arises when there is any issue with hardware devices or
its drivers. We can rectify this issue by updating hardware drivers / replace the hardware
if problem arises even after updating the drivers.
Schema Master: This role manages the read-write of your AD schema. Ad schema
defines all the attributes like employee ID, Phone number, email id, login id, manager
etc.,
Domain Naming Master: The Domain Naming Master makes sure that you don’t create a
second domain(tree) in the same forest with the same name as another. It is the master
of your domain names.
RID Master: Assigns blocks of Security Identifiers (SID) to different DC's and they can be
used for newly created objects.
53) What is straight cable and cross cable and where we use these?
54) What is topology?
55) Why we need networking?
56) What is difference between 32bit and 64 bit OS?
A 32BIT OS can process only 232 bytes of data transactions at a time i.e. upto 4 GB,
where as a 64BIT OS can process upto 264 bytes of data transactions.