Filter interviews by
String reversal in Java can be achieved using various methods, including loops, recursion, and built-in functions.
Using StringBuilder: The StringBuilder class has a reverse() method that can easily reverse a string. Example: StringBuilder sb = new StringBuilder("hello"); sb.reverse(); // Output: "olleh"
Using a Loop: You can reverse a string by iterating from the end to the beginning. Example: String str = "hello";...
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...
The correct SQL query to select the top 5 numbers from the given data is 'SELECT TOP 5 number FROM table_name ORDER BY number DESC'.
Use the 'SELECT' statement to specify the columns you want to retrieve.
Use the 'TOP' keyword followed by the number of rows you want to select.
Specify the column name in the 'ORDER BY' clause to sort the data in descending order.
Write a query to select data from a large collection.
Use the SELECT statement to specify the columns you want to retrieve.
Use the FROM clause to specify the table or tables from which to retrieve the data.
Use the WHERE clause to specify any conditions that the retrieved data must meet.
Use the ORDER BY clause to sort the retrieved data in a specific order.
Use the LIMIT clause to limit the number of rows returned, i...
Create an AVL tree from scratch. You will be provided with ‘N’ values representing node values you need to insert into the AVL tree. After inserting all values, return the root of t...
The question asks to implement an AVL_TREE from scratch and insert given values into it.
AVL_TREE is a self-balancing binary search tree
The height difference between left and right subtrees of all nodes should not be more than one
Implement the AVL_TREE data structure and insertion algorithm
Return the root of the AVL_TREE after inserting all the nodes
Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.
The first line contains a single integer 'T' representing the numbe...
The task is to find the third largest element in an array of distinct integers.
Read the number of test cases 'T'
For each test case, read the number of elements 'N' and the array 'ARR'
Sort the array in descending order
Return the element at index 2 as the third largest element
I applied via Campus Placement 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
I applied via Campus Placement 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...
I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.
9 Questions but the pattern changes everytime
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 appeared for an interview before Mar 2024, where I was asked the following questions.
I would address team conflicts by fostering open communication, understanding perspectives, and facilitating collaborative solutions.
Encourage open dialogue: Create a safe space for team members to express their concerns and viewpoints.
Active listening: Make sure to listen to all parties involved to understand their perspectives fully.
Identify common goals: Remind the team of shared objectives to shift focus from perso...
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Arithmetic and basic OOPs
String reversal, core concepts of Java
I appeared for an interview in Sep 2021.
Round duration - 150 minutes
Round difficulty - Hard
Oracle’s aptitude test is one of the longest aptitude tests I appeared for in my placement phase. It was around 2hrs 30mins long.
Questions were from basically every subject I had studied like OS, CN, SDLC, etc. Questions weren’t too hard but the difficult part about this test is that it was divided into sections and sub-sections.
Each sub-section had its own independent time interval so bringing it down to like 10 quant questions in 14 minutes might sound easy but it’s not. So managing time is the only difficult part of this round.
The correct SQL query to select the top 5 numbers from the given data is 'SELECT TOP 5 number FROM table_name ORDER BY number DESC'.
Use the 'SELECT' statement to specify the columns you want to retrieve.
Use the 'TOP' keyword followed by the number of rows you want to select.
Specify the column name in the 'ORDER BY' clause to sort the data in descending order.
Create an AVL tree from scratch. You will be provided with ‘N’ values representing node values you need to insert into the AVL tree. After inserting all values, return the root of ...
The question asks to implement an AVL_TREE from scratch and insert given values into it.
AVL_TREE is a self-balancing binary search tree
The height difference between left and right subtrees of all nodes should not be more than one
Implement the AVL_TREE data structure and insertion algorithm
Return the root of the AVL_TREE after inserting all the nodes
Round duration - 30 minutes
Round difficulty - Easy
The Technical Interview started off very fine and lasted for about 30-40 minutes. There were few HR questions in the beginning. The interviewer is very friendly. Firstly they asked me to tell them about myself. then the reasons for choosing this Profile. Then he asked me to explain the projects I have done. I have explained them. They have interrupted me and asked some doubts meanwhile. But I felt that they were intended just to check my confidence and how would I explain their doubts. They asked me some DSA Questions but I told them I am not much confident in DSA then they asked Basic Questions on DBMS like Explain about Normalization of DB, self Join, etc. And at the end, he asked me a general aptitude question based on Distance and time.
Overall the Interview was quite easy. Just learn the basics. Maintain good communication skills. Be confident and add good projects to your CV. Then it will be very easy to crack this round.
Write a query to select data from a large collection.
Use the SELECT statement to specify the columns you want to retrieve.
Use the FROM clause to specify the table or tables from which to retrieve the data.
Use the WHERE clause to specify any conditions that the retrieved data must meet.
Use the ORDER BY clause to sort the retrieved data in a specific order.
Use the LIMIT clause to limit the number of rows returned, if nec...
Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.
The first line contains a single integer 'T' representing the numb...
The task is to find the third largest element in an array of distinct integers.
Read the number of test cases 'T'
For each test case, read the number of elements 'N' and the array 'ARR'
Sort the array in descending order
Return the element at index 2 as the third largest element
Round duration - 30 minutes
Round difficulty - Easy
In the first 10 min, He asked me general HR questions like why OFSS. What are your strengths etc?
Then he asked me a puzzle. Then he asked me some questions from my resume regarding my internship and extracuriculars.
Then he asked me questions related to banking like how banks earn money, is a loan asset or liability, is FD asset or liability for a bank, and as I knew all these financial concepts already so it was quite easy for me to crack this round. The interviewer was very friendly and then I asked him some questions regarding the job profile and he answered every question happily and it was visible on his face that he is happy with my interview.
Tip 1 : Have a strong grip over the basics concepts of OOPS like classes, objects, encapsulation, polymorphism, data abstraction, and Inheritance.
Tip 2 : You should know how the SQL queries work and have a command on their database called Oracle.
Tip 3 : Learn javascript as its their most important requirement and it will give a strong edge over others. So C++,OOPS,SQL and Javascript are most important requirements and other things you should be aware of are Basics of DSA, Web development.
Tip 1 : You should have at least one project on your resume, mine was a web development group project and I did front-end work and the interviewer discussed it for at least 10 minutes.
Tip 2 : Have something on your resume that shows you are a team player and can work really efficiently working with the team like I lead a team of 5 during Smart India Hackathon and it gave me a huge edge over others.
I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2021. There was 1 interview round.
Top trending discussions
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 7 interview experiences
Difficulty level
Duration
based on 159 reviews
Rating in categories
Senior Consultant
1.3k
salaries
| ₹10.9 L/yr - ₹18.5 L/yr |
Staff Consultant
1.3k
salaries
| ₹4.5 L/yr - ₹14 L/yr |
Associate Consultant
1.2k
salaries
| ₹3.5 L/yr - ₹11 L/yr |
Principal Consultant
708
salaries
| ₹8.8 L/yr - ₹29 L/yr |
Application Developer
463
salaries
| ₹6 L/yr - ₹24.1 L/yr |
Oracle
24/7 Customer
KPIT Technologies
Intellect Design Arena