Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DCB Bank Team. If you also belong to the team, you can get access from here

DCB Bank Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 3.1k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

DCB Bank Intern (any Position as PER the Requirement) Interview Questions and Answers

Updated 31 Aug 2017

DCB Bank Intern (any Position as PER the Requirement) Interview Experiences

1 interview found

I was interviewed in Dec 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships in software development

    • Participated in coding competitions

  • Answered by AI
  • Q2. Tell us in detail for what work have you received star of the month award
  • Ans. 

    I received the star of the month award for consistently exceeding sales targets and providing exceptional customer service.

    • Consistently exceeding sales targets by 20% each month

    • Receiving positive feedback from customers for going above and beyond to meet their needs

    • Leading the team in sales performance and motivating others to achieve their goals

  • Answered by AI
  • Q3. Do you play guitar ? Can you show us now ?
  • Ans. 

    Yes, I play guitar and I can show you now.

    • Yes, I have been playing guitar for 5 years.

    • I can play both acoustic and electric guitar.

    • I have performed at local events and open mic nights.

    • I can play a variety of genres including rock, pop, and blues.

  • Answered by AI
  • Q4. What would you be doing now if you were not pursuing your MBA right now?
  • Ans. 

    I would have pursued a career in marketing or graphic design.

    • I might have worked in a marketing agency creating advertising campaigns

    • I could have explored opportunities in graphic design, working on branding projects

    • I may have started my own business in a creative field like photography or illustration

  • Answered by AI
  • Q5. Would you be okay if we send you outside mumbai for work?
  • Ans. 

    Yes, I am open to traveling outside Mumbai for work if required.

    • I am open to new experiences and challenges

    • I am willing to adapt to different environments

    • I understand that traveling for work may be necessary for certain projects or assignments

  • Answered by AI
  • Q6. Why are you intrested in marketing
  • Ans. 

    I am interested in marketing because I enjoy creating strategies to reach and engage with target audiences.

    • I have a passion for understanding consumer behavior and trends

    • I enjoy the creativity involved in developing marketing campaigns

    • I like the challenge of analyzing data to measure the success of marketing efforts

  • Answered by AI
  • Q7. Make a fishbone diagram of DCB related case study
  • Ans. 

    A fishbone diagram of a DCB related case study

    • Identify the problem or effect (e.g. poor customer satisfaction)

    • Identify the major categories of potential causes (e.g. people, process, equipment)

    • Brainstorm and list the potential causes under each category

    • Analyze and prioritize the potential causes

    • Investigate and verify the root causes

    • Develop and implement solutions to address the root causes

  • Answered by AI

Interview Preparation Tips

Round: Technical + HR Interview
Experience: DCB HR shortlisted few students from our college on basis of Resume and the relevant work experience as mentioned in resume, VP from different vertical of DCB came to take our interview, It had only 1 round where HR and VP sat together and took interview, Question were mostly based on current and past work exp.
Tips: - Remain Calm
- Be confident when you speak, if you stammer then they will catch you
- They look for people who can put lot efforts and work under pressure

Skills: Analytical Skills, Communication, Thinking Under Pressure, Common Sense, Working Under Pressure

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Prototype inheritance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 4 interview rounds.

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 - Aptitude Test 

In my first round of the interview was an aptitude test. Some English, mathematics, reasoning and general knowledge questions were there.

Round 3 - Case Study 

In this 2nd round there was some English Multiple Choice Questions.

Round 4 - Technical 

(5 Questions)

  • Q1. This round was my final round. Here I got some technical questions and situation Based questions and some reasoning questions also.
  • Q2. What is the difference between React and JavaScript? ES6 features questions. What is React JS? What is Redux in React? Etc...
  • Q3. What is Components in React?
  • Ans. 

    Components in React are reusable, independent pieces of code that manage their own state and can be composed together to build complex user interfaces.

    • Components are the building blocks of React applications

    • They can be class components or functional components

    • Components can have their own state and lifecycle methods

    • Components can be reused throughout the application

    • Example:

      , ,
  • Answered by AI
  • Q4. Is functional components and class components both are same or not?
  • Ans. 

    Functional components and class components are not the same in React. Functional components are simpler and more lightweight, while class components have additional features like state and lifecycle methods.

    • Functional components are stateless and are just JavaScript functions that return JSX.

    • Class components have access to state and lifecycle methods like componentDidMount and componentDidUpdate.

    • Functional components a...

  • Answered by AI
  • Q5. Why React is reusable?
  • Ans. 

    React is reusable because it allows developers to create components that can be easily reused throughout an application.

    • React components can be easily reused in different parts of an application, saving time and effort.

    • Components can be composed together to build complex UIs, promoting reusability.

    • React's virtual DOM efficiently updates only the components that have changed, improving performance and reusability.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NatWest Group Front end Developer interview:
  • Reasoning
  • General knowledge
  • Javascript
  • React.Js
  • HTML
  • CSS
  • Business English
  • Aptitude
  • Github
  • Gitlab
  • GIT
  • Opps
  • Python
  • Bootstrap
  • Websdk
Interview preparation tips for other job seekers - Here I would like to share one thing don't read and write one technology search a lot of things and work on it.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Mar 2023. There were 3 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 - Coding Test 

React js, mcq, and basic js program like prime factor, unsort array

Round 3 - Not cleared 

(2 Questions)

  • Q1. 1. How to Unsort array
  • Ans. 

    To unsort an array, you can shuffle its elements randomly.

    • Use a random number generator to generate random indices within the array length.

    • Swap the elements at the randomly generated indices.

    • Repeat the swapping process for a sufficient number of times to achieve randomness.

  • Answered by AI
  • Q2. Write a code Prime factor
  • Ans. 

    Prime factor code finds the prime factors of a given number.

    • Start with the smallest prime factor, 2.

    • Divide the number by the prime factor until it is no longer divisible.

    • Move on to the next prime factor until the number is reduced to 1.

    • Return the list of prime factors.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through Js basics and be in react expert

Skills evaluated in this interview

Tell us how to improve this page.

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
IDFC FIRST Bank Interview Questions
4.0
 • 621 Interviews
IndusInd Bank Interview Questions
3.6
 • 587 Interviews
Bandhan Bank Interview Questions
3.7
 • 519 Interviews
Yes Bank Interview Questions
3.8
 • 411 Interviews
View all
Relationship Manager
723 salaries
unlock blur

₹2.1 L/yr - ₹6.5 L/yr

Assistant Manager
612 salaries
unlock blur

₹1.8 L/yr - ₹5.7 L/yr

Deputy Manager
404 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Assistant Manager II
277 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

Credit Manager
276 salaries
unlock blur

₹3 L/yr - ₹11.6 L/yr

Explore more salaries
Compare DCB Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Kotak Mahindra Bank

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