Upload Button Icon Add office photos
Engaged 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, Process, and Tips

Updated 5 Feb 2025

Top Cimpress Interview Questions and Answers

View all 22 questions

Cimpress Interview Experiences

Popular Designations

62 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Basic frontend problem solving in js, html, css

Round 2 - Design Round  

(1 Question)

  • Q1. Was asked about designing a restaurant system
Round 3 - Technical 

(1 Question)

  • Q1. Asked about react
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about designing a folder structure in React code base
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed 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.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

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

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

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 was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Everything Mentioned in the Resume
  • Q2. Leetcode question regarding buying and selling of stocks

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Cimpress interview questions for popular designations

 Graphic Designer

 (9)

 Software Engineer

 (7)

 Senior Software Engineer

 (7)

 Production Artist

 (3)

 Software Developer

 (3)

 Application Support Engineer 1

 (2)

 Devops Engineer

 (2)

 Lead Software Engineer

 (2)

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
  • 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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Get interview-ready with Top Cimpress Interview Questions

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

Top Cimpress Software Engineer Interview Questions and Answers

Q1. How do you avoid method overriding?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Jobs at Cimpress

View all
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
Round 3 - Case Study 

Asked me write Code on Parking System

Skills evaluated in this interview

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
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.
Round 3 - One-on-one 

(1 Question)

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

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.

Software Engineering Lead Interview Questions asked at other Companies

Q1. java collection framework , find if 2 strings are anagram, how to connect 2 DB at a time in spring, how to reloead configuration in spring framework at runtime(without application downtime)
View answer (1)
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

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
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

Accounts Payable Specialist Interview Questions asked at other Companies

Q1. 1)What is accounts payable 2)Golden rules 3)P2p cycle 4)What is 3way match 5)2way mstch 6)What is po 7)Types of po's 8)What is non po
View answer (2)
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 SQL, Javascript, 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
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.

Cimpress Interview Process

based on 63 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

SiliconIndia Interview Questions
2.7
 • 25 Interviews
Vistaprint Interview Questions
3.4
 • 8 Interviews
Canvera Interview Questions
3.3
 • 5 Interviews
Printland Interview Questions
1.9
 • 1 Interview
View all

Cimpress Reviews and Ratings

based on 344 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.8

Salary

3.6

Job security

4.2

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 344 Reviews and Ratings
Accounts Receivable Specialist

Mumbai

3-6 Yrs

Not Disclosed

Manager , Technology

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Manager, Technology

Bangalore / Bengaluru

11-16 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
251 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Artist
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cimpress with

Vistaprint

3.4
Compare

Printvenue

3.9
Compare

Printstop India

3.4
Compare

Printo Document Services

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