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

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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions on REST API and some simple front end questions
  • Q2. GetMapping, springboot
  • Q3. How to write a test cases in junit
  • Ans. 

    JUnit is a popular testing framework for Java that allows developers to write and run repeatable tests.

    • 1. Import JUnit libraries: Use 'import org.junit.*;' to access JUnit classes.

    • 2. Create a test class: Annotate the class with '@RunWith(JUnit4.class)' to indicate it's a test class.

    • 3. Write test methods: Annotate methods with '@Test' to mark them as test cases. Example: '@Test public void testAddition() { assertEquals(...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Very basic questions
  • Q2. Security for API,
  • Ans. 

    API security involves protecting APIs from threats and vulnerabilities to ensure data integrity and confidentiality.

    • Use HTTPS to encrypt data in transit, preventing eavesdropping.

    • Implement authentication mechanisms like OAuth 2.0 for secure access.

    • Validate and sanitize inputs to prevent injection attacks.

    • Rate limiting can prevent abuse by restricting the number of requests.

    • Use API gateways to manage and monitor API tra

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please don't join this company one of the worst company in bangalore

Software Engineer Interview Questions & Answers

Elsevier user image Gowthami Ramachandran

posted on 24 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Test strategies
  • Q2. Which level of testing is more focussed
  • Ans. 

    Unit testing is more focused

    • Unit testing focuses on testing individual components or functions in isolation

    • It is typically automated and executed frequently during development

    • Examples include testing a specific function in a program or a specific module in an application

  • Answered by AI
Round 3 - Case Study 

Hsd to design a simple product cart application

Round 4 - Aptitude Test 

It was a phycometry test

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
 • 63 Interviews
Group Bayport Interview Questions
4.1
 • 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
94 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.5
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