Upload Button Icon Add office photos
Engaged Employer

i

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

Addepar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Addepar Interview Questions, Process, and Tips

Updated 10 Feb 2025

Top Addepar Interview Questions and Answers

Addepar Interview Experiences

Popular Designations

8 interviews found

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Round 1 was hr discussion round or resume round you can say
Round 2 - Coding Test 

Live coding round where i was given 1 hour to solve a reconciliation problem

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2025

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Case Study 

Scenario based question on your role and techinical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 6 Rounds of Interview based on role you have applied.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Behavioral 

(4 Questions)

  • Q1. In depth database concepts.
  • Q2. ACID properties
  • Ans. 

    ACID properties are a set of properties that guarantee the reliability of database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can run concurren...

  • Answered by AI
  • Q3. Scenarios for SQL and NoSql databases.
  • Q4. Previous projects discussion.
Round 2 - System design 

(1 Question)

  • Q1. Enterprise Messenger.
Round 3 - Technical 

(4 Questions)

  • Q1. Pick any project that you want to discuss.
  • Ans. 

    Developing a new software system for inventory management in a manufacturing plant.

    • Collaborated with cross-functional teams to gather requirements

    • Designed a user-friendly interface for easy data entry and retrieval

    • Implemented barcode scanning functionality for efficient tracking

    • Conducted thorough testing to ensure system reliability

    • Provided training and support to end users for successful implementation

  • Answered by AI
  • Q2. Explain how it was done
  • Ans. 

    I led a team to redesign our company's website to improve user experience and increase conversion rates.

    • Conducted user research to identify pain points and areas for improvement

    • Collaborated with designers to create wireframes and mockups

    • Implemented A/B testing to measure the impact of changes

    • Analyzed data to make data-driven decisions for further optimization

  • Answered by AI
  • Q3. Why certain decisions were made.
  • Ans. 

    Decisions were made based on cost-effectiveness, efficiency, and long-term impact.

    • Considered cost-effectiveness of different options

    • Prioritized efficiency in decision-making process

    • Evaluated long-term impact on project goals

  • Answered by AI
  • Q4. Justify tradeoffs.
  • Ans. 

    Tradeoffs are necessary in decision-making to balance competing factors and achieve the best overall outcome.

    • Tradeoffs involve sacrificing one thing in order to gain another

    • Consider factors such as cost, time, quality, and resources when making tradeoffs

    • Examples include choosing between speed and quality in a project, or cost and features in a product

  • Answered by AI
Round 4 - Coding Test 

Easy coding question around iterating list.

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reconciliation based question medium

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Addepar interview questions for popular designations

 Devops Engineer

 (1)

 Senior Developer

 (1)

 Senior Software Engineer

 (1)

 Engineering Manager

 (1)

 Senior Java Developer

 (1)

 Data Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain your project architecture
  • Ans. 

    Our project architecture follows a microservices design pattern with Docker containers for scalability and flexibility.

    • Microservices design pattern used for modular and independent services

    • Docker containers for easy deployment and scalability

    • RESTful APIs for communication between services

  • Answered by AI

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

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

I applied via Approached by Company

Round 1 - Coding Test 

A problem related to Python dictionary

Round 2 - Coding Test 

Recursion problem, flatten unstructured list

Round 3 - Case Study 

Asked me to explain the architecture of my project

Round 4 - Behavioral 

(1 Question)

  • Q1. A lot of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was okay, I did not like the evaluation process
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Addition of two long strings without converting data type.
  • Ans. 

    Concatenate the strings and perform addition digit by digit.

    • Iterate through each character of the strings from right to left

    • Add the digits at the same position along with carry from previous addition

    • Append the result to a new string

    • Handle any remaining carry after the iteration

  • Answered by AI

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Conversational 

(2 Questions)

  • Q1. What projects you worked on
  • Ans. 

    I have worked on various projects including automation of CI/CD pipelines, infrastructure as code implementation, and monitoring solutions.

    • Automation of CI/CD pipelines using tools like Jenkins and GitLab

    • Implementation of infrastructure as code using Terraform and Ansible

    • Setting up monitoring solutions with tools like Prometheus and Grafana

  • Answered by AI
  • Q2. How you solved an incident
  • Ans. 

    I solved an incident by identifying the root cause, implementing a fix, and documenting the resolution.

    • Identified the issue by analyzing logs and monitoring data

    • Collaborated with team members to troubleshoot and resolve the issue

    • Implemented a fix by deploying a code change or configuration update

    • Tested the fix to ensure it resolved the issue

    • Documented the incident and resolution steps for future reference

  • Answered by AI
Round 2 - Coding Test 

Very much easy, no problem in giving solutions.

Round 3 - Coding Test 

Very easy, all of the things were asked related to things I’ve done.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Interview questions from similar companies

I applied via Company Website and was interviewed in Feb 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. More questions about current affairs.
  • Q2. What is knowledge about axis securities ltd.
  • Ans. 

    Axis Securities Ltd. is a subsidiary of Axis Bank, offering a wide range of financial services including stockbroking, investment advisory, and wealth management.

    • Axis Securities Ltd. is a leading stockbroking firm in India.

    • It is a subsidiary of Axis Bank, one of the largest private sector banks in India.

    • The company provides services like equity trading, derivatives trading, mutual funds, IPOs, and more.

    • Axis Securities ...

  • Answered by AI
  • Q3. Computer knowledge.

Interview Preparation Tips

General Tips: Don't nervous to answer any question. If you don't know the answer then please say you don't have idea about that.
Duration: 1-4 weeks

I applied via Company Website and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about some general things related to trading and stock market.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident towards the interview questions and be honest while answering to the interviewer.

Addepar Interview FAQs

How many rounds are there in Addepar interview?
Addepar interview process usually has 2-3 rounds. The most common rounds in the Addepar interview process are Coding Test, Case Study and Behavioral.
How to prepare for Addepar interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Addepar. The most common topics and skills that interviewers at Addepar expect are AWS, Java, Python, Software Engineering and Cds.
What are the top questions asked in Addepar interview?

Some of the top questions asked at the Addepar interview -

  1. Addition of two long strings without converting data ty...read more
  2. Explain how it was d...read more
  3. Justify tradeof...read more

Tell us how to improve this page.

Addepar Interview Process

based on 8 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.8
 • 81 Interviews
Axis Direct Interview Questions
3.8
 • 76 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Motilal Oswal Interview Questions
3.9
 • 19 Interviews
Zerodha Interview Questions
4.1
 • 9 Interviews
View all

Addepar Reviews and Ratings

based on 9 reviews

3.0/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

3.3

Salary

2.5

Job security

3.1

Company culture

2.3

Promotions

3.1

Work satisfaction

Explore 9 Reviews and Ratings
Technical Data Analyst - Python

Pune

2-2 Yrs

Not Disclosed

Sr. Software Engineer

Pune

4-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
6 salaries
unlock blur

₹32 L/yr - ₹46.5 L/yr

Data Analyst
5 salaries
unlock blur

₹11.2 L/yr - ₹18 L/yr

Data Operations Analyst
5 salaries
unlock blur

₹9.5 L/yr - ₹11.5 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹43 L/yr - ₹50 L/yr

Product Manager
4 salaries
unlock blur

₹44 L/yr - ₹77 L/yr

Explore more salaries
Compare Addepar with

Zerodha

4.2
Compare

Upstox

3.7
Compare

Groww

3.7
Compare

Paytm Money

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