Upload Button Icon Add office photos

Filter interviews by

Oracle Financial Services Software Senior Application Engineer Interview Questions and Answers

Updated 19 Mar 2024

Oracle Financial Services Software Senior Application Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, Spring Boot, SQL
Round 2 - Behavioral 

(1 Question)

  • Q1. Design Discussion

Interview Questionnaire 

1 Question

  • Q1. Java basics,java8 features, Collection's, streams, Hibernate,Spring , Spring Boot Microservice

Senior Application Engineer Interview Questions Asked at Other Companies

Q1. What is acceleration and how it is important in Fiber laser cutti ... read more
Q2. What is Jerk and how it is important in Fiber laser cutting machi ... read more
Q3. In an array of integers find the integer which is present odd num ... read more
Q4. What are the different applications of SERVO MOTORS ?
Q5. What is the difference between G Code and M code ?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Core Java Spring boot
  • Q2. Why String is immutable
  • Ans. 

    String is immutable in Java to ensure security, thread safety, and optimization.

    • Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.

    • Immutable strings prevent security vulnerabilities like SQL injection attacks.

    • Immutable strings allow for string interning, reducing memory usage and improving performance.

  • Answered by AI
  • Q3. Difference between ArrayList and LinkedList
  • Ans. 

    ArrayList is implemented as a resizable array, LinkedList is implemented as a doubly linked list.

    • ArrayList provides fast random access, LinkedList provides fast insertion and deletion.

    • ArrayList uses more memory as it needs to allocate a fixed size array, LinkedList uses more memory for storing references to next and previous elements.

    • Example: ArrayList is suitable for scenarios where random access is required, LinkedLi...

  • Answered by AI
  • Q4. Explain internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related HVAC controlling
  • Q2. Relating AHU controlling

Interview Preparation Tips

Interview preparation tips for other job seekers - HVAC, AHU, VAV
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked quant and reasoning and English

Round 2 - Technical 

(2 Questions)

  • Q1. What is normanlization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by storing data in a structured manner

    • Normalization ensures data integrity by minimizing data anomalies

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, etc.

  • Answered by AI
  • Q2. Types of normalisation
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Types of normalization include 1NF, 2NF, 3NF, BCNF, and 4NF.

    • 1NF (First Normal Form) ensures that each column contains atomic values.

    • 2NF (Second Normal Form) eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the primary key.

    • 3NF (Third Normal Form) eliminates t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific to resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technology support questions about work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. 2nd largest element in array
  • Ans. 

    Find the 2nd largest element in an array of strings.

    • Sort the array in descending order

    • Access the element at index 1 to get the 2nd largest element

  • Answered by AI
  • Q2. Top view of given binary tree
  • Ans. 

    To get the top view of a binary tree, we need to find the nodes that are visible when looking at the tree from the top.

    • Start from the root node and assign it a horizontal distance of 0.

    • Traverse the tree using a queue and keep track of the horizontal distance of each node.

    • For each horizontal distance, only keep the node with the smallest level in the result.

    • Repeat the process for left and right child nodes, updating the

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to iOS and swift basics
  • Q2. Design NotificationCenter
  • Ans. 

    NotificationCenter is a system that enables communication between different parts of an application.

    • NotificationCenter allows components of an application to communicate without having direct references to each other.

    • It uses the observer pattern where objects register themselves as observers for specific notifications.

    • Notifications can be posted to the NotificationCenter with optional data.

    • Observers can then receive an...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design twitter feed & solid principles
  • Ans. 

    Design a Twitter feed using SOLID principles

    • Separate classes for each responsibility (Single Responsibility Principle)

    • Use interfaces to define behavior and allow for easy swapping of implementations (Open/Closed Principle)

    • Dependency Injection to decouple components and make testing easier (Dependency Inversion Principle)

    • Liskov Substitution Principle to ensure derived classes can be substituted for their base classes wi...

  • Answered by AI
Round 5 - One-on-one 

(2 Questions)

  • Q1. It was hiring manger rounds .. Behavioural questions
  • Q2. First occurence of given number in sorted array
  • Ans. 

    Find the first occurrence of a given number in a sorted array.

    • Use binary search to efficiently find the first occurrence of the number.

    • Keep track of the index of the first occurrence as you search through the array.

    • Return the index of the first occurrence once found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your DSA skilles in deep level and practice questions because in the interviews they want full working code and practice dry run as well.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project explanation,security concept question,integration basics,what are debug logs
  • Q2. Lwc lifecycle hooks and one trigger to code

Interview Preparation Tips

Topics to prepare for Salesforce Application Support Engineer interview:
  • Java
  • Lwc
Interview preparation tips for other job seekers - It's also like normal interview don't get pressure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to use JAVA code in Oracle BPEL
  • Ans. 

    To use JAVA code in Oracle BPEL, you can create a Java Embedding activity within a BPEL process.

    • Create a Java Embedding activity within the BPEL process

    • Write the Java code within the Java Embedding activity

    • Compile the Java code and deploy the BPEL process

  • Answered by AI
  • Q2. Explain Integration BPM human task with SOA
  • Ans. 

    Integration of BPM human task with SOA involves connecting business processes with service-oriented architecture.

    • BPM human task defines the steps and actions required for a specific task in a business process.

    • SOA is an architectural style that enables the creation of loosely coupled, reusable services.

    • Integration involves connecting the human tasks defined in BPM with the services in SOA to automate and streamline busi...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Complex scenario solved during your current job

Interview Preparation Tips

Topics to prepare for Oracle Senior Application Engineer interview:
  • Oracle SOA Suite
  • Oracle BPM

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related HVAC controlling
  • Q2. Relating AHU controlling

Interview Preparation Tips

Interview preparation tips for other job seekers - HVAC, AHU, VAV

Oracle Financial Services Software Interview FAQs

How many rounds are there in Oracle Financial Services Software Senior Application Engineer interview?
Oracle Financial Services Software interview process usually has 2 rounds. The most common rounds in the Oracle Financial Services Software interview process are Behavioral and Technical.
What are the top questions asked in Oracle Financial Services Software Senior Application Engineer interview?

Some of the top questions asked at the Oracle Financial Services Software Senior Application Engineer interview -

  1. Java basics,java8 features, Collection's, streams, Hibernate,Spring , Spring Bo...read more
  2. Java, Spring Boot, ...read more
  3. Design Discuss...read more

Tell us how to improve this page.

Oracle Financial Services Software Senior Application Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
View all
Oracle Financial Services Software Senior Application Engineer Salary
based on 181 salaries
₹9.5 L/yr - ₹25.5 L/yr
24% more than the average Senior Application Engineer Salary in India
View more details

Oracle Financial Services Software Senior Application Engineer Reviews and Ratings

based on 17 reviews

3.1/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

2.6

Salary

4.1

Job security

3.4

Company culture

2.1

Promotions

3.4

Work satisfaction

Explore 17 Reviews and Ratings
Senior Consultant
1.3k salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Staff Consultant
1.2k salaries
unlock blur

₹4.5 L/yr - ₹13.6 L/yr

Associate Consultant
1.1k salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Principal Consultant
720 salaries
unlock blur

₹10 L/yr - ₹27.6 L/yr

Application Developer
507 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Explore more salaries
Compare Oracle Financial Services Software with

Oracle

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview