Upload Button Icon Add office photos

Filter interviews by

Ipseity Group Linux System Administrator Interview Questions and Answers

Updated 23 Jan 2023

Ipseity Group Linux System Administrator Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Apachy server and nfs server
  • Q2. SSH Umask and special permission
  • Q3. Stiky bit permissions ACL permission
Round 2 - Technical 

(2 Questions)

  • Q1. User management permission yum
  • Q2. Cron jobs tar swap by file system
Round 3 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Honesty English language read write and speak and Hindi language read write and speak

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Ask some REDHAT os troubleshooting questions,

Interview Preparation Tips

Interview preparation tips for other job seekers - REDhat certificate is take advantage to crack the interview
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Different and high level questions not meant for 0-2 years of experience candidates.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was rescheduled 3 times!! And after finishing my technical round, there were no updates at all. They just completely ghosted me. No matter what the result, you have to respect the candidate's time and interest and inform them about the same. On top of this, the interview itself was a disaster. The interviewer was uninterested and was making the process much more difficult for me, asking irrelevant questions that are not my expertise or complex considering I just have around 2 years of experience in the field. Overall, I just didn't like their attitude towards candidates.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linux how it works and all about linux
  • Q2. About file system and selinux and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Types of memory dumps available in windows
  • Ans. 

    Types of memory dumps in Windows include Complete Memory Dump, Kernel Memory Dump, Small Memory Dump, and Automatic Memory Dump.

    • Complete Memory Dump - contains all the contents of physical memory at the time of the crash

    • Kernel Memory Dump - includes only kernel memory, useful for troubleshooting kernel mode crashes

    • Small Memory Dump - contains minimal information about the crash, takes up less space

    • Automatic Memory Dump...

  • Answered by AI
  • Q2. Updating patches in ESXi server
  • Ans. 

    Updating patches in ESXi server involves downloading the patches from VMware website and applying them using the command line interface.

    • Download the necessary patches from the VMware website

    • Upload the patches to the ESXi server using SCP or other methods

    • Put the ESXi server into maintenance mode before applying the patches

    • Apply the patches using the command line interface

    • Reboot the ESXi server to complete the patching p

  • Answered by AI

Skills evaluated in this interview

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

30 dsa , java , dbs, oops , javascript , react js

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced system engineer with a strong background in network infrastructure and cloud computing.

    • Over 5 years of experience in designing, implementing, and maintaining complex systems

    • Proficient in network security protocols such as VPNs and firewalls

    • Skilled in cloud computing platforms like AWS and Azure

    • Strong troubleshooting and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. How you overcome fear
  • Ans. 

    I overcome fear by facing it head-on and breaking it down into smaller, manageable steps.

    • Identify the root cause of the fear

    • Break down the fear into smaller tasks

    • Seek support from others

    • Practice relaxation techniques

    • Visualize success and positive outcomes

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Medium level question where asked in this round.

Round 2 - Coding Test 

1 medium 1 hard question and had a good structured question.

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Capacity planning
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Check my language skills?
  • Q2. What is OSI layer with examples?
  • Ans. 

    OSI (Open Systems Interconnection) model is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system.

    • OSI model has 7 layers, each layer has a specific function and communicates with the layer above and below it.

    • Examples of OSI layers are: Physical layer (transmitting bits over a medium), Data link layer (framing data into packets), Network layer (rout...

  • Answered by AI
  • Q3. What are CMD commands usually used?
  • Ans. 

    CMD commands are used for various tasks like managing files, network settings, system configurations, and more.

    • CMD commands are used to navigate and manage files and directories on a computer.

    • They can be used to configure network settings and troubleshoot network issues.

    • CMD commands can also be used to manage system configurations and services.

    • Some commonly used CMD commands include dir, cd, ipconfig, ping, netstat, an

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - System related interviews basics only ike booting process

Skills evaluated in this interview

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is thread pool and how to manage it?
  • Ans. 

    Thread pool is a collection of threads that are used to execute tasks concurrently. It helps in reducing the overhead of thread creation.

    • Thread pool manages a fixed number of threads and assigns tasks to them as they become available.

    • It helps in improving the performance of applications by reducing the time taken to create and destroy threads.

    • Thread pool can be managed using various parameters such as the size of the t...

  • Answered by AI
  • Q2. What is thread life cycle?
  • Ans. 

    Thread life cycle refers to the various stages a thread goes through during its execution.

    • Thread is created

    • Thread is started

    • Thread is running

    • Thread is blocked

    • Thread is terminated

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Synechron System Engineer interview:
  • java thread
Interview preparation tips for other job seekers - Keep your answers precise, don't throw any word(concept) if you don't have idea about it.
Be honest in answer, For java developer mostly questions are related to threads and is usage, thread pool.

Skills evaluated in this interview

Ipseity Group Interview FAQs

How many rounds are there in Ipseity Group Linux System Administrator interview?
Ipseity Group interview process usually has 4 rounds. The most common rounds in the Ipseity Group interview process are Technical and Resume Shortlist.
What are the top questions asked in Ipseity Group Linux System Administrator interview?

Some of the top questions asked at the Ipseity Group Linux System Administrator interview -

  1. Cron jobs tar swap by file sys...read more
  2. Stiky bit permissions ACL permiss...read more
  3. SSH Umask and special permiss...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 601 Interviews
GlobalLogic Interview Questions
3.7
 • 566 Interviews
UST Interview Questions
3.8
 • 499 Interviews
CGI Group Interview Questions
4.0
 • 478 Interviews
Synechron Interview Questions
3.6
 • 348 Interviews
View all
Ipseity Group Linux System Administrator Salary
based on 53 salaries
₹2 L/yr - ₹4.4 L/yr
37% less than the average Linux System Administrator Salary in India
View more details

Ipseity Group Linux System Administrator Reviews and Ratings

based on 4 reviews

4.6/5

Rating in categories

3.9

Skill development

4.3

Work-Life balance

4.9

Salary & Benefits

4.3

Job Security

4.9

Company culture

3.8

Promotions/Appraisal

4.3

Work Satisfaction

Explore 4 Reviews and Ratings
Linux System Administrator
53 salaries
unlock blur

₹2 L/yr - ₹4.4 L/yr

Linux Administrator
43 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

System Administrator
5 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Business Analyst
4 salaries
unlock blur

₹0.8 L/yr - ₹1.9 L/yr

Linux Support Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹2.9 L/yr

Explore more salaries
Compare Ipseity Group with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
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