Questions related to TFS, EF6, etc.
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
Why should we consider you?
Why do you want to work at HSBC What is your favorite place to visit? What department are you looking for, and why do you think you will excel in that department
Home assignment: 1. easy question: find the maximum 1 digit number in an array of numbers. focus on correctness and not performance. 2. medium question: find the longest sub-array of alternating 2 numbers (i.e [6, 2,3,2,3,5,8] should return [2,3,2,3]) On-site interview 1: 1. TwoSum with variations 2. Implement a stack with a max function in O(1). 3. You have tons of data that you need to process concurrently. How would you split the data? On-site interview 2: Design a modular scoring methodology to events at the AppsFlyer system.
-binary search tree -find longest substring with valid parenthesis
I was asked to explain in detail a big project that I created and was asked questions regarding said project.
Walk me through how you would design this app in React
What are the automation projects that I worked upon? Give a usecase that most students can do in their college life? How can I conduct events in my college
it was dealing with string splitting and reformatting. they gave you a long string of gibbrish and you need to return it in a strict format under certain rules (all permutations without specific letters). wasnt too difficult but very time consuming.
datastructures linkedlist and hashmap
Viewing 881 - 890 interview questions