Solve Factorial problem using java. Create your own classes. 1/2 + 1/4 should result in 3/4 or 6/8
Software Engineer Iv Interview Questions
161 software engineer iv interview questions shared by candidates
In your job, what is your ideal work day?
How would you architect the game of monopoly in an OO manner?
Char string handling, basic RTOS questions, ARM memory layout architecture questions, product development experience, etc.
Rest Assured request format syntax and response details
nothing difficult
How to detect loop in a linked list
Programming questions: (i) write recurcive finction to evaluate Fibonacci sequence f(n) = a f(n-1) + b f(n-2) for arbitrary n; (ii) given VAL, write a function to move the first node in the linked list with data field equal to VAL to the head of the list; (iii) reverse engineering of a nested loop with weired indeces. Three questions on linear programming. Make sure you go over theory of linear and integer programming before attending the interview. Waste of time to attend the in-person interview if you cannot speak French fluently, which does not make a lot of sense for a big corporation like Kronos.
JavaScript related questions, e.g, implement async/await
Find the first duplicate in the array having the numbers upto length n. Input: [1,3,5,2,4] Output: No Duplicate Input: [1,4,2,4,5,2] Output: 4 Without extra space
Viewing 141 - 150 interview questions