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

25 Interview questions

A Softwaretest Engineer was asked 1mo ago
Q. Given an array of integers, find the duplicate numbers in the array.
Ans. 

Identify and return duplicate numbers from an array of integers.

  • Use a hash set to track seen numbers. Example: [1, 2, 3, 2] returns [2].

  • Iterate through the array and check if the number is already in the set.

  • If it is, add it to the result list; if not, add it to the set.

  • Consider edge cases like empty arrays or arrays with no duplicates.

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked 1mo ago
Q. Design the object-oriented structure for a coupon system.
Ans. 

Design a coupon system with classes for coupons, users, and redemption processes.

  • Coupon class: Represents a coupon with attributes like code, discountAmount, expirationDate.

  • User class: Represents a user with attributes like userId, name, and a list of redeemed coupons.

  • Redemption process: Method to validate and apply coupon, checking expiration and user eligibility.

  • Example: A coupon with code 'SAVE20' gives a 20% d...

View all Softwaretest Engineer interview questions
A Technical Support Engineer was asked 5mo ago
Q. 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

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked 5mo ago
Q. What is the difference between TCP and 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 ema...

View all Technical Support Engineer interview questions

What people are saying about Cimpress

View All
wonderfulspritz
Verified Icon
2w
works at
Cimpress
Hypocrisy in leadership
Isn’t it ironic how leadership often preaches the gospel of self-awareness, emotional intelligence, and servant leadership but the moment the mirror turns, the rulebook conveniently vanishes? The same frameworks they expect their teams to live and breathe feedback loops, growth mindset, vulnerability suddenly become optional when it’s their own behavior on the line. They quote leadership books in town halls but forget the chapters when it’s time to model accountability or walk the talk. Leadership isn’t about sounding wise in performance reviews. It’s about being consistent when no one’s watching. And frankly, if the top doesn’t embody what they demand from the base, then it’s not leadership.
Got a question about Cimpress?
Ask anonymously on communities.
An Accounts Payable Specialist was asked 5mo ago
Q. What are accrued income and 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.

  • ...

View all Accounts Payable Specialist interview questions
An Accounts Payable Specialist was asked 5mo ago
Q. What are 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.

View all Accounts Payable Specialist interview questions
A Software Development Engineer Intern was asked 8mo ago
Q. Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get(key) - Get the value (will always be positive) of the key if the key exists in the ...
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 i...

View all Software Development Engineer Intern interview questions
Are these interview questions helpful?
A Software Development Engineer Intern was asked 8mo ago
Q. What are some extensions or variations of the LRU Cache problem, and how would you implement them?
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, ...

View all Software Development Engineer Intern interview questions
A DevOps Site Reliability Engineer was asked 10mo ago
Q. What is a High Availability architecture?
Ans. 

High availability architecture ensures systems are always operational, minimizing downtime and ensuring reliability.

  • Utilizes redundancy to ensure no single point of failure

  • Includes load balancing to distribute traffic evenly

  • Incorporates failover mechanisms to switch to backup systems seamlessly

  • Uses monitoring and alerting to quickly identify and address issues

  • Examples: Amazon Web Services (AWS) Auto Scaling, Googl...

View all DevOps Site Reliability Engineer interview questions
A Graphic Designer was asked 10mo ago
Q. How do you trace an image using the pen tool?
Ans. 

Using the pen tool in graphic design software to trace an image involves creating precise paths and shapes.

  • Select the pen tool in the software

  • Click to create anchor points and drag to create curves

  • Adjust the handles of the anchor points to control the curve

  • Continue tracing the image by adding more anchor points

  • Close the path to create a shape

View all Graphic Designer interview questions

Cimpress Interview Experiences

65 interviews found

Quality Analyst Interview Questions & Answers

user image Kanishq Purohit

posted on 16 Oct 2022

I applied via Campus Placement and was interviewed in Sep 2022. There were 8 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 - Aptitude Test 

Basic aptitude questions were asked.

Round 3 - Coding Test 

Basic MySQL code to know the skills.

Round 4 - Technical 

(4 Questions)

  • Q1. Questions based on resume.
  • Q2. To code based on knowledge on data structure.
  • Q3. Aptitude question to check the skills in it
  • Q4. General language based questions
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions based on working skills in job
Round 6 - Behavioral 

(1 Question)

  • Q1. Skills based on how to manage difficulty in job
Round 7 - Technical 

(1 Question)

  • Q1. How a particular front end works(based on real time)
  • 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 devices

  • Answered by AI
Round 8 - HR 

(3 Questions)

  • Q1. Tell me About yourself.
  • Q2. What you like the most.
  • Q3. Why do you want to join this company
  • Ans. 

    I am drawn to this company for its commitment to quality, innovation, and professional growth opportunities in the field of quality assurance.

    • The company's reputation for excellence in quality assurance aligns with my professional values.

    • I admire the innovative projects your team is involved in, such as [specific project or technology].

    • I am excited about the opportunity for professional development and continuous learn...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cimpress Quality Analyst interview:
  • Data Structures
  • Solving real world problems
  • Handling problems
  • Languages
Interview preparation tips for other job seekers - Be bold and try to be what you are rather than showing what you are not.

Skills evaluated in this interview

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

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 379 reviews

3.9/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.7

Salary

3.5

Job security

4.2

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 379 Reviews and Ratings
Lead Netsuite Analyst

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Senior Software Engineer

Mumbai

3-6 Yrs

₹ 19.6-30 LPA

Graphic Design Intern

Vadodara

0-1 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
277 salaries
unlock blur

₹19.6 L/yr - ₹34 L/yr

Graphic Designer
178 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Software Engineer
155 salaries
unlock blur

₹10.8 L/yr - ₹18 L/yr

Lead Software Engineer
107 salaries
unlock blur

₹32.3 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