i
Experis
IT
Filter interviews by
Experienced Technical Recruiter with a strong background in sourcing and placing top talent in various tech sectors.
Over 5 years of experience in technical recruiting, specializing in software development and IT roles.
Worked with clients like XYZ Tech and ABC Innovations, successfully filling over 100 positions.
Skilled in using various recruiting tools such as LinkedIn Recruiter, ATS systems, and Boolean search te...
I have sourced profiles with a focus on data analysis, software development, and project management skills across various industries.
Proficient in programming languages like Python and Java for software development roles.
Experience in sourcing data analysts skilled in SQL and data visualization tools like Tableau.
Identified project managers with certifications such as PMP and Agile methodologies.
Sourced profiles f...
I have led cross-functional teams to drive strategic initiatives, improve operational efficiency, and enhance customer satisfaction.
Implemented a new project management system that reduced project delivery times by 20%.
Spearheaded a customer feedback initiative that increased satisfaction scores by 15% within six months.
Developed a training program for staff that improved employee retention rates by 30%.
Spanning Tree Protocol (STP) prevents loops in network topologies, ensuring efficient data flow in Ethernet networks.
STP identifies and disables redundant paths to prevent broadcast storms.
It uses a tree structure to maintain a loop-free topology.
Example: In a network with multiple switches, STP will block some links to avoid loops.
STP elects a root bridge to manage the network topology.
It can dynamically adjust t...
Effective communication skills are vital for a Network Support Engineer to resolve issues and collaborate with teams and clients.
Active listening: I ensure I fully understand client issues by paraphrasing their concerns before offering solutions.
Clear explanations: I use simple language to explain technical concepts to non-technical stakeholders, ensuring they grasp the situation.
Documentation: I maintain detailed...
Discussing notice period involves understanding its implications for both the employer and employee during the transition phase.
Notice period is the time between resignation and last working day, allowing for knowledge transfer.
For example, a two-month notice allows the company to find a replacement and ensures a smooth transition.
It's important to adhere to the notice period as per the employment contract to main...
CTC, or Cost to Company, refers to the total salary package an employee receives, including all benefits and allowances.
CTC includes basic salary, allowances, bonuses, and benefits like health insurance.
For example, if your CTC is $100,000, it may include $70,000 as basic salary and $30,000 in benefits.
Understanding CTC helps in comparing job offers effectively.
Negotiating CTC can lead to better compensation packa...
Troubleshooting steps for not being able to login through putty
Check network connectivity
Verify correct IP address and port number
Ensure SSH service is running on the server
Check firewall settings
Verify correct username and password
Check if the server is reachable and not down
Yes, I am familiar with scripting in bash and sh.
I have experience writing scripts in bash and sh.
I am comfortable with using variables, loops, conditionals, and functions in bash and sh scripts.
I have used bash and sh scripts for automating tasks, managing system configurations, and troubleshooting.
I am familiar with common commands and utilities in bash and sh, such as grep, sed, awk, and find.
I have written scr...
To troubleshoot HTTPS not working, check certificate validity, firewall settings, and web server configuration.
Check if the SSL/TLS certificate is valid and properly installed
Verify if the web server is configured to listen on the correct HTTPS port (usually 443)
Ensure that the firewall allows incoming connections on the HTTPS port
Check if the SSL/TLS protocols and cipher suites are correctly configured
Inspect the...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
DHCP assigns IP addresses, DNS translates domain names to IP addresses, ports allow multiple applications to communicate on a single device
DHCP stands for Dynamic Host Configuration Protocol
DNS stands for Domain Name System
Ports are virtual endpoints for communication in networking
DHCP assigns IP addresses automatically to devices on a network
DNS translates domain names (e.g. www.google.com) to IP addresses (e.g. 172.2...
Normal test
Vendor call logged
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
To disk scan, use tools like fsck or badblocks. To create LVM, use pvcreate, vgcreate, and lvcreate commands.
To disk scan, use fsck command to check and repair file system errors.
To scan for bad blocks on a disk, use badblocks command.
To create LVM, first initialize physical volumes (pvcreate), then create volume groups (vgcreate), and finally create logical volumes (lvcreate).
Example: fsck /dev/sda1
Example: badblocks ...
To troubleshoot a slow server, analyze performance metrics, check resource usage, and identify bottlenecks.
Check CPU usage: Use tools like 'top' or 'htop' to identify processes consuming high CPU.
Monitor memory usage: Use 'free -m' or 'vmstat' to check for memory exhaustion or swapping.
Inspect disk I/O: Use 'iostat' or 'df -h' to check for disk space issues or high I/O wait times.
Review network performance: Use 'ping' ...
To troubleshoot a user not able to login, check for account lockouts, password issues, network connectivity, and system errors.
Check if the user's account is locked or disabled
Verify if the user's password has expired or needs to be reset
Ensure network connectivity is working properly
Check for any system errors or issues that may prevent login
Review system logs for any relevant error messages
Confirm if the user is usin...
Bonding in Linux is a technique to combine multiple network interfaces into a single virtual interface for increased bandwidth and fault tolerance.
Install the bonding driver module
Configure the bonding interface in the network configuration file
Specify the bonding mode and options
Assign the physical interfaces to the bonding interface
Restart the network service to apply the changes
Disc LVM partitioning allows for flexible management of storage space by creating logical volumes on physical disks.
LVM stands for Logical Volume Manager.
It allows for dynamic allocation and resizing of storage space.
LVM partitions are created by combining physical volumes (disks) into volume groups, and then creating logical volumes within those groups.
Logical volumes can be resized, moved, or even span multiple physi...
To run a cronjob for a process, use the crontab command to create a cron job entry.
Use the crontab command to edit the cron table
Specify the schedule using the cron syntax
Specify the command or script to be executed
Save and exit the cron table to schedule the cron job
NFS allows file sharing across networks. Here's how to set it up and mount on a server.
Install NFS server: Use 'sudo apt install nfs-kernel-server' on Ubuntu.
Configure exports: Edit '/etc/exports' to define shared directories, e.g., '/srv/nfs *(rw,sync,no_subtree_check)'.
Start NFS service: Run 'sudo systemctl start nfs-kernel-server' to start the service.
Enable NFS on boot: Use 'sudo systemctl enable nfs-kernel-server'...
To rollback patches through Yum, use the yum history command and the yum history undo command.
Use the 'yum history' command to view the history of installed packages and patches.
Identify the transaction ID of the patch you want to rollback.
Use the 'yum history undo
Confirm the rollback by reviewing the output and checking the system's package status.
To troubleshoot a server not able to login, check network connectivity, verify credentials, and review system logs.
Check network connectivity to ensure the server is reachable
Verify the correctness of login credentials
Review system logs for any error messages or indications of login failures
Restart the server if necessary
Check for any recent system updates or changes that may have caused the login issue
To create swap for a Linux server, use the 'mkswap' command to create a swap file or partition and then activate it using the 'swapon' command.
Use 'dd' command to create a swap file with desired size: 'dd if=/dev/zero of=/path/to/swapfile bs=1G count=4'
Set the correct permissions for the swap file: 'chmod 600 /path/to/swapfile'
Create swap space on the file: 'mkswap /path/to/swapfile'
Activate the swap space: 'swapon /pa...
Tar utility is used to create backups by compressing files and directories.
To create a backup using tar, use the 'tar' command followed by the appropriate options and arguments.
Specify the files or directories to be included in the backup.
Use the '-cvf' options to create a new tar archive file.
Specify the name of the archive file to be created.
To compress the backup, use the '-z' option for gzip compression or '-j' opt...
scp is a command-line tool used for securely transferring files between a local and remote Linux system.
scp stands for secure copy.
It uses SSH protocol for secure file transfer.
It can be used to copy files between local and remote systems, or between two remote systems.
Syntax: scp [options] [source] [destination]
Example: scp file.txt user@remote:/path/to/destination
To troubleshoot HTTPS not working, check certificate validity, firewall settings, and web server configuration.
Check if the SSL/TLS certificate is valid and properly installed
Verify if the web server is configured to listen on the correct HTTPS port (usually 443)
Ensure that the firewall allows incoming connections on the HTTPS port
Check if the SSL/TLS protocols and cipher suites are correctly configured
Inspect the web ...
These are common network protocols used for communication and file transfer.
SSH (Secure Shell) is a secure protocol used for remote login and secure file transfer.
HTTP (Hypertext Transfer Protocol) is used for transmitting web pages and other resources over the internet.
HTTPS (HTTP Secure) is the secure version of HTTP, encrypted with SSL/TLS.
FTP (File Transfer Protocol) is used for transferring files between a client ...
UDP is a connectionless protocol that provides fast, but unreliable communication. TCP is a connection-oriented protocol that ensures reliable communication.
UDP stands for User Datagram Protocol, while TCP stands for Transmission Control Protocol.
UDP is faster than TCP because it does not establish a connection before sending data.
UDP does not guarantee delivery of packets, while TCP ensures reliable delivery.
TCP uses ...
The network layers for network are a hierarchical structure that defines the communication process between devices.
The network layers are a way to organize and standardize the communication process in a network.
There are several models that define the network layers, such as the OSI model and the TCP/IP model.
Each layer has a specific function and interacts with the layers above and below it.
The layers provide abstract...
Troubleshooting steps for not being able to login through putty
Check network connectivity
Verify correct IP address and port number
Ensure SSH service is running on the server
Check firewall settings
Verify correct username and password
Check if the server is reachable and not down
Yes, I am familiar with scripting in bash and sh.
I have experience writing scripts in bash and sh.
I am comfortable with using variables, loops, conditionals, and functions in bash and sh scripts.
I have used bash and sh scripts for automating tasks, managing system configurations, and troubleshooting.
I am familiar with common commands and utilities in bash and sh, such as grep, sed, awk, and find.
I have written scripts ...
I applied via Job Fair and was interviewed before Dec 2023. There was 1 interview round.
CTC, or Cost to Company, refers to the total salary package an employee receives, including all benefits and allowances.
CTC includes basic salary, allowances, bonuses, and benefits like health insurance.
For example, if your CTC is $100,000, it may include $70,000 as basic salary and $30,000 in benefits.
Understanding CTC helps in comparing job offers effectively.
Negotiating CTC can lead to better compensation packages.
Discussing notice period involves understanding its implications for both the employer and employee during the transition phase.
Notice period is the time between resignation and last working day, allowing for knowledge transfer.
For example, a two-month notice allows the company to find a replacement and ensures a smooth transition.
It's important to adhere to the notice period as per the employment contract to maintain ...
I have led cross-functional teams to drive strategic initiatives, improve operational efficiency, and enhance customer satisfaction.
Implemented a new project management system that reduced project delivery times by 20%.
Spearheaded a customer feedback initiative that increased satisfaction scores by 15% within six months.
Developed a training program for staff that improved employee retention rates by 30%.
I have sourced profiles with a focus on data analysis, software development, and project management skills across various industries.
Proficient in programming languages like Python and Java for software development roles.
Experience in sourcing data analysts skilled in SQL and data visualization tools like Tableau.
Identified project managers with certifications such as PMP and Agile methodologies.
Sourced profiles for cl...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Top trending discussions
The duration of Experis IT interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 39 interview experiences
Difficulty level
Duration
based on 647 reviews
Rating in categories
11-26 Yrs
Not Disclosed
Software Developer
143
salaries
| ₹4.4 L/yr - ₹11 L/yr |
Talent Acquisition Executive
135
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Desktop Support Engineer
90
salaries
| ₹1.9 L/yr - ₹6.5 L/yr |
Senior Software Engineer
85
salaries
| ₹11.9 L/yr - ₹20 L/yr |
Software Engineer
68
salaries
| ₹5.5 L/yr - ₹12.4 L/yr |
Randstad
Team Lease
Innovsource Services
LanceSoft