Upload Button Icon Add office photos

Petrus Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Petrus Technologies Quality Head Interview Questions and Answers

Updated 29 Apr 2025

Petrus Technologies Quality Head Interview Experiences

1 interview found

Quality Head Interview Questions & Answers

user image Siva Prasad RV

posted on 29 Apr 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Knowing work history
  • Q2. Achivements during the career

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Petrus Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. All questions were related to RCM
Round 3 - One-on-one 

(1 Question)

  • Q1. Related to RCM and Quality

Quality Head Interview Questions Asked at Other Companies

Q1. Can you explain different welding practices in detail?
asked in Karam
Q2. How do you resolve wall thickness problems in the die casting pro ... read more
Q3. What is the difference between TS16949 and IATF 16949?
Q4. Can you explain the meaning of target mean strength?
asked in NTF Group
Q5. Can you provide one example of a problem you have solved?

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is AI and it functionality in machine learning?
  • Ans. 

    AI is the simulation of human intelligence in machines that can learn and perform tasks without explicit instructions.

    • AI enables machines to learn from data and improve their performance over time

    • Machine learning is a subset of AI that involves training algorithms to make predictions or decisions based on data

    • AI and machine learning are used in various industries such as healthcare, finance, and transportation

    • Examples ...

  • Answered by AI
  • Q2. Data Base Administration knowledge line attributes and entities and ther modeling

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge of data structures and data base administration. Preferred if known programing skills.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to sort an array
  • Ans. 

    To sort an array of strings, use a sorting algorithm like quicksort or mergesort.

    • Use a sorting algorithm like quicksort or mergesort to sort the array of strings.

    • Implement the sorting algorithm in your preferred programming language.

    • Ensure the sorting algorithm compares strings correctly based on their alphabetical order.

  • Answered by AI
  • Q2. How to get the largest values from a list
  • Ans. 

    Use a sorting algorithm to arrange the list in descending order and then select the first few elements.

    • Use a sorting algorithm like quicksort or mergesort to sort the list in descending order.

    • Select the first few elements from the sorted list to get the largest values.

    • Example: [5, 2, 8, 10, 1] -> Sort in descending order -> [10, 8, 5, 2, 1] -> Select first 3 elements -> [10, 8, 5]

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to sort an array.
  • Ans. 

    To sort an array of strings, use a sorting algorithm like quicksort or mergesort.

    • Use a sorting algorithm like quicksort or mergesort to sort the array of strings.

    • For example, in Python you can use the sorted() function to sort an array of strings.

  • Answered by AI
  • Q2. How to sort an array
  • Ans. 

    To sort an array of strings, use a sorting algorithm like quicksort or mergesort.

    • Use a sorting algorithm like quicksort or mergesort to sort the array of strings.

    • For example, in Python you can use the sorted() function to sort an array of strings.

    • Ensure to specify the sorting criteria if needed, such as sorting in ascending or descending order.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never waste your time attending interview with this company. Rubbish questions by the interviewers.
Don't sell your self small by working with this company.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

3 coding question and some sptutude

Round 2 - Technical 

(2 Questions)

  • Q1. 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in...

  • Answered by AI
  • Q2. Dsa questions and complexity

I applied via Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself
  • Q2. Process details
  • Q3. Company information
  • Q4. Tell me about yourself
  • Q5. Process details
  • Q6. Company information
  • Q7. Tell me about yourself
  • Q8. Process details
  • Q9. Company information

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and give proper answers

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Q2. Case Study for how to design a chess game
  • Ans. 

    Designing a chess game involves defining rules, user interface, and game mechanics for an engaging experience.

    • Define the rules: Standard chess rules include piece movement, check, checkmate, and stalemate.

    • User interface: Create a visually appealing board and pieces, with options for 2D or 3D views.

    • Game mechanics: Implement turn-based play, timers, and difficulty levels for AI opponents.

    • Multiplayer options: Allow for on...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

I appeared for an interview in Aug 2021.

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 

(1 Question)

  • Q1. What you do and how you can sell the product to customer
  • Ans. 

    I understand the customer's needs and demonstrate how our product can meet those needs, highlighting its unique features and benefits.

    • Listen actively to the customer's needs and concerns

    • Explain how our product can solve their problems or meet their needs

    • Highlight the unique features and benefits of our product

    • Provide examples of how our product has helped other customers

    • Address any objections or concerns the customer m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dotpe is a company where the management will say somethink else at the time of interview and when you get on board there points get changes . There is lot and lot of sales pressure and if you dont get a sale in a week they will put you on PIP and the management even dont help you how to geg out of PIP

Petrus Technologies Interview FAQs

What are the top questions asked in Petrus Technologies Quality Head interview?

Some of the top questions asked at the Petrus Technologies Quality Head interview -

  1. Achivements during the car...read more
  2. Knowing work hist...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 146 Interviews
iMerit Interview Questions
3.3
 • 108 Interviews
Arcesium Interview Questions
3.5
 • 85 Interviews
QualiZeal Interview Questions
4.3
 • 59 Interviews
Mavenir Systems Interview Questions
3.4
 • 58 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
Junglee Games Interview Questions
3.1
 • 35 Interviews
View all
Design Engineer
51 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Engineer
33 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Software Engineer
21 salaries
unlock blur

₹5 L/yr - ₹6.4 L/yr

Senior Engineer
19 salaries
unlock blur

₹4.1 L/yr - ₹9.2 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹11.6 L/yr - ₹18 L/yr

Explore more salaries
Compare Petrus Technologies with

CMS IT Services

3.1
Compare

iMerit

3.3
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

Hapag-Lloyd

3.8
Compare
write
Share an Interview