Upload Button Icon Add office photos

Filter interviews by

Coriolis Technologies Senior Devops Engineer Interview Questions, Process, and Tips

Updated 7 Jul 2023

Coriolis Technologies Senior Devops Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Jun 2023. 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 - Assignment 

Online test with 35 questions Mcq and 8 tasks. These consists of linux, java, python,
Tasks are like
1) create a cronjobs and take back up on every 7 day of month and other 5-6 tasks on cronjobs concept
2) create a process id and killing a PID. Like 3-4 tasks on this concept
3) create a directories a-z one inside the other and each directory cosists of files a. Txt.. Till z. Txt
4) create a directories 1 -20 each should contain a. Txt to z. Txt
Even no. Directory should be 620 odd should be 741 permission like that
5) create a Git repo and pull the repo and
Add file and commit with message
6)
7)

Round 3 - Technical 

(2 Questions)

  • Q1. Completely from your resume and Testing automation...
  • Q2. Testing automation and on-premise issues
Round 4 - Technical 

(5 Questions)

  • Q1. What is LVM?? In servers
  • Ans. 

    LVM stands for Logical Volume Manager and is a tool used for managing disk storage in Linux servers.

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

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • LVM is commonly used in server environments to manage storage efficiently.

    • Example: Creating a new logical volume, resizing an existing logical volume.

  • Answered by AI
  • Q2. If storage is full what to do on on- premises servers
  • Ans. 

    When storage is full on on-premises servers, consider deleting unnecessary files, archiving old data, expanding storage capacity, or optimizing storage usage.

    • Identify and delete unnecessary files or logs to free up space

    • Archive old data that is not frequently accessed

    • Expand storage capacity by adding more disks or upgrading existing ones

    • Optimize storage usage by compressing files or moving them to a different location

  • Answered by AI
  • Q3. How to do partition in centos linux machine
  • Ans. 

    To partition a CentOS Linux machine, you can use tools like fdisk or parted to create, delete, and manage partitions on the disk.

    • Use fdisk command to create, delete, and manage partitions on the disk

    • Use parted command for more advanced partitioning options

    • Make sure to backup important data before partitioning

  • Answered by AI
  • Q4. How to check installed softwares in ubuntu machine
  • Ans. 

    To check installed softwares in Ubuntu machine, you can use the dpkg command.

    • Use dpkg -l to list all installed packages

    • Use dpkg -l | grep to search for specific packages

    • Use dpkg -l | less to view the list page by page

