Filter interviews by
I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.
There are 7 run levels in Linux.
Run levels are numbered from 0 to 6 in Linux.
Each run level has a specific purpose and defines the state of the system.
Run level 0 is used for system shutdown, while run level 6 is used for system reboot.
Run level 1 is known as the single-user mode, used for system maintenance and troubleshooting.
Run levels 2 to 5 are multi-user modes with different configurations.
Run level 3 is typicall...
To add a user and create a directory in Linux, you can use the 'useradd' command to create the user and 'mkdir' command to create the directory.
Use the 'useradd' command followed by the username to create a new user. For example: 'useradd john'
To create a directory, use the 'mkdir' command followed by the directory name. For example: 'mkdir /home/john'
You can also specify additional options with the 'useradd' command, ...
To give permission to a directory and file, you can use the chmod command in Linux or the Set-ACL command in Windows.
In Linux, use the chmod command followed by the permission code and the directory/file name.
In Windows, use the Set-ACL command followed by the directory/file name and the desired permissions.
Permission codes in Linux include read (r), write (w), and execute (x) for owner, group, and others.
In Windows, p...
To rename a directory, use the 'mv' command followed by the current directory name and the desired new name.
Use the 'mv' command followed by the current directory name and the desired new name
Make sure you have the necessary permissions to rename the directory
If the directory is located in a different location, provide the full path to the directory
To give and see IP address, use the command 'ipconfig' on Windows or 'ifconfig' on Linux/Mac.
On Windows, open Command Prompt and type 'ipconfig'. Look for 'IPv4 Address' under the network adapter you're interested in.
On Linux/Mac, open Terminal and type 'ifconfig'. Look for 'inet' or 'inet addr' under the network adapter you want to check.
Alternatively, you can use the 'hostname -I' command on Linux/Mac to quickly see ...
The user's password in Linux is stored in the /etc/shadow file.
The /etc/shadow file contains the encrypted passwords for all the users on the system.
Each line in the /etc/shadow file represents a user and their password information.
The password field in the /etc/shadow file contains the encrypted password.
The password is stored in a hashed format to enhance security.
Only the root user or users with sufficient privilege
The port number of telnet is 23 and the port number of sshd is 22.
The port number of telnet is 23.
The port number of sshd (Secure Shell Daemon) is 22.
Top trending discussions
posted on 14 Apr 2023
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
HDD stands for Hard Disk Drive. It is a traditional storage device that uses spinning disks to store data.
HDDs are slower than SSDs due to the mechanical nature of the spinning disks
HDDs are cheaper than SSDs for the same amount of storage
HDDs are commonly used in desktop computers and servers
Examples of popular HDD brands include Seagate and Western Digital
To resolve wifi issue, check for connectivity, reset router, update drivers, and check for interference.
Check if other devices can connect to the wifi network
Reset the router by unplugging it for 30 seconds and plugging it back in
Update the wifi drivers on the device
Check for any interference from other devices or objects near the router
To disable internal keyboard, follow these steps:
Open Device Manager
Expand the Keyboards section
Right-click on the internal keyboard and select Disable
Confirm the action if prompted
I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.
DORA (Discover Offer Request Acknowledge) is a process used by DHCP clients to obtain IP addresses.
DORA is an acronym for Discover, Offer, Request, and Acknowledge.
It is a process used by DHCP clients to obtain IP addresses from DHCP servers.
The client sends a Discover message to the server, which responds with an Offer message containing an available IP address.
The client then sends a Request message to the server, in...
I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.
FSMO roles are the 5 special roles in Active Directory that manage different aspects of the domain.
There are 5 FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.
Schema Master: controls updates to the AD schema.
Domain Naming Master: controls the addition or removal of domains in the forest.
RID Master: allocates RIDs to DCs for use in creating new objects.
PDC Emulator: h...
The default replication time between sites depends on the specific replication technology being used.
The default replication time can vary depending on the distance between the sites and the available bandwidth.
Some replication technologies allow for near real-time replication, while others may have longer replication intervals.
Factors such as network latency, data size, and network congestion can also impact replicati...
posted on 4 Aug 2023
I applied via Naukri.com and was interviewed before Aug 2022. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.
posted on 8 Sep 2024
I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.
DHCP server is a network server that automatically assigns IP addresses and other network configuration settings to devices on a network.
Automatically assigns IP addresses to devices on a network
Manages IP address allocation dynamically
Reduces the need for manual configuration
Helps in efficient network management
Active Directory is a directory service developed by Microsoft for Windows domain networks.
Centralized database for managing network resources
Stores information about users, computers, and other network objects
Allows administrators to control access and permissions
Facilitates single sign-on for users across network services
DNS is a crucial system that translates domain names to IP addresses, enabling internet communication.
DNS stands for Domain Name System
It translates human-readable domain names (like google.com) to IP addresses (like 172.217.3.206)
DNS helps in locating websites and other resources on the internet
It consists of multiple components like DNS servers, resolvers, and zones
DNS can be configured with different types of record
DORA process stands for Define, Observe, Reflect, and Act. It is a problem-solving method used in engineering.
Define the problem or goal
Observe the current situation and gather data
Reflect on the data and analyze possible solutions
Act by implementing the best solution and evaluating the results
BSOD error stands for Blue Screen of Death error, a common error in Windows operating systems.
BSOD error is a stop error displayed on a blue screen when Windows encounters a critical error and has to stop.
It usually includes an error code and a message indicating the cause of the error.
Common causes of BSOD errors include hardware failures, driver issues, and software conflicts.
I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.
Over 5 years of experience in designing, implementing, and maintaining complex systems
Proficient in network protocols such as TCP/IP, DNS, DHCP
Skilled in troubleshooting hardware and software issues
Certified in Cisco CCNA and CompTIA Network+
Strong communication and problem-solving skills
Investigate the root cause of the slowness and take appropriate actions to optimize the system performance.
Check system resource utilization (CPU, memory, disk)
Identify any recent changes or updates that may have caused the slowdown
Review system logs for any errors or warnings
Optimize system configurations and settings
Consider upgrading hardware or software if necessary
posted on 14 Apr 2023
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
HDD stands for Hard Disk Drive. It is a traditional storage device that uses spinning disks to store data.
HDDs are slower than SSDs due to the mechanical nature of the spinning disks
HDDs are cheaper than SSDs for the same amount of storage
HDDs are commonly used in desktop computers and servers
Examples of popular HDD brands include Seagate and Western Digital
To resolve wifi issue, check for connectivity, reset router, update drivers, and check for interference.
Check if other devices can connect to the wifi network
Reset the router by unplugging it for 30 seconds and plugging it back in
Update the wifi drivers on the device
Check for any interference from other devices or objects near the router
To disable internal keyboard, follow these steps:
Open Device Manager
Expand the Keyboards section
Right-click on the internal keyboard and select Disable
Confirm the action if prompted
Senior Process Associate
16
salaries
| ₹2.2 L/yr - ₹5.1 L/yr |
Team Lead
16
salaries
| ₹4 L/yr - ₹11 L/yr |
Process Associate
16
salaries
| ₹1 L/yr - ₹4.4 L/yr |
Software Engineer
16
salaries
| ₹7 L/yr - ₹27 L/yr |
Financial Analyst
15
salaries
| ₹1.5 L/yr - ₹10.2 L/yr |
Dell Global Business Center
IBM
Accenture
Infosys