Upload Button Icon Add office photos

Filter interviews by

RealFoundations Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top RealFoundations Interview Questions and Answers

RealFoundations Interview Experiences

Popular Designations

2 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced accounting professional with a strong background in financial analysis and reporting.

    • Over 5 years of experience in accounting roles

    • Proficient in financial analysis and reporting

    • Strong attention to detail and accuracy

    • Excellent communication and interpersonal skills

    • Bachelor's degree in Accounting from XYZ University

  • Answered by AI
  • Q2. Payment made to creditors post a journal, and on which financial statement side will it be reflected?
  • Ans. 

    Payment made to creditors post a journal will be reflected on the liabilities side of the financial statement.

    • Payments made to creditors are considered as liabilities for the company.

    • These payments will be reflected on the balance sheet under the liabilities section.

    • The balance sheet shows the company's financial position at a specific point in time.

    • Examples of liabilities include accounts payable, loans, and accrued e

  • Answered by AI
  • Q3. Differentiate between depreciation and amortization?
  • Ans. 

    Depreciation is the allocation of the cost of tangible assets over their useful life, while amortization is the allocation of the cost of intangible assets over their useful life.

    • Depreciation applies to tangible assets like buildings, machinery, and vehicles, while amortization applies to intangible assets like patents, copyrights, and trademarks.

    • Depreciation is usually calculated using methods like straight-line or ac...

  • Answered by AI
  • Q4. What are accounts payable and receivables
  • Ans. 

    Accounts payable are amounts owed by a company to its suppliers for goods or services purchased on credit. Accounts receivable are amounts owed to a company by its customers for goods or services provided on credit.

    • Accounts payable represent the money a company owes to its suppliers for goods or services received but not yet paid for.

    • Accounts receivable represent the money owed to a company by its customers for goods o...

  • Answered by AI
  • Q5. What is a bank reconciliation statement
  • Ans. 

    A bank reconciliation statement is a document that compares the balance in a company's bank account with the balance shown on the bank statement.

    • It helps identify any discrepancies between the two balances, such as outstanding checks or deposits in transit.

    • The statement typically includes adjustments for items like bank fees, interest earned, and errors.

    • The goal is to ensure that the company's records accurately reflec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - guys they won't call for 2 nd round don't worry its like there is only 1 vacancy and 3000 applicants are applying, and they'll post again and again every week that there is 1 vacancy for an accounting associate but it's like they are posting continuously for 2 months but they don't find a valid candidate for that role what the shit ** is the company making a fool of us.

Accounting Associate 2 Interview Questions asked at other Companies

Q1. Payment made to creditors post a journal, and on which financial statement side will it be reflected?
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourselves
  • Ans. 

    We are a team of experienced analysts with diverse backgrounds and skills.

    • We have a combined experience of over 20 years in data analysis

    • Our team members have expertise in statistical analysis, market research, and financial modeling

    • We have successfully completed projects for Fortune 500 companies and startups alike

  • Answered by AI
  • Q2. Accounting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all accounting terms, all journal entries bank rec, accruals, recurring tax based questions.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Interview questions from similar companies

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
  • Ans. 

    Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.

    • Open for fixed term hire

    • Willing to work from client location at Gurgaon for 3 days a week

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Ans. 

    Implemented automated testing using Selenium WebDriver and JUnit in Agile environment

    • Implemented automated testing framework using Selenium WebDriver

    • Utilized JUnit for test case management

    • Worked in Agile environment to ensure continuous testing and integration

  • Answered by AI
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Ans. 

    Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.

    • Pilot testing involves a small group of users testing the functionality in a controlled environment.

    • Beta testing involves a larger group of users testing the functionality in a real-world environment.

    • ...

  • Answered by AI
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Ans. 

    Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.

    • Primary key enforces uniqueness and not null constraint on a column

    • Unique key enforces uniqueness but allows null values

    • To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query

  • Answered by AI
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Ans. 

    Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.

    • STLC includes requirements analysis, test planning, test design, test execution, and test closure.

    • Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.

    • STLC ensures that the so...

  • Answered by AI
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Ans. 

    303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.

    • 303 status code indicates that the resource can be found at a different URI and should be retrieved from there

    • PUT method is used to update an existing resource in the API

    • DELETE method is used to remove a resource from the API

    • 3 point esti...

  • Answered by AI
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Ans. 

    Links and labels that can be tagged to a bug in Jira

    • Links: related issues, documents, websites

    • Labels: priority, severity, type, status

  • Answered by AI
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Ans. 

    Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.

    • Shell scripting automates tasks by writing scripts in a Unix/Linux environment

    • Grep command is used to search for specific patterns in text files

    • Example: grep 'search_pattern' file.txt

    • Href is not a standard Unix command, it may be a typo or a custom script

  • Answered by AI
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Ans. 

    To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.

    • Listen to the team member's perspective and concerns

    • Communicate openly and calmly about the issue

    • Find common ground and areas of agreement

    • Work together to find a solution that benefits both parties

    • Seek input from other team members or a mediator if ne

  • Answered by AI
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...
  • Ans. 

    Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.

    • Yes, open to relocating to Bangalore and working from client's office

    • Yes, open to working in night/rotational shifts

    • Yes, open to working in long extendable hours or 24X7 culture

    • Goal is to excel in automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. Cdd edd sdd difference
  • Q2. Regulatory websites
  • Q3. Organizational charts ,risk factors
  • Q4. Risk thresholds, explanation of documents for different types of investor types
  • Q5. Screenings,high risk factors
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your experience with Angular, and how does it work? What are pipes and components in Angular?
  • Q2. Can you replicate the screen in Angular that is currently visible on your display?