Answered by AI
  • Q5. How to keep static ip for onpremise server?
  • Ans. 

    To keep a static IP for an on-premise server, configure the network settings on the server and the DHCP server.

    • Assign a static IP address to the server within the network range

    • Configure the DHCP server to reserve the static IP address for the server's MAC address

    • Ensure that the server's network settings are set to use the static IP address

    • Update DNS records if necessary to reflect the new static IP address

  • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Coriolis Technologies Senior Devops Engineer interview:
    • Linux Administration
    • Linux System Administration
    • Computers basics
    • Storage
    • Networking
    • Computer Hardware
    • Computer Networking
    • DiskPartitions
    Interview preparation tips for other job seekers - Mostly questions will be on basic hardware and storage issues on-premises servers

    Skills evaluated in this interview

    Interview questions from similar companies

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

    Good analytic skills needed to clear it

    Round 2 - Coding Test 

    Data structure and algorithms and python specific questions

    Round 3 - HR 

    (2 Questions)

    • Q1. Salary expectations
    • Q2. How much years will be there in company
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed in Jul 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 - One-on-one 

    (1 Question)

    • Q1. Aws infra , VpC , EC2
    Round 3 - One-on-one 

    (1 Question)

    • Q1. Gitlab , Terraform , Ansible related
    Round 4 - HR 

    (1 Question)

    • Q1. Interest , why cognizant .

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Work on your basics and keep your urself updated with new Technologies

    I applied via Approached by Company and was interviewed in Nov 2021. There were 5 interview rounds.

    Round 1 - Aptitude Test 

    Maths, reasoning and English language with total 30 questions in 20 minutes

    Round 2 - Technical 

    (2 Questions)

    • Q1. Basics of cloud and SDLC
    • Q2. AWS services, Jenkins, Pipelines
    Round 3 - Technical 

    (2 Questions)

    • Q1. DevOps and cloud technology
    • Q2. Kubernetes, Docker, GIT version control, CICD, AWS
    Round 4 - Technical 

    (2 Questions)

    • Q1. Techno-managerial round
    • Q2. Past projects, College education, general discussion
    Round 5 - HR 

    (1 Question)

    • Q1. Salary negotiation with HR

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Have solid tech stack knowledge of the related field
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (4 Questions)

    • Q1. Azure devops methodology, terraform related questions, docker and kubernetes related questions, shell script.
    • Q2. How would you manage the drift in terraform if services are added manually?
    • Ans. 

      To manage drift in Terraform due to manually added services, use Terraform import, state management, and version control.

      • Use Terraform import to bring manually added services under Terraform management.

      • Regularly update Terraform state file to reflect the current state of infrastructure.

      • Utilize version control to track changes made outside of Terraform.

      • Implement automated checks to detect and reconcile drift in infrastr

    • Answered by AI
    • Q3. How would you safeguard the data and services?
    • Ans. 

      To safeguard data and services, I would implement encryption, access controls, regular backups, and monitoring.

      • Implement encryption for data at rest and in transit

      • Set up access controls to restrict unauthorized access

      • Regularly backup data to prevent data loss

      • Implement monitoring and alerting to detect and respond to security incidents

    • Answered by AI
    • Q4. Shell commands like copy folder, rename, awk.
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Why are you switching? Did you go through company's key values? What would you do if team is not collaborating efficiently? Why do you want to join us? Any significant achievement during your job? Weakness...

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare thoroughly for technical interview for all the topics mentioned in JD and be honest and natural in one-on-one final round.

    Skills evaluated in this interview

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

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

    • Q1. Basics and Foundational knowledge of AWS
    • Q2. CICD process, with detailed explanation.
    • Ans. 

      CI/CD automates software development processes, enabling faster and reliable code deployment.

      • Continuous Integration (CI): Developers frequently merge code changes into a shared repository, triggering automated builds and tests.

      • Continuous Delivery (CD): Ensures that code changes are automatically prepared for release to production, allowing for frequent updates.

      • Automated Testing: Tests are run automatically to catch bug...

    • Answered by AI
    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 Apr 2024. There was 1 interview round.

    Round 1 - One-on-one 

    (1 Question)

    • Q1. What is your terraform experience in current organisation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - They will focus on daily processes you do in your current organisation
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

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

    Round 1 - One-on-one 

    (1 Question)

    • Q1. About CI & CD process in jenkins

    Interview Preparation Tips

    Topics to prepare for Hexaware Technologies Senior Devops Engineer interview:
    • Jenkins
    • sonarqube
    • git
    • nexus
    • kubernetes
    • docker
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Aptitude Test 

    20 questions in 15 mins

    Round 2 - Technical 

    (2 Questions)

    • Q1. Difference between HTTP AND HTTPS
    • Ans. 

      HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

      • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

      • HTTP operates on port 80, while HTTPS operates on port 443.

      • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

      • HTTPS is essential for websites that handle sensitive information li...

    • Answered by AI
    • Q2. What do you mean by release management
    • Ans. 

      Release management involves planning, scheduling, and controlling the software release process.

      • Planning and coordinating the release of software updates

      • Ensuring that the release process is smooth and efficient

      • Managing dependencies and version control

      • Communicating with stakeholders about release timelines and changes

      • Automating release processes to improve efficiency

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (3 Questions)

    • Q1. Basic pipeline,python,some simple coding
    • Q2. More on resume and based on ur answers
    • Q3. Docker multistage
    Round 2 - Technical 

    (2 Questions)

    • Q1. Write the k8s deployment ymal with rolling update for given docker image
    • Ans. 

      Create a k8s deployment ymal with rolling update for a given docker image

      • Define a Deployment object in the YAML file

      • Specify the container image in the spec section

      • Set the update strategy to RollingUpdate

      • Define the number of replicas for the deployment

    • Answered by AI
    • Q2. Read json file and recursive way of geting value based on key

    Skills evaluated in this interview

    Coriolis Technologies Interview FAQs

    How many rounds are there in Coriolis Technologies Senior Devops Engineer interview?
    Coriolis Technologies interview process usually has 4 rounds. The most common rounds in the Coriolis Technologies interview process are Technical, Resume Shortlist and Assignment.
    What are the top questions asked in Coriolis Technologies Senior Devops Engineer interview?

    Some of the top questions asked at the Coriolis Technologies Senior Devops Engineer interview -

    1. If storage is full what to do on on- premises serv...read more
    2. How to check installed softwares in ubuntu mach...read more
    3. How to do partition in centos linux mach...read more

    Tell us how to improve this page.

    Coriolis Technologies Senior Devops Engineer Interview Process

    based on 1 interview

    Interview experience

    3
      
    Average
    View more
    Member Technical Staff
    117 salaries
    unlock blur

    ₹5.6 L/yr - ₹21.4 L/yr

    Software Developer
    18 salaries
    unlock blur

    ₹4.3 L/yr - ₹14.6 L/yr

    Software Engineer
    11 salaries
    unlock blur

    ₹6 L/yr - ₹12 L/yr

    Java Developer
    9 salaries
    unlock blur

    ₹3.6 L/yr - ₹4.9 L/yr

    Golang Developer
    9 salaries
    unlock blur

    ₹8 L/yr - ₹9.5 L/yr

    Explore more salaries
    Compare Coriolis Technologies with

    Cognizant

    3.7
    Compare

    Sutherland Global Services

    3.6
    Compare

    Optum Global Solutions

    4.0
    Compare

    Hexaware Technologies

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