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

Clear (1)

Cimpress Lead Software Engineer Interview Questions and Answers

Updated 12 Jul 2023

Cimpress Lead Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

JavaScript fundamentals, React Js questions

Round 3 - Technical 

(2 Questions)

  • Q1. System design round for automated order placement, processing and delivery in a restaurant
  • Q2. System design round to design shopping cart with multiple products and discount coupons

I applied via LinkedIn and was interviewed before Oct 2021. There were 3 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 Resume tips
Round 2 - Case Study 

System Design of Twitter or Facebook

Round 3 - Coding Test 

Advance javascript and frameworks

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic concepts of javascript well and system design

Lead Software Engineer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Square Root with Decimal Precision Problem Statement You are prov ... read more
asked in Freshworks
Q2. Vertical Order Traversal Problem Statement You are given a binary ... read more
asked in Epsilon
Q3. If we have 2 tables with the same schema, one table has indexes a ... read more
asked in Freshworks
Q4. Power Calculation Problem Statement Given a number x and an expon ... read more
asked in Freshworks
Q5. Longest Unique Substring Problem Statement Given a string input o ... read more

Lead Software Engineer Jobs at Cimpress

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of namespace in Php?
  • Ans. 

    Namespace in PHP is used to avoid naming conflicts between classes, functions, and variables.

    • Namespace allows grouping of related classes, functions, and variables under a common name.

    • It helps in organizing code and makes it easier to maintain.

    • Namespace can be declared using the 'namespace' keyword followed by the namespace name.

    • Example: namespace MyNamespace;

    • To use a class or function from a namespace, we need to spec...

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instanc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong oops skills expected
For Php, get knowledge about latest concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 2022. There were 4 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 Resume tips
Round 2 - Coding Test 

Practical module need to solve and execute the progream

Round 3 - Technical 

(3 Questions)

  • Q1. Need the linux server commands and OOP concept, CSS, etc
  • Q2. All relavent of the oops, css, aws, mysql related questions. Eg: Primary key vs Unique. Write the joins query for left and inner join. Cat command for linux server. hide vs invisible. block ns display Abs...
  • Q3. Write a program for login page with using session Database design for one example given by interviewer Palindrome program
  • Ans. 

    Program for login page with session and palindrome program

    • Create a login page with HTML and CSS

    • Use PHP to handle form submission and validate user credentials

    • Create a session for the logged-in user

    • Design a database to store user information

    • Write a program to check if a given string is a palindrome

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. For our last company of the project details and module discussion. And Technology tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. You must say your answer with confident
2. Basic technic questions and answer needs to know for your field
3. You should develop your's developing skills with relatime exmples. Like Duplicate removing, reverse the input, Loop and Loop with index concept, OOPs concepts (optional if this has yours field)
4. If you had work with database means, better you know the design of the db and connecion through the program.
5. API intergrations and UI design (optional If you had work in that otherwise needs to know the basic things)
6. Domain knowledge is most important. Example what kind of projects done by your office. If you are fresher means, better you have to search, which company you are going to interview, know those companies project, technics, and tools.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc process, MVC architecture, entity framework, SQL queries
  • Q2. SQL queries, state vs stateless, url

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics alone. Work experience is important
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give javascript coding(based on your role)question we need to solve and submit the solution

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic js questions and some logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect in the basic conscepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Regarding skills set
Round 2 - Coding Test 

Had technical round with coding

Round 3 - One-on-one 

(1 Question)

  • Q1. Had discussion on skills , i joined as a fresher
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Coding Test 

The written test involved qiestions from bssic aptitude, computer fundamentals and coding.

Round 3 - Technical 

(1 Question)

  • Q1. This was a technical discussion with the pannel. The discussion was mostly based in what's written in resume. Expect the questions from Java, OOPs, Data structures, SQL.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a one on one discussion with the manager. It was mostly to identify if the candidate meets basic non technical requirements for the job role.
Round 5 - HR 

(1 Question)

  • Q1. This round was little tricky as i was interviewed by the HR head since all other HRs were busy interviewing other candidates. it was mostly to check the communication skills, flexibility of the employee, t...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Graph ques DSA, number pattern question

Contribute & help others!
anonymous
You can choose to be anonymous

Cimpress Interview FAQs

How many rounds are there in Cimpress Lead Software Engineer interview?
Cimpress interview process usually has 3 rounds. The most common rounds in the Cimpress interview process are Resume Shortlist, Coding Test and Case Study.
How to prepare for Cimpress Lead Software Engineer 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, AWS, Node.Js, React.Js and Front End.
What are the top questions asked in Cimpress Lead Software Engineer interview?

Some of the top questions asked at the Cimpress Lead Software Engineer interview -

  1. System design round to design shopping cart with multiple products and discount...read more
  2. System design round for automated order placement, processing and delivery in a...read more

Recently Viewed

INTERVIEWS

Cimpress

No Interviews

INTERVIEWS

CES

No Interviews

CAMPUS PLACEMENT

Fergusson College, Pune

LIST OF COMPANIES

Peerless Hospital

Locations

SALARIES

Edu-Station

SALARIES

Peerless Hospital

INTERVIEWS

CES

No Interviews

INTERVIEWS

Cimpress

No Interviews

INTERVIEWS

Sharda Hospital

No Interviews

SALARIES

Edu-Station

Tell us how to improve this page.

Cimpress Lead Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

SiliconIndia Interview Questions
2.7
 • 25 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Group Bayport Interview Questions
4.2
 • 21 Interviews
Amar Ujala Interview Questions
3.9
 • 19 Interviews
Elsevier Interview Questions
4.4
 • 18 Interviews
View all
Cimpress Lead Software Engineer Salary
based on 101 salaries
₹20.5 L/yr - ₹50 L/yr
51% more than the average Lead Software Engineer Salary in India
View more details

Cimpress Lead Software Engineer Reviews and Ratings

based on 11 reviews

4.4/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

4.3

Salary

4.1

Job security

4.6

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 11 Reviews and Ratings
Lead Software Engineer

Bangalore / Bengaluru

9-14 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