Upload Button Icon Add office photos
Engaged Employer

i

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

IDBI Intech Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IDBI Intech Limited Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

31 Interview questions

A Java Developer was asked 5mo ago
Q. How do you find repeated characters in a given String using Java 8?
Ans. 

Using Java 8, we can find repeated characters in a given String.

  • Use streams and collectors to group characters by count

  • Filter out characters with count greater than 1

  • Collect the repeated characters into an array of strings

View all Java Developer interview questions
A Java Developer was asked 5mo ago
Q. Why do we use encryption and decryption in Java Spring Boot?
Ans. 

Encryption and decryption in Java Springboot ensures data security and confidentiality.

  • Protects sensitive data from unauthorized access

  • Meets compliance requirements for data protection

  • Secures communication between client and server

  • Examples: encrypting passwords, securing API endpoints

View all Java Developer interview questions
A Java Developer was asked 5mo ago
Q. Write Java 8 code to find the second highest salary of an employee.
Ans. 

Using Java 8, find the 2nd highest salary of employees.

  • Sort the salaries in descending order using Comparator

  • Skip the first highest salary to get the second highest

  • Handle edge cases like if there are less than 2 salaries

View all Java Developer interview questions
A Manual Tester was asked 12mo ago
Q. Explain SDLC briefly.
Ans. 

SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

  • SDLC is a systematic process for building software applications.

  • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • SDLC helps ensure that software projects ...

View all Manual Tester interview questions
A Manual Tester was asked 12mo ago
Q. What is smoke testing?
Ans. 

Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Smoke testing is a subset of regression testing

  • It is performed to verify if the critical functionalities of the software are working fine

  • It is usually done before detailed testing to save time and effort

  • If smoke testing fails, further testing is halted until the issues are fixed

View all Manual Tester interview questions
An IT Operations Executive was asked 12mo ago
Q. What is FTP and what are the related port numbers?
Ans. 

FTP is a protocol used for transferring files over a network. Port numbers are used to identify specific services on a computer.

  • FTP stands for File Transfer Protocol

  • Port numbers are used to identify different services on a computer

  • FTP typically uses port 21 for control and port 20 for data transfer

  • Other common port numbers include port 80 for HTTP and port 443 for HTTPS

View all IT Operations Executive interview questions
A Finacle Developer was asked
Q. How do you find errors in product menus?
Ans. 

Errors in product menus can be found by checking for inconsistencies, missing links, incorrect labels, and broken functionalities.

  • Check for inconsistencies in menu items across different pages or sections

  • Look for missing links or buttons that do not lead to the intended destination

  • Verify the correctness of labels and descriptions for each menu item

  • Test the functionality of each menu option to ensure they work as e...

View all Finacle Developer interview questions
Are these interview questions helpful?
A Finacle Developer was asked
Q. Please tell me the procedure for custom menu creation.
Ans. 

Custom menu creation in Finacle involves defining menu options, assigning access rights, and linking them to specific functions.

  • Define menu options using the Menu Maintenance screen

  • Assign access rights to users or user groups

  • Link menu options to specific functions or screens

  • Test the custom menu to ensure it functions as intended

View all Finacle Developer interview questions
A DOT NET Developer was asked
Q. Does ExecuteNonQuery return a value?
Ans. 

ExecuteNonQuery does not return a value

  • ExecuteNonQuery method is used to execute a command that does not return any data

  • It is typically used for INSERT, UPDATE, DELETE operations

  • The return value is the number of rows affected by the command

View all DOT NET Developer interview questions
A DOT NET Developer was asked
Q. Which port is used for LIVE deployment?
Ans. 

Port 80 is commonly used for LIVE deployment

  • Port 80 is the default port for HTTP traffic

  • Port 443 is commonly used for HTTPS traffic

  • Other ports like 8080 or 8000 can also be used for LIVE deployment

View all DOT NET Developer interview questions

IDBI Intech Limited Interview Experiences

47 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - Technical 

(3 Questions)

  • Q1. 2nd highest salary of employee using Java 8.
  • Q2. Why we Encryption decryption in java Springboot.
  • Q3. Repeated characters in a given String using Java 8.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for scenario based questions in respective technology.

Team Lead Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the magic function in PHP?
  • Ans. 

    The magic function in PHP is __construct(), which is a constructor method used to initialize an object when it is created.

    • The magic function __construct() is automatically called when a new object is created from a class.

    • It is used to initialize the object's properties or perform any necessary setup.

    • Example: class MyClass { public function __construct() { echo 'Object created'; } } $obj = new MyClass();

    • The __construct(...

  • Answered by AI
  • Q2. What is the difference between sessions and cookies?
  • Ans. 

    Sessions store data on the server side while cookies store data on the client side.

    • Sessions store data on the server side, while cookies store data on the client side.

    • Sessions are more secure as the data is stored on the server and not accessible by the client.

    • Cookies are stored on the client's browser and can be easily manipulated by the user.

    • Sessions are typically used for storing sensitive information like user auth...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is the method to call AJAX using JavaScript?
  • Ans. 

    AJAX can be called using JavaScript by creating an XMLHttpRequest object and sending a request to the server.

    • Create an XMLHttpRequest object

    • Specify the type of request (GET or POST)

    • Specify the URL to send the request to

    • Set up a callback function to handle the response

    • Send the request to the server

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavioral round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself? What are your strengths and weaknesses?
  • Ans. 

    I am a software engineer with strong problem-solving skills and a passion for learning new technologies.

    • Strengths: Strong problem-solving skills, quick learner, proficient in multiple programming languages (e.g. Java, Python), excellent communication skills

    • Weaknesses: Sometimes I can be overly critical of my own work, can get too focused on details and lose sight of the bigger picture, working on improving time managem...

  • Answered by AI
  • Q2. Do you have any relevant experience?
Round 2 - Group Discussion 

Exchange your work experiences with one another.

Interview Preparation Tips

Interview preparation tips for other job seekers - You need relevant experience and strong communication skills to attract the interviewer’s attention.

Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell me something about yourself
  • Q2. Tell us about the most memorable day of your life.
  • Ans. 

    The most memorable day of my life was my graduation, filled with joy, pride, and the promise of new beginnings.

    • The ceremony took place on a sunny day, with friends and family cheering.

    • I wore a cap and gown, feeling a mix of excitement and nervousness.

    • Receiving my diploma was a moment of pride, symbolizing years of hard work.

    • Celebrated with loved ones afterward, sharing laughter and memories.

    • The day marked not just an e...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

Question on debugging and troubleshooting

Round 2 - Technical 

(5 Questions)

  • Q1. What is finalize keyword
  • Ans. 

    The finalize keyword in Java is used to define a method that is called just before an object is garbage collected.

    • The finalize() method is defined in the Object class.

    • It can be overridden to perform cleanup operations before an object is reclaimed by the garbage collector.

    • Example: public void finalize() { /* cleanup code */ }

    • Finalize is called by the garbage collector on an object when garbage collection determines tha...

  • Answered by AI
  • Q2. How you handle run time exception
  • Q3. Explain flow of spring boot
  • Ans. 

    Spring Boot simplifies Java application development with auto-configuration and embedded servers, streamlining the setup process.

    • 1. Application Startup: Spring Boot applications start with the main method annotated with @SpringBootApplication.

    • 2. Auto-Configuration: Spring Boot automatically configures beans based on the dependencies present in the classpath.

    • 3. Embedded Server: It includes an embedded server (like Tomca...

  • Answered by AI
  • Q4. What is autowired
  • Ans. 

    Autowired is a Spring Framework annotation used for automatic dependency injection.

    • It allows Spring to resolve and inject collaborating beans into your bean.

    • Example: @Autowired private UserService userService; - injects UserService automatically.

    • It can be used on constructors, fields, and methods.

    • Spring resolves the dependency by type, and if multiple beans exist, it can use @Qualifier to specify which one to inject.

    • It...

  • Answered by AI
  • Q5. How to handle multiple schema in jdbc

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared basic knowledge on spring and java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
  • Q1. Can you tell me about yourself?
  • Ans. 

    Enthusiastic customer service professional with 5 years of experience in resolving customer issues and enhancing satisfaction.

    • 5 years of experience in customer service roles, including retail and call centers.

    • Skilled in conflict resolution; once turned a dissatisfied customer into a loyal one by addressing their concerns promptly.

    • Strong communication skills; regularly received positive feedback for clarity and empathy ...

  • Answered by AI
  • Q2. Work experience
  • Ans. 

    I have over three years of experience in customer service, focusing on problem-solving and enhancing customer satisfaction.

    • Managed customer inquiries via phone and email, resolving issues efficiently.

    • Implemented a feedback system that improved service response time by 20%.

    • Trained new team members on customer service protocols and best practices.

    • Handled difficult customer situations with empathy, resulting in a 95% sati...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About your resume
  • Q2. About your work
Round 2 - One-on-one 

(2 Questions)

  • Q1. Normal transaction
  • Q2. Normal question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join no job security hr is a puppet of Abhishek Verma avp he directly called any of employees and harassed him/her toxic work culture if you talk about their system weakness they are playing with you that you are blaming very bad company or insecure avp please dont join company also 2 yr bond once you signed the bond you stuck your life is in tension I am also stuck
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is ftp and port numbers related
  • Ans. 

    FTP is a protocol used for transferring files over a network. Port numbers are used to identify specific services on a computer.

    • FTP stands for File Transfer Protocol

    • Port numbers are used to identify different services on a computer

    • FTP typically uses port 21 for control and port 20 for data transfer

    • Other common port numbers include port 80 for HTTP and port 443 for HTTPS

  • Answered by AI
  • Q2. How to backup and backup tools and Db fundamentals.
  • Ans. 

    Backup tools are essential for data protection. Understanding database fundamentals is crucial for effective backup strategies.

    • Backup tools help in creating copies of data to prevent data loss.

    • Database fundamentals include understanding data structures, relationships, and query languages.

    • Common backup tools include Veeam, Acronis, and Backup Exec.

    • Database fundamentals involve knowledge of SQL, indexing, and normalizati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going to interview pls read jd and prepare all the topics.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. About yourself and privious work experience
  • Q2. About salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about Recon like as 4 way not 2 way strong knowledge of Recon should be mandatory
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Which port used for LIVE deployment
  • Ans. 

    Port 80 is commonly used for LIVE deployment

    • Port 80 is the default port for HTTP traffic

    • Port 443 is commonly used for HTTPS traffic

    • Other ports like 8080 or 8000 can also be used for LIVE deployment

  • Answered by AI
  • Q2. ExecuteNonQuery return value or not
  • Ans. 

    ExecuteNonQuery does not return a value

    • ExecuteNonQuery method is used to execute a command that does not return any data

    • It is typically used for INSERT, UPDATE, DELETE operations

    • The return value is the number of rows affected by the command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer don't have Technical knowledge given correct answer but they said wrong.
After waiting 2 hours HR conducted Technical interview.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about IDBI Intech Limited?
Ask anonymously on communities.

IDBI Intech Limited Interview FAQs

How many rounds are there in IDBI Intech Limited interview?
IDBI Intech Limited interview process usually has 1-2 rounds. The most common rounds in the IDBI Intech Limited interview process are HR, Technical and Resume Shortlist.
How to prepare for IDBI Intech Limited 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 IDBI Intech Limited. The most common topics and skills that interviewers at IDBI Intech Limited expect are PLSQL, Calling, Domestic BPO, inbound and bpo.
What are the top questions asked in IDBI Intech Limited interview?

Some of the top questions asked at the IDBI Intech Limited interview -

  1. JE of Provision for doubtful debt and there treatment in financi...read more
  2. What is the difference between sessions and cooki...read more
  3. Are you willing & be able to learn retail & digital banki...read more
What are the most common questions asked in IDBI Intech Limited HR round?

The most common HR questions asked in IDBI Intech Limited interview are -

  1. Why are you looking for a chan...read more
  2. What is your family backgrou...read more
  3. What are your salary expectatio...read more
How long is the IDBI Intech Limited interview process?

The duration of IDBI Intech Limited interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 39 interview experiences

Difficulty level

Easy 38%
Moderate 58%
Hard 4%

Duration

Less than 2 weeks 92%
2-4 weeks 4%
4-6 weeks 4%
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 385 Interviews
ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 241 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

IDBI Intech Limited Reviews and Ratings

based on 526 reviews

3.5/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

2.9

Salary

4.0

Job security

3.3

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 526 Reviews and Ratings
Team Lead
178 salaries
unlock blur

₹5.5 L/yr - ₹13.5 L/yr

Customer Service Associate
149 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Customer Service Executive
139 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Team Leader
121 salaries
unlock blur

₹5.7 L/yr - ₹21 L/yr

Senior Executive
115 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare IDBI Intech Limited with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

3.4
Compare
write
Share an Interview