Filter interviews by
I applied via Campus Placement
2 dsa based question
I applied via campus placement at National Institute of Technology (NIT), Kurukshetra and was interviewed in Aug 2023. There were 5 interview rounds.
Online Assessment was the first round (Aptitude, CS fundamentals + Java+ Data Structures ) questions were there.
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Simple aptitude test
What people are saying about Oracle Financial Services Software
I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2023. There were 3 interview rounds.
Basic DSA Questions, and some cs fundamental MCQs
The 4 pillars of OOPS are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation refers to the bundling of data with the methods that operate on that data.
Abstraction focuses on hiding the implementation details and showing only the necessary features of an object.
Polymorphism allows objects to be treated as instances of t
Oracle Financial Services Software interview questions for designations
I applied via campus placement at National Institute of Technology (NIT), Hamirpur and was interviewed in Apr 2023. There were 2 interview rounds.
Aptitude questions and coding questions
Get interview-ready with Top Oracle Financial Services Software Interview Questions
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
I applied via campus placement at Thakur College of Engineering and Technology KandivaliMumbai, Mumbai and was interviewed before Sep 2023. There were 3 interview rounds.
9 Questions but the pattern changes everytime
Inheritance in Java allows a class to inherit properties and behavior from another class.
Inheritance enables code reusability and promotes a hierarchical relationship between classes.
Subclasses inherit attributes and methods from a superclass.
Java supports single and multiple inheritance through classes and interfaces.
Example: class Car extends Vehicle {}
HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
HashMap uses a hash function to map keys to indices in an array.
It allows for constant-time retrieval, insertion, and deletion of key-value pairs.
Collisions can occur when multiple keys map to the same index, which is resolved using techniques like chaining or open addressing.
Comparator is used to define custom sorting order for objects, while Comparable is an interface used to implement natural ordering of objects.
Comparator is used to define custom sorting order for objects, while Comparable is used to implement natural ordering of objects
Comparator interface has a compare() method, while Comparable interface has a compareTo() method
Comparator can be used to sort objects based on multiple...
I have worked on various projects including market research, data analysis, and process improvement.
Conducted market research to identify customer needs and preferences
Performed data analysis to optimize pricing strategies
Implemented process improvements to increase efficiency and reduce costs
We selected technologies based on project requirements, team expertise, scalability, and cost-effectiveness.
Considered project requirements and objectives
Leveraged team expertise in certain technologies
Chose scalable technologies for future growth
Evaluated cost-effectiveness of different options
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.
Question regarding Equity, Derivatives and Bonds
The duration of Oracle Financial Services Software Associate Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 30 interviews
3 Interview rounds
based on 152 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