Upload Button Icon Add office photos

DaMENSCH

Compare button icon Compare button icon Compare

Filter interviews by

DaMENSCH Interview Questions and Answers

Updated 10 Mar 2025
Popular Designations

8 Interview questions

An Analyst was asked
Q. What is normalization?
Ans. 

Normalisation is the process of organizing data in a database to reduce redundancy and dependency.

  • It involves breaking down a table into smaller tables and defining relationships between them.

  • The goal is to eliminate data redundancy and ensure data consistency.

  • Normalization is achieved through a series of normal forms, with each level building on the previous one.

  • For example, a customer's address should not be rep...

View all Analyst interview questions
An Analyst was asked
Q. What is the use of aggregation functions?
Ans. 

Aggregation functions are used to perform calculations on a set of values and return a single value as output.

  • Aggregation functions are commonly used in databases and data analysis to summarize and analyze large amounts of data.

  • Examples of aggregation functions include SUM, AVG, MAX, MIN, COUNT, and GROUP BY.

  • These functions can be used to calculate totals, averages, maximum and minimum values, and counts of specif...

View all Analyst interview questions
An Analyst was asked
Q. What are the major libraries used in Python?
Ans. 

Python has several major libraries including NumPy, Pandas, Matplotlib, and Scikit-learn.

  • NumPy is used for numerical computing and data analysis.

  • Pandas is used for data manipulation and analysis.

  • Matplotlib is used for data visualization.

  • Scikit-learn is used for machine learning and data mining.

View all Analyst interview questions
An Analyst was asked
Q. How do you evaluate the performance of a query?
Ans. 

To check which query is good, consider factors like execution time, resource usage, and accuracy of results.

  • Check the execution time of the query and compare it with other queries.

  • Analyze the resource usage of the query, such as CPU and memory usage.

  • Check the accuracy of the results and compare them with the expected output.

  • Consider the complexity of the query and its impact on the database.

  • Take into account the s...

View all Analyst interview questions
An Analyst was asked
Q. What is SQL, and what memory management techniques does it use?
Ans. 

SQL is a programming language used for managing relational databases. It uses dynamic memory management.

  • SQL stands for Structured Query Language

  • It is used for managing and manipulating data in relational databases

  • SQL uses dynamic memory management, which means that memory is allocated and deallocated as needed

  • Examples of SQL-based relational database management systems include MySQL, Oracle, and Microsoft SQL Serv...

View all Analyst interview questions
A Senior Customer Support Executive was asked
Q. Tell me about yourself.
Ans. 

Experienced customer support professional with a passion for helping others and a track record of resolving complex issues efficiently.

  • Over 5 years of experience in customer support roles, specializing in technical assistance.

  • Successfully managed a team of 10 support agents, improving response times by 30%.

  • Implemented a new ticketing system that reduced resolution time from 48 hours to 24 hours.

  • Received 'Employee ...

View all Senior Customer Support Executive interview questions
An Analyst was asked
Q. When can we use group by? Can we use group by without where clause?
Ans. 

Group by is used to group data based on a common attribute. It can be used without a where clause.

  • Group by is used to group data based on a common attribute

  • It is used with aggregate functions like sum, count, avg, etc.

  • It can be used without a where clause to group all the data in the table

  • Group by is often used with having clause to filter the groups based on some condition

View all Analyst interview questions
Are these interview questions helpful?
An Analyst was asked
Q. What is RDBMS and why we use SQL?
Ans. 

RDBMS is a relational database management system that organizes data into tables. SQL is used to query and manipulate data in RDBMS.

  • RDBMS stands for Relational Database Management System

  • It organizes data into tables with rows and columns

  • SQL (Structured Query Language) is used to interact with RDBMS

  • SQL allows querying, inserting, updating, and deleting data

  • RDBMS and SQL provide a structured and efficient way to sto...

View all Analyst interview questions

DaMENSCH Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your current role
  • Q2. Tell me about to current company and what it does.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be aware of the company and what it does.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(1 Question)

  • Q1. About Experience, knowledge, salary,
Round 2 - One-on-one 

(1 Question)

  • Q1. Distribution & Dealers planning and growth
Round 3 - Group Discussion 

All abouts skill, strength, experience, system knowledge, growth

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

I applied via Naukri.com and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Self introduction and about my previous job

Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2023

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 Aug 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 - One-on-one 

(8 Questions)

  • Q1. Basic Introduction and previous work experience
  • Q2. What is SQL and which memory management it use?
  • Ans. 

    SQL is a programming language used for managing relational databases. It uses dynamic memory management.

    • SQL stands for Structured Query Language

    • It is used for managing and manipulating data in relational databases

    • SQL uses dynamic memory management, which means that memory is allocated and deallocated as needed

    • Examples of SQL-based relational database management systems include MySQL, Oracle, and Microsoft SQL Server

  • Answered by AI
  • Q3. What is RDBMS and why we use SQL?
  • Ans. 

    RDBMS is a relational database management system that organizes data into tables. SQL is used to query and manipulate data in RDBMS.

    • RDBMS stands for Relational Database Management System

    • It organizes data into tables with rows and columns

    • SQL (Structured Query Language) is used to interact with RDBMS

    • SQL allows querying, inserting, updating, and deleting data

    • RDBMS and SQL provide a structured and efficient way to store an...

  • Answered by AI
  • Q4. How to you check which query is good?
  • Ans. 

    To check which query is good, consider factors like execution time, resource usage, and accuracy of results.

    • Check the execution time of the query and compare it with other queries.

    • Analyze the resource usage of the query, such as CPU and memory usage.

    • Check the accuracy of the results and compare them with the expected output.

    • Consider the complexity of the query and its impact on the database.

    • Take into account the scalab...

  • Answered by AI
  • Q5. What is the use of aggregation functions?
  • Ans. 

    Aggregation functions are used to perform calculations on a set of values and return a single value as output.

    • Aggregation functions are commonly used in databases and data analysis to summarize and analyze large amounts of data.

    • Examples of aggregation functions include SUM, AVG, MAX, MIN, COUNT, and GROUP BY.

    • These functions can be used to calculate totals, averages, maximum and minimum values, and counts of specific da...

  • Answered by AI
  • Q6. When can we use group by? Can we use group by without where clause?
  • Ans. 

    Group by is used to group data based on a common attribute. It can be used without a where clause.

    • Group by is used to group data based on a common attribute

    • It is used with aggregate functions like sum, count, avg, etc.

    • It can be used without a where clause to group all the data in the table

    • Group by is often used with having clause to filter the groups based on some condition

  • Answered by AI
  • Q7. What is normalisation?
  • Ans. 

    Normalisation is the process of organizing data in a database to reduce redundancy and dependency.

    • It involves breaking down a table into smaller tables and defining relationships between them.

    • The goal is to eliminate data redundancy and ensure data consistency.

    • Normalization is achieved through a series of normal forms, with each level building on the previous one.

    • For example, a customer's address should not be repeated...

  • Answered by AI
  • Q8. What major libraries used in python?
  • Ans. 

    Python has several major libraries including NumPy, Pandas, Matplotlib, and Scikit-learn.

    • NumPy is used for numerical computing and data analysis.

    • Pandas is used for data manipulation and analysis.

    • Matplotlib is used for data visualization.

    • Scikit-learn is used for machine learning and data mining.

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

(1 Question)

  • Q1. Round 2 interview Interview duration was 1 hour. The interviewer asked me to write some ecommerce SQL queries given condition. (1 hour) 1) Find the pair of products that sells together in the cart. 2) To...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always asked for the type of work from the interviewer you offered the job for.
2. For this role, you should be good enough in SQL, MongoDB basics, Google Analytics, Big query and python scripting.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. Basic question tell me what your self and previous experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience and the seniors which was handle in previous organization
  • Ans. 

    I have previous experience in handling customer service for a senior team in my previous organization.

    • Managed a team of 5 customer service representatives

    • Provided training and guidance to new team members

    • Handled escalated customer complaints and resolved them effectively

    • Implemented new customer service strategies to improve customer satisfaction

    • Collaborated with senior management to develop and implement customer servi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your confident and keep your eye contact is good.

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

Interview Questionnaire 

3 Questions

  • Q1. SQL questions on window functions and sub queries
  • Q2. Questions on ecommerce price strategies and customer behaviour and competitiveness
  • Q3. General guesstimate questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and give your 100% the guys are good interviewer and will encourage you even if you give wrong ans, will learn alot from them

I appeared for an interview in Aug 2021.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction.......................... ............
  • Ans. 

    Experienced customer support professional with a passion for helping others and a track record of resolving complex issues efficiently.

    • Over 5 years of experience in customer support roles, specializing in technical assistance.

    • Successfully managed a team of 10 support agents, improving response times by 30%.

    • Implemented a new ticketing system that reduced resolution time from 48 hours to 24 hours.

    • Received 'Employee of th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is not for experience holders....Worst traineer. No use of that person

Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2021

I applied via LinkedIn and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never give any free information to Anyone without signing an intent to employment letter especially unethical brand like DaMensch

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about DaMENSCH?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Question 1)Tell me about yourself and qualifications?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and experience in web development.

    • Recent graduate with a degree in Computer Science

    • Experience in web development

    • Strong problem-solving skills

    • Proficient in programming languages such as Java, JavaScript, and HTML/CSS

  • Answered by AI
  • Q2. Question 2)What are your hobbies?
  • Ans. 

    My hobbies include reading, hiking, and playing the guitar.

    • Reading: I enjoy reading fiction and non-fiction books in my free time.

    • Hiking: I love exploring nature trails and challenging myself with new hikes.

    • Playing the guitar: I have been playing the guitar for several years and enjoy learning new songs.

  • Answered by AI
  • Q3. Question 3)What do you know about our company?
  • Ans. 

    Our company is a leading tech startup specializing in AI-driven solutions for businesses.

    • Specializes in AI-driven solutions for businesses

    • Considered a leading tech startup in the industry

    • Known for innovative and cutting-edge technology

    • Has a strong focus on research and development

    • Provides services to a wide range of industries

  • Answered by AI
  • Q4. Question 4) Why do you want to join our company?
  • Ans. 

    I want to join your company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects that align with my interests and skills

    • Strong company culture that values collaboration and employee development

    • Opportunities for growth and advancement within the company

  • Answered by AI
  • Q5. Question 5) Tell me about your training and projects you have done in college?
  • Ans. 

    I completed various training programs and projects during my college years, gaining hands-on experience in different areas.

    • Completed a training program in data analysis using Python and R

    • Developed a mobile application for a class project using Java and Android Studio

    • Participated in a research project on renewable energy sources

    • Completed an internship at a local software company, working on web development projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Start by researching about the company and job profile you applied for. Practice common interview questions. Be confident. Ask questions at the end of the interview. Remember your CV details. Arrive on time and stay relaxed.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Straight forward questions regarding my job role and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - I just shared my role of my old company and they believed that I can be the correct person for what they were searching.

DaMENSCH Interview FAQs

How many rounds are there in DaMENSCH interview?
DaMENSCH interview process usually has 2-3 rounds. The most common rounds in the DaMENSCH interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for DaMENSCH 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 DaMENSCH. The most common topics and skills that interviewers at DaMENSCH expect are Aftereffects, Key Account Management, Marketing, UX and User Interface Designing.
What are the top questions asked in DaMENSCH interview?

Some of the top questions asked at the DaMENSCH interview -

  1. When can we use group by? Can we use group by without where clau...read more
  2. What is SQL and which memory management it u...read more
  3. What is RDBMS and why we use S...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 7 interview experiences

Difficulty level

Easy 75%
Moderate 25%

Duration

Less than 2 weeks 75%
6-8 weeks 25%
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.8
 • 150 Interviews
Cogoport Interview Questions
3.1
 • 53 Interviews
HyperVerge Interview Questions
4.2
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
Lokal App Interview Questions
3.7
 • 16 Interviews
TripFactory Interview Questions
2.2
 • 15 Interviews
MINTIFI Interview Questions
3.5
 • 15 Interviews
View all

DaMENSCH Reviews and Ratings

based on 75 reviews

3.5/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.7

Salary

2.8

Job security

3.3

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 75 Reviews and Ratings
Store Manager
13 salaries
unlock blur

₹3.3 L/yr - ₹4.7 L/yr

Business Analyst
9 salaries
unlock blur

₹9.2 L/yr - ₹16 L/yr

Product Manager
9 salaries
unlock blur

₹17 L/yr - ₹24 L/yr

Data Entry Operator
7 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Area Sales Manager
7 salaries
unlock blur

₹8.5 L/yr - ₹12.6 L/yr

Explore more salaries
Compare DaMENSCH with

Cogoport

3.1
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

MINTIFI

3.5
Compare
write
Share an Interview