Upload Button Icon Add office photos

Filter interviews by

DBS Tech Apprenticeship Trainee Interview Questions, Process, and Tips

Updated 24 Jun 2024

DBS Tech Apprenticeship Trainee Interview Experiences

1 interview found

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

40 MCQs on the topics:
Operating Systems, Computer Networks, DBMS, Data Structures, Aptitude.

Round 2 - Technical 

(5 Questions)

  • Q1. What is Objects in OOPS concept?
  • Ans. 

    Objects in OOPS concept are instances of classes that encapsulate data and behavior.

    • Objects are created from classes

    • Objects have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: Class 'Car' can have objects like 'Toyota', 'Honda', etc.

  • Answered by AI
  • Q2. Method Overloading vs Method Overriding.
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Method overloading is resolved at compile time based on the method signature and parameters.

    • Method overriding is resolved at runtime based on the actual object type.

    • Method overloading is used to pro...

  • Answered by AI
  • Q3. Binary Search vs Linear Search.
  • Ans. 

    Binary search is more efficient than linear search as it divides the search space in half each time.

    • Binary search is O(log n) time complexity, while linear search is O(n).

    • Binary search requires a sorted array, while linear search does not.

    • Example: Searching for a specific word in a dictionary - binary search would be more efficient.

    • Example: Finding a specific item in a list - linear search may be sufficient.

  • Answered by AI
  • Q4. Code snippet of Binary Search.
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index as (low + high) / 2.

    • Compare the target value with the value at the mid index and adjust the low and high indices accordingly.

    • Repeat the process until the target value is found or the low index surpasses the high index.

  • Answered by AI
  • Q5. SQL query to join 2 tables.
  • Ans. 

    SQL query to join 2 tables

    • Use the JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to be retrieved from each table in the SELECT statement

    • Use the ON keyword to specify the join condition

  • Answered by AI
Round 3 - EFSET 

(1 Question)

  • Q1. English Proficiency Test for evaluating your Reading and Listening ability.
Round 4 - HR 

(4 Questions)

  • Q1. Tell about a situation where you have used your leadership skills.
  • Q2. Tell us about your skills that you have acquired from Extracurricular Activities that you can transfer to working environments.
  • Q3. How will you convey your point to audience during presentation?
  • Q4. Tell us about a situation where you have solved a complex problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - In technical round, Be thorough with Basic Data structures.
In HR round be confident and try to answer.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Nov 2023.

Round 1 - Group Discussion 

After resume shortlisting a single round of GD took place where students general knowledge was checked on software development, ai and upcoming tech

DBS Tech Interview FAQs

How many rounds are there in DBS Tech Apprenticeship Trainee interview?
DBS Tech interview process usually has 4 rounds. The most common rounds in the DBS Tech interview process are Assignment, Technical and HR.
What are the top questions asked in DBS Tech Apprenticeship Trainee interview?

Some of the top questions asked at the DBS Tech Apprenticeship Trainee interview -

  1. What is Objects in OOPS conce...read more
  2. Method Overloading vs Method Overridi...read more
  3. Binary Search vs Linear Sear...read more

Tell us how to improve this page.

DBS Tech Apprenticeship Trainee Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k 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
Mphasis Interview Questions
3.4
 • 797 Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 624 Interviews
IndusInd Bank Interview Questions
3.6
 • 591 Interviews
View all
Associate
15 salaries
unlock blur

₹12 L/yr - ₹23.9 L/yr

Senior Associate
13 salaries
unlock blur

₹20 L/yr - ₹28 L/yr

Assistant Vice President
8 salaries
unlock blur

₹31 L/yr - ₹40 L/yr

Analyst
5 salaries
unlock blur

₹11.6 L/yr - ₹14 L/yr

Data Engineer
4 salaries
unlock blur

₹11 L/yr - ₹36 L/yr

Explore more salaries
Compare DBS Tech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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