Round 2 - Coding Test 

Multiple questions regarding data structures.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about Pumps, Pumps Station Design, Hydraulic Steady State Analysis, Transient Analysis
  • Q2. Hydraulic Calculations, Electromechanical items.
Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Basics of Python, Flask, ReactJs, RestApi Development
  • Q2. Python - Difference between is and ==
  • Q3. React - useEffect vs useState
  • Q4. Authentication in RestApi
  • Q5. React - Pure Component and Higher order components
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Common aptitude questions on mettl platform

Round 2 - Technical 

(3 Questions)

  • Q1. Python Standard interview questions
  • Q2. SQL Standard interview questions (Easy)
  • Q3. CaseStudy and questions based on it.
Round 3 - HR 

(3 Questions)

  • Q1. Common hr questions
  • Q2. Puzzles
  • Q3. Project Discussion

Interview Preparation Tips

Topics to prepare for ZS Junior Analyst interview:
  • Python
  • SQL
  • R
Interview preparation tips for other job seekers - I felt ZS Associates pay less, because for similar roles on campus they pay nealy 14 LPA but for Off campus they pay 4 LPA.

So confirm with the hr before even attending the interviews.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is the golden rule of accounting?
  • Q2. Accounting concepts
  • Q3. What is the journal entry for a credit purchase?
  • Q4. How do you handle prepaid expenses?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Fit interview with PEI
Round 2 - Case Study 

Optimise social media marketing channels

Round 3 - Case Study 

Grow market share for a milk company

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve train ticket buying experience and riding experience

RealFoundations Interview FAQs

How many rounds are there in RealFoundations interview?
RealFoundations interview process usually has 1 rounds. The most common rounds in the RealFoundations interview process are Technical and HR.
What are the top questions asked in RealFoundations interview?

Some of the top questions asked at the RealFoundations interview -

  1. Payment made to creditors post a journal, and on which financial statement side...read more
  2. what are accounts payable and receivab...read more
  3. differentiate between depreciation and amortizati...read more

Tell us how to improve this page.

RealFoundations Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
JLL Interview Questions
4.1
 • 348 Interviews
CBRE Interview Questions
4.2
 • 262 Interviews
Colliers India Interview Questions
3.9
 • 63 Interviews
Knight Frank Interview Questions
4.1
 • 44 Interviews
Savills Interview Questions
4.0
 • 12 Interviews
View all

RealFoundations Reviews and Ratings

based on 27 reviews

4.2/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

4.2

Salary

3.0

Job security

4.0

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 27 Reviews and Ratings
Senior Analyst
25 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Process Specialist
18 salaries
unlock blur

₹5.6 L/yr - ₹10 L/yr

Senior Associate
17 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Analyst
12 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Associate
11 salaries
unlock blur

₹3 L/yr - ₹3.3 L/yr

Explore more salaries
Compare RealFoundations with

JLL

4.1
Compare

CBRE

4.2
Compare

Knight Frank

4.0
Compare

Colliers India

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