i
Oracle
Filter interviews by
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 ...
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 ...
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
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
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 ...
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...
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...
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...
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
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 ...
I appeared for an interview in Dec 2024.
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...
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...
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...
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
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 ...
One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.
Shell script & terraform code output was asked.
I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.
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...
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...
1. Log parsing using python
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 ...
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
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...
DSA, Hashmaps, Arrays and String Manipulation
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
I appeared for an interview before May 2024, where I was asked the following questions.
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...
What people are saying about Oracle
I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.
posted on 31 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.
posted on 22 Feb 2021
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.
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.
posted on 3 Feb 2021
posted on 29 Jan 2022
I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.
based on 2 interview experiences
Difficulty level
Duration
based on 8 reviews
Rating in categories
Senior Software Engineer
2.7k
salaries
| ₹10.8 L/yr - ₹42 L/yr |
Principal Consultant
2.2k
salaries
| ₹10.9 L/yr - ₹38.2 L/yr |
Senior Consultant
2.2k
salaries
| ₹9.2 L/yr - ₹25 L/yr |
Senior Member of Technical Staff
1.9k
salaries
| ₹13.5 L/yr - ₹47.6 L/yr |
Software Developer
1.5k
salaries
| ₹8.4 L/yr - ₹31.6 L/yr |
SAP
MongoDB
Salesforce
IBM