Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Anyone Home Software Developer Interview Questions, Process, and Tips

Updated 6 Aug 2021

Anyone Home Software Developer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is python objects like this
  • Ans. 

    Python objects are instances of classes that contain data and methods.

    • Python objects are created using the 'class' keyword.

    • They can contain attributes and methods.

    • Objects can be instantiated and manipulated in code.

    • Python is an object-oriented programming language.

    • Examples of built-in objects include lists, dictionaries, and strings.

  • Answered by AI
  • Q2. What is string arrays
  • Ans. 

    String arrays are arrays that store a collection of strings.

    • String arrays are declared with a specific size or can be dynamically resized.

    • Each element in the array is a string.

    • String arrays can be used to store names, addresses, and other text-based data.

    • Example: String[] names = {"John", "Jane", "Bob"};

    • Example: String[] addresses = new String[5]; addresses[0] = "123 Main St.";

  • Answered by AI
  • Q3. What is statements
  • Ans. 

    Statements are instructions that perform a specific action in a program.

    • Statements are the basic building blocks of a program.

    • They can be used to assign values to variables, control program flow, and perform calculations.

    • Examples of statements include if/else statements, for/while loops, and function calls.

  • Answered by AI
  • Q4. What is arrays
  • Ans. 

    Arrays are a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of any data type, including integers, floats, characters, and objects.

    • Elements in an array are accessed using an index starting from 0.

    • Arrays can be one-dimensional, two-dimensional, or multi-dimensional.

    • Example: string[] names = {"John", "Mary", "Bob"};

    • Example: int[] numbers = new int[5];

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - With telephone interview

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2022. 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 Resume tips
Round 2 - Coding Test 

Questions from trees and linkedin

Round 3 - Technical 

(2 Questions)

  • Q1. Question on dsa and on oops
  • Q2. Reverse linked list with multiple approach
  • Ans. 

    Reverse a linked list using multiple approaches.

    • Iterative approach: Use three pointers to reverse the links between nodes.

    • Recursive approach: Recursively reverse the rest of the list and adjust the links.

    • Stack approach: Push all the nodes onto a stack and then pop them to create the reversed list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Free aws d resfg rtrt bert ert treytr ret ert ert tret tre tryr tr rt try tr ytry try tr ytry try try t ty try tr try

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.

    • Use a hash table to store key-value pairs

    • Use a doubly linked list to keep track of the order of items

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the back of the list

    • Lookup and insertion should be O(1) time complexity

  • Answered by AI
  • Q2. Implement 2 stacks in an array
  • Ans. 

    Implement 2 stacks in an array

    • Divide the array into two halves

    • Use top1 and top2 to keep track of top elements of stacks

    • Push and pop elements from respective halves

    • Check for overflow and underflow conditions

  • 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 Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 hr, there were some DSA problems

Round 2 - Coding Test 

1 hr, there were some DSA problems

Round 3 - Manegerical 

(2 Questions)

  • Q1. Any hard situation u faced ?
  • Q2. How you tackled hard situation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

25 basic aptitude asked from train,time and work

Round 2 - Coding Test 

2 coding questions which was basic and medium questions

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

2 hours coding round, only 1 person out of 90 cleared

Round 2 - Technical 

(1 Question)

  • Q1. Asked loads of dsa, super technical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 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 Resume tips
Round 2 - Coding Test 

It was 2 coding questions of medium level

Round 3 - Technical 

(2 Questions)

  • Q1. Longest substring with non repeating characters
  • Ans. 

    Find the longest substring in a given string that does not contain any repeating characters.

    • Use a sliding window approach to iterate through the string.

    • Keep track of the characters seen so far using a set.

    • Update the start and end indices of the window to find the longest substring.

    • Return the length of the longest substring.

  • Answered by AI
  • Q2. Candy problem. There is similar question in geeks for geeks

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practising data structures and algorithms. Do some projects

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude consisted of basic quant questions, followed by technical concepts related OOP, .net, java and SQL.

Round 2 - HR 

(1 Question)

  • Q1. Introduction, followed by a discussion on the topics you mentioned in your resume to check your communication skills.
Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts followed by SQL questions, then some project-related discussion.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round, a few tables and scenarios were given, and was asked to write the queries to pull the data.
Round 5 - HR 

(1 Question)

  • Q1. Again a general discussion, expectations and if I'm happy with the tech on which I will be working.

Interview Preparation Tips

Topics to prepare for Yardi Systems Software Engineer interview:
  • C
  • C++
  • SQL
Interview preparation tips for other job seekers - Focus on the basics, be confident and you can crack it!

I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. There were 6 rounds : 1) Aptitude 2)technical MCQ 3)English Eassy 4)Pre_HR 5)Technical interview 6)technical interview again 7)finalHR. Questions were mainly based on your resume only. 1) Tell me...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through your Company website i.e. Yardi Software !!
Prepare your college project properly!!
Make sure your communication good!!
Communicate properly and be confident!!
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic MCQS related to sql, basic coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Describe the projects worked on during college
Contribute & help others!
anonymous
You can choose to be anonymous

Anyone Home Interview FAQs

What are the top questions asked in Anyone Home Software Developer interview?

Some of the top questions asked at the Anyone Home Software Developer interview -

  1. What is python objects like t...read more
  2. What is string arra...read more
  3. What is statemen...read more

Recently Viewed

INTERVIEWS

AtkinsRealis

No Interviews

INTERVIEWS

AFRY

No Interviews

INTERVIEWS

Azim Premji Foundation

No Interviews

INTERVIEWS

Descon Engineering

No Interviews

INTERVIEWS

AbsolutData

No Interviews

INTERVIEWS

Anyone Home

No Interviews

INTERVIEWS

Room to Read

No Interviews

INTERVIEWS

Anyone Home

No Interviews

INTERVIEWS

AtkinsRealis

No Interviews

INTERVIEWS

Meritto

No Interviews

Tell us how to improve this page.

Anyone Home Software Developer Salary
based on 7 salaries
₹5 L/yr - ₹10 L/yr
7% less than the average Software Developer Salary in India
View more details

Anyone Home Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Entry Operator
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accountant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Anyone Home with

Redfin

2.7
Compare

RealPage

3.6
Compare

Yardi Systems

3.7
Compare

Buildium

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