Upload Button Icon Add office photos
Engaged Employer

i

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

Sorcflow Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sorcflow Linux Administrator Interview Questions and Answers

Updated 15 Oct 2022

6 Interview questions

A Linux Administrator was asked
Q. How do you update the system?
Ans. 

Updating the system involves installing the latest security patches and software updates.

  • Use the package manager to update the system

  • For Debian-based systems, use apt-get update and apt-get upgrade

  • For Red Hat-based systems, use yum update

  • Regularly check for updates and install them promptly

  • Reboot the system after updating to ensure changes take effect

A Linux Administrator was asked
Q. What is patching, and how do you resolve patching issues?
Ans. 

Patching is the process of updating software to fix vulnerabilities or bugs. It can be resolved by applying the patch.

  • Identify the vulnerability or bug that needs to be fixed

  • Find the appropriate patch for the software version

  • Apply the patch to the system

  • Test the system to ensure the patch was successful

Linux Administrator Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the ... read more
asked in Infosys
Q2. If a server patched with a new kernel update reboots and comes up ... read more
asked in Cognizant
Q3. How to check Kernel and OS Version, How to change file permission ... read more
asked in Accenture
Q4. How do you scan for a newly attached hard drive on a system?
asked in TCS
Q5. What is lvm, repo, softlink hardlink, NTP, nfs, apache, and linux ... read more
A Linux Administrator was asked
Q. How do you configure LVM?
Ans. 

LVM can be configured using the lvcreate, vgcreate and pvcreate commands.

  • Create physical volumes using pvcreate command

  • Create volume groups using vgcreate command

  • Create logical volumes using lvcreate command

  • Extend or reduce logical volumes using lvextend or lvreduce command

  • Mount the logical volumes to use them

  • Use the lvdisplay, vgdisplay and pvdisplay commands to view the LVM configuration

A Linux Administrator was asked
Q. How do you configure an Apache server?
Ans. 

To configure Apache server, modify the httpd.conf file and add virtual hosts.

  • Edit the httpd.conf file located in /etc/httpd/conf/ directory

  • Add virtual hosts to the httpd.conf file to host multiple websites

  • Restart the Apache server using the command 'systemctl restart httpd'

  • Configure SSL/TLS certificates for secure connections

A Linux Administrator was asked
Q. What do you do if the kernel gets stuck during an update?
Ans. 

If kernel stuck in update, we can try to reboot the system and check for any errors.

  • Try to reboot the system

  • Check for any errors

  • If the issue persists, try to boot into a previous kernel version

  • If all else fails, reinstall the kernel

A Linux Administrator was asked
Q. How do you set up a local repository?
Ans. 

To setup local repository, create a directory, copy packages, create repo file, and run createrepo command.

  • Create a directory to store packages

  • Copy packages to the directory

  • Create a repo file in /etc/yum.repos.d/ directory

  • Add necessary information in the repo file

  • Run createrepo command to create repository metadata

Sorcflow Linux Administrator Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Sep 2022. 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. How to configured apache server
  • Ans. 

    To configure Apache server, modify the httpd.conf file and add virtual hosts.

    • Edit the httpd.conf file located in /etc/httpd/conf/ directory

    • Add virtual hosts to the httpd.conf file to host multiple websites

    • Restart the Apache server using the command 'systemctl restart httpd'

    • Configure SSL/TLS certificates for secure connections

  • Answered by AI
  • Q2. If kernal stuck in update what we do
  • Ans. 

    If kernel stuck in update, we can try to reboot the system and check for any errors.

    • Try to reboot the system

    • Check for any errors

    • If the issue persists, try to boot into a previous kernel version

    • If all else fails, reinstall the kernel

  • Answered by AI
  • Q3. How to configured LVM
  • Ans. 

    LVM can be configured using the lvcreate, vgcreate and pvcreate commands.

    • Create physical volumes using pvcreate command

    • Create volume groups using vgcreate command

    • Create logical volumes using lvcreate command

    • Extend or reduce logical volumes using lvextend or lvreduce command

    • Mount the logical volumes to use them

    • Use the lvdisplay, vgdisplay and pvdisplay commands to view the LVM configuration

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

