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
3.5

based on 458 Reviews

Filter interviews by

IDBI Intech Limited Executive Software Developer Interview Questions and Answers

Updated 5 Oct 2023

IDBI Intech Limited Executive Software Developer Interview Experiences

1 interview found

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

I applied via campus placement at Terna Engineering College, Mumbai and was interviewed before Oct 2022. There were 4 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 - Aptitude Test 

Basic ASP.Net C# questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. Asp.net C#, OOPs concept, SQL (queries and joints) questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. OOPS concepts, stored procedure related questions.

Interview Preparation Tips

Topics to prepare for IDBI Intech Limited Executive Software Developer interview:
  • Asp.net
  • SQL
  • Oops concepts
  • Stored Procedures
Interview preparation tips for other job seekers - Keep basic concepts clear ! Be confident.

Interview questions from similar companies

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

Prev job work and project details , roles and responsibility

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.

    • SDLC stands for Software Development Life Cycle

    • It includes stages like planning, analysis, design, implementation, testing, and maintenance

    • Each stage has specific goals and deliverables to ensure the quality and success of the software project

  • Answered by AI
  • Q2. What is the ASp.net mean for ?
  • Ans. 

    ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.

    • ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.

    • It allows developers to create web applications using languages like C# or VB.NET.

    • ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.

    • It is part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tech round

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on spring boot and question around spring annotations and its benifits
  • Q2. Questions on Java 8 - 21 versions such as virtual threads and stream API
  • Q3. Question on Databases fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was simple and crisp
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code pairing round - you will be given story where you need to add one API to the share repository. It is a simple problem but needs good understanding of the shared code. You should follow clean code pri...
  • Q2. Add one API to the existing repository
  • Ans. 

    The API allows users to retrieve weather data based on location.

    • Create a new endpoint that accepts a location parameter

    • Use a weather API service to fetch weather data based on the location

    • Return the weather data in a standardized format, such as JSON

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Project you are working on, do some changes to the project, how well you understand the project
  • Q2. Add some feature to the project
  • Ans. 

    The feature added to the project is a user authentication system.

    • Implement a login page with username and password fields.

    • Create a database table to store user credentials.

    • Hash and salt passwords for secure storage.

    • Implement password reset functionality.

    • Add user roles and permissions for access control.

  • Answered by AI

Skills evaluated in this interview

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

Coding test regarding the tools and technologies

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the connections
  • Q2. Questions on coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It's some what Moderate question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Developed by Google

    • Used for building single-page web applications

    • Uses TypeScript for building applications

    • Supports two-way data binding

    • Has a component-based architecture

  • Answered by AI
  • Q2. What is Data binding
  • Ans. 

    Data binding is the process of connecting data sources to user interface elements in a software application.

    • Data binding allows for automatic synchronization of data between the source and the target UI element.

    • It eliminates the need for manual updating of UI elements when the data changes.

    • Examples include binding a database query result to a table in a web application or binding a model property to a text box in a des

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why u r choosing the company
  • Ans. 

    I am choosing the company because of its reputation, innovative projects, and opportunities for growth.

    • Reputation of the company in the industry

    • Exciting and innovative projects the company is working on

    • Opportunities for career growth and development

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Coding Test 

1 hr Java programming

Round 3 - Technical 

(2 Questions)

  • Q1. Design a solution to Sort a Deck of Cards
  • Ans. 

    Use a custom comparator function to sort the deck of cards based on their rank and suit.

    • Create a custom comparator function that compares the rank and suit of two cards.

    • Use the custom comparator function to sort the deck of cards.

    • Example: ['2H', '3D', 'AS', ...]

  • Answered by AI
  • Q2. Split array based on split size
  • Ans. 

    Split array into subarrays of specified size

    • Use a loop to iterate through the array and slice it based on the split size

    • Check if the remaining elements are less than the split size and handle them accordingly

    • Return the array of subarrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for coding questions related to arrays and lists

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. C++ Basic Question OOPS Data structures
Round 3 - Technical 

(1 Question)

  • Q1. Copy Constructors Polymorphism About Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics first.
Basics should be clear.
Also Implement whatever you learn
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General apti questions and coding

Round 3 - Technical 

(1 Question)

  • Q1. Sql , rdbms, projects
Round 4 - HR 

(1 Question)

  • Q1. Hr Questions and projects discussion

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Software Developer interview:
  • Python
  • SQL
  • DBMS
Interview preparation tips for other job seekers - A big no for anyone who want to join , they hire more and keep people on hold for months.

IDBI Intech Limited Interview FAQs

How many rounds are there in IDBI Intech Limited Executive Software Developer interview?
IDBI Intech Limited interview process usually has 4 rounds. The most common rounds in the IDBI Intech Limited interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in IDBI Intech Limited Executive Software Developer interview?

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

  1. Asp.net C#, OOPs concept, SQL (queries and joints) questio...read more
  2. OOPS concepts, stored procedure related questio...read more

Tell us how to improve this page.

IDBI Intech Limited Executive Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
TCS iON Interview Questions
3.9
 • 365 Interviews
View all

Fast track your campus placements

View all
IDBI Intech Limited Executive Software Developer Salary
based on 5 salaries
₹3.6 L/yr - ₹7.8 L/yr
24% more than the average Executive Software Developer Salary in India
View more details
Team Lead
169 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Customer Service Associate
153 salaries
unlock blur

₹1 L/yr - ₹3.3 L/yr

Customer Service Executive
141 salaries
unlock blur

₹1 L/yr - ₹3.2 L/yr

Senior Executive
93 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Team Leader
93 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Explore more salaries
Compare IDBI Intech Limited with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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