Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Oriserve Devops Engineer Interview Questions and Answers

Updated 26 Jul 2024

Oriserve Devops Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Profile Related
  • Q2. Internship Related
Round 2 - Technical 

(1 Question)

  • Q1. Project Related
Round 3 - Case Study 

CI-CD related pipeline using Git, Jinkins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on the basics.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

They gave me an option to write a Python or Shell script(simple assessment). Asked about Kubernetes pods as to how they are created. Also a little about Terraform

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

(2 Questions)

  • Q1. How to check the open files in the linux without using lsof
  • Ans. 

    To check open files in Linux without using lsof, you can use the /proc filesystem.

    • Access the /proc//fd directory to view open files for a specific process.

    • Use the find command to search for open files in the /proc directory.

    • Check the /proc/sys/fs/file-nr file to see the total number of open files system-wide.

  • Answered by AI
  • Q2. What is /proc linux
  • Ans. 

    The /proc filesystem in Linux is a virtual filesystem that provides detailed information about the system's hardware, processes, and kernel.

    • It is a virtual filesystem located at /proc that allows access to kernel data structures.

    • It provides information about processes, hardware, and kernel configuration.

    • Files in /proc can be read to gather system information, such as CPU usage, memory usage, and network statistics.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between http1.1 vs https2
  • Ans. 

    HTTP/1.1 is a protocol for transferring data over the internet, while HTTPS/2 is a secure version of HTTP/2 with improved performance.

    • HTTP/1.1 is not secure by default, while HTTPS/2 provides encryption and security.

    • HTTP/1.1 uses multiple connections for parallel loading of resources, while HTTPS/2 uses a single connection with multiplexing.

    • HTTPS/2 supports header compression, reducing overhead and improving performanc...

  • Answered by AI
  • Q2. What is grpc ?
  • Ans. 

    gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework developed by Google.

    • gRPC stands for Google Remote Procedure Call.

    • It uses HTTP/2 for transport, Protocol Buffers for serialization, and supports multiple programming languages.

    • gRPC allows for efficient communication between services in a microservices architecture.

    • It enables bi-directional streaming and authentication features.

    • Example: gRPC ca...

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. AWS Basics on architecture
  • Q2. Docker, Ansible, similar tools
  • Q3. Design a web application architecture
  • Ans. 

    A scalable web application architecture with load balancing and fault tolerance.

    • Use a load balancer to distribute traffic across multiple servers

    • Implement fault tolerance by using multiple servers and a backup database

    • Use a microservices architecture to break down the application into smaller, more manageable components

    • Implement caching to improve performance

    • Use a containerization platform like Docker to simplify deplo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for devops related questions and it would be good

Skills evaluated in this interview

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

I was interviewed before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. It was basic techincal interview with basic coding questions
  • Q2. Find Fabonacci sum till 555
  • Ans. 

    The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1.

    • Start with 0 and 1 as the first two numbers in the sequence

    • Add the previous two numbers to get the next number in the sequence

    • Continue this process until reaching the sum of 555

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. DSA questions like DP and string manipulation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was HR round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Go,aws, kubernetes, docker, terraform, git

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

I applied via Campus Placement and was interviewed before 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 Resume tips
Round 2 - Coding Test 

Binary Tree , Stacks & Queues , Recursion

Round 3 - Technical 

(1 Question)

  • Q1. DSA Questions and Interview question on Networking
Round 4 - HR 

(1 Question)

  • Q1. Basic HR Questions that you will get
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA Round (Prepare Stack DS)
  • Q2. Prepare core DevOps tools & Have proper knowledge about a specific cloud + learn k8s

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident & be approachable in interview.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Reasoning test. with multiple choice question.

Round 2 - Technical 

(2 Questions)

  • Q1. How to make vpc in aws
  • Ans. 

    To create a VPC in AWS, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use the AWS Management Console to navigate to the VPC dashboard and click on 'Create VPC'.

    • Specify the VPC name, CIDR block, and other details like DNS support and hardware tenancy.

    • You can also use the AWS CLI command 'create-vpc' with the necessary parameters.

    • Another option is to use AWS SDKs like Boto3 for Python to programmatically c

  • Answered by AI
  • Q2. What was your daily devops day to day task.
  • Ans. 

    My daily tasks as a DevOps Engineer included managing infrastructure, automating processes, monitoring system performance, and collaborating with development teams.

    • Managing and maintaining infrastructure using tools like Terraform and Ansible

    • Automating deployment processes with CI/CD pipelines using Jenkins or GitLab

    • Monitoring system performance and troubleshooting issues with tools like Prometheus and Grafana

    • Collabora...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well accourding to your resume and skills.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

Find element in a linkedList , Reverse a linkedList

Round 2 - Technical 

(1 Question)

  • Q1. Experience in python, Some python related questions and bash scipting

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about cloud python and ai tools
Contribute & help others!
anonymous
You can choose to be anonymous

Oriserve Interview FAQs

How many rounds are there in Oriserve Devops Engineer interview?
Oriserve interview process usually has 3 rounds. The most common rounds in the Oriserve interview process are HR, Technical and Case Study.
How to prepare for Oriserve Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Oriserve. The most common topics and skills that interviewers at Oriserve expect are AWS, Ansible, Cloud, Devops and Jenkins.
What are the top questions asked in Oriserve Devops Engineer interview?

Some of the top questions asked at the Oriserve Devops Engineer interview -

  1. Profile Rela...read more
  2. Internship Rela...read more
  3. Project Rela...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Regami Solutions

No Interviews

JOBS

Regami Solutions

No Jobs

SALARIES

Oriserve

INTERVIEWS

Cloudera

10 top interview questions

SALARIES

Brillo Technologies

INTERVIEWS

Electronic Arts

No Interviews

DESIGNATION

LIST OF COMPANIES

Brillo Technologies

Overview

Tell us how to improve this page.

Oriserve Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Oriserve Devops Engineer Salary
based on 4 salaries
Lock Unlock
₹5 L/yr - ₹12 L/yr
5% more than the average Devops Engineer Salary in India
View more details
Software Engineer
18 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Business Analyst
6 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
6 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Data Scientist
5 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Oriserve with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

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