Upload Button Icon Add office photos

Filter interviews by

Electronics for Imaging Senior Solution Architect Interview Questions and Answers

Updated 5 Jun 2023

Electronics for Imaging Senior Solution Architect Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 5 interview rounds.

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 tips
Round 2 - Technical 

(1 Question)

  • Q1. It was good, Technical round they asked so many technical and function questions
Round 3 - Case Study 

Next round with Director - i got few case study and i have give solution for the same

Round 4 - Behavioral 

(1 Question)

  • Q1. It went almost more 45 min with lot of function and technical senior based question. I have successfully completed the 3rd round also
Round 5 - HR 

(1 Question)

  • Q1. HR round about pay and benefits, as per they agreed it was decided to go head release the offer. But after HR discussion they again came for negotiation within 2 days. I don't what to say. And there is no ...

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest please read the press report before applying this company.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding and algorithm test
Round 2 - One-on-one 

(1 Question)

  • Q1. System design questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about your past experiences

I applied via LinkedIn and was interviewed in Oct 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Basic HTML, CSS, JS, React
Round 3 - Case Study 

HLD, LLD, basic HTML, CSS, react, web optimization, web-performance

Round 4 - Team Maching 

(1 Question)

  • Q1. Discussions with potential teammates and Product owner,
Round 5 - Behavioral 

(1 Question)

  • Q1. Conventional Managerial Question

Interview Preparation Tips

Topics to prepare for Cimpress Senior Software Engineer interview:
  • React
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Prepare basic React, HTML, CSS, JS, Web Performace, and Web Optimizations
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 2 interview rounds.

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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Mostly questions was related to techstack i worked on. Few js Questions.

Interview Preparation Tips

Topics to prepare for Cimpress Senior Software Engineer interview:
  • Javascript
  • Data Structures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was for low level design for cart system

Round 2 - Group Discussion 

Technical questions in general in OOB, design patters and solid principles

Interview Preparation Tips

Topics to prepare for Cimpress Senior Software Engineer interview:
  • OOP
  • solid
  • C#
  • .Net
  • AWS
Interview preparation tips for other job seekers - Just focus on the low level design, oop, solid
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerank test with 3 easy medium questions

Round 2 - Coding Test 

Tree traversal questions and binary search related questions

Round 3 - Case Study 

Design an e-commerce website

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa and js related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Dsa question about maps

Round 2 - Technical 

(2 Questions)

  • Q1. Design robotic restaurant
  • Ans. 

    Robotic restaurant design for automated food preparation and delivery

    • Implement robotic arms for cooking and food preparation

    • Utilize conveyor belts for transporting dishes to customers

    • Incorporate automated order taking and payment systems

    • Design a user-friendly interface for customers to place orders and customize meals

    • Ensure efficient cleaning and maintenance processes for the robots

  • Answered by AI
  • Q2. How to achieve fault tolerance
  • Ans. 

    Achieve fault tolerance by implementing redundancy, monitoring systems, and graceful degradation.

    • Implement redundancy by having backup systems in place to take over in case of failure

    • Monitor systems continuously to detect faults and address them proactively

    • Use graceful degradation to ensure that the system remains functional even if certain components fail

  • Answered by AI
Round 3 - Coding Test 

Design coupon system based on reqs

Round 4 - Technical 

(2 Questions)

  • Q1. Brute force algo
  • Q2. Cdn type questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

It was a 90 minute coding test, involving 3 problems:
1-Given points on a 2d plane, you can delete one point, what is the minimum maximum distance you can have?
2-LFU Cache
3-Given an array with elements 0,1, your task is to find number of ways to divide this array into contiguous chunks so that each chunk has only one 1 in it.

Round 3 - Technical 

(2 Questions)

  • Q1. How do you avoid 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.

  • Answered by AI
  • Q2. 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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your DSA problems.

Skills evaluated in this interview

Electronics for Imaging Interview FAQs

How many rounds are there in Electronics for Imaging Senior Solution Architect interview?
Electronics for Imaging interview process usually has 5 rounds. The most common rounds in the Electronics for Imaging interview process are Resume Shortlist, Technical and Case Study.
What are the top questions asked in Electronics for Imaging Senior Solution Architect interview?

Some of the top questions asked at the Electronics for Imaging Senior Solution Architect interview -

  1. HR round about pay and benefits, as per they agreed it was decided to go head r...read more
  2. It went almost more 45 min with lot of function and technical senior based ques...read more
  3. It was good, Technical round they asked so many technical and function questi...read more

Tell us how to improve this page.

Electronics for Imaging Senior Solution Architect Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Cimpress Interview Questions
4.0
 • 62 Interviews
Group Bayport Interview Questions
4.2
 • 22 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Elsevier Interview Questions
4.4
 • 19 Interviews
Amar Ujala Interview Questions
3.9
 • 19 Interviews
View all
QA Engineer
125 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Senior Software Engineer
104 salaries
unlock blur

₹10 L/yr - ₹28.4 L/yr

Software Engineer
95 salaries
unlock blur

₹6 L/yr - ₹16.1 L/yr

Principal Engineer
84 salaries
unlock blur

₹14.2 L/yr - ₹34 L/yr

Senior QA Engineer
54 salaries
unlock blur

₹7.8 L/yr - ₹14 L/yr

Explore more salaries
Compare Electronics for Imaging with

TNQ Tech Private Limited

3.6
Compare

OMICS International

2.5
Compare

Amar Ujala

3.9
Compare

Xerox

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