Infomo
FENWICK AND RAVI Interview Questions and Answers
Q1. If you are copying a 10 TB data and session goes expire, after reestablishing the session data should copy from where it left last, what is the tool or command to copy that data in linux server?
The tool or command to resume copying data from where it left off in a Linux server is rsync.
Use rsync command with the --partial and --progress options to resume copying data from where it left off.
Example: rsync --partial --progress source_directory/ destination_directory/
Q2. If a mail server infected with a Virus, how you handle the and remove the virus without Mail users affects?
Isolate infected mail server, scan for virus, remove virus, restore from backup if necessary.
Isolate infected mail server from network to prevent spread of virus
Scan mail server with antivirus software to detect and remove virus
Restore mail server from backup if necessary to ensure no data loss
Inform mail users about the situation and advise on any necessary actions
Implement security measures to prevent future infections
Q3. What are the Firewalls and how the IPS and IDS works?
Firewalls are security systems that monitor and control incoming and outgoing network traffic. IPS and IDS are intrusion prevention and detection systems that analyze network traffic for malicious activity.
Firewalls act as a barrier between a trusted internal network and untrusted external networks.
IPS (Intrusion Prevention System) actively monitors network traffic for potential threats and takes action to prevent them.
IDS (Intrusion Detection System) passively monitors netwo...read more
Q4. How a packet travel over two system, OSI and TCp Ip model?
A packet travels over two systems by following the OSI model for network communication and the TCP/IP model for internet communication.
Packet is created at the application layer in the OSI model
It then moves down through the transport, network, data link, and physical layers in the OSI model
At the TCP/IP model, the packet moves through the application, transport, internet, and network access layers
Each layer adds its own header information to the packet
Example: A user sends a...read more
Q5. How the Electricty comes and how it convert into readable form in Computer
Electricity is generated at power plants using various sources like coal, natural gas, or renewable energy. It is then transmitted through power lines to homes and businesses. In a computer, electricity is converted into readable form through components like the power supply, motherboard, and processor.
Electricity is generated at power plants using sources like coal, natural gas, or renewable energy
It is transmitted through power lines to homes and businesses
In a computer, el...read more
Q6. Different between Routers switches, L3 switcehs, reapeter and Hubs ?
Routers connect multiple networks, switches connect devices within a network, L3 switches combine routing and switching functions, repeaters amplify signals, hubs simply broadcast data to all connected devices.
Routers connect multiple networks and make decisions about the best path for data to travel.
Switches connect devices within a network and use MAC addresses to forward data to the correct destination.
L3 switches combine routing and switching functions, allowing for more ...read more
Top NOC Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month