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 Interview Questions, Process, and Tips for Experienced

Updated 17 Dec 2022

Sorcflow Interview Experiences for Experienced

Popular Designations

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 Sorcflow Linux Administrator Interview Questions and Answers

Q1. If kernal stuck in update what we do
View answer (1)

Linux Administrator Interview Questions asked at other Companies

Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the booting process of RHEL, How to manage failed unmount or mount, What are the issues you have faced in working with Linux Servers, What is special permission, How many states a... read more
View answer (2)

Interview questions from similar companies

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 Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

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.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

Sorcflow Interview FAQs

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

Some of the top questions asked at the Sorcflow interview for experienced candidates -

  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.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Sorcflow Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

3.0

Skill development

3.6

Work-life balance

2.7

Salary

2.5

Job security

3.6

Company culture

2.2

Promotions

3.7

Work satisfaction

Explore 10 Reviews and Ratings
Compare Sorcflow with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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