Upload Button Icon Add office photos

Filter interviews by

UBL Digital Interview Questions and Answers

Updated 28 Apr 2024

UBL Digital Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

A psychometric test is an objective way to measure the potential ability of the candidates to perform well in a job role.

Round 2 - One-on-one 

(2 Questions)

  • Q1. One-the on-one round interview is specially designed to evaluate a candidate's demeanour, behaviour traits, and potential fits with in a team or alongside a particular person.
  • Q2. Related to mechanicalengineering

Shift Engineer Interview Questions asked at other Companies

Q1. What is the process of oil top-up in fluid coupling
View answer (3)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a program to find the sum of the contiguous subarray within a one-dimensional array of numbers that has the largest sum.
  • Q2. What is the purpose of the 'with' keyword in Python?
  • Q3. One question is about finding the output of the code snippet.
  • Q4. How would you resolve a merge conflict if two developers are working on the same branch?
Round 2 - Behavioral 

(1 Question)

  • Q1. All the questions are scenario-based. They cover how you collaborate with other teams, your opinion of your team, why you're resigning from your current company, what you value most in your life, and the p...

Banking Officer CASA Interview Questions & Answers

AU Small Finance Bank user image Anonymous

posted on 10 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. In This bank are no lead available branch manager are the fool are allowes tlacking about business
  • Q2. Claster is mad don’t join this company
  • Q3. Bad tipe of question how many girl friends
  • Q4. How many female friends I have
  • Q5. How much time I break up
Round 2 - Group Discussion 

Bad atmosphere and the bad behaviour of the person of the bank

Interview Preparation Tips

Interview preparation tips for other job seekers - Branch manager very Bad Behaviour don’t enroll the AU Small financial Bank
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Hr giving training then ur work easily that all
Round 2 - One-on-one 

(1 Question)

  • Q1. This not play ground this is only business
Round 3 - One-on-one 

(1 Question)

  • Q1. Nothing only training then ur talent for field explain the product for customer

Interview Preparation Tips

Interview preparation tips for other job seekers - This bank good training and good hr management any time response. ..
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript basic ques
  • Q2. Var vs const vs let
Round 2 - Coding Test 

Coding interview basic level nothing more required for this

Round 3 - Coding Test 

Basic coding not more relevant in the whole process

Round 4 - Technical 

(1 Question)

  • Q1. Okish not that hard

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join if you are young, this company is for ladies and oldies who do not want to work and indulge only on extra curricular activities and all.

Most of seniors do not know how to code , basic git etc
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic algorithms and data structures question
  • Q2. Basic question from projects
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - A fundamental understanding of the technology you have worked with.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding que easy,med and hard

Round 2 - Technical 

(2 Questions)

  • Q1. Os related que What is kernel , OS types ,what happens after booting computr ,etc
  • Q2. Creat a array and print all elements , which database used for pdf storing sql or nosql
Round 3 - Technical 

(2 Questions)

  • Q1. OOps related que abstraction , inheritance , code it
  • Q2. Middel element of linked list
Round 4 - HR 

(2 Questions)

  • Q1. What challenges u faced in engineering?
  • Q2. Situational based questions
Round 5 - HR 

(2 Questions)

  • Q1. Why u choose to work deustch bank ?
  • Q2. Project related quw
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Self introduction
  • Q2. Any work experience
  • Ans. 

    Yes, I have 3 years of work experience as an auditor in a reputable firm.

    • Worked as an auditor for 3 years in XYZ firm

    • Conducted audits on various financial statements

    • Prepared audit reports and communicated findings to management

  • Answered by AI
  • Q3. Own Topics and family trip friend trip
  • Q4. Any skill in computer knowledge
  • Ans. 

    Proficiency in computer knowledge is essential for a Concurrent Auditor.

    • Strong understanding of accounting software and tools

    • Ability to analyze data using spreadsheets and databases

    • Knowledge of cybersecurity measures to protect sensitive information

    • Familiarity with audit software for efficient auditing processes

  • Answered by AI
  • Q5. Any experience in excel ms world

Interview Preparation Tips

Topics to prepare for Bank of Baroda Concurrent Auditor interview:
  • Back Office
  • Banking
  • Basic
  • MS Office
  • Excel
  • Project Management
Interview preparation tips for other job seekers - Planning a budget-friendly 5-day trip to Kerala with friends can be both exciting and economical. Here’s a detailed plan to help you make the most of your trip
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via campus placement at K J Somaiya College of Engineering, Mumbai and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They had given 10 MCQs questions based on OOPs(Java), 2 MCQs on SQL, 1 SQL Query to run and 1 DSA question to code based on Strings, so overall 14 question. Difficulty level was easy to Medium.

Round 2 - One-on-one 

(7 Questions)

  • Q1. Explain the time complexity of different sorting algorithms.
  • Ans. 

    Sorting algorithms have different time complexities based on their implementation and efficiency.

    • Bubble Sort: O(n^2) - compares adjacent elements and swaps them if they are in the wrong order.

    • Merge Sort: O(n log n) - divides the array into two halves, sorts them, and then merges them.

    • Quick Sort: O(n log n) - picks a pivot element and partitions the array around the pivot.

    • Heap Sort: O(n log n) - builds a max heap and re...

  • Answered by AI
  • Q2. Usage of Hashmaps and Dictionaries
  • Ans. 

    Hashmaps and dictionaries are data structures used to store key-value pairs for efficient retrieval and storage.

    • Hashmaps and dictionaries are commonly used in programming to store and retrieve data based on a unique key.

    • They offer fast lookup times, typically O(1) on average, making them ideal for scenarios where quick access to data is required.

    • Examples of using hashmaps include storing user information with a unique ...

  • Answered by AI
  • Q3. Explain 4 pillars of OOPs (Abstraction, Encapsulation, Inheritance and polymorphism)
  • Ans. 

    OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hides complex implementation details and only shows necessary features. Example: Car dashboard displaying speed without showing internal engine details.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java encapsulates data members and member functions.

    • Inheritance: Allows a new ...

  • Answered by AI
  • Q4. Explain JOINS(Inner join, LEFT Join etc)
  • Ans. 

    JOINS are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • LEFT Join: Returns all rows from the left table, and the matched rows from the right table.

    • RIGHT Join: Returns all rows from the right table, and the matched rows from the left table.

    • FULL Join: Returns rows when there is a match in one of the table

  • Answered by AI
  • Q5. Why Barclays? What do you think we do?
  • Ans. 

    Barclays is a global financial services company with a focus on innovation and technology.

    • Barclays is a leading global bank with a strong presence in the financial services industry.

    • Barclays is known for its commitment to innovation and technology in the financial sector.

    • Barclays offers a wide range of services including banking, investment management, and wealth management.

    • Barclays has a strong reputation for providin...

  • Answered by AI
  • Q6. How do you manage stress and prepare yourself to work under tight deadlines? Can you describe a situation from the past where you faced a similar challenge and how you handled it?
  • Ans. 

    I manage stress by prioritizing tasks, breaking them down into smaller steps, and seeking help when needed.

    • Prioritize tasks based on deadlines and importance

    • Break down tasks into smaller, manageable steps

    • Seek help from team members or mentors when feeling overwhelmed

    • Practice time management and set realistic goals

  • Answered by AI
  • Q7. Asked a few questions on the projects I mentioned in my resume.

Interview Preparation Tips

Topics to prepare for Barclays Software Engineer Intern interview:
  • OOPS
  • Java
  • SQL
  • Database Management
  • DSA
  • Arrays
  • Strings
  • Stacks
  • Sorting algorithms

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About your self
  • Q2. Product knowledge
Round 2 - One-on-one 

(2 Questions)

  • Q1. How would you perform
  • Q2. How will you generate leads

UBL Digital Interview FAQs

How many rounds are there in UBL Digital interview?
UBL Digital interview process usually has 2 rounds. The most common rounds in the UBL Digital interview process are Aptitude Test and One-on-one Round.
How to prepare for UBL Digital interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at UBL Digital. The most common topics and skills that interviewers at UBL Digital expect are EHS, Industrial Safety, Lean, Process Excellence and Safety Management.
What are the top questions asked in UBL Digital interview?

Some of the top questions asked at the UBL Digital interview -

  1. One-the on-one round interview is specially designed to evaluate a candidate's ...read more
  2. Related to mechanicalengineer...read more

Tell us how to improve this page.

UBL Digital Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

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.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 640 Interviews
IndusInd Bank Interview Questions
3.5
 • 601 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
RBL Bank Interview Questions
3.6
 • 172 Interviews
Federal Bank Interview Questions
3.9
 • 125 Interviews
View all

UBL Digital Reviews and Ratings

based on 19 reviews

3.7/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.8

Salary

3.2

Job security

3.4

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 19 Reviews and Ratings
Assistant Manager Maintenance
4 salaries
unlock blur

₹10 L/yr - ₹12.6 L/yr

Territory Sales Executive
4 salaries
unlock blur

₹5.5 L/yr - ₹8.2 L/yr

QA Officer
4 salaries
unlock blur

₹7.9 L/yr - ₹8.5 L/yr

Machine Operator
3 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Executive Accountant
3 salaries
unlock blur

₹7 L/yr - ₹7.5 L/yr

Explore more salaries
Compare UBL Digital with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

State Bank of India

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