Upload Button Icon Add office photos

Filter interviews by

Darling Digital World Interview Questions and Answers

Updated 16 Sep 2024

Darling Digital World Interview Experiences

Popular Designations

3 interviews found

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

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a detail-oriented and organized individual with a strong background in accounting and finance.

    • Graduated with a degree in Accounting

    • Worked as an intern at a financial firm

    • Proficient in using accounting software like QuickBooks

    • Strong analytical skills and attention to detail

  • Answered by AI

Accounts Associate Interview Questions asked at other Companies

Q1. what is depreciation ?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before Jan 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 - Group Discussion 

Analysis Market share and market price level comparator sales md sir always good

Round 3 - One-on-one 

(3 Questions)

  • Q1. Do u know the market share and moving product
  • Q2. Why did you leave in your company
  • Q3. How earning money in a month
  • Ans. 

    The earning potential varies based on performance and market conditions.

    • Earning potential is based on sales performance and meeting targets

    • Market conditions can also impact earnings

    • Incentives and bonuses can increase monthly earnings

    • Salary and commission structure may vary by company and location

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job security and current date credit your salary good job in a biggest showroom in the market

Branch Manager Interview Questions asked at other Companies

Q1. Role of Branch Manager?How to manage team?Cross sell?
View answer (34)

I applied via Walk-in and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Darling Digital World Voice Support Engineer interview:
  • Solid Works
Interview preparation tips for other job seekers - Do or die
Try to goal definitely u win

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. TECHNICAL LINE, MECHANICAL BASIC AND PCB BOARD AND PLC PANEL
  • Q2. NON-TECHNICAL LINE AND MATHS BASIC AND VOLTAGE LINE AC OR DC LINE
Round 2 - One-on-one 

(2 Questions)

  • Q1. MY TECHNICAL SKILLS, MY POSITIVE MIND, HOW GROUP SALES AND SERVICE
  • Q2. MAINTENANCE WORK, AMC FORM,
Round 3 - HR 

(2 Questions)

  • Q1. CURRENT CTC PRE ANNUM
  • Ans. 

    My current CTC pre annum is $80,000.

    • My current CTC pre annum is $80,000

    • I am currently earning $80,000 per annum

    • My current annual salary is $80,000

  • Answered by AI
  • Q2. EXPERT CTC PER ANNAM

Interview Preparation Tips

Interview preparation tips for other job seekers - GET SMART WORK TECHNICAL OR NON-TECHNICAL IT HELPS YOUR HIGH POSITION
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Job responsibility
  • Q2. Current job description
Round 2 - One-on-one 

(2 Questions)

  • Q1. KRA &KPI about current job
  • Q2. Responsibility of current job
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. 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 - HR 

(2 Questions)

  • Q1. Profile interview
  • Q2. What are the key performance indicators (KPIs) for marketing and the role of marketing communications (Marcom)?
  • Ans. 

    KPIs for marketing include metrics like ROI, lead generation, brand awareness. Marcom plays a key role in achieving these KPIs.

    • Key performance indicators for marketing include ROI, lead generation, customer acquisition cost, customer lifetime value, brand awareness, and conversion rates.

    • Marketing communications (Marcom) plays a crucial role in achieving these KPIs by creating and delivering targeted messaging to the ri...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Team management and event management
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good 2 set of problems

Round 2 - Aptitude Test 

Elitmus test in second round

Round 3 - Technical 

(2 Questions)

  • Q1. Basic string questions
  • Q2. Sub array question , easy in leetcode
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What will be your businesses from day 1 . No other discussion
  • Q2. What will be your contribution

Senior QA Tester Interview Questions & Answers

The TJX Companies user image ANKITA PRIYADARSHINI NAYAK

posted on 5 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. WHAT IS HASHMAP
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store and retrieve elements efficiently.

    • Each key in a HashMap must be unique.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");

  • Answered by AI
Round 2 - Coding Test 

WRITE A PROGRAM FOR FIBONACCI SERIES

Round 3 - Technical 

(1 Question)

  • Q1. STATIC VS FINAL
  • Ans. 

    STATIC vs FINAL - STATIC is used to define a class-level variable or method that can be accessed without creating an instance of the class. FINAL is used to define constants or prevent inheritance or method overriding.

    • STATIC variables and methods belong to the class itself, while FINAL variables cannot be changed once initialized.

    • STATIC variables are shared among all instances of a class, while FINAL variables are uniq...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

Darling Digital World Interview FAQs

How many rounds are there in Darling Digital World interview?
Darling Digital World interview process usually has 2 rounds. The most common rounds in the Darling Digital World interview process are One-on-one Round, HR and Case Study.
How to prepare for Darling Digital World 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 Darling Digital World. The most common topics and skills that interviewers at Darling Digital World expect are Area Sales Management, Business Development, Consumer Durables, Corporate Sales and Counter Sales.

Tell us how to improve this page.

Darling Digital World Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
MR.DIY Interview Questions
3.3
 • 28 Interviews
View all

Darling Digital World Reviews and Ratings

based on 40 reviews

3.8/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

2.9

Salary

3.8

Job security

3.5

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 40 Reviews and Ratings
Sales Executive
12 salaries
unlock blur

₹0.8 L/yr - ₹2.5 L/yr

Branch Manager
8 salaries
unlock blur

₹2 L/yr - ₹5.9 L/yr

Accounts Associate
7 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Warehouse Incharge
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Team Lead
6 salaries
unlock blur

₹2.2 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Darling Digital World with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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