Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Cimpress Team. If you also belong to the team, you can get access from here

Cimpress Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cimpress Interview Questions and Answers

Updated 22 May 2025
Popular Designations

35 Interview questions

A Senior Software Engineer was asked
Q. Describe your approach to designing a restaurant system.
Ans. 

Design a restaurant system to manage reservations, orders, and customer interactions efficiently.

  • Define core entities: Restaurant, Menu, Customer, Order, Reservation.

  • Implement a database schema to store information about menus, orders, and customers.

  • Create APIs for managing reservations (e.g., POST /reservations) and orders (e.g., POST /orders).

  • Consider user roles: Admin (manage menu), Waitstaff (take orders), Cus...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. How would you design a folder structure in a React codebase?
Ans. 

A well-structured React folder organization enhances maintainability and scalability of the codebase.

  • Use a 'src' folder to contain all application code, e.g., 'src/components', 'src/pages'.

  • Group related components together, e.g., 'src/components/Button', 'src/components/Form'.

  • Create a 'hooks' folder for custom hooks, e.g., 'src/hooks/useFetch.js'.

  • Utilize a 'utils' folder for utility functions, e.g., 'src/utils/for...

View all Senior Software Engineer interview questions
A Senior Software Developer was asked
Q. Describe the LLD for designing a cart discount system where you need to apply discounts to products in a cart.
Ans. 

Design a cart discount system to apply various discounts on products in a shopping cart.

  • Define a Cart class to hold products and their quantities.

  • Create a Discount class to represent different types of discounts (e.g., percentage, fixed amount).

  • Implement a method to calculate total price considering discounts.

  • Example: If a product costs $100 and a 10% discount is applied, the final price is $90.

  • Allow stacking of d...

View all Senior Software Developer interview questions
A Senior Software Developer was asked
Q. Describe the LLD for designing a robot restaurant where robots take orders and serve them to customers.
Ans. 

Design a Robo restaurant where robots take orders and serve customers efficiently.

  • User Interface: A touchscreen menu for customers to place orders.

  • Order Management: A backend system to manage orders and track inventory.

  • Robot Navigation: Robots equipped with sensors for obstacle detection and navigation.

  • Communication: Robots communicate with the kitchen and customers via a central server.

  • Payment System: Integration...

View all Senior Software Developer interview questions
A Software Engineer was asked
Q. What is the 'finalize' keyword for?
Ans. 

The 'finalize' keyword is used in Java to perform cleanup operations before an object is garbage collected.

  • The 'finalize' method is called by the garbage collector before reclaiming an object's memory.

  • It can be used to release resources like closing files or sockets.

  • It is not recommended to rely on 'finalize' for resource cleanup as it is not guaranteed to be called.

View all Software Engineer interview questions
A Software Engineer was asked
Q. How do you prevent method overriding?
Ans. 

To avoid method overriding, make the method final or private.

  • Declare the method as final to prevent it from being overridden in subclasses.

  • Declare the method as private to hide it from subclasses.

  • Use the @Override annotation to ensure that a method is actually overriding a superclass method.

View all Software Engineer interview questions
A Lead Software Engineer was asked
Q. Describe a system design for automated order placement, processing, and delivery in a restaurant.
Ans. 

Design a system for automated order placement, processing, and delivery in a restaurant.

  • User Interface: A mobile app or web portal for customers to place orders.

  • Order Management: A backend system to manage incoming orders and their statuses.

  • Payment Processing: Integration with payment gateways for secure transactions.

  • Kitchen Display System: A system for kitchen staff to view and manage orders.

  • Delivery Management: ...

View all Lead Software Engineer interview questions
Are these interview questions helpful?
A Lead Software Engineer was asked
Q. Design a shopping cart system that supports multiple products and discount coupons.
Ans. 

Design a shopping cart system supporting multiple products and discount coupons.

  • User can add/remove multiple products to/from the cart.

  • Each product has attributes: ID, name, price, quantity.

  • Discount coupons can be applied at checkout, affecting total price.

  • Coupons may have conditions, e.g., minimum purchase amount or product categories.

  • Implement a total price calculation method considering discounts.

  • Example: A car...

View all Lead Software Engineer interview questions
A Quality Analyst was asked
Q. Explain how a particular front end works based on a real-time scenario.
Ans. 

The front end of a website or application is responsible for the user interface and user experience.

  • The front end is built using HTML, CSS, and JavaScript

  • It communicates with the back end to retrieve and display data

  • Real-time front ends often use technologies like WebSockets or AJAX to update content without refreshing the page

  • Responsive design is important for ensuring the front end works well on different device...

View all Quality Analyst interview questions
A Spark Developer was asked
Q. Design an architecture for transferring end-user click data to a data warehouse and data lake for use in a Machine Learning model.
Ans. 

Design architecture for end user clicks data to warehouse and datalake to ML model

  • Create a pipeline to extract data from end user clicks

  • Store data in both warehouse and datalake for redundancy and scalability

  • Use ETL tools to transform and clean data for ML model

  • Train ML model on transformed data

  • Deploy ML model for predictions on new data

View all Spark Developer interview questions

Cimpress Interview Experiences

65 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Case Study 

This was a written exam conducted offline, lasting approximately 60 minutes. It included basic technical questions as well as scenario-based points of view for question and answer evaluation.

Round 2 - Technical 

(2 Questions)

  • Q1. Could you create a flowchart illustrating an e-commerce website from both the user side and the backend side?
  • Ans. 

    Illustrating an e-commerce website flowchart from user and backend sides

    • User side: Homepage -> Browse products -> Add to cart -> Checkout -> Payment -> Order confirmation

    • Backend side: Receive order -> Process payment -> Update inventory -> Send confirmation email

  • Answered by AI
  • Q2. What is the difference between TCPand UDP?
  • Ans. 

    TCP is a connection-oriented protocol that ensures data delivery, while UDP is a connectionless protocol that does not guarantee delivery.

    • TCP is reliable and ensures data delivery by establishing a connection before sending data.

    • UDP is faster but less reliable as it does not establish a connection before sending data.

    • TCP is used for applications that require reliable data transmission, such as web browsing and email.

    • UD...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. What aspects of the company culture are you most attracted to?
  • Ans. 

    I am most attracted to the collaborative and innovative aspects of the company culture.

    • Collaborative team environment where everyone's input is valued

    • Emphasis on continuous learning and professional development

    • Encouragement of creativity and innovation in problem-solving

    • Supportive and inclusive workplace culture

  • Answered by AI
  • Q2. What do you dislike about your current role?
  • Ans. 

    I dislike the lack of opportunities for growth and learning in my current role.

    • Limited opportunities for career advancement

    • Lack of challenging projects to work on

    • Limited training and development programs

    • Inadequate support from management for skill development

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Are you willing to relocate to Mumbai?
  • Ans. 

    Yes, I am willing to relocate to Mumbai for the Technical Support Engineer position.

    • I am open to new opportunities and experiences in different locations.

    • I have researched about Mumbai and I am excited about the prospect of living and working there.

    • I am prepared to make the necessary arrangements for relocation, including finding accommodation and settling in.

    • I believe that relocating to Mumbai will enhance my career g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to prepare for interview if we want to appear for tjis company.

Intern Interview Questions & Answers

user image Kiran K

posted on 14 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

This consisted of three questions that needed to be solved on the Hacker Earth platform.

Round 2 - Technical 

(1 Question)

  • Q1. They gave 2 coding question asked about oops, binary search , seacrching and sorting algos , one puzzle, Mysql
Round 3 - Technical 

(1 Question)

  • Q1. This consisted of question on joins , 2 coding questions as well, and discussion on projects

Full Stack Developer Interview Questions & Answers

user image Sanchit Nemlekar

posted on 17 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Everything Mentioned in the Resume
  • Q2. Leetcode question regarding buying and selling of stocks
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal

Round 1 - Coding Test 

3 Easy-medium dsa questions

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Selection sort
  • Ans. 

    Selection sort is a simple sorting algorithm that divides the input list into a sorted and an unsorted region.

    • Selection sort works by repeatedly finding the minimum element from the unsorted part and moving it to the sorted part.

    • It has a time complexity of O(n^2), making it inefficient on large lists compared to more advanced algorithms.

    • Example: For the array [64, 25, 12, 22, 11], the first pass finds 11, swaps it with...

  • Answered by AI
  • Q2. Design Library management
  • Ans. 

    Design a library management system for tracking books, users, and transactions.

    • Create database tables for books, users, and transactions

    • Implement functions for adding, updating, and deleting books and users

    • Include features for borrowing and returning books with due dates

    • Generate reports on book availability, overdue books, and user activity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong CS fundamentals they touch every topic
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How nodejs works internally?
  • Ans. 

    Node.js is a runtime environment that executes JavaScript code outside of a web browser.

    • Node.js uses the V8 JavaScript engine from Google Chrome to execute code.

    • It is built on the event-driven, non-blocking I/O model, making it lightweight and efficient.

    • Node.js uses a single-threaded event loop to handle multiple concurrent connections.

    • It has a built-in module system that allows developers to easily add functionality t...

  • Answered by AI
  • Q2. Std input output questions of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Around 2 hours , the round is technical

Round 2 - Technical 

(2 Questions)

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • Use a combination of a doubly linked list and a hashmap to implement LRU Cache.

    • Maintain a doubly linked list to keep track of the order of items based on their usage.

    • Use a hashmap to store the key-value pairs for quick access and update of items in the cache.

    • When a new item is accessed, move it to ...

  • Answered by AI
  • Q2. Extention question on LRU Cache
  • Ans. 

    An LRU Cache efficiently manages data by evicting the least recently used items when capacity is reached.

    • LRU stands for Least Recently Used, a cache eviction policy.

    • It maintains a fixed size and removes the least recently accessed item when full.

    • Commonly implemented using a combination of a hash map and a doubly linked list.

    • Example: If a cache size is 3 and accesses are A, B, C, A, D, the cache will contain A, D, C aft...

  • Answered by AI
Round 3 - Case Study 

Asked me write Code on Parking System

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. DSA questions related to Linked list, Arrays and Strings
Round 2 - One-on-one 

