strengths and weaknesses
Entry Level Software Engineer Interview Questions
1,698 entry level software engineer interview questions shared by candidates
What is the differnece between an array and a linked list? What are the complexities of the insertions in each one? How does the resizing work in std::vectors? Why is accesing vectors more efficient?
Algorithms and Data Structures
What are some design patterns?
Tell me about your background.
Coding Question: Given an array of fantasy entry objects: EntryID | userName | TotalScore | CompetituionRank EntryID int UserName String TotalScore Int CompeitionRank Integer All fields are poplated except compeition rank is set to NULL instance variables are public for ease the goal is to assign each user a rank, and in the result of a tie assign tieing users the same rank and skip the next rank. Example: 100, 89,89,71,50 would be ranked: 1,2,2,4,5 (3 is skipped since 2 and 3 tied) input: Entry[] entries
Are you currently or are interested in learning something new?
Provided two separate databases, perform is right Outer join on both databases.
design a simple front end system with react in a limited time
How did you utilize Scrum Methodology?
Viewing 131 - 140 interview questions