Upload Button Icon Add office photos
Engaged Employer

i

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

Oracle Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oracle Senior Devops Engineer Interview Questions and Answers

Updated 31 Jan 2025

11 Interview questions

A Senior Devops Engineer was asked 4mo ago
Q. What is the difference between scan VIP and node VIP?
Ans. 

Scan VIP is used for load balancing traffic to multiple nodes, while Node VIP is assigned to a specific node for direct access.

  • Scan VIP is a virtual IP address used for load balancing traffic across multiple nodes in a cluster.

  • Node VIP is a virtual IP address assigned to a specific node in the cluster for direct access.

  • Scan VIP is typically used for services that need to be highly available and distributed across ...

A Senior Devops Engineer was asked 4mo ago
Q. What are spine and leaf switches in Exadata?
Ans. 

Spine switch and leaf switch are networking components in Exadata used for connecting database servers and storage servers.

  • Spine switch acts as the core of the network, connecting all leaf switches and providing high-speed connectivity.

  • Leaf switches connect database servers and storage servers to the spine switch, facilitating communication between them.

  • Exadata uses a leaf-spine network architecture for efficient ...

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. How do you trigger a pipeline from a specific version of applicat ... read more
Q3. What is ingress in Kubernetes, and how does it help us when deplo ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. What are TF provisioners? Describe their use cases.
A Senior Devops Engineer was asked 4mo ago
Q. How do you identify the master switch in Exadata?
Ans. 

The master switch in Exadata can be identified by checking the status of the cell server software.

  • Check the status of the cell server software using the 'cellcli' command

  • The cell server with the 'MS' role is the master switch

  • The master switch can also be identified by checking the 'cellinit.ora' file

A Senior Devops Engineer was asked 4mo ago
Q. What is quarantile in Exadata?
Ans. 

Quarantile in Exadata is a feature that isolates problematic cells to prevent them from affecting the rest of the system.

  • Quarantile is a feature in Exadata that identifies and isolates cells that are experiencing issues or failures.

  • It helps prevent the spread of issues to other cells in the system, ensuring high availability and performance.

  • Quarantiled cells are still accessible for diagnosis and maintenance, but ...

What people are saying about Oracle

View All
zealousbroccolini
Verified Icon
1w
works at
Motherson Technology Services
Oracle SCM 3YOE – Mexico onsite offer: ₹90K/month + perks. Fair or should I negotiate?
Current Role: Oracle SCM Consultant (3YOE), ₹6.5LPA in India.(Including allowances ) Mexico Offer: ~₹90K/month + housing, car, petrol, flights. Handling apps/hardware(sometimes when other person not available). Offer delayed (15-20 days). Manager says "low exp = low pay." Questions: 1. Is ₹90K + perks fair for 3YOE in Mexico? 2. Should I push for more due to extra responsibilities? 3. Onsite experience for 4 years vs. ₹10LPA in India – which is better long-term? 4. Red flags? Delay normal? Need advice! #OracleSCM #Onsite #Mexico
Got a question about Oracle?
Ask anonymously on communities.
A Senior Devops Engineer was asked 4mo ago
Q. What is ipconf.pl?
Ans. 

ipconf.pl is a Perl script used for configuring network interfaces on Linux systems.

  • ipconf.pl is typically used to set up IP addresses, netmasks, gateways, and DNS servers on Linux machines.

  • It can be used to automate the configuration of network interfaces during system setup or maintenance.

  • The script may also be used to troubleshoot network connectivity issues by checking and modifying network settings.

  • ipconf.pl ...

A Senior Devops Engineer was asked 5mo ago
Q. How can one troubleshoot the crashloop error in Kubernetes (k8s)?
Ans. 

Troubleshooting crashloop error in Kubernetes involves checking pod logs, examining resource limits, and verifying configuration files.

  • Check pod logs to identify the cause of the crashloop.

  • Examine resource limits to ensure the pod has enough resources to run.

  • Verify configuration files for any errors or misconfigurations.

  • Use kubectl commands like describe, logs, and exec to troubleshoot further.

  • Consider checking fo...

