⟩ Tell us how do you handle stressful situations?
I handle stressful situations first by listening and then reasoning or giving priority to what is important.
I handle stressful situations first by listening and then reasoning or giving priority to what is important.
Explain Differentiate between Google search and local computer search?
How to parse a phone number from a huge database of a n billion webpages in 30 minutes
Suppose If there are two threads in your app - T1 and T2. T2 has high priority. However, for some reason the priority decreases automatically. What could be the reason? How will you debug it? How will you fix it so that pririty stays the same, no matter what?
The producers write elements to a ring buffer(fixed size) while the consumers access elements from it. Implement a write and a read function using a producer pointer and consumer pointer. The consumer pointer cannot surpass the producer pointer and when the producer pointer reaches where it starts again, it stops?
Design a chess game. Basics of a chess game was explained and a player could be human or AI?
Write a functionchar * CreateEmptyString(int len);function should return an pointer to an empty string of length len
Do you know Which sorting algo you would like to implement as unix library and why?
How to design spotlight search feature in Mac OS?
How to test ios simulator? or How would you test an Android simulator? note the questions asks for how would you test the simulator itself and NOT applications?
What is B trees and its applications?