implement strtok
Programador De Cnc Interview Questions
711,716 programador de cnc interview questions shared by candidates
Given an unfair coin, devise an algorithm to produce a fair coin's output.
Probability of a knight making a valid move on NxN matrix in m steps.
Given a string of format '2+3*2-1', calculate and return the result. No parenthesis in the input, just integers and + - * / operators. Operator precedence has to be considered. Linear time complexity and minimal data structure use is preferred.
Given a triangle, determine if its a scalene, equilateral, isosceles or neither... required knowledge of triangle properties, I learnt these properties about two decades ago so ofcourse I was fuzzy on the details, completely unexpected
Define Yourself
What are the most challenging tasks you faced in your previous projects and how did you handle them
Design a data structure where insertion, deletion, data access and get random element are all done in O(1), i.e., constant time. (Without using STL or Hash tables)
What is a class?
Difference between Thread and Process. Code for Reversing elements of array and sorting of an array elements. About project in detail OOP concepts like inheritance,polymorphism,abstraction,encapsulation Name the methods of "Object" class in Java. DBMS queries and normalization.
Viewing 1581 - 1590 interview questions