(1 Question)

  • Q1. LLD round related to shopping Cart supporting multiple type of coupons.
  • Ans. 

    Design a shopping cart system that supports various coupon types for discounts and promotions.

    • Define coupon types: percentage, fixed amount, buy-one-get-one (BOGO), and free shipping.

    • Implement a Coupon class with attributes like code, type, value, and expiration date.

    • Create a method to apply coupons to the cart, checking validity and calculating discounts.

    • Consider stacking rules: can multiple coupons be applied at once...

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

(1 Question)

  • Q1. HLD round to design a restaurant system for dining in where waiters are replaced by robots.
  • Ans. 

    Design a restaurant system where robots serve customers, enhancing efficiency and customer experience.

    • User Interface: A mobile app for customers to place orders and customize meals.

    • Robot Design: Robots equipped with trays and navigation systems to deliver food.

    • Order Management: A backend system to manage orders, track inventory, and update menus.

    • Payment System: Integration with digital wallets and contactless payment m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 and 2 went well where interviewer were very polite and helpful and made me comfortable. In round 3, interviewer was very rude and unprofessional. He was like indirectly threatening me to reject me and was expecting HLD diagram + LLD class diagram + Dry run on use cases in only 1 hour.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA - Array medium question & stack medium question
  • Q2. Javascript - basic concept questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Journal entries of prepaid expenses, provisions

Round 2 - Technical 

(2 Questions)

  • Q1. What is prepaid expenses
  • Ans. 

    Prepaid expenses are expenses that have been paid in advance but have not yet been incurred.

    • Prepaid expenses are recorded as assets on the balance sheet until they are used up or expire.

    • Examples of prepaid expenses include prepaid rent, insurance premiums, and subscriptions.

    • Once the prepaid expense is incurred, it is then recorded as an expense on the income statement.

  • Answered by AI
  • Q2. What is accrued income/expenses
  • Ans. 

    Accrued income/expenses refer to revenues or expenses that have been earned/incurred but not yet received/paid.

    • Accrued income is revenue that has been earned but not yet received, such as interest income.

    • Accrued expenses are costs that have been incurred but not yet paid, like salaries or utilities.

    • Accrued income/expenses are recorded in the financial statements to reflect the true financial position of a company.

    • They ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Recreate logo with gradiant tool & pen tool

Top trending discussions

View All
Interview Tips & Stories
4d (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 Cimpress?
Ask anonymously on communities.

Cimpress Interview FAQs

How many rounds are there in Cimpress interview?
Cimpress interview process usually has 2-3 rounds. The most common rounds in the Cimpress interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Cimpress 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 Cimpress. The most common topics and skills that interviewers at Cimpress expect are Javascript, SQL, AWS, Python and React.Js.
What are the top questions asked in Cimpress interview?

Some of the top questions asked at the Cimpress interview -

  1. Why are you leave your previous organizacti...read more
  2. How a particular front end works(based on real ti...read more
  3. Could you create a flowchart illustrating an e-commerce website from both the u...read more
What are the most common questions asked in Cimpress HR round?

The most common HR questions asked in Cimpress interview are -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Tell me About yourse...read more
How long is the Cimpress interview process?

The duration of Cimpress interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 66 interview experiences

Difficulty level

Easy 15%
Moderate 82%
Hard 3%

Duration

Less than 2 weeks 84%
2-4 weeks 11%
4-6 weeks 5%
View more

Interview Questions from Similar Companies

TNQ Tech Private Limited Interview Questions
3.5
 • 61 Interviews
Springer Nature in India Interview Questions
4.1
 • 36 Interviews
PULSUS HealthTech Group Interview Questions
3.6
 • 33 Interviews
Knowledgeworks Global Interview Questions
3.2
 • 30 Interviews
SiliconIndia Interview Questions
2.7
 • 26 Interviews
Group Bayport Interview Questions
4.1
 • 26 Interviews
OMICS International Interview Questions
2.5
 • 25 Interviews
Xerox Interview Questions
3.9
 • 23 Interviews
Elsevier Interview Questions
4.3
 • 22 Interviews
Amar Ujala Interview Questions
4.0
 • 19 Interviews
View all

Cimpress Reviews and Ratings

based on 380 reviews

3.9/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.7

Salary

3.5

Job security

4.2

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 380 Reviews and Ratings
Lead Data Engineer

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Lead Netsuite Analyst

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Senior Software Engineer

Mumbai

3-6 Yrs

₹ 19.6-30 LPA

Explore more jobs
Senior Software Engineer
287 salaries
unlock blur

₹19.9 L/yr - ₹32.1 L/yr

Graphic Designer
180 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Software Engineer
156 salaries
unlock blur

₹10.9 L/yr - ₹18 L/yr

Lead Software Engineer
118 salaries
unlock blur

₹32.5 L/yr - ₹50 L/yr

Production Artist
56 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare Cimpress with

TNQ Tech Private Limited

3.5
Compare

OMICS International

2.5
Compare

Amar Ujala

4.0
Compare

Xerox

3.9
Compare
write
Share an Interview