A Senior Devops Engineer was asked 5mo ago
Q. What are the differences between containers and Virtual Machines?
Ans. 

Containers are lightweight, portable, and efficient, while virtual machines are more isolated and resource-intensive.

  • Containers share the host OS kernel, making them more lightweight and faster to start compared to VMs.

  • VMs provide stronger isolation and security by running a separate OS instance for each VM.

  • Containers are ideal for microservices architecture and rapid deployment, while VMs are better for running m...

Are these interview questions helpful?
A Senior Devops Engineer was asked 5mo ago
Q. What are the fundamentals of Kubernetes (K8s)? What is the role of each component?
Ans. 

Kubernetes (k8s) fundamentals and role of each component

  • Kubelet - agent that runs on each node in the cluster and ensures containers are running

  • Kube-proxy - network proxy that maintains network rules on nodes

  • Kubernetes API server - central management entity that serves the Kubernetes API

  • etcd - distributed key-value store used for storing cluster data

  • Kube-controller-manager - runs controller processes to manage the...

A Senior Devops Engineer was asked 5mo ago
Q. How do you list all the files held by a process?
Ans. 

Use the lsof command to list all files held by a process

  • Use the lsof command followed by the -p flag and the process ID to list files held by a specific process

  • For example, to list all files held by process ID 1234, run: lsof -p 1234

  • You can also use the -c flag to specify a process name instead of ID, like: lsof -c chrome

A Senior Devops Engineer was asked 5mo ago
Q. What are inodes?
Ans. 

Inodes are data structures in Unix-like file systems that store metadata about files, such as permissions, ownership, and location.

  • Inodes contain information about files, such as file size, permissions, timestamps, and pointers to data blocks.

  • Each file in a Unix-like file system is represented by an inode.

  • Inodes are used to efficiently locate and manage files on the file system.

  • When a file is created, an inode is ...

Oracle Senior Devops Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ipconf.pl?
  • Ans. 

    ipconf.pl is a Perl script used for configuring network interfaces on Linux systems.

    • ipconf.pl is typically used to set up IP addresses, netmasks, gateways, and DNS servers on Linux machines.

    • It can be used to automate the configuration of network interfaces during system setup or maintenance.

    • The script may also be used to troubleshoot network connectivity issues by checking and modifying network settings.

    • ipconf.pl is of...

  • Answered by AI
  • Q2. What is the difference between scan vip & node vip?
  • Ans. 

    Scan VIP is used for load balancing traffic to multiple nodes, while Node VIP is assigned to a specific node for direct access.

    • Scan VIP is a virtual IP address used for load balancing traffic across multiple nodes in a cluster.

    • Node VIP is a virtual IP address assigned to a specific node in the cluster for direct access.

    • Scan VIP is typically used for services that need to be highly available and distributed across multi...

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

(3 Questions)

  • Q1. What is quarantile in Exadata?
  • Ans. 

    Quarantile in Exadata is a feature that isolates problematic cells to prevent them from affecting the rest of the system.

    • Quarantile is a feature in Exadata that identifies and isolates cells that are experiencing issues or failures.

    • It helps prevent the spread of issues to other cells in the system, ensuring high availability and performance.

    • Quarantiled cells are still accessible for diagnosis and maintenance, but are n...

  • Answered by AI
  • Q2. How to identify the master switch in Exadata?
  • Ans. 

    The master switch in Exadata can be identified by checking the status of the cell server software.

    • Check the status of the cell server software using the 'cellcli' command

    • The cell server with the 'MS' role is the master switch

    • The master switch can also be identified by checking the 'cellinit.ora' file

  • Answered by AI
  • Q3. What is spine switch & leaf switch in exadata?
  • Ans. 

    Spine switch and leaf switch are networking components in Exadata used for connecting database servers and storage servers.

    • Spine switch acts as the core of the network, connecting all leaf switches and providing high-speed connectivity.

    • Leaf switches connect database servers and storage servers to the spine switch, facilitating communication between them.

    • Exadata uses a leaf-spine network architecture for efficient data ...

  • Answered by AI
Round 3 - Case Study 

One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.

Round 4 - Coding Test 

Shell script & terraform code output was asked.

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. K8s fundamentals. Role of each component
  • Ans. 

    Kubernetes (k8s) fundamentals and role of each component

    • Kubelet - agent that runs on each node in the cluster and ensures containers are running

    • Kube-proxy - network proxy that maintains network rules on nodes

    • Kubernetes API server - central management entity that serves the Kubernetes API

    • etcd - distributed key-value store used for storing cluster data

    • Kube-controller-manager - runs controller processes to manage the stat...

  • Answered by AI
  • Q2. How can one troubleshoot the crashloop error in Kubernetes (k8s)?
  • Ans. 

    Troubleshooting crashloop error in Kubernetes involves checking pod logs, examining resource limits, and verifying configuration files.

    • Check pod logs to identify the cause of the crashloop.

    • Examine resource limits to ensure the pod has enough resources to run.

    • Verify configuration files for any errors or misconfigurations.

    • Use kubectl commands like describe, logs, and exec to troubleshoot further.

    • Consider checking for iss...

  • Answered by AI
Round 2 - Coding Test 

1. Log parsing using python

Round 3 - Technical 

(3 Questions)

  • Q1. What are inodes?
  • Ans. 

    Inodes are data structures in Unix-like file systems that store metadata about files, such as permissions, ownership, and location.

    • Inodes contain information about files, such as file size, permissions, timestamps, and pointers to data blocks.

    • Each file in a Unix-like file system is represented by an inode.

    • Inodes are used to efficiently locate and manage files on the file system.

    • When a file is created, an inode is also ...

  • Answered by AI
  • Q2. How do you list all the files held by a process
  • Ans. 

    Use the lsof command to list all files held by a process

    • Use the lsof command followed by the -p flag and the process ID to list files held by a specific process

    • For example, to list all files held by process ID 1234, run: lsof -p 1234

    • You can also use the -c flag to specify a process name instead of ID, like: lsof -c chrome

  • Answered by AI
  • Q3. Container vs Virtaul Machines?
  • Ans. 

    Containers are lightweight, portable, and efficient, while virtual machines are more isolated and resource-intensive.

    • Containers share the host OS kernel, making them more lightweight and faster to start compared to VMs.

    • VMs provide stronger isolation and security by running a separate OS instance for each VM.

    • Containers are ideal for microservices architecture and rapid deployment, while VMs are better for running multip...

  • Answered by AI
Round 1 - Coding Test 

DSA, Hashmaps, Arrays and String Manipulation

Round 2 - Technical 

(1 Question)

  • Q1. What are terraform modules
  • Ans. 

    Terraform modules are reusable components that can be used to create infrastructure resources.

    • Modules are collections of .tf files that define resources and their dependencies

    • They can be used to create reusable infrastructure code

    • Modules can be published to the Terraform Registry for others to use

    • They can be used to create complex infrastructure setups easily

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Coding rounds, eventhough its a DevOps position they expect full fledged coding

Skills evaluated in this interview

Interview questions from similar companies

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

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

  • Q1. What is your understanding of pipeline concepts and basic Linux commands?
  • Q2. How do you practice addressing real-world issues with Kubernetes in a production environment?
  • Ans. 

    I address real-world Kubernetes issues through proactive monitoring, automation, and continuous learning.

    • Implement robust monitoring using tools like Prometheus and Grafana to track cluster health and performance.

    • Utilize Helm for managing Kubernetes applications, allowing for easier updates and rollbacks.

    • Conduct regular chaos engineering experiments to identify weaknesses in the system, such as using tools like Chaos M...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a great company for personal and professional growth.

What people are saying about Oracle

View All
zealousbroccolini
Verified Icon
1w
works at
Motherson Technology Services
Oracle SCM 3YOE – Mexico onsite offer: ₹90K/month + perks. Fair or should I negotiate?
Current Role: Oracle SCM Consultant (3YOE), ₹6.5LPA in India.(Including allowances ) Mexico Offer: ~₹90K/month + housing, car, petrol, flights. Handling apps/hardware(sometimes when other person not available). Offer delayed (15-20 days). Manager says "low exp = low pay." Questions: 1. Is ₹90K + perks fair for 3YOE in Mexico? 2. Should I push for more due to extra responsibilities? 3. Onsite experience for 4 years vs. ₹10LPA in India – which is better long-term? 4. Red flags? Delay normal? Need advice! #OracleSCM #Onsite #Mexico
Got a question about Oracle?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java OOPS, collections, and some basic SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be relaxed and calm. The interview is easy checking your fundamentals.

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic c# questions , few logical and angular questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. DB questions, design patterns, few architectural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics and be concrete on concepts

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Overall Experience, Project Details and Situation based technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I
Are these interview questions helpful?

I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Process for freshers-

Go through RS Agarwal book and be ready for logical reasoning questions

Criteria for selection is 75% so make sure to select right ans

There will be 2 questions based on selected language

And questions on general English.

Round 2 - Technical 

(1 Question)

  • Q1. Technical round will based on mentioned language in resume. My round was on Java language. So prepare the basic of Java and advance Java some time they ask you to write some syntax so prepare those synta...
Round 3 - One-on-one 

(1 Question)

  • Q1. It's formality round Just present your self well Be ready to reallocate any where they want. You can ask some question about the work culture in company.

Interview Preparation Tips

Topics to prepare for Amdocs Senior Software Engineer interview:
  • Java
  • C
  • C++
  • Data Structures
Interview preparation tips for other job seekers - Prepare well if you clear the aptitude round.

Chance of getting selected is high then.

Interview Questionnaire 

1 Question

  • Q1. Skillset, experience, about myself

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What will you bring to the team if we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for the JD before you go up for the interview, It will be really helpful to crack any interview

Oracle Interview FAQs

How many rounds are there in Oracle Senior Devops Engineer interview?
Oracle interview process usually has 3 rounds. The most common rounds in the Oracle interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Oracle Senior 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 Oracle. The most common topics and skills that interviewers at Oracle expect are Python, Docker, Kubernetes, Devops and Ansible.
What are the top questions asked in Oracle Senior Devops Engineer interview?

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

  1. What is the difference between scan vip & node v...read more
  2. How can one troubleshoot the crashloop error in Kubernetes (k8...read more
  3. How do you list all the files held by a proc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 890 Interviews
Zoho Interview Questions
4.3
 • 532 Interviews
Amdocs Interview Questions
3.7
 • 529 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 233 Interviews
Chetu Interview Questions
3.3
 • 191 Interviews
View all
Oracle Senior Devops Engineer Salary
based on 105 salaries
₹11.8 L/yr - ₹39.8 L/yr
17% more than the average Senior Devops Engineer Salary in India
View more details

Oracle Senior Devops Engineer Reviews and Ratings

based on 8 reviews

4.2/5

Rating in categories

4.0

Skill development

4.7

Work-life balance

4.0

Salary

3.8

Job security

3.7

Company culture

3.4

Promotions

4.0

Work satisfaction

Explore 8 Reviews and Ratings
Senior DevOps Engineer- Autonomous Database

Bangalore / Bengaluru

4-10 Yrs

Not Disclosed

Senior Devops Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.7k salaries
unlock blur

₹10.8 L/yr - ₹42 L/yr

Principal Consultant
2.2k salaries
unlock blur

₹10.9 L/yr - ₹38.2 L/yr

Senior Consultant
2.2k salaries
unlock blur

₹9.2 L/yr - ₹25 L/yr

Senior Member of Technical Staff
1.9k salaries
unlock blur

₹13.5 L/yr - ₹47.6 L/yr

Software Developer
1.5k salaries
unlock blur

₹8.4 L/yr - ₹31.6 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.7
Compare

Salesforce

4.0
Compare

IBM

4.0
Compare
write
Share an Interview