Upload Button Icon Add office photos

Filter interviews by

The Printers House Interview Questions and Answers

Updated 6 Mar 2024

The Printers House Interview Experiences

1 interview found

Scrum Master Interview Questions & Answers

user image teja alla

posted on 6 Mar 2024

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

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me an instance on how you handle resources who are old and experienced and resist any changes and who have influence in the firm.
Round 2 - One-on-one 

(1 Question)

  • Q1. How did you transitioned your career from developer to project management

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Interview questions from similar companies

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: TECHNICAL ROUND TEST
Experience: A 45 mins round which consisted of 30 mins of core questions and 15 mins of data structures.  It was a mix of test on our knowledge .

Round: HR Interview
Experience: Most of the questions were based on general knowledge and many of them were from the resume provides by me

General Tips: It is always advisable to be prepared with certain set of general questions which make it easier to answer.
Skill Tips: Focus on your Study.. Revise the subject that you have studied at the time of Interview
Skills: Technical Skills
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Questions were on Aptitude, English, Probability, Permutations andCombinations and Programming (C, C++). NO Group Discussion was held.Candidates were shortlisted on the basis of their test scores.

Round: Technical Interview
Experience: Total time of this round was 45 minutes.First 30 minutes, questions on core programming were asked and in the remaining 15 minutes questions were asked on data structures.

Round: HR Interview
Experience: This was a 5 minute round where questions were put up, some based on the resume and other were general questions.

Skills: Knowledge in MATLAB.
College Name: IIT MADRAS

I applied via Company Website and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About cloud services, difference between azure and aws?
  • Q2. What is sql,mysql and no sql?
  • Ans. 

    SQL is a relational database management system, MySQL is an open-source RDBMS, and NoSQL is a non-relational database management system.

    • SQL is used to manage relational databases and is based on the relational model.

    • MySQL is an open-source RDBMS that uses SQL as its query language.

    • NoSQL is a non-relational database management system that does not use SQL and is used for unstructured data.

    • NoSQL databases are often used

  • Answered by AI
  • Q3. What is Virtual Machine, how it is helpful in current cloud environment?
  • Ans. 

    A virtual machine is a software emulation of a physical computer that can run multiple operating systems on a single physical machine.

    • Virtual machines allow for efficient use of hardware resources by allowing multiple operating systems to run on a single physical machine.

    • They provide a secure and isolated environment for running applications, as each virtual machine is completely independent of the others.

    • Virtual machi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for this profile internally, as i was working with xerox earlier also but in a non-technical profile, so applied 2-3 times in internal job postings, luckily i cracked the interview in my 3rd attempt, i would like to say that never give up just keep on trying

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Write Query
  • Ans. 

    Write a query

    • Specify the database and table name

    • List the columns to be selected

    • Add any conditions or filters

    • Specify the order of results

  • Answered by AI
  • Q2. Update query

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. About your self
  • Q2. About java
  • Q3. Phython
  • Q4. Project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong ont losse ur hope

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Everything in your resume questions from your domain and 1 quizzes

Interview Preparation Tips

Interview preparation tips for other job seekers - Completely prepare your resume

Interview Questionnaire 

1 Question

  • Q1. Why Cognizant ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn the requirements

The Printers House Interview FAQs

How many rounds are there in The Printers House interview?
The Printers House interview process usually has 2 rounds. The most common rounds in the The Printers House interview process are One-on-one Round.
How to prepare for The Printers House 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 The Printers House. The most common topics and skills that interviewers at The Printers House expect are Production Management, Export Sales, Flexible Packaging, Manufacturing Management and Manufacturing Operations.

Tell us how to improve this page.

The Printers House Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HP India Interview Questions
4.1
 • 139 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Canon Interview Questions
4.0
 • 17 Interviews
Ricoh Interview Questions
3.9
 • 9 Interviews
Epson Interview Questions
4.5
 • 7 Interviews
Kodak Interview Questions
4.1
 • 4 Interviews
View all

The Printers House Reviews and Ratings

based on 27 reviews

3.1/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

2.7

Salary

2.8

Job security

2.7

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 27 Reviews and Ratings
Store Officer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sr.Engg QA
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare The Printers House with

KOMORI Corporation

3.5
Compare

Heidelberg

3.7
Compare

Konica Minolta Business Solutions India Pvt. Ltd.

3.5
Compare

Xerox

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