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 Assistant Manager Operations Interview Questions and Answers for Experienced

Updated 26 Sep 2022

IDBI Intech Limited Assistant Manager Operations Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed before Sep 2021. 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 

(2 Questions)

  • Q1. HR routed my resume to Operation Manager he had taken interview formally
  • Q2. BPO related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go with idbi Intech call center job because there is nothing do as a manager or a team leader there is nothing to learn or enhance our skills

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(2 Questions)

  • Q1. Brief introduction about self
  • Q2. Work analysis of day to day activities
Round 3 - One-on-one 

(2 Questions)

  • Q1. Work related inquiry
  • Q2. What is the total amount of work undertaken
  • Ans. 

    The total amount of work undertaken is difficult to quantify as it varies depending on the specific tasks and projects being managed.

    • The total amount of work can be measured in terms of number of projects completed within a certain time frame.

    • It can also be measured in terms of the number of tasks or activities completed by the team.

    • The complexity and size of each project or task should also be taken into consideration...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your points crisp and only on the profiles that you want to work on

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Teall me about urself
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
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

I appeared for an interview in Dec 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with questions on Core Java concepts.

  • Q1. What are the primitive data types in Java?
  • Ans. 

    Primitive data types in Java are basic data types that are not objects.

    • Primitive data types include int, double, float, char, boolean, byte, short, and long.

    • Examples: int num = 10; double price = 19.99; char letter = 'A'; boolean flag = true;

  • Answered by AI
  • Q2. What is the JVM?
  • Ans. 

    JVM stands for Java Virtual Machine, it is an abstract computing machine that enables a computer to run Java programs.

    • JVM is responsible for converting Java bytecode into machine code that can be executed by the computer's processor.

    • It provides a platform-independent execution environment for Java programs.

    • JVM manages memory, handles garbage collection, and provides security features for Java applications.

    • Examples of J...

  • Answered by AI
  • Q3. Why is Java considered an object-oriented language?
  • Ans. 

    Java is considered object-oriented because it supports the four main principles of OOP: encapsulation, inheritance, polymorphism, and abstraction.

    • Java allows for the creation of classes and objects, which encapsulate data and behavior together.

    • Inheritance is supported in Java, allowing classes to inherit attributes and methods from other classes.

    • Polymorphism in Java allows objects to be treated as instances of their pa...

  • Answered by AI
  • Q4. What is JIT in Java?
  • Ans. 

    JIT stands for Just-In-Time compiler in Java, which compiles Java bytecode into native machine code at runtime.

    • JIT compiler improves the performance of Java applications by compiling bytecode into native machine code on-the-fly.

    • It identifies and optimizes frequently executed code paths, resulting in faster execution.

    • JIT compiler is a part of Java Virtual Machine (JVM) and helps in achieving high performance without the...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPATCS iON interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Java, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Prepare Basic java questions and questions important for java.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Opps concepts hibernate
  • Q2. Comparator comparable , spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge of coding and basic Java be prepared perfectly

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mathematical and logical questions

Round 2 - Coding Test 

Based on coding and programming

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in java

    • Object-oriented programming paradigm

    • Encapsulation, Inheritance, Polymorphism, Abstraction

    • Classes and Objects

    • Access Modifiers

    • Interfaces and Abstract Classes

  • Answered by AI
  • Q2. Oops concept in c++ programming language
  • Ans. 

    OOPs concepts in C++ include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms.

    • Encapsulation hides the implementation details of a class from other objects.

    • Abstraction focuses on the essential features of an object and hides the unnecessary details.

    • Example: A car class can inheri...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. What was your hobbies
  • Q2. Tell about yourself??
  • Q3. What role ur in interested in??

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence in your answers and good programming language..

Skills evaluated in this interview

IDBI Intech Limited Interview FAQs

How many rounds are there in IDBI Intech Limited Assistant Manager Operations interview for experienced candidates?
IDBI Intech Limited interview process for experienced candidates usually has 2 rounds. The most common rounds in the IDBI Intech Limited interview process for experienced candidates are Resume Shortlist and One-on-one Round.
What are the top questions asked in IDBI Intech Limited Assistant Manager Operations interview for experienced candidates?

Some of the top questions asked at the IDBI Intech Limited Assistant Manager Operations interview for experienced candidates -

  1. HR routed my resume to Operation Manager he had taken interview forma...read more
  2. BPO related Questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 373 Interviews
ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 188 Interviews
Indium Software Interview Questions
4.1
 • 188 Interviews
View all

Fast track your campus placements

View all

IDBI Intech Limited Assistant Manager Operations Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

2.1

Skill development

3.1

Work-life balance

3.5

Salary

3.1

Job security

2.1

Company culture

2.9

Promotions

2.5

Work satisfaction

Explore 3 Reviews and Ratings
Team Lead
172 salaries
unlock blur

₹3.7 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