Upload Button Icon Add office photos

Filter interviews by

Dremio Interview Questions and Answers

Updated 23 Oct 2024

Dremio Interview Experiences

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build Tic tac toe in react

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

I applied via LinkedIn and was interviewed in Nov 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 - Technical 

(1 Question)

  • Q1. Explain consistent hashing
  • Ans. 

    Consistent hashing is a technique used in distributed computing to distribute data across multiple servers.

    • It ensures that when a server is added or removed, only a small portion of the keys need to be remapped.

    • It uses a hash function to map keys to a ring of servers.

    • Each server is assigned a range of keys, and the keys are evenly distributed across the servers.

    • It reduces the number of keys that need to be remapped whe...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Solve big data problem using BST

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared well with your basics of computer science concepts and DSA

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the what is your strength and weakness
  • Q3. Situation questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Situation questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Tactic questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Company profile
  • Q2. What is travel and tourism
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is a dmc?
  • Q2. Disadvantages faced by a dmc
Round 3 - One-on-one 

(2 Questions)

  • Q1. Criteria based questions
  • Q2. Situation handling questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction yourself in details covering each points
  • Ans. 

    Experienced cluster manager with a proven track record in team leadership and strategic planning.

    • Over 5 years of experience in managing multiple teams and projects simultaneously

    • Strong leadership skills with the ability to motivate and inspire team members

    • Expertise in strategic planning and execution to achieve organizational goals

    • Excellent communication and interpersonal skills for effective team collaboration

    • Proven t...

  • Answered by AI
  • Q2. Location can be for new hotels for max revenue
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(4 Questions)

  • Q1. Talk about your work experience. Detailed questions about projects that I worked on.
  • Q2. Why are you interested in switching.
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic field.

    • Interested in leveraging my skills and experience in a new environment

    • Excited about the potential to work on innovative products

    • Looking for opportunities to expand my knowledge and expertise

  • Answered by AI
  • Q3. Do you use any food delivery apps frequently? What would you improve in Swiggy?
  • Ans. 

    Yes, I frequently use food delivery apps like Swiggy.

    • I use Swiggy at least a few times a week for ordering food.

    • I appreciate the wide variety of restaurants and cuisines available on Swiggy.

    • Improvement suggestion: Enhance the user interface for a smoother ordering experience.

    • Improvement suggestion: Implement a more accurate delivery time estimation system.

    • Improvement suggestion: Offer more personalized recommendations

  • Answered by AI
  • Q4. What is northstar metric, what would be northstar metric for Swiggy
  • Ans. 

    Northstar metric is the key metric that drives the core value of a product. For Swiggy, the northstar metric could be Daily Active Users (DAU) or Orders per User.

    • Northstar metric is the single metric that best captures the core value that your product delivers to customers.

    • For Swiggy, the northstar metric could be Daily Active Users (DAU) as it represents the number of unique users who engage with the platform on a dai...

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

(2 Questions)

  • Q1. Explain what you worked on, how did you grow the adoption of the feature.
  • Ans. 

    I worked on improving the adoption of a new feature by conducting user research, implementing user feedback, and creating targeted marketing campaigns.

    • Conducted user research to understand user needs and preferences

    • Implemented user feedback to make necessary improvements to the feature

    • Created targeted marketing campaigns to promote the feature to the right audience

  • Answered by AI
  • Q2. Design product to manage risks during an event. Sub-question- How would this change if the target market is tier 3 cities in India

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software Product Manager interview:
  • Product growth
  • Hr tech
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

After Resume shortlisting, Coding test was scheduled, started with introduction and my project discussion, coding test write a python code for LRU cache, interviewer was friendly helped me and discussed the logic too. At the end, interviewer asked if i have any question, I asked about the company product.

Round 2 - Assignment 

There were 2 project consist, should be submitted in 3 days.

Round 3 - Technical 

(1 Question)

  • Q1. Question related to project and assignment

Interview Preparation Tips

Topics to prepare for Spyne Computer Vision Engineer interview:
  • Computer Vision
  • Llm
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude is easy to score but

Interview Preparation Tips

Interview preparation tips for other job seekers - Genuine feedback : please do not go for this company it's selfish job and selfish ppl, no good helping nature ,I don't think this CEO Nithya has idea how it works on contact centre they dint have tool for responding however if tools available we should not use them and need to send mail differently moreover the CRM Is not in good structured way , they don't have proper SME were after joining complete induction should be provided but after training 3rd day induction given and once certified only support team will go to OJT but here first OJT then certification . these company only have atmosphere but PPL working is totally helpless , moreover lots attitude and lot of partialities and lot of PPL muslims working they think they are one and others ask doubt they don't assist , were they give some for assist in OJT but those PPL will have tickets to resolve and they will hesitate us for if they religious ask they will respond, Nithya you have to work a lot to give good cx support as this is not in good standard of customer support you have try to implement . One suggestion Nithya u kept your company name as SIMPL but it's not so Simple , very much complicated first to to give good training and hands on practice , I had experience as senior quality analyst, but jus joined as email support for work from home option but I am being here one day OJT is only stressed, tqsm I don't look forward to reach your company anymore, I am simpl used but I feel very pitty to use it further. I strongly recommend no one to join ur company and everyone will have stressed lofe

Dremio Interview FAQs

How many rounds are there in Dremio interview?
Dremio interview process usually has 2 rounds. The most common rounds in the Dremio interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Dremio 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 Dremio. The most common topics and skills that interviewers at Dremio expect are Computer science, SQL, cisco, Distribution System and Python.
What are the top questions asked in Dremio interview?

Some of the top questions asked at the Dremio interview -

  1. Explain consistent hash...read more
  2. Solve big data problem using ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 52 Interviews
MongoDB Interview Questions
3.8
 • 17 Interviews
Cloudera Interview Questions
4.2
 • 13 Interviews
Confluent Interview Questions
3.9
 • 12 Interviews
Snowflake Interview Questions
4.1
 • 9 Interviews
Couchbase Interview Questions
4.3
 • 3 Interviews
Qubole Interview Questions
4.5
 • 2 Interviews
Hortonworks Interview Questions
2.3
 • 1 Interview
StreamSets Interview Questions
1.0
 • 1 Interview
View all

Dremio Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

4.1

Salary

2.4

Job security

3.8

Company culture

3.0

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
13 salaries
unlock blur

₹18.9 L/yr - ₹68 L/yr

Sdet Lead
3 salaries
unlock blur

₹40 L/yr - ₹51.7 L/yr

Explore more salaries
Compare Dremio with

Qubole

4.5
Compare

Cloudera

4.2
Compare

Hortonworks

2.3
Compare

MapR Technologies

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