Upload Button Icon Add office photos
Premium Employer

i

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

IndusInd Bank Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IndusInd Bank Web Developer Interview Questions and Answers

Updated 13 May 2024

IndusInd Bank Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 13 May 2024

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

(2 Questions)

  • Q1. Code related quest
  • Q2. 1 program is given to write
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based question

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Coding round was conducted in the morning for 1.5 hours from 10:00 am to 11:30 am. Exam was conducted on HACKEREARTH which is a user-friendly platform with various edge test-cases. Since exam was done through online mode due to COVID-19, therefore camera was on for invigilation. A well working camera and microphone were needed for successful completion of exam.

  • Q1. 

    Words Magic with Prefix Replacement Problem

    Ninja is provided with a dictionary of words, WORDS, and a sentence, SENTENCE, which consists of words separated by spaces. The goal is to minimize the size of ...

  • Ans. 

    The goal is to minimize the size of a sentence by replacing words with prefixes from a given dictionary.

    • Iterate through each word in the sentence and check if a prefix exists in the dictionary

    • Replace the word with the smallest prefix found in the dictionary

    • Repeat the process for all words in the sentence

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 7 CGPABarclays interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, Basics of object oriented programming, Operating System, Database Management System, C++ BasicsTime required to prepare for the interview - 10 MonthsInterview preparation tips for other job seekers

Tip 1 : Do not totally depend on past interview questions or as such unless and until you have a strong foundation. Just build the foundation first in starting months.
Tip 2 : More focus should be on problem-solving skills. Develop the skills of using applications.(Eg.: Where one should use Hashmap, Arraylist, etc.)
Tip 3 : Try to solve the problem on your own. Just sink yourself into the question so much that you don't need to look for the solution.(Figure out solution in your own way).
Tip 4 : Regarding project, quantity doesn't matter but what matters the most is you should know about the project from start to end. Able to explain the project clearly. Be ready with technical as well as Behavioral questions.

Application resume tips for other job seekers

Tip 1 : Get rid of irrelevant topics or headings.(Eg. Stood 1st in Annual Sack Race Competition.)
Tip 3 : Make sure you don't keep anything which create problem at time of Interview.
Tip 4 : Short and crisp Resume with each spelling checked twice.
Tip 5 : Keep updating your resume based on addition of Internship/Projects, etc.
Tip 6 : Keep the file name(Resume saved as pdf or any format) decent too.

Final outcome of the interviewRejected

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Why Should we hire you?
  • Q2. Tell me you ability to work under pressure?
  • Q3. What are your expectations from job?
  • Q4. Describe your management style?
  • Q5. How long would you expect to work for us if hired?
  • Q6. How do you see yourself 5 years from now?
  • Q7. What is your weakness?
  • Q8. What is your strength?
  • Q9. Do you have any questions for us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, when you step in that room/ cabin just be sure these 20 minutes are mine and i ll gona rock them. They only hire attitude, confidence cz they can give you knowledge by hiring but they can not give you attitude or confidence. It should be in your life style.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The coding round consisted of 3 coding questions. 1st question was of 20 marks, 2nd and 3rd of 50 marks.

  • Q1. 

    Minimum Number of Operations Problem Statement

    Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to make all elements of the array equal. You may ...

  • Ans. 

    Determine minimum operations to make all array elements equal using addition, subtraction, multiplication, or division.

    • Iterate through array to find the minimum and maximum values

    • Calculate the difference between the maximum and minimum values

    • Return the difference as the minimum number of operations needed

  • Answered by AI
  • Q2. 

    Avoiding Traps Problem Statement

    Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordinate 0 while avoiding landing on any obstacle...

  • Ans. 

    Find the minimal jump length to bypass all obstacles while avoiding landing on any obstacle.

    • Iterate through the obstacle coordinates to find the maximum coordinate.

    • Calculate the minimum jump length needed to bypass all obstacles.

    • Ensure the jump length consistently avoids all obstacle points.

    • The final jump can overshoot the line's end point.

  • Answered by AI
  • Q3. 

    Longest Consecutive Sequence Problem Statement

    You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest consecutive sequence.

    The consecutive sequence ...

  • Ans. 

    Find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to make it easier to identify consecutive sequences.

    • Use a set to store unique elements and check for consecutive numbers.

    • Track the length of consecutive sequences and update the maximum length found.

    • Handle duplicates by counting only one occurrence in the consecutive sequence.

  • Answered by AI
Round 2 - Video Call 

Round duration - 45 minutes
Round difficulty - Easy

Timing: 10:15 - 11:00 am.
The interview was online from home.

Round 3 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: 2:15 - 3:00 PM
The interview was online from home.
There were a few audio cuts in the video call but we were able to manage regardless.

  • Q1. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Ans. 

    Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.

    • Iterate through the characters of the string in reverse order and append them to a new string.

    • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to print each reversed string

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteriaCGPA cutoff 7Deutsche Bank interview preparation:Topics to prepare for the interview - Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 2 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 3 : For SQL, I recommend W3Schools and GeeksforGeeks.
Tip 4 : Always maintain your cool during Interviews, and answer the questions calmly. If you get stuck in a problem, do not hesitate to ask for hints.

Application resume tips for other job seekers

Tip 1: Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 2: Mention only those skills/programming languages in your resume that you are comfortable with, that is, you have proper knowledge of as the interviewee can ask questions from those languages specifically.
Tip 3: Keep your data in your resume honest and accurate.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. One coding question.
  • Q2. Questions on Data Structures
  • Q3. Logical Question: You are a captive. If you say the right answer, the assasin will hang you, if you say the wrong answer, he will shoot you. How do you escape?
  • Q4. Other aptitude questions

Interview Preparation Tips

Round: Other Interview
Experience: One year since I took the interview, so no idea exactly what questions they asked. But I was asked to write the code on paper in front of him and was asked to debug it. Some puzzles and aptitude questions along with other basic coding questions. It was great that the guy was interactive and started asking about my projects and college life.
Btw the answer to the logical question is: I should say " you will shoot me". Paradoxical.
Tips: Feel free to ask anything that you would like to know from them. Also frankly say that you don't know a certain topic if you have no clue what it is about. They don't like people wasting their time.

Round: HR Interview
Experience: This was not exactly a technical interview. He asked me to write a code to find the day of week when a certain date in any year of the calendar is given. I answered it and then he starting asking general questions as to why do u want to join the company, etc.
I gave answers to most of them convincingly. But I kept him engaged by explaining my life at college, the extra curriculars I did at college. Also I asked him about his experience as a software engineer. I asked him to reflect upon his career and how I should approach about my career.
Tips: The best part about HR interviews is they expect you to ask them lots and lots of questions. The more they are engaged, the more are your chances of impressing and getting selected. And more importantly, ask the interviewer about his experience with the present firm. This also works with my manager when ever he has a one on one with me :P
Cheers and all the best.

Skills: Soft Skills, General Aptitude, LOGICAL THINKING ABILITIES, Coding Skills And Knowledge On Data Structures
College Name: IIT Hyderabad

I appeared for an interview in Dec 2016.

Interview Preparation Tips

Round: Test
Experience: Programming section had basic questions on C++ & data structures.
Tips: Try to score maximum in aptitude test, they consider your score while placement.
Duration: 2 hours
Total Questions: 35

Round: Technical Interview 1
Experience: Questions asked during this round:
Introduce yourself.
Questions on projects & internships.
Questions on Final year project in detail (max part of interview was on final year project).
Basic concepts of C++.
Few programs on C++.
Puzzles.


Round: Technical Interview 2
Experience: ? 2 interviewers were there.
? Stressed interview.
? They grilled me a lot on C++ & data structures.
One interviewer started asking questions, and before I could complete my answer, another used to cut me in
middle & start asking another question. I realized it

Interview Preparation Tips

Round: Test
Experience: It was an easy test overall, basic programming things were asked in technical part of test whereas aptitude questions were also relatively easy.
Tips: You just need to know things which were there in CS101 for technical part of test .Nothing else is required.
Duration: 30 minutes
Total Questions: 1

Skills: Problem
College Name: Indian Institute of Technology, Bombay

Associate Interview Questions & Answers

Deutsche Bank user image Ashish Viswananthan

posted on 5 Dec 2015

I applied via Walk-in

Interview Questionnaire 

6 Questions

  • Q1. Personals (tell me about yourself, couple of short questions from resume
  • Q2. Lots of personals about why markets (why not consulting too!), why Deutsche etc
  • Q3. Couple of puzzles (reasonably simple)
  • Q4. Some problems on hedging using futures, FX exposure, credit exposure etc. Interest rates, currencies, some macro gyaan
  • Q5. Good no. of questions on subprime crisis (both factual and also interpretation based questions like „What would you do if you were Ben Bernanke and you found out about all this in 2007‟)
  • Q6. Couple of questions testing knowledge of capital markets etc („If I were an FII with 100 million dollars, where should I invest it today?‟ etc)

Interview Preparation Tips

Round: Technical Interview
Experience: I think they were looking for Analytical ability (more in terms of thought process of approaching a problem), good awareness of financial crisis and general gyaan and willingness to work in markets (i.e. how convincing my reasons were etc). I wasn‟t tested too much on derivatives and puzzles, but I believe a few others had lots of questions in this area.

I think the personals & financial crisis questions went very well, pretty decent with the puzzles too. Started a bit slowly on the problems, but was able to arrive at the solution quickly once I had the hang of the question.
Tips: I prepared pretty well for derivatives & financial crisis. Though my approach was not very quick for the former, this was not a problem because I was not hurried for these questions and they were also seeing how I was approaching the solution. I was well prepared with the personals section – very clear on why I wanted markets, not consulting etc and I think I gave them nearly 6 reasons for Why Deutsche 

Round: Technical Interview
Tips: For most banks, and for Deutsche especially, be prepared with personals at three levels (Tell me about yourself etc | Why markets, why not consult / IBD etc | Why Deutsche). I had done my homework by speaking to seniors in this respect and I think
Name
Ashish Viswanathan
Educational Qualification
B. Tech Chemical Engineering, IIT Madras
Workex
Shell Global Solutions (1 year)
Summers Company & Role
Deutsche Bank Global Markets, London Associate

Networth Fin Summers Guide 2010 6 | P a g e
my clarity of thought on these questions clinched it.

Round: Technical Interview
Tips: Make sure you understand what you are preparing in case of derivatives. Don‟t get caught up and confused by the math, learn the basics of why and how the derivatives work

Round: Technical Interview
Tips: Make sure you are well prepared with financial crisis / current affairs / bailout and efforts to fight the crisis. Have an opinion on issues like „Do you think it was right to not bail out Lehman?‟ etc and be prepared to defend your opinion

Skill Tips: Curiosity, “can-do” attitude, Gyaan on derivatives, basic excel skills, willingness to learn in a sometimes chaotic environment
Skills: basic excel skills, Curiosity To Learn
College Name: IIM Bangalore

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Puzzles
  • Q2. Financial Derivatives questions
  • Q3. HR questions

Interview Preparation Tips

Round: Technical Interview
Experience: I think they were looking for A bit of quant smartness, else mostly culture fit and a strong resume.
Tips: Be calm and confident and honest.

Skills: Finance Basics, Puzzle Solving Capability
College Name: IIM Bangalore

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is trigger
  • Ans. 

    A trigger is a database object that automatically executes a response to certain events.

    • Triggers are used to maintain data integrity and consistency.

    • They can be used to enforce business rules and perform complex calculations.

    • Examples include triggering an email notification when a new record is inserted, or updating a related record when a primary record is modified.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

IndusInd Bank Interview FAQs

How many rounds are there in IndusInd Bank Web Developer interview?
IndusInd Bank interview process usually has 2 rounds. The most common rounds in the IndusInd Bank interview process are Technical and One-on-one Round.
What are the top questions asked in IndusInd Bank Web Developer interview?

Some of the top questions asked at the IndusInd Bank Web Developer interview -

  1. 1 program is given to wr...read more
  2. Scenario based quest...read more
  3. Code related qu...read more

Tell us how to improve this page.

IndusInd Bank Web Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.5k Interviews
Axis Bank Interview Questions
3.7
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 664 Interviews
Yes Bank Interview Questions
3.7
 • 441 Interviews
Deutsche Bank Interview Questions
3.9
 • 370 Interviews
Barclays Interview Questions
3.8
 • 274 Interviews
View all
IndusInd Bank Web Developer Salary
based on 4 salaries
₹3.6 L/yr - ₹5.9 L/yr
23% more than the average Web Developer Salary in India
View more details
Deputy Manager
3.6k salaries
unlock blur

₹1.7 L/yr - ₹7.5 L/yr

Assistant Manager
2.3k salaries
unlock blur

₹1.5 L/yr - ₹6.3 L/yr

Manager
2k salaries
unlock blur

₹3.4 L/yr - ₹12 L/yr

Service Delivery Manager
1.6k salaries
unlock blur

₹1.9 L/yr - ₹6.3 L/yr

Chief Manager
1.5k salaries
unlock blur

₹5.9 L/yr - ₹18 L/yr

Explore more salaries
Compare IndusInd Bank with

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

AU Small Finance Bank

4.2
Compare

IDFC FIRST Bank

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