(3 Questions)

  • Q1. What's the patching & how to resolved
  • Ans. 

    Patching is the process of updating software to fix vulnerabilities or bugs. It can be resolved by applying the patch.

    • Identify the vulnerability or bug that needs to be fixed

    • Find the appropriate patch for the software version

    • Apply the patch to the system

    • Test the system to ensure the patch was successful

  • Answered by AI
  • Q2. How to setup local repository
  • Ans. 

    To setup local repository, create a directory, copy packages, create repo file, and run createrepo command.

    • Create a directory to store packages

    • Copy packages to the directory

    • Create a repo file in /etc/yum.repos.d/ directory

    • Add necessary information in the repo file

    • Run createrepo command to create repository metadata

  • Answered by AI
  • Q3. How to update the system
  • Ans. 

    Updating the system involves installing the latest security patches and software updates.

    • Use the package manager to update the system

    • For Debian-based systems, use apt-get update and apt-get upgrade

    • For Red Hat-based systems, use yum update

    • Regularly check for updates and install them promptly

    • Reboot the system after updating to ensure changes take effect

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read all the configuration part. On rhel 6 & 7

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Sorcflow?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About linux Networking Vmware
Round 2 - One-on-one 

(1 Question)

  • Q1. Linux Application Network

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers

Linux Administrator Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the ... read more
asked in Infosys
Q2. If a server patched with a new kernel update reboots and comes up ... read more
asked in Cognizant
Q3. How to check Kernel and OS Version, How to change file permission ... read more
asked in Accenture
Q4. How do you scan for a newly attached hard drive on a system?
asked in TCS
Q5. What is lvm, repo, softlink hardlink, NTP, nfs, apache, and linux ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2023, where I was asked the following questions.

  • Q1. About linux OS
  • Q2. About servers and networks

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Interviewer firstly ask me tell me about your self and then he ask question of basic php question like how to print in php and interviewer and he ask about if else statement switch case and for do while l...

Interview Preparation Tips

Interview preparation tips for other job seekers - I am small town college fresher and suddenly I face MNC interview so firstly I am hestitate but when interviewer ask question to me so then I answer all of questions and then after some hr tell your interview result declared after 5 min then I wait outside of office then call me and say u r selected I feel very joyfull

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks like React and Django.

    • Enjoy collaborating in agile...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 3 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is Go Module?
  • Ans. 

    Go Modules are a dependency management system for Go programming language, enabling versioning and isolation of packages.

    • Introduced in Go 1.11 to manage dependencies more effectively.

    • Allows developers to define module dependencies in a 'go.mod' file.

    • Supports semantic versioning, making it easier to manage package versions.

    • Modules can be versioned, allowing for reproducible builds.

    • Example: 'module example.com/my/module'...

  • Answered by AI
  • Q2. What is difference between Goroutine and Thread.
  • Ans. 

    Goroutines are lightweight, managed by Go runtime, while threads are OS-level, heavier, and managed by the OS.

    • Goroutines are cheaper in terms of memory and resources compared to threads.

    • Goroutines are multiplexed onto a smaller number of OS threads, allowing for efficient concurrency.

    • Creating a goroutine is as simple as using the 'go' keyword, e.g., 'go myFunction()'.

    • Threads require more overhead for creation and manag...

  • Answered by AI

Sorcflow Interview FAQs

How many rounds are there in Sorcflow Linux Administrator interview?
Sorcflow interview process usually has 3 rounds. The most common rounds in the Sorcflow interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Sorcflow Linux Administrator interview?

Some of the top questions asked at the Sorcflow Linux Administrator interview -

  1. If kernal stuck in update what we...read more
  2. What's the patching & how to resol...read more
  3. How to configured apache ser...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
View all

Sorcflow Linux Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

1.0

Skill development

5.0

Work-life balance

1.0

Salary

1.0

Job security

5.0

Company culture

1.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Sorcflow with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview