Related Job Search
Quality manager Interview Questions
2K
Quality Manager interview questions shared by candidates
What is HACCP?
4 Answers↳
Hazard analysis critical control points
↳
Hazard analysis critical control point.
↳
I answered there abbreviations and principles in details.


Do you write poetry? (this was for a QA position)
3 Answers↳
wow !! u r lucky fellow .to get this question :)
↳
Please share few questions ,frequently asked in Canada for Quality assurance, i just want to know the template. Less
↳
I have written poetry for school and I did some writing on my own in university. I have more recently written haiku's and limericks. I get this creativity from my father who is constanly writing poetry. Less

What do you know about 5S?
3 Answers↳
Japanese organization and houskeeping methodology.
↳
Japanese housekeeping
↳
Japanese housekeeping organization


How would you slice a cake with 3 slices to get 8 pieces.
2 Answers↳
correctly
↳
cut cake horizontally 1 time and vertical 2 times.

Using a language of your preference, parse a log file for a key phrase occurring withing a certain date range and redirect the output to a separate file.
2 Answers↳
I used perl. The person told me I didn't have it quite right because I hadn't taken into account that there might be white space around the key phrase Less
↳
### Python code ### Assuming the file is not very large, but has a variation in date/timestamp import re fhandle = open("./data.txt", "r") data = fhandle.read() # Date range is 15 through 17 lst = re.findall(".*1[5-7]/Sep/2016:00:05:.*", data) datelines = "\n".join(lst) # search for some string like 200 2 23 lines = re.findall(".* 200 2 23", datelines) print(lines) Less

I work for product base company & HR(from Chennai) asked me how can you work on only 1 product for 3 years? What is the need of testing one product for so many years?
2 Answers↳
Testing a product is never complete, especially if the product is used by a large number of clients. There will be demand for new enhancements or bug fixes and to implement those we need to perform testing on a continuing basis. And by the way what does a HR know about testing?:) Less
↳
Absolutely Correct! IT HR should be trained so that they don't ask such pathetic question & reject any candidate in HR round. Less

