Using Prisma, write a script to grab data and return data in an array with a workers name and total shift numbers they have.
Senior Software Engineer Interviews
Senior Software Engineer Interview Questions
"Senior software engineers are the most experienced member of a software team and usually carry the most responsibility and authority of that team. Because of this, interviews will be designed to find candidates who have expert knowledge of the field and years of experience as a software engineer. Expect to be asked tough technical questions and to give examples of previous projects that you have worked on."
67,420 senior software engineer interview questions shared by candidates
What is the most accurate way to check for equality by reference?
C# code and algorithm question
Test 1: Implement a multimap dictionary interface and make sure all the unit tests pass.
- Couple of standard JS trivia questions - Do a code review for a pull request - Pick up a feature in Firefox and describe how you would've implemented it.
I've read on Glass Door, its a similar test everytime. I was asked to code up a multimap class that inherited from a generic interface of key and value. I eventually got the answer with all unit tests passing. I was also asked about Big O notation and how to optimize the Multimap.
Interview #1 was about MultiMap (a dictionary that can map multiple values per key). Check IEnumerable (implementation). Extension methods like Union, Intersect
What would you have used other than List?
Implement an efficient serializer for arbitrary objects.
They asked me about my work experience.
Viewing 1931 - 1940 interview questions