Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aadhar Housing Finance Team. If you also belong to the team, you can get access from here

Aadhar Housing Finance Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aadhar Housing Finance Intern Interview Questions and Answers

Updated 10 Jan 2025

Aadhar Housing Finance Intern Interview Experiences

3 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

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

I applied via Job Portal and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Error detection in C++, Java, Python, and PHP.

Round 2 - Aptitude Test 

Apti was easy ery basic topics

Round 3 - Coding Test 

Master java very core

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your basucs very well

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

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

Basic questions were there on lidr

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me aout yourself Why should we hire you What is the expected salary
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Go cool, you will get selected. Super easy questios

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic AR questions
Round 2 - Technical 

(1 Question)

  • Q1. Invoice , excel & AR

Interview Preparation Tips

Interview preparation tips for other job seekers - not much difficult.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was development based questions and one coding question was given.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the concepts of oop.
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation is a key concept in OOP, where data is hidden within objects and can only be accessed through methods.

    • Inheritance allows objects to inherit attributes and methods from parent classes.

    • Polymorphism allows objects to be treate...

  • Answered by AI
  • Q2. Project based questions.
Round 3 - HR 

(1 Question)

  • Q1. Mention a time when you faced a difficulty with your project and how you overcame it.
  • Ans. 

    I faced a difficulty when my project deadline was moved up, but I overcame it by prioritizing tasks and seeking help from team members.

    • Project deadline was unexpectedly moved up

    • Prioritized tasks to meet new deadline

    • Sought help from team members for support and guidance

  • Answered by AI

Intern Interview Questions & Answers

TresVista user image Kalyan Malisetty

posted on 25 Aug 2024

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

(1 Question)

  • Q1. Classes of ip address
  • Ans. 

    IP addresses are divided into classes based on the number of network bits and host bits.

    • There are five classes of IP addresses: A, B, C, D, and E.

    • Class A addresses have the first bit set to 0 and can range from 1.0.0.0 to 126.0.0.0.

    • Class B addresses have the first two bits set to 10 and can range from 128.0.0.0 to 191.255.0.0.

    • Class C addresses have the first three bits set to 110 and can range from 192.0.0.0 to 223.255...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell us about your experience
  • Q2. Tell us about the projects
  • Ans. 

    I have worked on various projects including developing a mobile app, creating a website, and conducting market research.

    • Developed a mobile app for tracking daily water intake

    • Created a website for a local non-profit organization

    • Conducted market research to analyze consumer behavior in the tech industry

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only resume based questions

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic questions related to IP addresses, types of IP's.
  • Q2. Questions on networking & OSI layers.
  • Q3. Different commands
  • Ans. 

    Different commands used in system engineering

    • Command line interface (CLI) commands

    • Network commands (ping, traceroute)

    • File management commands (ls, cp, mv)

    • Process management commands (ps, kill)

    • System monitoring commands (top, htop)

    • Package management commands (apt-get, yum)

  • Answered by AI
  • Q4. Questions related to hardware, RAM , Memories etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident & be yourself. Don't try to brag or show overconfidence.
Overall, it would be quiet to crack the interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Low-level design interview
I need to design a Music player app using oops concept

Round 3 - One-on-one 

(5 Questions)

  • Q1. Sort the stack in O(1) time complexity
  • Ans. 

    Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.

    • Create a new stack to store sorted elements.

    • Pop elements from the original stack and compare with the top element of the new stack.

    • If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.

    • Repeat...

  • Answered by AI
  • Q2. Difference between process and thread
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other.

    • Processes are heavyweight, requiring separate memory and resources, while threads are lightweight an...

  • Answered by AI
  • Q3. Difference between abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class is used to provide a common base for multiple derived classes, while interface is used to define a contract fo...

  • Answered by AI
  • Q4. What is race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Prevented by using synchronization mechanisms like locks or semaphores

    • Example: Two threads trying to increment a shared variable simultaneously

  • Answered by AI
  • Q5. What is normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a database of students, instead of storing student details in multiple ...

  • Answered by AI

Skills evaluated in this interview

Aadhar Housing Finance Interview FAQs

How many rounds are there in Aadhar Housing Finance Intern interview?
Aadhar Housing Finance interview process usually has 2 rounds. The most common rounds in the Aadhar Housing Finance interview process are Aptitude Test, Coding Test and Resume Shortlist.

Tell us how to improve this page.

Aadhar Housing Finance Intern Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Aadhar Housing Finance Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

2.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Branch Credit Manager
284 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Branch Sales Manager
268 salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Brach Operation Manager
212 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Relationship Officer
177 salaries
unlock blur

₹1.6 L/yr - ₹3.3 L/yr

Relationship Manager
157 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Aadhar Housing Finance with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

ICICI Home Finance

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