Upload Button Icon Add office photos

Filter interviews by

BOB Capital Markets Data Engineer Interview Questions and Answers

Updated 7 Sep 2024

BOB Capital Markets Data Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Overall Experience for relevent Skills needed for JOb profile
  • Ans. 

    I have 5 years of experience in data engineering with strong skills in Python, SQL, ETL processes, and data modeling.

    • 5 years of experience in data engineering

    • Proficient in Python programming for data manipulation and analysis

    • Strong knowledge of SQL for querying and managing databases

    • Experience with ETL processes to extract, transform, and load data

    • Skilled in data modeling to design efficient database structures

  • Answered by AI

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is JPA
  • Ans. 

    JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.

    • JPA provides a way to map Java objects to database tables.

    • It simplifies database interactions through an object-oriented approach.

    • Common implementations include Hibernate, EclipseLink, and OpenJPA.

    • Example: Using JPA annotations like @Entity to define a persistent class.

    • JPA supports querying wi...

  • Answered by AI
  • Q2. Write a program to find duplicate elements in the list
  • Ans. 

    This program identifies and returns duplicate elements from a given list.

    • Use a set to track seen elements and a list for duplicates.

    • Iterate through the list and check if an element is in the set.

    • If it is, add it to the duplicates list; otherwise, add it to the set.

    • Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI
Round 1 - Technical 

(2 Questions)

  • Q1. Polymorphism, instance variables
  • Q2. Inheritance, array programs
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, nothing new just brush up core java

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Core Java, SQL,JSP,Servlet
  • Q2. SQL Injection
  • Q3. Collection details
  • Q4. Rest API,Soap API

Interview Preparation Tips

Interview preparation tips for other job seekers - First Technical then Manager round (just project details)

Interview Questionnaire 

4 Questions

  • Q1. Life cycle of servlet and jsp
  • Ans. 

    Servlet and JSP life cycle involves initialization, request processing and destruction.

    • Servlet life cycle includes init(), service() and destroy() methods.

    • JSP life cycle includes translation, compilation, initialization, and request processing.

    • Servlet container manages the life cycle of servlets and JSPs.

    • Servlet and JSP objects are created and initialized during initialization phase.

    • During request processing phase, ser...

  • Answered by AI
  • Q2. Joins and basic SQL concept
  • Q3. Implementation of jdbc
  • Ans. 

    JDBC is a Java API for connecting to and interacting with databases.

    • JDBC stands for Java Database Connectivity.

    • It provides a standard interface for connecting to databases.

    • JDBC drivers are used to connect to specific databases.

    • JDBC can be used to execute SQL queries and retrieve results.

    • Example: Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb","userna

  • Answered by AI
  • Q4. Puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts of java ,servlet, jsp ,jdbc and javascript

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 before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is collection , internal working of hashmap , lambda expression
  • Ans. 

    Collection is a framework that provides an architecture to store and manipulate a group of objects.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values efficiently.

    • Internal working of HashMap involves hashing the key to find the index of the bucket where the key-value pair is stored.

    • Lambda expressions are anonymous functions that allow you to pass behavior as an argument to a meth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare your core java, collection,multithreading and some sql questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2023. There were 4 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 - Aptitude Test 

General asked aptitude
Focus most on profit lost, percentage

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked mostly on core java bcz i was selected for trainee role and JavaScript along with bootstrap
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked DSA array, searching, sorting, linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself in java
Easy level of DSA
Servlet, jsp, jdbc
Spring and spring boot add advantage
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mainlyfocus on oops and basic core java question
  • Q2. What is try catch and finally
  • Ans. 

    try catch and finally are keywords used in exception handling in programming languages.

    • try block contains the code that may throw an exception

    • catch block catches the exception thrown by the try block and handles it

    • finally block contains the code that is executed regardless of whether an exception is thrown or not

    • try-catch-finally is used to handle errors and prevent program crashes

    • Example: try { //code that may throw a...

  • Answered by AI
Round 3 - Group Discussion 

Why are you leaving your company

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing here to learn ,and expect everything from you

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Core java Java script Servlet jsp
Round 3 - Technical 

(1 Question)

  • Q1. Servlet and jsp
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

BOB Capital Markets Interview FAQs

How many rounds are there in BOB Capital Markets Data Engineer interview?
BOB Capital Markets interview process usually has 1 rounds. The most common rounds in the BOB Capital Markets interview process are Technical.

Tell us how to improve this page.

BOB Capital Markets Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Link Group Interview Questions
3.8
 • 34 Interviews
BOBCARD Ltd. Interview Questions
4.3
 • 24 Interviews
Icl Fincorp Interview Questions
3.2
 • 18 Interviews
PharmaACE Interview Questions
2.6
 • 15 Interviews
Innocule Interview Questions
4.3
 • 15 Interviews
View all
Business Development Manager
50 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Assistant Manager
26 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Manager
15 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Bdm Executive
7 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Manager Investment Banking
7 salaries
unlock blur

₹9 L/yr - ₹14.4 L/yr

Explore more salaries
Compare BOB Capital Markets with

BOBCARD Ltd.

4.3
Compare

Karvy Financial Services

3.8
Compare

Reliance Money

3.6
Compare

Sonata Finance

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