Given a simple "Makefile" like file, figure out what order to compile each of the dependencies. example: a : b c b : d c : d Then it should give d, c, b, a or d, b, c, a
Software Engineer I Interview Questions
1,702 software engineer i interview questions shared by candidates
Do you know about GraphQL? What is a data loader? Where is best suited and where not? React components life cycle Which are good testing approaches?
- Code a URL Shortener - Give me an example of a time someone disagreed with you on implementation and how you resolved it? - Tell me some examples of things you like and don't like with respect to the Software Development Lifecycle. - Given an app (or set of apps) that has to receive all traffic, how would you ensure continuous availability?
1. Diff between, var, let & const 2. What is `use strict` mode 3. Explain Promises 4. diff between forEach and for loop 5. Find number with highest freq. 6. Find duplicates from the given list
What is redux?
Can you tell me about your previous work experience?
On a scale of 1-10, how would you rate your understanding of JavaScript?
Tell me about a time where you disagreed with a teammate on a project? How did you resolve it?
Involved sorting some numbers using a hash map
Given a specific filesystem, how would you show the dependencies of the files in the system. Write an algorithm and it's output.
Viewing 1621 - 1630 interview questions