Upload Button Icon Add office photos

Filter interviews by

Mcdowell & Co Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I appeared for an interview before Jan 2021.

Round 1 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Ekart Logistics Senior Executive interview:
  • Bsc
  • Biology
Interview preparation tips for other job seekers - I am very happy for this job i do the best for this job

Associate Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2021

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

Interview Questionnaire 

1 Question

  • Q1. Job processes

I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How you can do sales
  • Ans. 

    To do sales effectively, you need to understand your product, build relationships, communicate persuasively, and follow up consistently.

    • Understand your product: Know the features, benefits, and unique selling points of what you're selling.

    • Build relationships: Establish trust and rapport with potential customers by listening, empathizing, and addressing their needs.

    • Communicate persuasively: Clearly articulate how your p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview wanted to test both my knowledge and communication skill

Interview Questionnaire 

1 Question

  • Q1. More about Inventory More Picking Packing and Putting

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Ruby on rails basics
  • Q2. Alternative ways to find user ID 5
  • Ans. 

    Alternative ways to find user ID 5

    • Search through database using SQL query

    • Check user activity logs

    • Ask user for their ID

    • Use a web scraping tool to extract user ID from website

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About previous work experience.
  • Q2. Work done over Manpower
  • Q3. Why I left my first job so early
  • Ans. 

    I left my first job early to pursue better growth opportunities and align my career with my long-term goals.

    • I realized that the role didn't align with my career aspirations, as I was seeking more challenging projects.

    • The company culture was not a good fit for me; I value collaboration and innovation, which I found lacking.

    • I received an offer for a position that provided more opportunities for professional development a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go through your resume properly. Try not to be fake

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

A case study shared with me, to discuss the product strategy of a miniscule ERP for shopkeepers

Round 2 - One-on-one 

(1 Question)

  • Q1. How you conduct research and analysis?
  • Ans. 

    I conduct research and analysis by following a structured approach that involves defining the problem, gathering data, analyzing the data, and presenting findings.

    • Identify the problem or question to be answered

    • Determine the scope of the research

    • Gather data from various sources such as surveys, interviews, and databases

    • Organize and analyze the data using statistical tools and techniques

    • Interpret the results and draw con...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep things logical. Avoid too much jargons

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

4 Questions which were of Easy, Medium, and Hard level.

  • Q1. 

    Lowest Common Ancestor of a Binary Tree III

    The structure of a binary tree has been modified so that each node includes a reference to its parent node.

    Problem Statement

    You are provided with two nodes,...

  • Ans. 

    This question is about finding the lowest common ancestor of two nodes in a binary tree with parent references.

    • Traverse from the given nodes to their respective root nodes and store the paths in two separate lists.

    • Compare the two lists and find the last common node.

    • Return the last common node as the lowest common ancestor.

  • Answered by AI
  • Q2. 

    Maximum Subarray Problem Statement

    Ninja has been given an array, and he wants to find a subarray such that the sum of all elements in the subarray is maximum.

    A subarray 'A' is considered greater than a...

  • Ans. 

    The problem is to find a subarray with the maximum sum in a given array.

    • Iterate through the array and keep track of the maximum sum and the current sum.

    • If the current sum becomes negative, reset it to 0.

    • Update the maximum sum if the current sum is greater.

    • Also keep track of the start and end indices of the subarray with the maximum sum.

    • Return the subarray using the start and end indices.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    The task is to find the next greater element for each element in an array.

    • Iterate through the array from right to left.

    • Use a stack to keep track of the elements that have a greater element to their right.

    • For each element, pop elements from the stack until a greater element is found or the stack is empty.

    • If a greater element is found, it is the next greater element for the current element.

    • If the stack becomes empty, the...

  • Answered by AI
  • Q2. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    The question asks to find the total amount of rainwater that can be trapped in the given elevation map.

    • Iterate through the array and find the maximum height on the left and right side of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on both sides and subtracting the height of the bar.

    • Sum up the amount of water trapped at each bar to get the total amo...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality round, asked basic questions like relocation and joining date etc

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BengaluruEligibility criteriawith resumeSwiggy interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Puzzles, Project, Mock Interviews, etcTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be good with all data structures and algorithms
Tip 2 : Able to explain your projects well 
Tip 3 : focus on basics

Application resume tips for other job seekers

Tip 1 : Try to make a single-page resume. 
Tip 2 : Don't write unnecessary details like hobbies, family, etc.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. I was basically asked the programming language that I know, then all the questions from that only.
  • Q2. OOPS concept
  • Q3. Basic questions on DBMS

Tell us how to improve this page.

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 834 Interviews
Senco Gold Interview Questions
4.4
 • 569 Interviews
Planet Spark Interview Questions
3.8
 • 494 Interviews
Swiggy Interview Questions
3.7
 • 475 Interviews
Quess Interview Questions
3.8
 • 469 Interviews
Klm Axiva Finvest Interview Questions
4.4
 • 433 Interviews
TCS iON Interview Questions
3.8
 • 386 Interviews
ITC Infotech Interview Questions
3.7
 • 377 Interviews
Meesho Interview Questions
3.7
 • 370 Interviews
Ekart Logistics Interview Questions
3.9
 • 353 Interviews
View all

Mcdowell & Co Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Mcdowell & Co with

Quess

3.8
Compare

L&T Construction

4.0
Compare

Ekart Logistics

3.9
Compare

Udaan

3.9
Compare
write
Share an Interview