Upload Button Icon Add office photos

Filter interviews by

Demandbase Interview Questions and Answers

Updated 28 Nov 2024

Demandbase Interview Experiences

Popular Designations

17 interviews found

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 Sep 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 tips
Round 2 - Aptitude Test 

Aptitude and written test

Round 3 - Technical 

(1 Question)

  • Q1. Financial ratios

Research Trainee Interview Questions asked at other Companies

Q1. What kind of tools (software, Microsoft office, etc.) are you familiar with?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Longest island problem
  • Ans. 

    Find the length of the longest island in a 2D grid.

    • Iterate through the grid and perform a depth-first search (DFS) to find each island.

    • Keep track of the length of each island and return the maximum length found.

    • Consider the grid as a graph where each cell is a node and adjacent cells are connected edges.

    • Use a visited array to mark cells that have already been visited during the DFS.

    • Handle edge cases such as empty grid,...

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2023. There were 6 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 - Coding Test 

Basic SQL queries of employment Data

Round 3 - One-on-one 

(1 Question)

  • Q1. SQL, Python based questions Project discussion
Round 4 - Technical 

(1 Question)

  • Q1. Full Python, SQL, Power Bi questions and project discussion
Round 5 - One-on-one 

(1 Question)

  • Q1. Manager round mostly project discussion
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion offer discussion

Junior Data Analyst Interview Questions asked at other Companies

Q1. What is the main difference between data mining and data analysis?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

We will get a coding question which could be from Leetcode, If we are good at Leetcode we will easily make it, they are focusing on DP questions.

Round 3 - Technical 

(1 Question)

  • Q1. As it was for Java and spring boot most of the questions would be around, Java, Functional programming, Streams, Rest API formats and Few question were on Annotations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your coding skills and be confident while answering the questions.
Do Leetcode if you have got time, mainly DP questions.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Demandbase interview questions for popular designations

 Research Analyst

 (3)

 Software Engineer

 (3)

 Data Analyst

 (2)

 Research Trainee

 (1)

 Internship Trainee

 (1)

 SSE

 (1)

 Senior Software Engineer

 (1)

 Java Developer

 (1)

Data Analyst Interview Questions & Answers

user image Syed Afraz Hussain

posted on 24 May 2023

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

I applied via Campus Placement and was interviewed before May 2022. There were 5 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 - Aptitude Test 

It was a hybrid type of test it consisted of 3 sections
1. Aptitude
2. 2 DSA questions only the algorithm was to be written on the paper
3. 5 SQL queries (Intermediate level)

Round 3 - One-on-one 

(2 Questions)

  • Q1. This was a one-to-one coding round medium-level dsa questions were asked.
  • Q2. Find the minimum element in a stack in O(1) complexity
  • Ans. 

    To find the minimum element in a stack in O(1) complexity, we can use an auxiliary stack.

    • Create an auxiliary stack to keep track of the minimum element.

    • Push the first element of the main stack onto the auxiliary stack.

    • For each subsequent element, compare it with the top element of the auxiliary stack.

    • If it is smaller, push it onto the auxiliary stack.

    • To get the minimum element, simply return the top element of the auxi...

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

(2 Questions)

  • Q1. In this round knowledge regarding SQL queries was tested.
  • Q2. Fetch data without using subqueries instead use joins type of questions
Round 5 - One-on-one 

(1 Question)

  • Q1. In this round real world problem was described and I was asked to develop a data analytics solution for the same.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on DSA and SQL and you will get through it.

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Walk-in and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

In this there were 3 modules
1- logical reasoning
2- accounts related questions
3- company related questions

Round 3 - Group Discussion 

They asked to introduce yourself and speak for 1 min on your favourite topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the group discussion because they are seeing communication skills

Research Analyst Interview Questions asked at other Companies

Q1. What is income statement how do u calculate net profit? What is stock split and merger and takeover and depreciation and amortization and net worth and retaining earnings,book value per share? Types of equity shares etc...
View answer (4)

Jobs at Demandbase

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 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 tips
Round 2 - Aptitude Test 

There were three modules in test
1St is logical reasoning
2nd is related to accounts
3 Rd is based on company

Round 3 - Group Discussion 

They asked to introduce and speak for 1 min on your favourite topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for Group discussion because they are seeing communication skills

Research Analyst Interview Questions asked at other Companies

Q1. What is income statement how do u calculate net profit? What is stock split and merger and takeover and depreciation and amortization and net worth and retaining earnings,book value per share? Types of equity shares etc...
View answer (4)

Demandbase Interview FAQs

How many rounds are there in Demandbase interview?
Demandbase interview process usually has 2-3 rounds. The most common rounds in the Demandbase interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Demandbase 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 Demandbase. The most common topics and skills that interviewers at Demandbase expect are SAN, Python, Javascript, SQL and Agile.
What are the top questions asked in Demandbase interview?

Some of the top questions asked at the Demandbase interview -

  1. Find the minimum element in a stack in O(1) complex...read more
  2. where to look for C-level deta...read more
  3. move zeros to the end of the ar...read more
How long is the Demandbase interview process?

The duration of Demandbase interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Demandbase Interview Process

based on 20 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 205 Interviews
MathCo Interview Questions
2.9
 • 112 Interviews
Zeta Interview Questions
3.4
 • 70 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.8
 • 29 Interviews
Seclore Interview Questions
4.1
 • 26 Interviews
MoEngage Interview Questions
3.9
 • 25 Interviews
View all

Demandbase Reviews and Ratings

based on 26 reviews

3.9/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

3.4

Salary

3.3

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
18 salaries
unlock blur

₹14.5 L/yr - ₹29 L/yr

Research Analyst
15 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹30 L/yr - ₹45.2 L/yr

Data Analyst
12 salaries
unlock blur

₹7.9 L/yr - ₹20 L/yr

Software Developer
11 salaries
unlock blur

₹9 L/yr - ₹25.5 L/yr

Explore more salaries
Compare Demandbase with

Fractal Analytics

4.0
Compare

Subex

3.5
Compare

MathCo

2.9
Compare

Innovatiview India Ltd

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