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

based on 21.5k Reviews

Filter interviews by

IBM Zos System Administrator Interview Questions and Answers

Updated 4 May 2024

IBM Zos System Administrator Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Application and system
  • Q2. Experience about Zos
  • Ans. 

    I have over 5 years of experience working with zOS, including system installation, maintenance, and troubleshooting.

    • Experience with zOS system installation and configuration

    • Proficient in zOS system maintenance tasks

    • Skilled in troubleshooting zOS system issues

    • Familiar with zOS security and performance tuning

    • Knowledge of zOS utilities and tools such as JCL, ISPF, and SDSF

  • Answered by AI

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Linux and which flavor you've worked on?
  • Ans. 

    Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

    • Linux is an open-source operating system that is widely used in servers, supercomputers, and embedded systems.

    • There are many flavors of Linux, known as distributions, such as Ubuntu, CentOS, Debian, and Red Hat.

    • Each Linux distribution has its own package management system, desktop environment, and software reposit...

  • Answered by AI
  • Q2. What is roles and responsibilities as a system admin
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. How fast you can join

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How ls command works?
  • Ans. 

    ls command is used to list files and directories in a directory.

    • ls command stands for 'list'.

    • It displays the names of files and directories in the current directory by default.

    • Options can be used with ls command to customize the output, such as -l for long listing format or -a to show hidden files.

    • Example: 'ls -l' will display files and directories in long listing format.

  • Answered by AI
  • Q2. How DNS works ?
  • Ans. 

    DNS translates domain names to IP addresses to locate resources on the internet.

    • DNS servers store records mapping domain names to IP addresses

    • When a user enters a domain name, their device queries a DNS server to resolve it

    • DNS uses a hierarchical system with top-level domains like .com or .org

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Unix system

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

I dont remember it exactly now

Round 2 - Technical 

(1 Question)

  • Q1. What do you know about Itil process?
  • Ans. 

    ITIL (Information Technology Infrastructure Library) is a set of best practices for IT service management.

    • ITIL is a framework that outlines best practices for IT service management.

    • It focuses on aligning IT services with the needs of the business.

    • ITIL processes include incident management, change management, problem management, and more.

    • ITIL helps organizations improve efficiency, reduce costs, and provide better servi...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your college project

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tech round of interview
Round 2 - Technical 

(1 Question)

  • Q1. Technical rpund of interview
Round 3 - Behavioral 

(1 Question)

  • Q1. General abou project details

System Administrator Interview Questions & Answers

Genpact user image Gadicharla.Harikrishna

posted on 18 Nov 2024

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

Reasoning arthemetic

Round 2 - Coding Test 

Basic coding skills technical questions

I was interviewed in May 2023.

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 - One-on-one 

(6 Questions)

  • Q1. What is oops concepts in Java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q2. What is a collections in java
  • Ans. 

    Collections in Java refer to classes and interfaces that implement data structures like lists, sets, and maps.

    • Collections provide a way to store and manipulate groups of objects in Java

    • Examples include ArrayList, LinkedList, HashSet, and HashMap

    • Collections framework includes interfaces like List, Set, Map, and classes like ArrayList, HashSet, and HashMap

  • Answered by AI
  • Q3. What is list and set in java
  • Ans. 

    List and Set are both interfaces in Java used to store collections of elements, but with different characteristics.

    • List is an ordered collection that allows duplicate elements, while Set is an unordered collection that does not allow duplicates.

    • List implementations include ArrayList, LinkedList, and Vector, while Set implementations include HashSet, TreeSet, and LinkedHashSet.

    • List allows access to elements by index, wh...

  • Answered by AI
  • Q4. Write. Program of palindrome program
  • Ans. 

    A palindrome program checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and convert all characters to lowercase

    • Compare the string with its reverse to check if it is a palindrome

  • Answered by AI
  • Q5. Write a program of prime numbers
  • Ans. 

    Program to generate prime numbers

    • Create a function to check if a number is prime

    • Iterate through numbers and check for prime numbers

    • Store prime numbers in an array

  • Answered by AI
  • Q6. What is inheritance and what is class and object
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class. A class is a blueprint for creating objects, while an object is an instance of a class.

    • Inheritance allows a class to reuse code from another class, promoting code reusability and reducing redundancy.

    • A class is a template or blueprint for creating objects, defining attributes and methods.

    • An object...

  • Answered by AI
Round 3 - Coding Test 

Coding round test in tech Mahindra

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

The questions asked in the test which are technical oriented(electronics). The questions are easy to understand and answer.

Round 2 - Technical 

(2 Questions)

  • Q1. I had a great experience in this round of interview. Really easy going person who conducted me the technical interview.
  • Q2. Tell me about your self Any two favorite subjects After that she cared questions from there
Round 3 - HR 

(1 Question)

  • Q1. She asked me to explain about hcl technologies and it was good experience for me.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for interview process. It is the only way to pass the interview rounds

I applied via superset and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude they are ask up to the 12th level. so you need to prepare for aptitude first.
if you prepare for aptitude the book that i would recommand you is R S Agagarwal.
it will help you in cracking the other exams.
this book is sufficient for aptitiude you need not refer other material.

Round 2 - Coding Test 

In 2nd round they are ask you about psudocode .
if you are good in psudocode then you can easily crack this round and can succesfully enter into the 3rd round which is your game based aptitude test.
for coding i will recommand youtube is best platform for you .
you may refer Apna College youtube channel for codingtutorial.

Round 3 - Technical 

(2 Questions)

  • Q1. Coming to my interview experience Basically my interview is Introduction type. they ask me about basic of C and C++ , OOPs concept and SQL the source for interview i would refer Tech and Target youtube ch...
  • Q2. What is difference between C and C++? what is polymorphism? what is data type?
  • Ans. 

    C is a procedural language while C++ is an object-oriented language. Polymorphism is the ability of an object to take on many forms.

    • C is a low-level language with limited abstraction while C++ is a high-level language with more abstraction and features like classes and objects.

    • Polymorphism allows objects to be treated as if they are of different types, allowing for more flexibility and reusability in code.

    • Data type ref...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Where do you see yourself in 5 years?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Capgemini System Analyst interview:
  • basic of c and c++
  • Javascript
Interview preparation tips for other job seekers - Wish you all the best to all.
be confident
never give up

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Active directory
  • Q2. Windows servers
  • Q3. Powershell scripts
  • Q4. Performance troubleshooting

IBM Interview FAQs

How many rounds are there in IBM Zos System Administrator interview?
IBM interview process usually has 1 rounds. The most common rounds in the IBM interview process are Technical.
What are the top questions asked in IBM Zos System Administrator interview?

Some of the top questions asked at the IBM Zos System Administrator interview -

  1. Experience about ...read more
  2. Application and sys...read more

Tell us how to improve this page.

IBM Zos System Administrator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
Application Developer
11.6k salaries
unlock blur

₹5.5 L/yr - ₹23.7 L/yr

Software Engineer
5.6k salaries
unlock blur

₹5.2 L/yr - ₹22.5 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹22 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.6k salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

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