Algorithm questions, based in data structures and traversals
Entry Level Programmer Interview Questions
3,186 entry level programmer interview questions shared by candidates
Nothing difficult or unusual
Algorithms, OOP concepts, Data Structures. Cant disclose interview questions due to NDA
how can you solve when you have some problem
1) Given Math.random, Math floor, low and high. Math.random generates a number between 0 and 1. Math.floor converts the number to the largest integer less than the given number. Problem: generate a number between low and high inclusive.
3. Account_Info Account_Info_ID auto number Account_Info_Name varchar2(100) Account_Removal Account_Removal_ID auto number Account_Info_ID number Account_Removal_Name varchar2(100) Account_Info contains all records in the system Account_Removal contains all removed records in the system Please write a SQL statement to retrieve only records that are not in the Account_Removal table
none
Lots of data structure implementation questions
Describe what a deadlock is and how to prevent one.
What programming language are you currently learning?
Viewing 1681 - 1690 interview questions