Upload Button Icon Add office photos

Filter interviews by

OCBC Bank Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top OCBC Bank Interview Questions and Answers

View all 6 questions

OCBC Bank Interview Experiences

Popular Designations

9 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on statistics
  • Q2. Questions on pandas

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the following: Python (pandas, numpy), Statistics( anova, t-test, PCA etc), Tableau, Excel Pivot Tables, SQL

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. TestNG Framework Explanation
  • Ans. 

    TestNG is a testing framework for Java that supports various testing levels and annotations.

    • TestNG allows for easy configuration of test cases using annotations like @Test, @BeforeTest, @AfterTest, etc.

    • It supports parameterization of test cases using @DataProvider annotation.

    • TestNG provides features like grouping of test cases, dependency management, parallel execution, and reporting.

    • It integrates well with build tools...

  • Answered by AI
  • Q2. Selenium and Java concepts

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Monster and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between ref and out
  • Ans. 

    ref is used for passing a variable by reference, out is used for returning a variable by reference

    • ref is used for passing a variable by reference, allowing the method to modify the variable

    • out is used for returning a variable by reference, typically used for returning multiple values from a method

    • Example: int x = 10; SomeMethod(ref x); // x can be modified inside SomeMethod

    • Example: int result; SomeMethod(out result); /

  • Answered by AI
  • Q2. Ref needs to be initialized before passing and will change, out no need to be initialized and

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

OCBC Bank interview questions for popular designations

 Softwaretest Engineer

 (2)

 Associate Vice President

 (1)

 Data Analyst

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Technical 

(1 Question)

  • Q1. Question on requirement gathering, workload modelling, tuning, cripting , scenario preparation. Question on Loadrunner, jmeter, Microservices, Kibana, any other application monitoring tool
Round 3 - One-on-one 

(1 Question)

  • Q1. How to handle concurrent projects? Dealing with different stakeholders
  • Ans. 

    Concurrent projects require prioritization and effective communication with stakeholders.

    • Prioritize projects based on their importance and urgency

    • Create a project plan with clear timelines and milestones

    • Communicate regularly with stakeholders to keep them informed of progress and any changes

    • Delegate tasks to team members and ensure they have the necessary resources and support

    • Monitor progress and adjust plans as needed

    • ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why want to join ocbc and discussion on salary

Associate Vice President Interview Questions asked at other Companies

Q1. Discuss a case study on a preferred topic or use sample problems to explain a difficult concept. First name the topic and then the concept/case study to be illustrated within 5 mins. CBSE Hot questions are preferred.
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

20 mins java leetcode

Round 2 - Technical 

(1 Question)

  • Q1. 60 mins discussion by tech lead

Interview Preparation Tips

Interview preparation tips for other job seekers - well-prepare your resume

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two java coding testing - 20 mins each

Round 2 - Technical 

(3 Questions)

  • Q1. Q&A by tech lead around 1 hour
  • Q2. Project details in CV
  • Q3. Best practise design pattern
  • Ans. 

    The best practice design pattern for software testing is the Page Object Model (POM).

    • POM separates the test logic from the UI, making tests more maintainable and reusable.

    • It improves test readability and reduces code duplication.

    • POM promotes modularity and allows for easier test maintenance and scalability.

    • It enhances collaboration between developers and testers.

    • Example: Using POM, each page of a web application is rep...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for OCBC Bank Softwaretest Engineer interview:
  • system design
  • Java
  • Design Patterns

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Capital Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What do you do in your free time ?
  • Ans. 

    I enjoy reading, hiking, and trying out new recipes in my free time.

    • Reading books from various genres

    • Hiking in local trails and national parks

    • Experimenting with new recipes in the kitchen

  • Answered by AI

Premier Banking Asia Interview Questions & Answers

user image Anonymous

posted on 7 Feb 2020

I applied via Referral and was interviewed in Aug 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked about my previous job in complete details with all the major and minor points, then was followed by small market questions and product knowledge for the unit trust, bonds and structure products...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident. .be updated about the markets.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 9 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you begin by introducing yourself and detailing your skills?
  • Ans. 

    I am a highly experienced professional with a strong background in leadership and management.

    • Over 10 years of experience in leadership roles

    • Proven track record of successfully managing teams and achieving targets

    • Strong communication and interpersonal skills

    • Expertise in strategic planning and decision-making

    • MBA in Business Administration from a reputable university

  • Answered by AI
  • Q2. What is your impression of behavior and appearance during the interview?
  • Ans. 

    The candidate exhibited professional behavior and had a neat appearance during the interview.

    • The candidate arrived on time for the interview

    • They maintained good eye contact and actively listened

    • Their attire was appropriate for the position they were applying for

    • They spoke clearly and confidently

    • Overall, the candidate presented themselves well

  • Answered by AI
