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 Team Lead Operations Interview Questions and Answers

Updated 22 Jun 2024

IDBI Intech Limited Team Lead Operations Interview Experiences

1 interview found

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 questions from similar companies

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to the technical queries based on the profile and project required skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at the technical point of view and project management with time line delivery as they have client facing interviews and one has to visit client side for work.

Interview Questionnaire 

1 Question

  • Q1. This interview wada technical one but was majorly a stress test the interviewer wanted to test both my knowledge and communication skills

I applied via Approached by Company and was interviewed before Nov 2021. There were 3 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 - Technical 

(2 Questions)

  • Q1. Java 8 spring boot question
  • Q2. Problem solving in java 8
Round 3 - Technical 

(2 Questions)

  • Q1. Based on the project you worked on
  • Q2. Problem solving in java and ds

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good interview experience and interviewer is friendly and help us to know which we lack

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question related to dilr, aptitude were asked.

Round 2 - Coding Test 

Easy level questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level aptitude questions were asked. Easy level coding questions were asked.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Remove duplicates from the list
  • Ans. 

    Remove duplicates from an array of strings

    • Create a new set to store unique values

    • Iterate through the array and add each element to the set

    • Convert the set back to an array to remove duplicates

  • Answered by AI
  • Q2. Inheritance related theoretical

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(8 Questions)

  • Q1. Explain OOPs concepts.
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

    • Polymorphism: Ability of an object to take on many forms.

    • Abstraction: Hiding complex implementation details and providing a simplified ...

  • Answered by AI
  • Q2. Write a program to count occurance the letter in a string.
  • Ans. 

    This program counts the occurrence of each letter in a given string.

    • Use a HashMap to store the count of each letter.

    • Iterate through the characters of the string and update the count in the HashMap.

    • Finally, print the count of each letter.

  • Answered by AI
  • Q3. Write a SQL query to find third highest salary from employee table.
  • Ans. 

    SQL query to find third highest salary from employee table.

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to limit the result to the third row

    • Use a subquery to exclude the highest and second highest salaries

  • Answered by AI
  • Q4. Difference between Array and arraylist.
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array has a fixed length, while ArrayList can grow dynamically.

    • Array can store both primitive types and objects, while ArrayList can only store objects.

    • Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.

    • Array provides direct access to elements using index, while ArrayList provides metho...

  • Answered by AI
  • Q5. Explain working of Arraylist.
  • Ans. 

    ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods for adding, removing, and accessing elements.

    • ArrayList is part of the Java Collections Framework.

    • It is implemented as a resizable array.

    • Elements can be added using the add() method.

    • Elements can be accessed using the get() method.

    • Elements can be removed using the remove() method.

    • The size() method returns the number of el...

  • Answered by AI
  • Q6. What is the default size of an arraylist.
  • Ans. 

    The default size of an ArrayList is 10.

    • The default initial capacity of an ArrayList is 10.

    • If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.

    • The capacity of an ArrayList can be increased manually using the ensureCapacity() method.

  • Answered by AI
  • Q7. Some questions from my resume about my previous experience.
  • Q8. The interviewer was stupid and in my opinion they are just wasting your precious time. After the interview they don't provide any updates about the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core Java in depth and some famous SQL questions.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8, stream api, spring boot
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 ,stream api , Microservice, spring boot ,
Round 3 - Technical 

(1 Question)

  • Q1. Stream api program,duplicate character find in given string how many way you can solve this problem, puzzles 25 horses
Round 4 - Behavioral 

(1 Question)

  • Q1. How to improve performance issue your application,How to find proformance problem in system, How to join us
  • Ans. 

    To improve performance in an application, identify performance problems and join our team.

    • Analyze application code and identify bottlenecks

    • Use profiling tools to measure performance

    • Optimize database queries and improve indexing

    • Implement caching mechanisms

    • Upgrade hardware or infrastructure if necessary

    • Join our team to collaborate on performance improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I declined to proceed with the HR round as the offered salary didn't meet my expectations.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Cycle sort based question
  • Q2. Streams api, optional, lambda implementation
  • Q3. Hashmap iteration ways
  • Ans. 

    There are multiple ways to iterate over a HashMap in Java.

    • Using keySet() and values() methods

    • Using entrySet() method

    • Using forEach() method with lambda expression

  • Answered by AI
  • Q4. Method overriding based code question -> guess the output
  • Ans. 

    Method overriding in Java with code example

    • Output will be 'Child class method' as the method in Child class overrides the method in Parent class

    • Method overriding is a feature that allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • The method in the subclass should have the same name, return type, and parameters as the method in the superclass

  • Answered by AI
  • Q5. Write API to save data
  • Ans. 

    API to save data in Java

    • Use HTTP POST method to send data to the server

    • Create a RESTful endpoint to handle the data saving

    • Validate the input data before saving it to the database

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Fetch all the duplicate values from an array
  • Ans. 

    To fetch all duplicate values from an array of strings

    • Iterate through the array and store each element in a HashSet

    • If an element is already in the HashSet, it is a duplicate value

    • Add the duplicate values to a separate list and return it

  • Answered by AI
  • Q2. Java 8 streams api

Skills evaluated in this interview

IDBI Intech Limited Interview FAQs

How many rounds are there in IDBI Intech Limited Team Lead Operations interview?
IDBI Intech Limited interview process usually has 2 rounds. The most common rounds in the IDBI Intech Limited interview process are HR and One-on-one Round.
What are the top questions asked in IDBI Intech Limited Team Lead Operations interview?

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

  1. Normal transact...read more
  2. Normal quest...read more

Tell us how to improve this page.

IDBI Intech Limited Team Lead Operations Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 369 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 277 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Indium Software Interview Questions
4.1
 • 186 Interviews
View all

Fast track your campus placements

View all
IDBI Intech Limited Team Lead Operations Salary
based on 14 salaries
₹1.8 L/yr - ₹4 L/yr
45% less than the average Team Lead Operations Salary in India
View more details

IDBI Intech Limited Team Lead Operations Reviews and Ratings

based on 6 reviews

2.7/5

Rating in categories

2.1

Skill development

2.5

Work-life balance

2.7

Salary

2.5

Job security

2.5

Company culture

2.1

Promotions

2.5

Work satisfaction

Explore 6 Reviews and Ratings
Team Lead
171 salaries
unlock blur

₹3.5 L/yr - ₹14.7 L/yr

Customer Service Associate
155 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Customer Service Executive
142 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Team Leader
117 salaries
unlock blur

₹5.2 L/yr - ₹21 L/yr

Senior Executive
97 salaries
unlock blur

₹2 L/yr - ₹8.7 L/yr

Explore more salaries
Compare IDBI Intech Limited with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

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