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
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?
  • Q2. What is the difference between TCPand UDP?
Round 3 - Behavioral 

(2 Questions)

  • Q1. What aspects of the company culture are you most attracted to?
  • Q2. What do you dislike about your current role?
Round 4 - HR 

(1 Question)

  • Q1. Are you willing to relocate to Mumbai?

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 MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
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 Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Cimpress interview questions for popular designations

 Graphic Designer

 (9)

 Senior Software Engineer

 (7)

 Software Engineer

 (7)

 Production Artist

 (3)

 Software Developer

 (3)

 Application Support Engineer 1

 (2)

 Devops Engineer

 (2)

 Full Stack Developer

 (2)

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 (169)

Get interview-ready with Top Cimpress Interview Questions

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)

Jobs at Cimpress

View all
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 MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... 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
  • Q2. What is accrued income/expenses

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
Xerox Interview Questions
3.8
 • 21 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 338 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 338 Reviews and Ratings
Accounts Receivable Specialist

Mumbai

3-6 Yrs

Not Disclosed

Lead Software Engineer

Bangalore / Bengaluru

6-10 Yrs

₹ 38.7-47 LPA

Manager , Technology

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
249 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Graphic Designer
173 salaries
unlock blur

₹1.1 L/yr - ₹4.6 L/yr

Software Engineer
137 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Lead Software Engineer
97 salaries
unlock blur

₹20.5 L/yr - ₹50 L/yr

Production Artist
57 salaries
unlock blur

₹1.8 L/yr - ₹5.3 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.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview