i
Oracle
Filter interviews by
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
Reverse a linked list by changing the next pointers of each node to point to the previous node.
Start with three pointers: current, previous, and next.
Iterate through the linked list, updating the next pointer of each node to point to the previous node.
Update the previous, current, and next pointers for each iteration.
Distribute candies among students based on their ratings, ensuring higher rated students get more candies.
Create an array to store the ratings of each student
Initialize another array to store the number of candies each student will receive
Start by giving each student 1 candy
Iterate over the ratings array from left to right, comparing each student's rating with the previous one and adjusting the candies accordingly
Data serialization is the process of converting data structures or objects into a format that can be stored or transmitted.
Serialization involves converting data into a byte stream for storage or transmission.
Common serialization formats include JSON, XML, and Protocol Buffers.
Serialization allows data to be easily saved to a file or sent over a network.
Deserialization is the reverse process of converting serialized da
Data shuffling in Spark is the process of redistributing data across partitions to optimize parallel processing.
Data shuffling occurs when data needs to be moved across partitions, typically during operations like groupBy, join, or sortBy.
It involves transferring data between executors, which can be a costly operation in terms of performance.
Data shuffling can impact the performance of a Spark job, so it's important to...
Map-reduce is a programming model used for processing and generating large data sets in parallel.
Map function processes input data and generates key-value pairs
Reduce function takes the output of the map function and combines the values with the same key
Example: Word count in a document - map function counts occurrences of each word, reduce function sums up the counts
Handling service downtime in microservice architecture is crucial for maintaining system reliability.
Implement circuit breakers to prevent cascading failures
Use service discovery to automatically route traffic to healthy instances
Implement retry mechanisms with exponential backoff to handle transient failures
Monitor service health and performance metrics to proactively detect issues
Implement graceful degradation to pro
Implement rate limiting, load balancing, and circuit breaking to handle too many requests in micro service architecture.
Implement rate limiting to control the number of requests a service can handle within a specific time frame.
Use load balancing to distribute incoming requests evenly across multiple instances of a service.
Implement circuit breaking to prevent cascading failures and overload in case of high traffic.
Con...
Top trending discussions
posted on 25 Jan 2025
I was interviewed in Dec 2024.
A standardized assessment that measures a person's skills, cognitive abilities, and potential to perform in a specific role.
posted on 15 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.
Topics on electronics and C programming
Program to generate Fibonacci sequence
Start with two initial numbers, 0 and 1
Add the previous two numbers to get the next number in the sequence
Repeat this process to generate the Fibonacci sequence
Example: 0, 1, 1, 2, 3, 5, 8, 13, ...
I was interviewed in Dec 2024.
I would use load balancing, caching, and scaling techniques to manage the 1 million requests.
Implement load balancing to distribute requests evenly across multiple servers.
Utilize caching to store frequently accessed data and reduce response times.
Scale horizontally by adding more servers to handle the increased load.
Optimize code and database queries to improve performance.
Monitor system performance and make adjustmen
React is a popular JavaScript library for building user interfaces, while SAP UI5 is a framework for developing enterprise-ready web applications.
React is more flexible and widely used in the industry.
SAP UI5 is specifically designed for SAP applications and has built-in support for SAP technologies.
React has a larger community and ecosystem with more resources and libraries available.
SAP UI5 provides a consistent user...
Node.js is a runtime environment for executing JavaScript code outside of a browser, while Java is a general-purpose programming language often used for building enterprise applications.
Node.js is single-threaded and event-driven, making it ideal for handling asynchronous operations like I/O operations.
Java is a statically typed language with a strong emphasis on object-oriented programming, making it suitable for larg...
Multitenancy in SAP BTP allows multiple customers to share the same application instance while keeping their data isolated.
Multitenancy allows multiple customers (tenants) to use the same application instance.
Each tenant's data is isolated and secure from other tenants.
Tenants can customize their own settings, branding, and configurations within the shared application.
SAP BTP provides tools and features to manage multi...
Arrays and strings - 90 mins
Create Modules, railway reservation system - 60 mins
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
It was an amazing interview.
S abJDQdlqd qk; qdkq;q bdkq;d
I applied via Campus Placement
1 coding question and MCQ on CS fundamentals were asked.
posted on 11 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
Basic DSA from the hacker rank website
posted on 12 Dec 2024
I was interviewed in Nov 2024.
It was codility test with 2 questions
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
It included aptitude, technical and coding questions
Remote work preferred, open to occasional travel
Remote work preferred
Open to occasional travel
Flexible with location
Senior Software Engineer
2.3k
salaries
| ₹10.1 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9 L/yr - ₹30 L/yr |
Principal Consultant
2k
salaries
| ₹10.9 L/yr - ₹36 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹13.4 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹9.4 L/yr - ₹29 L/yr |
SAP
MongoDB
Salesforce
IBM