i
Oracle
Filter interviews by
posted on 19 Aug 2022
posted on 8 Feb 2024
I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.
I applied via LinkedIn
posted on 22 Mar 2024
Questions on react , majorly focus on basics
Very hard question and 4 qs in total
posted on 12 Oct 2022
I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.
Aptitude and bit of coding questions ,60 questions in 50 minutes.. Negative marks for wrong answers
I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.
Linux is an open-source operating system kernel that manages hardware resources and provides services for user programs.
Linux is a Unix-like operating system kernel developed by Linus Torvalds in 1991.
It boots by loading the bootloader (such as GRUB) which then loads the kernel into memory.
The kernel initializes the system, mounts the root filesystem, and starts the init process.
The init process then starts other syste...
To boot a system, you need to power it on and load the operating system into memory.
Power on the computer by pressing the power button
The BIOS/UEFI firmware initializes hardware components
The bootloader is loaded to start the operating system
The operating system kernel is loaded into memory
The system is now ready for use
SAN stands for Storage Area Network, a specialized high-speed network that connects servers to storage devices.
SAN allows multiple servers to access shared storage resources like disk arrays or tape libraries.
It provides block-level access to storage, allowing for efficient data transfer.
SANs are typically used in enterprise environments for centralized storage management.
Examples of SAN technologies include Fibre Chan
posted on 17 Apr 2022
I applied via Campus Placement and was interviewed in Oct 2021. There were 4 interview rounds.
Coding round where questions based on arrays and strings were asked
OOPS in Java is a programming paradigm that emphasizes on objects and their interactions.
OOPS stands for Object-Oriented Programming System
Java is an OOPS language that supports encapsulation, inheritance, and polymorphism
Encapsulation is the process of hiding data and methods within a class
Inheritance allows a subclass to inherit properties and methods from a superclass
Polymorphism allows objects to take on multiple f...
Multithreading in Java allows multiple threads to execute concurrently within a single program.
Multithreading improves performance by allowing multiple tasks to run simultaneously.
Java provides built-in support for multithreading through the Thread class and Runnable interface.
Synchronization is important to prevent race conditions and ensure thread safety.
Examples of multithreading in Java include GUI applications, se...
Collections Framework is a set of classes and interfaces that provide reusable data structures in Java.
It provides interfaces like List, Set, Queue, etc. for storing collections of objects.
It also provides classes like HashMap, TreeMap, etc. for storing key-value pairs.
It simplifies the process of storing and manipulating data in Java programs.
It improves the performance of Java programs by providing efficient data str...
Exception handling is a mechanism to handle runtime errors in Java programs.
Exceptions are objects that are thrown at runtime when an error occurs
try-catch block is used to handle exceptions
finally block is used to execute code regardless of whether an exception is thrown or not
Java provides built-in exceptions like ArithmeticException, NullPointerException, etc.
Custom exceptions can also be created by extending the Ex
Python has several built-in datatypes including int, float, bool, str, list, tuple, set, and dict.
int - represents integers
float - represents floating-point numbers
bool - represents boolean values True and False
str - represents strings
list - represents ordered sequences of values
tuple - represents ordered, immutable sequences of values
set - represents unordered collections of unique values
dict - represents unordered co
Flask is a micro web framework while Django is a full-stack web framework.
Flask is lightweight and flexible, allowing developers to choose their own libraries and tools.
Django is a batteries-included framework with built-in ORM, admin interface, and authentication system.
Flask is ideal for small to medium-sized projects, while Django is better suited for larger, more complex projects.
Flask has a smaller learning curve ...
Flask is lightweight and good for small projects, while Django is more robust and suitable for larger projects.
Flask is good for small projects with simple requirements
Django is more suitable for larger projects with complex requirements
Flask is lightweight and flexible, allowing for more customization
Django has a lot of built-in features and is more opinionated
Flask is better for RESTful APIs and microservices
Django i...
Decorators are functions that modify the behavior of other functions or classes without changing their source code.
Decorators are denoted by the @ symbol in Python.
They can be used to add functionality to a function or class, such as logging or timing.
Decorators can also be used to modify the behavior of a function or class, such as adding caching or memoization.
Decorators can be chained together to apply multiple modi
Generators are functions that can be paused and resumed, allowing for lazy evaluation of data.
Generators use the yield keyword to pause execution and return a value.
They can be used to generate an infinite sequence of values.
Generators are memory efficient as they only generate values when needed.
They are commonly used in data processing and asynchronous programming.
range and xrange are used to generate a sequence of numbers in Python.
range returns a list of numbers while xrange returns an iterator object.
range is memory-intensive while xrange is memory-efficient.
range is used in Python 3 while xrange is used in Python 2.
range can take three arguments: start, stop, and step while xrange can take two arguments: start and stop.
based on 2 reviews
Rating in categories
Senior Software Engineer
2.3k
salaries
| ₹10.2 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9 L/yr - ₹25 L/yr |
Principal Consultant
2k
salaries
| ₹10.9 L/yr - ₹36 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹13.5 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹8.5 L/yr - ₹34 L/yr |
SAP
MongoDB
Salesforce
IBM