Filter interviews by
I applied via campus placement at Dehradun Institute of Technology, Dehradun and was interviewed in Oct 2022. There were 5 interview rounds.
Duration : - 1 Hour
Platform : - Hackerrank
Topics : - REST API, SQL and DSA
To create a table in SQL, use the CREATE TABLE statement and define its elements.
Use CREATE TABLE statement followed by table name
Define columns with data types and constraints
Add primary key constraint to uniquely identify each row
Example: CREATE TABLE customers (id INT PRIMARY KEY, name VARCHAR(50), email VARCHAR(50))
JOIN operation is used to combine rows from two or more tables based on a related column between them.
JOIN can be used with different types like INNER, LEFT, RIGHT, FULL OUTER, etc.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
JOIN can be used to fetch data from multiple tables in a single query.
Bubble sort repeatedly swaps adjacent elements if they are in wrong order.
Bubble sort has a time complexity of O(n^2).
It is not efficient for large datasets.
Optimizations include adding a flag to check if any swaps were made in a pass and stopping if none were made.
Another optimization is to keep track of the last swapped index and only iterate up to that index in the next pass.
Balanced Parenthesis using Stack is a problem to check if the given expression has balanced parentheses or not.
Create an empty stack
Traverse the expression string and for each character, check if it is an opening parenthesis
If it is an opening parenthesis, push it onto the stack
If it is a closing parenthesis, check if the stack is empty or if the top element of the stack is the corresponding opening parenthesis
If the s...
Finding the Kth largest element in an array.
Sort the array in descending order and return the Kth element.
Use a max heap to find the Kth largest element.
Use quickselect algorithm to find the Kth largest element.
OFSS is a leading consulting firm with a strong track record. I am better than others because of my skills, experience, and dedication.
OFSS is a well-established and reputable consulting firm with a proven track record of success.
I have a strong skill set and relevant experience that make me a valuable asset to OFSS.
I am dedicated and committed to delivering high-quality results for clients.
I have a track record of exc...
I am fit for this role because of my strong analytical skills, ability to work in a team, and experience in consulting.
Strong analytical skills: I have a proven track record of analyzing complex problems and providing effective solutions.
Ability to work in a team: I excel in collaborating with diverse teams to achieve common goals.
Experience in consulting: I have previously worked as a consultant, gaining valuable expe...
I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.
Good question on train problems and english
Rest API questions and trees questions in data structure
What people are saying about Oracle Financial Services Software
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Fundamentals of Oracle DB and Architecture
Oracle Database is a relational database management system (RDBMS)
It uses SQL (Structured Query Language) for querying and managing data
Consists of physical and logical structures like data files, tablespaces, and schemas
Architecture includes components like instance, memory structures, and background processes
Oracle Financial Services Software interview questions for popular designations
2 coding questions, 10 aptitude mcqs, 10 verbal mcqs
Get interview-ready with Top Oracle Financial Services Software Interview Questions
I was interviewed before Jan 2024.
I applied via LinkedIn and was interviewed in Jun 2023. There were 3 interview rounds.
30 mins duration all are mandatory to attempt
Java coding question and mutliple choices
I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.
Find the duplicate number in an array of strings
Iterate through the array and keep track of seen elements in a HashSet
If an element is already in the HashSet, it is a duplicate
Some of the top questions asked at the Oracle Financial Services Software interview -
The duration of Oracle Financial Services Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 143 interviews
Interview experience
based on 1.2k reviews
Rating in categories
Senior Consultant
1.3k
salaries
| ₹5.8 L/yr - ₹21 L/yr |
Staff Consultant
1.1k
salaries
| ₹4.5 L/yr - ₹13.6 L/yr |
Associate Consultant
1.1k
salaries
| ₹3.2 L/yr - ₹10 L/yr |
Principal Consultant
717
salaries
| ₹10 L/yr - ₹29 L/yr |
Application Developer
492
salaries
| ₹6 L/yr - ₹23 L/yr |
Oracle
TCS
Infosys
Wipro