AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Think Design

Compare button icon Compare button icon Compare
3.9

based on 17 Reviews

Play video Play video Video summary
  • About
  • Reviews
    17
  • Salaries
    97
  • Interviews
    1
  • Jobs
    -
  • Benefits
    2
  • Photos
    -

Filter interviews by

Think Design Interview Questions and Answers

Updated 28 Apr 2022

Think Design Interview Experiences

1 interview found

Front end Developer Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2022

Round 1 - Coding Test 

PSD - HTML

Round 2 - One-on-one 

(1 Question)

  • Q1. Worked on technologies
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep an eye on pixel to pixel prototyping.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Think Design?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 7 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Anonymous
company Logo

Software Developer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 20 Aug 2017

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Apmosys Technologies user image Anonymous

posted on 13 Jan 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
    Add your answer
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Anonymous
company Logo

Software Developer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 27 Nov 2020

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
    Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Webdew user image Randeep Singh

posted on 3 Dec 2020

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Anonymous
company Logo

Intern Interview Questions & Answers

Prologic Web Solutions user image Anonymous

posted on 22 Apr 2021

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

Interview Questionnaire 

1 Question

  • Q1. Interviewer firstly ask me tell me about your self and then he ask question of basic php question like how to print in php and interviewer and he ask about if else statement switch case and for do while l...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I am small town college fresher and suddenly I face MNC interview so firstly I am hestitate but when interviewer ask question to me so then I answer all of questions and then after some hr tell your interview result declared after 5 min then I wait outside of office then call me and say u r selected I feel very joyfull
Anonymous
Are these interview questions helpful?
company Logo

Business Analyst Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 12 Nov 2021

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to work profile
  • Add your answer
  • Q2. Related to interests
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, go well groomed
Anonymous
company Logo

Business Analyst Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 10 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. SDLC Model
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Apmosys Technologies user image Anonymous

posted on 15 Feb 2022

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.
  • Add your answer
Anonymous
More about working at Think Design
  • HQ - New Delhi
  • IT Services & Consulting
  • 51-200 Employees (India)

Think Design Interview FAQs

How many rounds are there in Think Design interview?
Think Design interview process usually has 2 rounds. The most common rounds in the Think Design interview process are Coding Test and One-on-one Round.
How to prepare for Think Design 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 Think Design. The most common topics and skills that interviewers at Think Design expect are Interaction Design, UX and User Interface Designing.

Tell us how to improve this page.

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Intern Interview Questions
  • Senior Associate Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Associate Software Engineer Interview Questions
  • Java Developer Interview Questions
  • Accountant Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Northcorp Software
Northcorp Software Interview Questions
4.4
 • 182 Interviews
HCL Infosystems
HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler
HyScaler Interview Questions
4.5
 • 101 Interviews
Zidio Development
Zidio Development Interview Questions
4.4
 • 97 Interviews
Apmosys Technologies
Apmosys Technologies Interview Questions
3.5
 • 51 Interviews
Prologic Web Solutions
Prologic Web Solutions Interview Questions
4.0
 • 37 Interviews
Quantsapp
Quantsapp Interview Questions
2.9
 • 35 Interviews
BigStep Technologies
BigStep Technologies Interview Questions
4.4
 • 34 Interviews
Appsierra
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Think Design Reviews and Ratings

based on 17 reviews

3.9/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

2.7

Salary

3.2

Job security

3.5

Company culture

2.9

Promotions

4.0

Work satisfaction

Explore 17 Reviews and Ratings
Think Design Salaries in India
UI/UX Designer
17 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

UX and UI Designer
8 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Front end Developer
6 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior UX Designer
5 salaries
unlock blur

₹9 L/yr - ₹10.2 L/yr

Design Lead
4 salaries
unlock blur

₹14 L/yr - ₹17 L/yr

Explore more salaries
Compare Think Design with
HCL Infosystems

HCL Infosystems

3.9
Compare
Zidio Development

Zidio Development

4.4
Compare
Northcorp Software

Northcorp Software

4.4
Compare
Accel Frontline

Accel Frontline

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Think Design Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter