⟩ Do you have any certification as a translator or an interpreter?
Explain about the courses you did and the share the certificate details such as the information about the institutes, course outcomes, time period of course, etc.
Explain about the courses you did and the share the certificate details such as the information about the institutes, course outcomes, time period of course, etc.
Compare-Heap sort Vs Quick sort - worst case, avg case and best case with applications-Heap sort Vs Merge sort - worst case, applications
What could be performance hits for searching on Local computer i.e. if you are searching computer for content what are the parameters you will consider for performance?
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?