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 Customer Service Executive was asked 3mo ago
Q. Tell me about your 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%...

View all Customer Service Executive interview questions
A Customer Service Executive was asked 3mo ago
Q. 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 emp...

View all Customer Service Executive interview questions
A Java Developer was asked 4mo ago
Q. How do you handle multiple schemas in JDBC?
Ans. 

Handling multiple schemas in JDBC involves using different connection URLs and managing SQL queries for each schema.

  • Use Different Connection URLs: Each schema can be accessed using a specific JDBC URL. For example, jdbc:mysql://localhost:3306/schema1 and jdbc:mysql://localhost:3306/schema2.

  • Set Schema in Connection: You can set the schema for a connection using the 'SET SCHEMA' SQL command after establishing the co...

View all Java Developer interview questions
A Java Developer was asked 4mo ago
Q. What is the 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 determine...

View all Java Developer interview questions
A Java Developer was asked 4mo ago
Q. Explain the 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 ...

View all Java Developer interview questions
A Java Developer was asked 4mo ago
Q. How do you handle runtime exceptions?
Ans. 

Handling runtime exceptions in Java involves using try-catch blocks and ensuring proper error management.

  • Use try-catch blocks to catch exceptions: try { // code that may throw an exception } catch (RuntimeException e) { // handle exception }

  • Log the exception details for debugging: catch (RuntimeException e) { System.err.println(e.getMessage()); }

  • Consider using custom exc...

View all Java Developer interview questions
A Java Developer was asked 4mo ago
Q. What is @Autowired annotation in Spring?
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 inje...

View all Java Developer interview questions
Are these interview questions helpful?
A Team Lead was asked 5mo ago
Q. 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 __const...

View all Team Lead interview questions
A Team Lead was asked 5mo ago
Q. 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...

View all Team Lead interview questions
A Team Lead was asked 5mo ago
Q. 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

View all Team Lead 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
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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. What is bank , tupes of bank ? what is mean public sector bank ? what is your o...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.8
 • 386 Interviews
ITC Infotech Interview Questions
3.7
 • 377 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 242 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 214 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 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
Customer Service Associate
183 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Team Lead
178 salaries
unlock blur

₹5.4 L/yr - ₹13.4 L/yr

Customer Service Executive
139 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Team Leader
118 salaries
unlock blur

₹9.4 L/yr - ₹15 L/yr

Senior Executive
116 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