Upload Button Icon Add office photos

CustomFurnish

Compare button icon Compare button icon Compare

Filter interviews by

CustomFurnish Interview Questions and Answers

Updated 22 Sep 2022

CustomFurnish Interview Experiences

1 interview found

I applied via Referral and was interviewed before Sep 2021. There were 2 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. Why did you select this profession
  • Ans. 

    I chose 3D visualization to combine my passion for art and technology, creating immersive experiences that captivate audiences.

    • Creative Expression: 3D visualization allows me to express my artistic vision through digital mediums, like creating stunning architectural renderings.

    • Technological Innovation: The field is constantly evolving with new tools and software, such as Blender and Unreal Engine, which keeps my work e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Self confidence, hard-work , Team work are important for a working person think out of box and be wise.

Top trending discussions

View All
Interview Tips & Stories
1w (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 CustomFurnish?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Q2. Guesstimates
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.

I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

Interview Questionnaire 

1 Question

  • Q1. Three 2d matrix questions in first round from leetcode. One was simple dp question. Two questions in second round one questions was on trees. One questions was of strings. In third round which was engineer...

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

Interview Questionnaire 

1 Question

  • Q1. What you know about company
  • Ans. I just googled and collected the details about company and replied.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and bold enough to answer the questions. If they ask any questions apart and if you are not confident on it please let them know your not confident on that particular question.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Information about yourself
  • Ans. 

    I am a highly motivated and detail-oriented analyst with strong problem-solving skills.

    • Bachelor's degree in Business Analytics

    • Proficient in data analysis tools such as Excel and SQL

    • Experience in conducting market research and competitor analysis

    • Strong analytical and critical thinking abilities

    • Excellent communication and presentation skills

    • Ability to work independently and in a team

  • Answered by AI
  • Q2. Information about yourself.
  • Ans. 

    I am a highly skilled Analyst with expertise in data analysis and problem-solving.

    • Proficient in statistical analysis and data visualization tools such as Excel, Tableau, and Python

    • Strong analytical skills with the ability to interpret complex data sets and identify trends

    • Experience in conducting market research and competitor analysis

    • Excellent communication and presentation skills

    • Proven track record of delivering actio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the interview
There might be multiple rounds.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops Inheritance and Incapsulation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Techical questions and coding questions related profile.
  • Q2. Basic concepts about your programming skills.
  • Ans. 

    I possess strong programming skills in various languages, focusing on problem-solving and software design principles.

    • Proficient in languages like Java, Python, and JavaScript, enabling versatile application development.

    • Experience with object-oriented programming (OOP) principles, such as encapsulation and inheritance, to create modular code.

    • Familiar with data structures and algorithms, optimizing performance; for examp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

CustomFurnish Interview FAQs

How many rounds are there in CustomFurnish interview?
CustomFurnish interview process usually has 2 rounds. The most common rounds in the CustomFurnish interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

MagicPin Interview Questions
2.5
 • 58 Interviews
Cogoport Interview Questions
3.1
 • 54 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
CoLive Interview Questions
3.3
 • 25 Interviews
Meritto Interview Questions
3.5
 • 24 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
View all

CustomFurnish Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.2

Salary

2.8

Job security

3.1

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 26 Reviews and Ratings
Interior Designer
6 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

UX Designer
6 salaries
unlock blur

₹11 L/yr - ₹11 L/yr

Software Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹8.5 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹10.6 L/yr

Business Development Executive
5 salaries
unlock blur

₹5.2 L/yr - ₹6 L/yr

Explore more salaries
Compare CustomFurnish with

Cogoport

3.1
Compare

MagicPin

2.5
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare
write
Share an Interview