Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBM Team. If you also belong to the team, you can get access from here

IBM Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 21.3k Reviews

Filter interviews by

IBM AWS and Linux Administrator Interview Questions and Answers

Updated 25 Feb 2022

IBM AWS and Linux Administrator Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jan 2022. There were 4 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 tips
Round 2 - Aptitude Test 

Red hot linux

Round 3 - Group Discussion 

Kick start and network information instalation

Round 4 - Technical 

(1 Question)

  • Q1. How to instalation new server?
  • Ans. 

    To install a new server, follow these steps:

    • Choose the appropriate hardware and operating system

    • Configure network settings

    • Install necessary software packages

    • Set up security measures

    • Configure backups and monitoring

    • Test the server to ensure it is functioning properly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hi sir /madam good evening i am madhusudhan reddy am comepleted m.sc organic chemistry in 2018 can you eligible this job

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. If a server patched with new kernel update after reboot server came up with old kernel only. How will you troubleshoot it ?
  • Ans. 

    To troubleshoot a server that booted up with the old kernel after a new kernel update, check the bootloader configuration, verify the kernel installation, and review the update process.

    • Check the bootloader configuration to ensure it is pointing to the correct kernel version.

    • Verify the kernel installation to see if the new kernel was successfully installed.

    • Review the update process to identify any errors or issues that ...

  • Answered by AI
  • Q2. What are the various commands to check the CPU , Memory utilization in Linux server ?
  • Ans. 

    Various commands to check CPU and Memory utilization in Linux server.

    • To check CPU utilization: top, mpstat, sar

    • To check Memory utilization: free, vmstat, sar -r

  • Answered by AI
  • Q3. How will you create and add new disk to the system using LVM ? Write the commands of the process.
  • Ans. 

    To add a new disk to the system using LVM, you need to initialize the disk, create a physical volume, extend the volume group, and finally extend the logical volume.

    • Initialize the disk using fdisk or parted command

    • Create a physical volume using pvcreate command

    • Extend the volume group using vgextend command

    • Extend the logical volume using lvextend command

    • Resize the filesystem using resize2fs or xfs_growfs command

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Linux Administrator with a passion for troubleshooting and optimizing systems.

    • Over 5 years of experience managing Linux servers in a corporate environment

    • Skilled in shell scripting, server configuration, and system monitoring tools like Nagios

    • Strong problem-solving skills and ability to work well under pressure

    • Certified in Red Hat Enterprise Linux (RHCE)

    • Passionate about staying up-to-date with the latest te

  • Answered by AI
  • Q2. Can you let us know the skills other than mentioned skills in resume?
  • Ans. 

    Some additional skills I possess include scripting languages, troubleshooting abilities, and strong communication skills.

    • Proficiency in scripting languages such as Python, Bash, or Perl can be beneficial for automating tasks and improving efficiency.

    • Strong troubleshooting abilities are essential for quickly identifying and resolving issues that may arise in a Linux environment.

    • Effective communication skills are importa...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. S3 storwge class
  • Q2. Day to day activities in current role
  • Q3. Amazon vpc advantages vpc peering
  • Q4. Jenkins pipeline building
  • Q5. Terraform validate command
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is lvm how it is work?
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used to manage disk storage in Linux systems.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It consists of physical volumes, volume groups, and logical volumes.

    • Commands like pvcreate, vgcreate, lvcreate are used to create and manage LVM.

    • LVM provides flexibility in managing storage space by allowing logical volumes to span multiple physical disks.

  • Answered by AI
  • Q2. How to mount nfs?
  • Ans. 

    To mount NFS, use the 'mount' command with the NFS server IP address and the mount point on the local machine.

    • Use the 'mount' command followed by the NFS server IP address and the mount point on the local machine

    • For example: sudo mount 192.168.1.100:/shared_folder /mnt/nfs_share

    • Ensure that the NFS server is properly configured and accessible from the local machine

  • Answered by AI
  • Q3. How to do patching.
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the appropriate patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule downtime for applying patches to minimize disruption

    • Document the patching process for future reference

  • Answered by AI
  • Q4. How to rollback package
  • Ans. 

    To rollback a package, use package manager to uninstall current version and install previous version.

    • Use package manager to uninstall current version of the package

    • Install the previous version of the package using package manager

    • Check for any dependencies that may need to be rolled back as well

  • Answered by AI
  • Q5. How to remove older kernel
  • Ans. 

    To remove older kernels in Linux, use package management tools like apt or yum.

    • Use 'apt autoremove' command in Debian-based systems to remove old kernels

    • Use 'yum remove ' command in Red Hat-based systems to remove old kernels

    • Check available kernels with 'uname -r' command before removing

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How can I grant SFTP access exclusively to the user David?
  • Ans. 

    Grant SFTP access exclusively to user David

    • Create a new group specifically for David, e.g. 'davidgroup'

    • Set the ChrootDirectory in the SSH configuration file to restrict David's access to a specific directory

    • Add David to the 'davidgroup' and configure the necessary permissions for SFTP access

  • Answered by AI
  • Q2. How can a user be locked out after 6 unsuccessful password attempts for a duration of 30 minutes?
  • Ans. 

    To lock a user out after 6 unsuccessful password attempts for 30 minutes, modify the PAM configuration file.

    • Edit the PAM configuration file (/etc/pam.d/common-auth) to include the 'pam_tally2' module.

    • Set the 'deny' option in the 'pam_tally2' module to lock the user out after 6 failed attempts.

    • Specify the 'unlock_time' option in the 'pam_tally2' module to set the duration of the lockout period to 30 minutes.

    • Example: aut

  • Answered by AI