Round 2 - Group Discussion 

Why do you work for our company, and how do you assess personality?

Round 3 - Group Discussion 

Initiate a group discussion and evaluate listening skills.

Round 4 - Coding Test 

Begin the coding test and assess your mental strength.

Round 5 - Assignment 

Begin the assignment and provide details about your experience with Staranth.

Round 6 - Aptitude Test 

Start the aptitude test and check the language.

Round 7 - HR 

(2 Questions)

  • Q1. What can you tell me about yourself?
  • Ans. 

    I am a dedicated and experienced professional with a strong background in leadership and management.

    • Over 10 years of experience in leadership roles

    • Proven track record of successfully managing teams and achieving targets

    • Strong communication and interpersonal skills

    • Passionate about driving growth and development

  • Answered by AI
  • Q2. What skills and behaviors do you consider essential for success in this role?
  • Ans. 

    Essential skills and behaviors for success in the role of Center Head include leadership, communication, problem-solving, and strategic planning.

    • Strong leadership skills to effectively manage and motivate a team

    • Excellent communication skills to interact with staff, clients, and stakeholders

    • Effective problem-solving abilities to address challenges and make decisions

    • Strategic planning skills to set goals and drive the ce

  • Answered by AI
Round 8 - Technical 

(2 Questions)

  • Q1. What do you think about our company?
  • Ans. 

    I think your company is a leader in the industry with a strong reputation for innovation and quality.

    • Your company has a proven track record of success in the market.

    • I admire the company's commitment to excellence and customer satisfaction.

    • The company's culture of collaboration and teamwork is impressive.

    • I appreciate the company's focus on continuous improvement and growth.

    • The company's values align with my own professi

  • Answered by AI
  • Q2. What can you tell me about the goals of our company?
  • Ans. 

    The goals of our company are to provide high-quality services, exceed customer expectations, and maintain a strong market presence.

    • Deliver high-quality services to customers

    • Exceed customer expectations through exceptional service

    • Maintain a strong market presence through innovation and competitive pricing

  • Answered by AI
Round 9 - Other 

(2 Questions)

  • Q1. What do you think about our company
  • Ans. 

    I think your company is a leader in the industry with a strong reputation for innovation and quality.

    • Your company has a proven track record of success in the market.

    • I admire the company's commitment to excellence and customer satisfaction.

    • The company's values align with my own professional beliefs and goals.

  • Answered by AI
  • Q2. What actions do you take to promote the growth of our company?
  • Ans. 

    I promote company growth through strategic planning, employee development, and fostering a positive work culture.

    • Developing and implementing strategic plans to expand market reach

    • Investing in employee training and development to enhance skills and productivity

    • Creating a positive work environment to boost employee morale and retention

    • Collaborating with other departments to identify growth opportunities

    • Utilizing data ana

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am stating that hard work, smart work, and growth benefit our colony.

OCBC Bank Interview FAQs

How many rounds are there in OCBC Bank interview?
OCBC Bank interview process usually has 1-2 rounds. The most common rounds in the OCBC Bank interview process are Technical, One-on-one Round and Coding Test.
What are the top questions asked in OCBC Bank interview?

Some of the top questions asked at the OCBC Bank interview -

  1. How to handle concurrent projects? Dealing with different stakehold...read more
  2. what is the difference between array and arrayl...read more
  3. What design pattern you usually us...read more

Tell us how to improve this page.

OCBC Bank Interview Process

based on 7 interviews in last 1 year

Interview experience

2.7
  
Poor
View more

People are getting interviews through

based on 7 OCBC Bank interviews
Job Portal
Referral
43%
14%
43% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IndusInd Bank Interview Questions
3.6
 • 577 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
Federal Bank Interview Questions
3.8
 • 122 Interviews
Bank of Baroda Interview Questions
3.6
 • 102 Interviews
View all

OCBC Bank Reviews and Ratings

based on 24 reviews

3.7/5

Rating in categories

3.8

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.3

Job Security

3.8

Company culture

3.0

Promotions/Appraisal

3.6

Work Satisfaction

Explore 24 Reviews and Ratings
Assistant Vice President
20 salaries
unlock blur

₹30.5 L/yr - ₹55 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹14 L/yr - ₹43.8 L/yr

Senior Consultant
5 salaries
unlock blur

₹32.8 L/yr - ₹71 L/yr

Manager
4 salaries
unlock blur

₹18 L/yr - ₹69 L/yr

AVP
4 salaries
unlock blur

₹43 L/yr - ₹60 L/yr

Explore more salaries
Compare OCBC Bank with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview