Upload Button Icon Add office photos

Experis IT

Compare button icon Compare button icon Compare

Filter interviews by

Experis IT Interview Questions, Process, and Tips

Updated 29 Jan 2025

Top Experis IT Interview Questions and Answers

View all 36 questions

Experis IT Interview Experiences

Popular Designations

48 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the uses of STP
  • Q2. Tell me about your self

Trainee Network Engineer Interview Questions asked at other Companies

Q1. What is network and tell me about oso layers
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. TolalExperience
  • Q2. Workgroup and Domain
Round 2 - Technical 

(2 Questions)

  • Q1. What is DHCP,DNS and port
  • Q2. RAM ,SMPS,BIOS, and HDD
Round 3 - Aptitude Test 

Normal test

Round 4 - Case Study 

Vendor call logged

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)
Experis IT Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Completely manual testing questions with case study
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Can you tell me about yourself?

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Experis IT interview questions for popular designations

 Software Developer

 (3)

 Desktop Support Engineer

 (2)

 Financial Analyst

 (2)

 HR Recruiter

 (2)

 Scrum Master

 (2)

 Software Engineer

 (2)

 Business Executive

 (1)

 Database Support Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(20 Questions)

  • Q1. How to dics scan, create LVM
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. Server is behaving Slow, How can i Troubleshoot This.
  • Q3. User is not able to login, How can troubleshoot this
  • Ans. 

    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

  • Answered by AI
  • Q4. How to create bonding in linux
  • Ans. 

    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

  • Answered by AI
  • Q5. Disc LVM partion for LVM
  • Ans. 

    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...

  • Answered by AI
  • Q6. How to run Cronjob for Process
  • Ans. 

    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

  • Answered by AI
  • Q7. File sharing with nfs, step to step process, how to mount on server
  • Q8. Patching Process in your current Organization
  • Ans. 

    The patching process in my current organization involves regular updates and maintenance to ensure system security and performance.

    • Regularly scheduled patching cycles

    • Testing patches in a non-production environment before deployment

    • Applying patches to all systems, including servers, workstations, and network devices

    • Monitoring and tracking patch status

    • Documenting patching procedures and maintaining an inventory of patche...

  • Answered by AI
  • Q9. How to rollback Patches trough Yum
  • Ans. 

    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 ' command to rollback the patch.

    • Confirm the rollback by reviewing the output and checking the system's package status.

  • Answered by AI
  • Q10. Server is not able to login, how to troubleshoot this
  • Ans. 

    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

  • Answered by AI
  • Q11. Create swap for linux server
  • Ans. 

    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...

  • Answered by AI
  • Q12. How to take backup via tar utility
  • Ans. 

    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...

  • Answered by AI
  • Q13. You know scp what is use for linux.
  • Ans. 

    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

  • Answered by AI
  • Q14. Difference between yum & rpm.
  • Ans. 

    yum is a package manager that resolves dependencies and installs packages from repositories, while rpm is a low-level package manager that directly installs packages.

    • yum is a high-level package manager that uses rpm as its underlying package management system.

    • yum can automatically resolve dependencies and install packages from repositories, while rpm requires manual dependency resolution.

    • yum can also update packages an...

  • Answered by AI
  • Q15. Https is not working, how to troubleshoot this.
  • Ans. 

    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 ...

  • Answered by AI
  • Q16. You know about port , ssh, http, https, ftp, nfs, telnet , samba,
  • Ans. 

    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 ...

  • Answered by AI
  • Q17. Difference between udp & tcp
  • Ans. 

    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 ...

  • Answered by AI
  • Q18. Network layers for network
  • Ans. 

    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...

  • Answered by AI
  • Q19. You are not able to login through putty, troubleshooting
  • Ans. 

    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

  • Answered by AI
  • Q20. You know about scripting , bash or sh
  • Ans. 

    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 ...

  • Answered by AI

Skills evaluated in this interview

Top Experis IT System Administrator Interview Questions and Answers

Q1. User is not able to login, How can troubleshoot this
View answer (1)

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

Get interview-ready with Top Experis IT Interview Questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Are your company is good
  • Q2. Are you staff post to me
  • Q3. Your company is good?
  • Q4. I am a degree engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a graduate (B-tech)

Export Executive Interview Questions asked at other Companies

Q1. How to mange goods if you have not invoice but you need send goods to cha warehouse for export perpose.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. IBM storage replication
  • Q2. Dell EMC storage
Round 2 - HR 

(2 Questions)

  • Q1. Talked about CTC
  • Q2. Talked about notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Yet to experience the work culture and environment

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Senior Executive Interview Questions & Answers

user image Shivani Waghchoure

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about work you have done
  • Q2. Which technical skills you have sourced profiles

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)

HR Recruiter Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self introduction
  • Q2. Your how many siblings

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Asked about myself
  • Q2. Straight away asked for documents submission without providing offer letter of Wipro firm

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't trust this firm. You won't get offer letter from Wipro

Procurement Operations Associate Interview Questions asked at other Companies

Q1. Talk about a topic for 5 minutes
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Experis IT Interview FAQs

How many rounds are there in Experis IT interview?
Experis IT interview process usually has 1-2 rounds. The most common rounds in the Experis IT interview process are Technical, HR and Resume Shortlist.
How to prepare for Experis IT interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Experis IT. The most common topics and skills that interviewers at Experis IT expect are Java, IT Recruitment, Technical Recruitment, Contract Staffing and Javascript.
What are the top questions asked in Experis IT interview?

Some of the top questions asked at the Experis IT interview -

  1. What is the difference between the Agile and Waterfall mod...read more
  2. 1.What is java connection query. 2.how to show all tables in SQL. ...read more
  3. How does v11 and a360 migration works and issues you fac...read more
How long is the Experis IT interview process?

The duration of Experis IT interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

SALARIES

Progressive Infovision

No Salaries

LIST OF COMPANIES

Discover companies

Find best workplace

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

LanceSoft

No Interviews

INTERVIEWS

Talentpro

No Interviews

Tell us how to improve this page.

Experis IT Interview Process

based on 34 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Experis IT Reviews and Ratings

based on 585 reviews

3.0/5

Rating in categories

2.7

Skill development

2.9

Work-life balance

2.8

Salary

2.7

Job security

2.8

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 585 Reviews and Ratings
Software Developer
140 salaries
unlock blur Lock Unlock

₹3.2 L/yr - ₹11.9 L/yr

Talent Acquisition Executive
114 salaries
unlock blur Lock Unlock

₹2 L/yr - ₹5.5 L/yr

Desktop Support Engineer
89 salaries
unlock blur Lock Unlock

₹1.9 L/yr - ₹5.8 L/yr

Senior Software Engineer
83 salaries
unlock blur Lock Unlock

₹6.1 L/yr - ₹26 L/yr

Software Engineer
81 salaries
unlock blur Lock Unlock

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare Experis IT with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview