Upload Button Icon Add office photos

Filter interviews by

Dhan Bank Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. Introduction o f myself(based on resume)
  • Q2. Probability puzzle
  • Q3. Write algorithm for a coding problem statement
  • Ans. 

    Algorithm to find the largest number in an array

    • Initialize a variable to store the largest number

    • Loop through the array and compare each element with the current largest number

    • If the element is larger, update the largest number variable

    • Return the largest number

  • Answered by AI
  • Q4. Finance questions based on recent happenings
  • Q5. Questions on Logical, Verbal & Quantitative Aptitude
  • Q6. Why DB is agood choice?
  • Ans. 

    DB is a good choice due to its scalability, reliability, and flexibility.

    • DB allows for easy scaling of data storage and retrieval.

    • It provides reliable data management and backup options.

    • DB can be customized to fit the specific needs of an organization.

    • Examples include MySQL, MongoDB, and Oracle.

    • DB is widely used in various industries such as finance, healthcare, and e-commerce.

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: They are essentially looking for enthusiasm and courses you have taken.
Tips: One must know one's courses properly.  Read newspaper

Round: Interview
Tips: They spoke about general things and asked me what other interviews. Also, they storied speaking about why DB is a good choice.

Skill Tips: Know your content better. A little bit of economics and a bit about stock markets. Practice some puzzles and probability questions. Brush tip courses on Accounting, economics,marketing and maybe one core course
Skills: Finance fundaes, Presentation of facts in Resume, CGPA
College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions on Current Affairs & Puzzles

Interview Preparation Tips

Round: resume shortlisting
Experience: The profile offered is not solely based on number crunching; rather, it is also focused on building industries by buying and selling market commodities. You are judged on your drive or excellence in any field, and on how good you are at convincing the panel.
Tips: Your resume will be scrutinized thoroughly and whatever you write in it must be well thought out.

Round: Interview
Experience: The interview is more like a conversation and you should try to direct it in the direction you like.
Tips: For puzzles: Approach important, not final answer,think aloud,take cues from interviewer,do not panic! They look for the ability to show that you can create an impact. Have knowledge on current affairs and happening around you- Overview + details about a few topics,take a stand on issues. Watch economic & political debates. Read blogs by economists, journalists as well as economic Times and magazine and discuss topics with friends.

Round: Interview
Tips: Have good appearance and posture,be professional and confident,know your resume well,relax and be yourself!

Skill Tips: "Need to be aware of the current affairs. One should know the top 5 headlines of the day before the interview and also on the day of the interview. As far as DB is concerned, there is no written test and CAT preparation should suffice. Even DB has a buddy program for shortlisted candidates. Brush up Probability & Statistics.""
Skills: Domian excellence, Ability to convince
College Name: IIT Madras

I was interviewed in Jun 2017.

Interview Questionnaire 

5 Questions

  • Q1. Java oops
  • Q2. Programming -prime number, factorial etc
  • Q3. Oracle question - joins etc
  • Q4. Communication check , tell me about yourself ?
  • Q5. About my Cdac project?

Interview Preparation Tips

Round: Subjective Technical
Experience: Theory questions were asked in this round, like basic fundamental definition in java, oops, etc
Tips: should know all the basics of core java and Oracle.


Round: Technical Interview
Experience: Theory questions were asked in this round, like basic fundamental definition in java, oops, etc
Tips: should know all the basics of core java and Oracle.


Round: HR Interview
Tips: Be confident and be clear about what you say about your hobbies.

College Name: Shri Shankaracharya Engineering College, Bhilai

Interview Questionnaire 

11 Questions

  • Q1. 1st technical round
  • Q2. How you will find the smallest of 4 numbers without using >.< and min function using java
  • Ans. 

    Finding smallest of 4 numbers without using >.< and min function in Java.

    • Initialize a variable with the first number

    • Compare it with the remaining numbers using if-else statements

    • If a smaller number is found, update the variable

    • Repeat until all numbers are compared

    • The final value of the variable will be the smallest number

  • Answered by AI
  • Q3. Write a code for palindrome
  • Ans. 

    Code for palindrome checking

    • Convert the input to lowercase to ignore case sensitivity

    • Use two pointers, one at the start and one at the end of the string

    • Compare the characters at both pointers and move them towards each other

    • If all characters match, it's a palindrome

  • Answered by AI
  • Q4. Write any javascript code
  • Ans. 

    Javascript code to display 'Hello World!' on the webpage

    • Create a new HTML file

    • Add a script tag with 'type' attribute set to 'text/javascript'

    • Inside the script tag, use document.write() to display 'Hello World!'

  • Answered by AI
  • Q5. Swap two number without using temperory variable
  • Ans. 

    Swap two numbers without using a temporary variable.

    • Use addition and subtraction to swap the values

    • Use XOR operator to swap the values

    • Use multiplication and division to swap the values

  • Answered by AI
  • Q6. How you will add 2 table
  • Ans. 

    To add 2 tables, we need to use a join operation on a common column.

    • Identify the common column between the tables

    • Choose the appropriate join type (inner, outer, left, right)

    • Write the SQL query to join the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q7. Difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines all rows including duplicates.

    • Union is used to combine the result sets of two or more SELECT statements and remove duplicates.

    • Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.

    • Union is slower than Union All as it has to remove duplicates.

    • Union requires the same number of columns in all SELEC...

  • Answered by AI
  • Q8. They provide an instance, and tell us to write a query for that
  • Q9. Tell me about yourself
  • Q10. The worst situation during your internship period
  • Ans. 

    Being assigned a project with unrealistic deadlines and minimal guidance

    • Received a project with tight deadlines and unclear requirements

    • Struggled to meet the deadlines due to lack of guidance and support

    • Had to work long hours and weekends to try to complete the project

    • Learned the importance of clear communication and setting realistic expectations

  • Answered by AI
  • Q11. How you will overcome from that worst situation

Interview Preparation Tips

Round: Test
Experience: The question were not that much difficult. Many apti questions are easy. Technical was very easy for me.
The questions were fully based on java, c and SQL. 7 to 8 questions are from SQL. But all are straight forward questions. Other 2 sections were easy and any student who had a good sort of thinking ability can able to solve those questions.
Tips: Just refer all the basic topics in java, c and sql.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: It was fully based on the final sem project which i was doing.
Since my project is company's employee portal, i was asked about that. They will dig into deep with respect to that project.
Tips: U should be aware of each and everything in your project which you are going to explain them. The question which they use to ask is really unpredictable.

Round: Technical Interview
Experience: This is pure technical round where i was asked the questions which is easy but takes time to think. Anyhow, i answered all these questions and get into the next round.
Tips: Logical thinking matters. Though questions look easier, sometimes we co calculate with wrong manner.
So keep calm and think in a broader manner.

Round: Technical Interview
Experience: Technical round with pure database stuffs. I was asked only few question in this. Since it was straight forward, i answered all the questions.

Round: HR Interview
Experience: Confidence really matters. Though i was not that much good in conversing, i spoke with brave and confidently which makes me to became a part of the barclays team.

General Tips: Be confident enough and answer them what you know.
Talking too much as well as taking less is also a problematic.
Skills: Logical thinking, Technical skills ( Especially about database )
College Name: MANIPAL INSTITUTE OF TECHNOLOGY, MANIPAL
Motivation: Credits should goes to my bro who motivates me to apply to this comapny.

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Why DB (2 min)
  • Ans. 

    DB is a crucial component for storing and managing data in various applications.

    • DB stands for Database and is used to store and manage data in various applications.

    • It allows for efficient data retrieval and manipulation.

    • There are various types of databases such as relational, NoSQL, and graph databases.

    • Examples of popular DBMS include MySQL, Oracle, MongoDB, and Neo4j.

  • Answered by AI
  • Q2. Can some work you did at Microsoft be used in DB (I wasn’t at all expecting this but thought and found that an algo I designed could be applied to a problem in the stock market domain)?
  • Ans. 

    Yes, an algorithm I designed at Microsoft can be applied to a problem in the stock market domain.

    • I designed an algorithm at Microsoft that can be used in the stock market domain

    • The algorithm can be applied to solve a specific problem in the stock market

    • The work I did at Microsoft has potential applications in the financial industry

  • Answered by AI
  • Q3. Estimate your quant score. If you add your quant score to the avg finance score would that be highest overall score?
  • Ans. 

    Answering a question about estimating quant score and overall score in finance.

    • I estimate my quant score to be X based on my preparation and practice.

    • Adding my quant score to the avg finance score may or may not result in the highest overall score, as it depends on the scores of other candidates.

    • However, I am confident in my abilities and believe that I can perform well in both areas.

    • I am open to discussing my preparat...

  • Answered by AI
  • Q4. Asked me to redo the pie chart question. I got it correct I think though I didn’t attempt it. They asked why I didn’t attempt finance (Reply : I wanted to do on thing well and time was a constraint)
  • Q5. Puzzle - express JEE rank as xy + yx (put y=1, x = rank - 1)
  • Q6. Didn’t Microsoft give you a PPO (I said no, which was technically true)? Why not Microsoft(note that they asked this though Microsoft was scheduled on Day 2) (2 min)?
  • Q7. Why not Tower Research (5 min)?
  • Ans. 

    Tower Research does not align with my career goals and interests.

    • I am looking for a company that aligns with my values and interests

    • I have researched Tower Research and do not feel it is the right fit for me

    • I am seeking a company with a strong focus on innovation and collaboration

    • Tower Research may be a great fit for others, but it is not the right fit for me

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 28 questions, 18 quantative + 10 financial awareness, negative marking. I took one pass through the Quant section, leaving about 5 questions, went on to the financial section, realized I wasn't going to score that well there so went back to Quant eventually attempting all 18, having to guess 1 answer since I ran out of time. I attempted probably 2-3 in financial. The test matters a lot to get shortlisted - some CSE students didn’t get shortlisted apparently because of a low test score. I would suggest that focus should be primarily on the quant section rather than the finance section - a friend in CSE who said he did well in the finance section didn’t get shortlisted.

Quant
1. Find next in sequence : 10,1,.......7,7...11,5 - don't remember the rest of the sequence but it looked random
initially it but if you take the difference between alternate terms an obvious pattern emerges .
2. Probability of two people telling the truth = 0.4,0.6 - what is the chance that they are inconsistent in what they say ?
3. A 3 digit number is a square less than 500, the reverse of the number is also a square. on repeating last digit still a square. What is the difference between the initial square, its reverse.
4. In a 1000m race if x gives y a head start of 40 meter, x wins by 10m. how much will x win by if y gives x a head start of 40m
5. With 16 matches, how many distinct triangles can you make?
6. You row at 7kmph in a calm lake. fisherman drops something 14 km upstream and the river current is 3kmph, how long will it take to reach you (14/7 = 2hrs ).
7. The sum of the multiples of 7 between 200 and 400 is what (trick was instead of calculating, to observe that the answer is odd and of the 5 options, only one was odd)?
8. Sum of consecutive page numbers in a book starting from 1 to n is 1000 - one page was repeated. which page was it? (idea was to subtract each choice from 1000 and see if it was n _ (n + 1)/2)
9. Last digit of 508508
10. 6 men + 4 women. Make a committee of 3 from them - Guy X wont be with Guy Y. Guy Y will be only with Woman Z in committee. How many ways of making the committee?
11. Run in circle of radius r. 1st 30 seconds at r meters/min, then next 1 min at r/2 m per min next 2 min at r/4 and so on. ratio of times taken in round n, previous round
12. |(x ? 11)/2| < 3 what is the range of x?
13. number of integer solutions to 3x + 6y = 13 (take 3 common on LHS and the answer is clear).
14. 5 students give an objective exam (+1 for correct, 0 for wrong) with 5 questions each with 5 choices. Their answers were given in a 5x5 matrix. Given they all got different marks, who got the lowest.
15. A,B,C,D stand in a line in increasing order of height. Given that X was shorter than Y but didnt stand first, and (a few more conditions) , who stood last? (X and Y had been specified as one of A, B, C, D - I don’t remember exactly since I gave the test 10 days back).

Financial
1. Rupee-dollar exchange rate (options were ranges of 1 rupee answer ws 39-40)
2. value of some index (some non-Indian East Asian country’s stock market - I forgot the name)
3. Effect of interest rate cuts on a bond coupon
4. Simple question on call option - which of following is not true about it
5. 1st Indian IT company to be listed on Nasdaq

6. Given a pie chart where it showed that for capital, a company relied 80% on equity and a small fraction on debts, what investment strategy is the company using? Conservative/Aggressive?
Duration: 40 min minutes

Round: HR Interview
Experience: I was the last person DB interviewed that day. Towards the end, the interviewer said “I am sure you are going to join Tower Research and not DB”. They also seemed to have decided before I came in to the interview that I would get an offer with some other company and would not choose DB - kept attacking the answers I gave to ‘Why not Microsoft/Tower’. In hindsight maybe I shouldn't have listed all the 4 tech companies I had interned with.

College Name: IIT KANPUR

Skills evaluated in this interview

Analyst Interview Questions & Answers

NatWest Group user image Himanshu Sharma

posted on 16 Jan 2017

I was interviewed before Jan 2016.

Interview Questionnaire 

2 Questions

  • Q1. There will be a rotational shift so do u have any problem with that??
  • Ans. 

    I am comfortable with rotational shifts and have no problem adjusting my schedule accordingly.

    • I am flexible with my working hours and can easily adapt to different shifts.

    • I understand the importance of teamwork and am willing to work whenever needed.

    • I have previous experience working in rotational shifts and have successfully managed my time and workload.

    • I prioritize my work-life balance and am committed to fulfilling ...

  • Answered by AI
  • Q2. Related to salary

Interview Preparation Tips

Round: Resume Shortlist
Experience: They asked me all about myself related to my CV
Tips: You should be active and confident

Round: Group Discussion
Experience: That was all about server related issues and all
Tips: You should be logical
Duration: 1 hour

Round: HR Interview
Experience: Its not that much tough round as compare to previous ones
Tips: Answer point to point to HR

Skills: IT Skills

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. Explain the background process that takes place during an atm transaction
  • Ans. 

    ATM transaction involves multiple background processes including authentication, authorization, and communication with bank servers.

    • Customer inserts card and enters PIN

    • ATM authenticates the card and PIN

    • ATM requests authorization from bank server

    • Bank server verifies account balance and approves or denies transaction

    • ATM dispenses cash or completes other requested transaction

    • ATM updates account balance and sends transacti

  • Answered by AI
  • Q2. Cut cake into 8 pieces .You can use knife 3 times only
  • Ans. 

    Cut cake into 8 pieces using knife 3 times only.

    • First, cut the cake horizontally into two equal halves.

    • Then, cut the cake vertically into four equal pieces.

    • Finally, cut the cake horizontally again into eight equal pieces.

    • Make sure to use the knife efficiently to minimize the number of cuts.

    • Practice visualization before making the cuts to avoid mistakes.

  • Answered by AI
  • Q3. A shot fired from a gun pointing towards a tree full of birds. All birds left except one. Why ?
  • Ans. 

    The one bird was already dead.

    • The bird was already dead before the shot was fired.

    • The bird was injured and unable to fly away with the rest of the birds.

    • The bird was a decoy bird used for hunting purposes.

    • The bird was a trained bird used for falconry.

  • Answered by AI
  • Q4. Explain projects which you made in college?
  • Ans. 

    Developed a web-based attendance management system and a mobile app for event management.

    • Created a database schema and implemented CRUD operations using PHP and MySQL.

    • Designed the user interface using HTML, CSS, and JavaScript.

    • Integrated Google Maps API for location tracking in the mobile app.

    • Implemented push notifications using Firebase Cloud Messaging.

    • Collaborated with a team of four to complete the projects within t

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The question paper was a mix of aptitude, programming of c++ java , sql and reasoning.
There was negative marking set for each questions.
Tips: Attempt that portion first in which you are really confident.
Dont try to attempt all questions , as negative marking plays big role.
Duration: 60 minutes

Round: Technical Interview
Experience: As Barclays is a bank , so this kind of question is obvious.
Be prepared for technical process that takes place in a usual banking domain.
Also , any type of question whether reasoning based or technical can be asked.
Tips: Be confident. Try to tell everything in a straight manner.

Round: Case Study Interview
Experience: You can put humour while answering as this shows your positivity.
There can be many reason for this like birds ia dead , bird is deaf , bird is of plastic. You can choose whatever hit into your mind.

Round: Behavioural Interview
Experience: Explaining the thing in which you already have knowledge is a plus point.
But make sure you have complete knowledge of your college project as they can ask as many questions as possible because your project is the main thing which can extend your interview time.

Skills: Common Sense, Presence Of Mind, Positive Thinking, Ability To Deliver On A Project, C Programming
College Name: UPTU
Motivation: As it is a product based company , so chances of growth is good and pay scale is better.

I was interviewed in Apr 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell Us About Yourself?
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics from XYZ University.

    • I have 3 years of experience working as a data analyst at ABC Company.

    • I am proficient in using statistical software such as R and Python for data analysis.

    • I have a proven track record of delivering actionable insights to drive business decisions.

    • I am a t...

  • Answered by AI
  • Q2. What's the end purpose of your life?
  • Ans. 

    The end purpose of my life is to make a positive impact on others and leave a lasting legacy.

    • To contribute to the betterment of society

    • To leave a positive impact on the people around me

    • To achieve personal fulfillment and happiness

    • To leave a lasting legacy for future generations

  • Answered by AI
  • Q3. How can you help RBS grow?
  • Ans. 

    I can help RBS grow by leveraging my analytical skills and expertise to identify opportunities for improvement and develop strategies for expansion.

    • Conducting thorough market research to identify potential growth areas

    • Analyzing financial data to identify cost-saving opportunities

    • Developing and implementing strategies to attract new customers and retain existing ones

    • Identifying and mitigating risks that may hinder growt...

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in data analysis and have successfully completed numerous projects in the past.

    • I am proficient in various analytical tools and techniques, allowing me to provide valuable insights and recommendations.

    • I am a quick learner and adaptable, able to quickly grasp new concepts and technologies.

    • I am highly motivated and dedicated to del...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was an online test conducted in the computer lab of my college where questions were asked to test my mental ability, mathematical reasoning, english grammar, etc.
Tips: Do not panic when you have only 30 seconds for one question. Because questions are designed in such a way that they can be solved within 30 seconds. So do not panic about the time. But do keep an eye on your clock. Do not invest much time on one question.
Duration: 10 hours
Total Questions: 20

Round: HR Interview
Experience: I told them about myself by starting with my family details then my schooling and then my graduation details. Then I told them about my Internships that I have done.
I told them about the end purpose of my life i.e. to have a business of my own.
I told them that I am always open to new knowledge and exposure and love to use the past experience for current job to outperform everything. Hence I will use the experience that I have gained during internship in my current job to perform the task timely and will leave no room for error.

Tips: Be fluent. Do not hasitate. Choose the language in which you are fluent and can explain better.

College Name: Shyam Lal College

Interview Preparation Tips

Round: Test
Experience: Study data interpretation (calculator allowed) and pattern puzzles

Round: Group Discussion
Experience: Two topics (have been same case studies for past 4 years now): - Mobile app improvement - Making a business decision

Round: HR Interview
Experience: Everything depends only on HR interview
Tips: Make a list of your strengths and an example for each!

Round: Technical Interview
Experience: Short, easy and basic questions asked about projects and DS. Pretty chilled

College Name: Sardar Patel Institute of Technology

Software Engineer Interview Questions & Answers

Barclays user image Shubham Srivastava

posted on 30 Jan 2016

Interview Preparation Tips

Round: Test
Experience: General aptitude consisted of quantitative questions .There were 6 questions and suggested time as 10 minutes. Questions were of easy level. Questions based on numbers,distance,time etc..Answers of general aptitude were to be written in textbox. eg ans is 4,write 4. there were no options in quant. Answers were integers an easy.
Technical comprehension involved two paragraphs and questions based on sql.
Logical analysis contained questions of logical deduction mainly.
Program tracing involved finding output of programs(mainly while loop and if else)..
Programming : There was only one question of programming(to be solved in 30 minutes). Code was given and was to be modified.Modification involved like , find out the least salary of employees,... (they used file input output and structures).

Tips: Practice basic aptitude.Concepts should be clear.
Duration: 90 minutes
Total Questions: 18

Skills: Basic C/C++, Logical Thinking, Logical Reasoning, General Aptitude
College Name: NIT Raipur

Tell us how to improve this page.

Interview Questions from Similar Companies

Deutsche Bank Interview Questions
3.9
 • 361 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
Bank of America Interview Questions
4.3
 • 235 Interviews
NatWest Group Interview Questions
4.0
 • 204 Interviews
DCB Bank Interview Questions
3.7
 • 177 Interviews
DBS Bank Interview Questions
3.8
 • 157 Interviews
View all
Compare Dhan Bank with

AU Small Finance Bank

4.2
Compare

Equitas Small Finance Bank

4.5
Compare

Standard Chartered

3.7
Compare

Deutsche Bank

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