Upload Button Icon Add office photos

Filter interviews by

The Printers House Scrum Master Interview Questions and Answers

Updated 6 Mar 2024

The Printers House Scrum Master 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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Benefits of using cloud
  • Ans. 

    Using cloud offers scalability, cost savings, flexibility, and improved collaboration.

    • Scalability: Easily scale resources up or down based on demand.

    • Cost savings: Eliminate the need for expensive hardware and maintenance.

    • Flexibility: Access data and applications from anywhere with an internet connection.

    • Improved collaboration: Teams can work together in real-time on shared documents.

    • Disaster recovery: Data is securely ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fundamental understanding of Agile and scrum
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Scrum is a framework within Agile that focuses on iterative development.

    • Agile values individuals and interactions over processes and tools

    • Scrum involves daily stand-up meetings, sprint planning, and retrospectives

    • Scrum roles include Product Owner, Scrum Master, and Development Team

    • Scrum artifacts include the Product Backlog, Sprint Backlog, and Incre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basic concepts of Agile

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Why Agile is called methodology
  • Q2. Why Fibonacci series is used for story points and not any other type of series
  • Q3. How long is your duration of sprint and what's the velocity the team covers
  • Q4. What are the things that you consider to discuss in retrospective
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Most questions were based on my day to day BAU
Round 2 - One-on-one 

(1 Question)

  • Q1. 90 days plan if I get selected

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

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

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

The Printers House Interview FAQs

How many rounds are there in The Printers House Scrum Master 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.

Tell us how to improve this page.

The Printers House Scrum Master Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

GAO Tek Interview Questions
4.4
 • 169 Interviews
HP India Interview Questions
4.1
 • 139 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
ABCD Interview Questions
3.9
 • 85 Interviews
View all
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