Upload Button Icon Add office photos

Filter interviews by

Furniture World Interview Questions and Answers

Updated 20 Jun 2024

Furniture World Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response

I was interviewed before Jun 2023.

Round 1 - HR 

(2 Questions)

  • Q1. What would be the salary ?
  • Q2. What is the location ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Pleasee

Retail Sales Executive Interview Questions asked at other Companies

Q1. If you receive the customer how do you treat and how to complete the demo?
View answer (1)

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Work experience and growth company standards

Interview Preparation Tips

Topics to prepare for Furniture World Project Engineer interview:
  • Quantity Aptitude
Interview preparation tips for other job seekers - Hello I'm Suman i Have 4 years experience in As a project engineer in residential projects.

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Work experience
  • Q2. How to handle customer at site
  • Ans. 

    Handling customers at site requires effective communication, problem-solving skills, and a customer-centric approach.

    • Listen actively to their concerns and needs

    • Provide clear and concise explanations of the work being done

    • Offer solutions to any issues that arise

    • Maintain a positive and professional attitude

    • Ensure customer satisfaction by following up after the job is completed

  • Answered by AI
  • Q3. Technician knowledge
  • Q4. Relatives work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - work experience and wy of talking is must.

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)

I applied via Job Portal and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Tell about yourself
  • Q2. About your current company job role and responsibilities
  • Q3. Question from your job profiles
  • Q4. Sales leads generation method
  • Ans. 

    Sales leads are generated through various methods such as referrals, networking, advertising, and social media.

    • Referrals from satisfied customers

    • Networking with other businesses and industry professionals

    • Advertising through local media outlets and online platforms

    • Social media marketing through targeted ads and engaging content

    • Participating in community events and sponsorships

  • Answered by AI
  • Q5. Marketing strategy
  • Q6. Explain 5s, SLA,KRA process
  • Ans. 

    5S, SLA, and KRA are processes used in retail management to ensure efficiency and productivity.

    • 5S is a method of organizing and maintaining a clean and efficient workplace.

    • SLA stands for Service Level Agreement and is a contract between a service provider and a customer that outlines the level of service expected.

    • KRA stands for Key Result Area and is a process used to set and measure goals for employees.

    • These processes...

  • Answered by AI
  • Q7. Digital marketing
  • Q8. Employees assessment process

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr team sounds not good, has not very professional in that, be clear and take everything in written

Retail Store Manager Interview Questions asked at other Companies

Q1. Retail KPI, How you will improve EBITDA, How you will improve business efficiency
View answer (27)

Furniture World interview questions for popular designations

 Project Engineer

 (2)

 Retail Sales Executive

 (1)

 Retail Store Manager

 (1)

 Sales Executive

 (1)

I was interviewed in Nov 2018.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Q2. Tell me about your Job role

Interview Preparation Tips