AWS Cloud Engineer Interview Questions & Answers

HCL Group user image 20cse 1103 kommineni Naveen

posted on 16 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

He tried has good friend

Round 2 - Coding Test 

Good coding test process

Round 3 - Group Discussion 

He tech like Friend

Round 4 - HR 

(4 Questions)

  • Q1. Tell Me About Yourself.
  • Q2. What is aws technology
  • Ans. 

    AWS technology refers to the suite of cloud computing services provided by Amazon Web Services.

    • Amazon Web Services (AWS) offers a wide range of cloud computing services such as computing power, storage, and databases.

    • AWS technology allows businesses to scale and grow without the need for large upfront investments in hardware.

    • Examples of AWS services include Amazon EC2 for virtual servers, Amazon S3 for storage, and Ama

  • Answered by AI
  • Q3. What is the use s3 bucket in aws
  • Ans. 

    S3 bucket in AWS is a scalable storage solution for storing objects such as files, images, videos, and backups.

    • Used for storing and retrieving data in the cloud

    • Highly scalable and durable storage solution

    • Can be used for hosting static websites or storing backups

    • Objects stored in S3 can be secured using access control policies and encryption

    • Can be integrated with other AWS services like EC2, Lambda, and CloudFront

  • Answered by AI
  • Q4. How to create account RDS
  • Ans. 

    To create an RDS account, you need to sign up for an AWS account and then navigate to the RDS service in the AWS Management Console.

    • Sign up for an AWS account if you don't already have one

    • Navigate to the RDS service in the AWS Management Console

    • Click on 'Create database' to start the process

    • Choose the database engine, version, and other configuration settings

    • Specify the database credentials and security settings

    • Review

  • Answered by AI
Round 5 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What is key elements in aws
  • Ans. 

    Key elements in AWS include compute, storage, databases, networking, security, and management tools.

    • Compute services like EC2, Lambda, and Elastic Beanstalk

    • Storage services like S3, EBS, and Glacier

    • Database services like RDS, DynamoDB, and Redshift

    • Networking services like VPC, Route 53, and Direct Connect

    • Security services like IAM, KMS, and WAF

    • Management tools like CloudWatch, CloudFormation, and AWS Config

  • Answered by AI
  • Q3. What is vps in aws
  • Ans. 

    VPS in AWS stands for Virtual Private Server, which is a virtualized server that runs on a cloud computing environment.

    • VPS in AWS provides users with dedicated resources and control over their server environment

    • Users can customize their VPS with specific configurations and software

    • VPS instances in AWS can be easily scaled up or down based on demand

    • Examples of VPS services in AWS include Amazon EC2 (Elastic Compute Clou

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay in good internet please

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why want to work in Tech m
  • Q2. Why want to work in Tech M

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech Mahindra never focus in Noida, Gurgaon, they give priority to Pune, Mumbai.
They hired employees for Noida office and send them to other location also do not give relocation if person change his/her location. Gratuity bonus , they give only 20,000 per employees after depending 5 years in name of bonus
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Current environment an support
  • Ans. 

    The current environment and support for AWS Solution Architect

    • Current environment includes infrastructure, applications, and services being used

    • Support refers to resources available for troubleshooting and maintenance

    • Examples of support could include ticketing system, monitoring tools, and documentation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins devops tools sonar nexus
  • Q2. Aws cli questions python questions
  • Q3. Kubernetes pod creation teplicatset events in kubernetes ingress controller
  • Ans. 

    Kubernetes pod creation and replicaset events in Kubernetes Ingress controller.

    • Pod creation involves defining a pod specification in a YAML file and using 'kubectl create' command to create the pod.

    • Replicaset events can be monitored using 'kubectl describe replicaset' command to check for events related to the replicaset.

    • Ingress controller manages external access to services in a Kubernetes cluster by routing traffic b...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Jenkins job creation image in docker
  • Ans. 

    Creating a Jenkins job using an image in Docker

    • Create a Dockerfile with necessary configurations for Jenkins job

    • Build a Docker image using the Dockerfile

    • Run a Jenkins container using the Docker image

    • Configure Jenkins job to use the Docker image as the build environment

  • Answered by AI
  • Q2. Pod creation servers creation docker login
  • Q3. Hakkakbankaklananbakakanannala

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

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

(1 Question)

  • Q1. How to check the integrity of a file system or consistency of the file sys tem
  • Ans. 

    File system integrity can be checked using fsck command in Linux.

    • Use fsck command to check and repair file system errors

    • Run fsck on unmounted file systems for accurate results

    • Use options like -y to automatically repair errors without user intervention

  • Answered by AI

Skills evaluated in this interview

IBM Interview FAQs

How many rounds are there in IBM AWS and Linux Administrator interview?
IBM interview process usually has 4 rounds. The most common rounds in the IBM interview process are Resume Shortlist, Aptitude Test and Group Discussion.

Tell us how to improve this page.

People are getting interviews through

based on 1 IBM interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
IBM AWS and Linux Administrator Salary
based on 8 salaries
₹4 L/yr - ₹8.7 L/yr
At par with the average AWS and Linux Administrator Salary in India
View more details

IBM AWS and Linux Administrator Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Application Developer
11.6k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹5 L/yr - ₹22.4 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.6 L/yr - ₹18.5 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview