Upload Button Icon Add office photos

Filter interviews by

Aashman Foundation Human Resource Interview Questions and Answers

Updated 11 Oct 2020

Aashman Foundation Human Resource Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

17 Questions

  • Q1. Tell me about yourself.
  • Q2. Why are you applying for this position?
  • Q3. Why do I want to work here?
  • Q4. Will this job motivate you to be a great employee? Do the career paths here excite you?
  • Q5. Why would you be a good fit for this position means: What have you done that proves you’ll do a good job?
  • Q6. How can you say what you’re not good at and still get the job?
  • Q7. What interests you about this position?
  • Q8. Tell me about how you dealt with a tough challenge?
  • Q9. What are your strengths?
  • Q10. Why should we hire you?
  • Q11. Describe what you do in your current position
  • Q12. Why did you leave your last job?
  • Q13. Where do you see yourself in 5 years?
  • Q14. What are your salary requirements?
  • Q15. What are you passionate about?
  • Q16. How do you deal with pressure?
  • Q17. What do you know about our organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - How to answer common interview questions:


Research the company and the job offer. Know the skills they want.
Show how you used those skills in past jobs.
Say how your actions helped the company.
Have questions to ask the interviewer that prove your interest in the job.

Interview questions from similar companies

Human Resource Interview Questions & Answers

Zomato user image Shikhar Taneja

posted on 19 Jun 2017

I was interviewed in May 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: The candidate with the best answers gets selected.
The one who is confident enough with his answers.
Tips: Be confident

Skills: Leadership Skills, Managerial
College Name: gd goenka world institute
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is JWT Authentication
  • Q2. Design Patterns
  • Q3. Different Types of Routing in MVC
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic question and that can be found in web

Round 2 - Technical 

(2 Questions)

  • Q1. What is dilution
  • Ans. 

    Dilution is the process of reducing the concentration of a solute in a solution by adding more solvent.

    • Dilution involves adding more solvent to decrease the concentration of a solute.

    • The formula for dilution is C1V1 = C2V2, where C1 and V1 are the initial concentration and volume, and C2 and V2 are the final concentration and volume.

    • Dilution is commonly used in chemistry labs to prepare solutions of a desired concentra...

  • Answered by AI
  • Q2. What are fixed income instruments
  • Ans. 

    Fixed income instruments are investments that pay a fixed interest or dividend income until maturity, such as bonds and certificates of deposit.

    • Fixed income instruments are debt securities issued by governments, corporations, or other entities to raise capital.

    • Investors receive regular interest payments at a fixed rate until the instrument matures.

    • Examples include government bonds, corporate bonds, municipal bonds, and

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourselves
  • Ans. 

    We are a team of experienced research analysts with expertise in data analysis, market research, and trend forecasting.

    • Combined experience of over 20 years in research and analysis

    • Proficient in statistical analysis tools such as SPSS and R

    • Track record of delivering actionable insights to drive business decisions

    • Strong communication and presentation skills

    • Example: Conducted market research for a Fortune 500 company to i

  • Answered by AI
  • Q2. Are you comfortable in any shift ?
  • Ans. 

    Yes, I am comfortable working in any shift.

    • I have experience working in various shifts in my previous roles.

    • I am adaptable and can easily adjust my schedule to accommodate different shifts.

    • I understand the importance of flexibility in the workplace and am willing to work in any shift required.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Oop questions they will ask
  • Q2. C# basic string var dymaic out ref
  • Q3. Sql , dot net
Round 2 - Managment Round 

(2 Questions)

  • Q1. This round they will ask strategic question
  • Q2. How you will handle the team , deadlines
  • Ans. 

    I will handle the team by setting clear expectations, delegating tasks effectively, monitoring progress, and providing support as needed.

    • Set clear goals and deadlines for the team to ensure everyone is on the same page

    • Delegate tasks based on team members' strengths and workload

    • Regularly check in with team members to monitor progress and offer assistance if needed

    • Adjust deadlines or redistribute tasks as necessary to me...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was rejected in the second round, check what domain the company is working.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

  • Q1. What is Entity Framework and how does it function?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude with finance questions

Round 2 - Technical 

(1 Question)

  • Q1. Full finance topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company 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 - Technical 

(12 Questions)

  • Q1. Abstract class vs interfaces. What would i choose and why.
  • Ans. 

    Abstract class is used when there is a need for default implementation, while interfaces are used for multiple inheritance.

    • Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can provide default implementations for methods, while interfaces cannot.

    • Interfaces allow a class to implement multiple interfaces, but can only inherit from one abstra...

  • Answered by AI
  • Q2. Difference between .NET core, .NET framework and .NET
  • Ans. 

    NET core is a cross-platform, open-source framework for building modern, cloud-based, internet-connected applications. NET framework is a Windows-only framework for building Windows desktop applications. NET is a general term encompassing both .NET core and .NET framework.

    • NET core is cross-platform and open-source, while .NET framework is Windows-only.

    • .NET core is modular and lightweight, allowing for faster performanc...

  • Answered by AI
  • Q3. Pipelines and Middlewares in .NET. How would i configure them.
  • Ans. 

    Pipelines and Middlewares in .NET are used for request processing and can be configured using middleware components.

    • Pipelines in .NET are used to define a series of middleware components that process an HTTP request.

    • Middlewares are components that can handle requests and responses in the pipeline.

    • To configure pipelines and middlewares in .NET, you can use the 'UseMiddleware' method in the 'Configure' method of the Star...

  • Answered by AI
  • Q4. Difference between App.Use() and App.Run()
  • Ans. 

    App.Use() is used for adding middleware to the request pipeline, while App.Run() is used for handling the request directly.

    • App.Use() is used to add middleware components to the request pipeline.

    • App.Run() is used to handle the request directly without passing it to the next middleware component.

    • App.Use() is typically used for setting up middleware like authentication, logging, etc.

    • App.Run() is used for handling the fina...

  • Answered by AI
  • Q5. SOLID principles (S and O was asked)
  • Q6. Dependency Inversion vs Inversion of Control. I had to write examples of constructor injection, method injection with the help of a DBContext file.
  • Q7. String vs String Builder. Comparision of their mutability, speed, memory allocated, usability. Was provided a use case and asked which one to use and how. String Interpolation. String Manipulation.
  • Ans. 

    String is immutable, while StringBuilder is mutable. StringBuilder is faster and more memory efficient for string manipulation.

    • String is immutable, meaning once created, it cannot be changed. StringBuilder is mutable, allowing for efficient string manipulation.

    • StringBuilder is faster than String for concatenating multiple strings, as it does not create a new string object each time.

    • String uses more memory as it creates...

  • Answered by AI
  • Q8. Database Normalization (2NF was asked). Was given an sample dataset, asked to normalize and eliminate partial dependency. Given 2 entities Students and Class, establish relationships between them and prepa...
  • Q9. Difference between Unique, Primary Key. Clustered and Non-Clustered Indices.
  • Ans. 

    Unique, Primary Key, Clustered, and Non-Clustered Indices are all used in database management to enforce data integrity and improve query performance.

    • Unique constraint ensures that all values in a column are unique, but allows NULL values.

    • Primary Key constraint ensures that all values in a column are unique and not NULL. Each table can have only one Primary Key.

    • Clustered Index physically reorders the way records in the...

  • Answered by AI
  • Q10. Prepare an example of JWT authentication and Oauth for an API.
  • Ans. 

    JWT authentication and OAuth example for API

    • Implement JWT authentication by generating a token upon user login and including it in the Authorization header of API requests

    • Use OAuth for user authorization by obtaining access tokens from a third-party provider like Google or Facebook

    • Ensure API endpoints validate JWT tokens and OAuth access tokens before allowing access to resources

  • Answered by AI
  • Q11. Difference between $.post and $.ajax.
  • Ans. 

    Both $.post and $.ajax are methods in jQuery used for making AJAX requests, but $.ajax is more versatile and customizable.

    • Both $.post and $.ajax are used for making AJAX requests in jQuery.

    • $.post is a shorthand method for $.ajax with predefined settings for POST requests.

    • $.ajax is more versatile and customizable, allowing for different types of requests and more options.

    • Example: $.post('example.php', {data: 'example'},...

  • Answered by AI
  • Q12. Write a Linq query to fetch data the fastest.(i used iQueryable) Write a Linq query to check if a record exists in the table.(i used ANY)

Interview Preparation Tips

Topics to prepare for NeoSOFT DOT NET Developer interview:
  • C#
  • webapi
  • SQL Server
Interview preparation tips for other job seekers - The interviewer was asking real life use case-driven questions. You can learn a bit about low level system design.
Focus more on C# and DOTNET 6.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Included combination of quants and financial markets

Round 2 - Technical 

(2 Questions)

  • Q1. What is index fund?
  • Ans. 

    An index fund is a type of mutual fund or exchange-traded fund (ETF) that tracks a specific market index, such as the S&P 500.

    • Index funds aim to replicate the performance of a specific index by holding the same securities in the same proportions as the index.

    • They are passively managed, meaning they do not require active decision-making by a fund manager.

    • Index funds typically have lower fees compared to actively managed...

  • Answered by AI
  • Q2. Merger vs aquisition
  • Ans. 

    Merger involves two companies combining to form a new entity, while acquisition is one company buying another.

    • Merger involves two companies agreeing to combine their operations and assets to form a new entity.

    • Acquisition is when one company purchases another company, often resulting in the acquired company becoming a subsidiary of the acquiring company.

    • Merger can be seen as a more equal partnership, while acquisition t...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. If internet went off, how will you manage a meeting?
  • Ans. 

    I would switch to a phone call or video conference using a mobile device or landline.

    • Switch to a phone call or video conference using a mobile device or landline

    • Inform all participants about the change in communication method

    • Ensure all necessary documents or materials are available offline

    • Consider rescheduling the meeting if internet outage persists

  • Answered by AI
  • Q2. Requirements for an online meeting?
  • Ans. 

    Requirements for an online meeting include a stable internet connection, a device with a camera and microphone, and a meeting link or ID.

    • Stable internet connection is essential for smooth video and audio transmission.

    • A device with a camera and microphone is needed for video conferencing.

    • A meeting link or ID is required to join the online meeting.

    • Optional: Screen sharing capabilities for presentations or demonstrations.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How was the experience?
  • Q2. Salary expectations?

Interview Preparation Tips

Topics to prepare for Morningstar Senior Research Analyst interview:
  • Financial Analysis
  • Investments
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code for prime numbers

Interview Preparation Tips

Interview preparation tips for other job seekers - good interview done here

Tell us how to improve this page.

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 715 Interviews
Swiggy Interview Questions
3.8
 • 426 Interviews
Quess Interview Questions
3.9
 • 393 Interviews
TCS iON Interview Questions
3.9
 • 364 Interviews
Planet Spark Interview Questions
3.7
 • 359 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zomato Interview Questions
3.8
 • 316 Interviews
Ekart Logistics Interview Questions
4.0
 • 296 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all
Aashman Foundation Human Resource Salary
based on 6 salaries
₹1 L/yr - ₹2.2 L/yr
60% less than the average Human Resource Salary in India
View more details

Aashman Foundation Human Resource Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
HR Intern
27 salaries
unlock blur

₹0.5 L/yr - ₹6 L/yr

HR Recruiter
8 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Intern
6 salaries
unlock blur

₹5.1 L/yr - ₹13 L/yr

Human Resource
6 salaries
unlock blur

₹1 L/yr - ₹2.2 L/yr

HR Executive
5 salaries
unlock blur

₹1 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Aashman Foundation with

Smile Foundation

3.9
Compare

Pratham Education Foundation

4.0
Compare

The Akshaya Patra Foundation

4.6
Compare

CARE

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