General Tips: Please wear formal and go fully confidental definatly you will select
Skills: Communication, Body Language, Time Management

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (50)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(9 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly experienced Senior Software Tester with a strong background in manual and automated testing.

    • Over 8 years of experience in software testing

    • Proficient in manual testing, test automation, and performance testing

    • Skilled in using tools like Selenium, JIRA, and HP Quality Center

    • Strong analytical and problem-solving skills

    • Experience in testing web and mobile applications

  • Answered by AI
  • Q2. Difference between Regression & Retesting?
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing a specific bug fix.

    • Regression testing is done to ensure that new code changes do not affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing involves testing the entire application, while retesting focuses on a specific area.

    • Examples: After adding a new feature,...

  • Answered by AI
  • Q3. Difference between Functional and Non functional testing .
  • Ans. 

    Functional testing focuses on the specific functionality of the software, while non-functional testing focuses on performance, usability, and security.

    • Functional testing ensures that the software functions as expected based on the requirements.

    • Non-functional testing evaluates aspects like performance, usability, reliability, and security.

    • Examples of functional testing include unit testing, integration testing, and syst...

  • Answered by AI
  • Q4. Test scenario of ATM machine
  • Ans. 

    Testing the functionality of an ATM machine by simulating various scenarios

    • Test withdrawing money within account balance

    • Test withdrawing money exceeding account balance

    • Test depositing money into account

    • Test checking account balance

    • Test entering invalid PIN

    • Test inserting damaged card

  • Answered by AI
  • Q5. What is Selenium?
  • Ans. 

    Selenium is a popular open-source tool used for automating web browsers.

    • Selenium is used for automating web browsers to test web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid allows running tests on different machines in parallel.

    • Selenium IDE is a record and playback tool for creating

  • Answered by AI
  • Q6. What do you know about the types of key ?
  • Ans. 

    Types of keys include primary keys, foreign keys, unique keys, and composite keys.

    • Primary key: uniquely identifies each record in a table, must be unique and not null.

    • Foreign key: links two tables together, enforces referential integrity.

    • Unique key: ensures that all values in a column are unique.

    • Composite key: combination of two or more columns to uniquely identify a record.

  • Answered by AI
  • Q7. Types of Join ?
  • Ans. 

    Types of Join include Inner Join, Left Join, Right Join, and Full Join.

    • Inner Join: Returns rows when there is a match in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Join: Returns rows when there is a match in one of the tables.

  • Answered by AI
  • Q8. Agile vs waterfall model difference
  • Ans. 

    Agile is iterative and flexible, while waterfall is sequential and rigid.

    • Agile involves continuous feedback and adaptation, while waterfall follows a linear approach.

    • Agile allows for changes throughout the development process, while waterfall requires detailed planning upfront.

    • Agile is better suited for projects with evolving requirements, while waterfall is ideal for projects with fixed requirements.

    • Agile promotes col...

  • Answered by AI
  • Q9. If there is a registration page is there on that page, Client wants to change or something they want to add right now u said that Waterfall methodology follow in that scenario what u will do u will follow ...
Round 2 - Assignment 

A mirraw website will be given to u and have to find a bug within 24 hours on a next day u have to submit through Email id.

Round 3 - Technical 

(1 Question)

  • Q1. Give me a severity and priority on Defect report which u have submitted.
  • Ans. 

    The severity of the defect is high as it impacts critical functionality, but the priority is low as there are workarounds available.

    • Severity: High - the defect impacts critical functionality and needs to be fixed urgently

    • Priority: Low - there are workarounds available for the defect, so it can be addressed later

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mirraw Senior Software Tester interview:
  • Functional Testing
  • Non functional testin
  • Test Cases
  • Test Scenarios
Interview preparation tips for other job seekers - I will share just prepare that only whatever u have mentioned in a resume they will ask about that if any technologies u have written.Prepare for Selenium,Java for this company interview.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

20 question were asked

Round 2 - Case Study 

Marketing team ho gives you case study question

Round 3 - HR 

(2 Questions)

  • Q1. Weakness n strength
  • Q2. About family members n there job
Round 4 - Behavioral 

(2 Questions)

  • Q1. Do follow n no follow of seo
  • Q2. Full time job or internship
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Why are you job change
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Seeking new challenges and responsibilities

    • Opportunity for professional growth

    • Change in company culture or values

    • Relocation to a new area

  • Answered by AI
  • Q2. What is ur current CTC
  • Ans. 

    My current CTC is $60,000 per year.

    • My current CTC is $60,000 per year

    • I am currently earning $5,000 per month

    • My annual salary is $60,000

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. HACCP GMP TPM like questions ask me
  • Q2. PRODUCTION AND MANAGEMENT RELEVANT

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all your experience
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Quality pollicy?
  • Q2. How to controll production?
  • Ans. 

    Production can be controlled by implementing quality control measures, monitoring processes, setting standards, and conducting regular inspections.

    • Implement quality control measures to ensure products meet standards

    • Monitor production processes to identify any deviations or issues

    • Set quality standards and communicate them to the production team

    • Conduct regular inspections to check for quality and compliance

    • Use data analy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - improve the job titile catacrcy
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hour duration. Normal aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. What is testing?
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing a system or application to find bugs or issues.

    • It ensures that the software meets the specified requirements and functions correctly.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Examples of testing tools include Selenium, JUnit, and TestNG.

  • Answered by AI
  • Q2. Linux based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Everything you have in the resume
  • Q2. Test case scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work

Furniture World Interview FAQs

How many rounds are there in Furniture World interview?
Furniture World interview process usually has 1 rounds. The most common rounds in the Furniture World interview process are HR.
How to prepare for Furniture 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 Furniture World. The most common topics and skills that interviewers at Furniture World expect are Modular Kitchen, Interior Designing, AutoCAD, Furniture and Sales.
What are the top questions asked in Furniture World interview?

Some of the top questions asked at the Furniture World interview -

  1. how to handle customer at s...read more
  2. Sales leads generation meth...read more
  3. Explain 5s, SLA,KRA proc...read more

Tell us how to improve this page.

Furniture World Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Fabindia Interview Questions
3.9
 • 51 Interviews
Urban Ladder Interview Questions
3.7
 • 42 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
Godrej Interio Interview Questions
3.9
 • 24 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Home Centre Interview Questions
3.9
 • 10 Interviews
HomeTown Interview Questions
4.2
 • 6 Interviews
Featherlite Interview Questions
3.3
 • 3 Interviews
View all

Furniture World Reviews and Ratings

based on 38 reviews

3.5/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.2

Salary

3.5

Job security

3.3

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 38 Reviews and Ratings
Carpenter
10 salaries
unlock blur

₹0.2 L/yr - ₹5 L/yr

Sales Executive
10 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Furniture Carpenter
9 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Senior Executive
9 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Interior Designer
9 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Explore more salaries
Compare Furniture World with

Home Centre

3.9
Compare

Pepperfry

3.2
Compare

Urban Ladder

3.7
Compare

Godrej Interio

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