Questions were many over all the meetings, but some that were asked were along the lines of tell us about yourself and your experience working as an engineer, and then some drilled down in to more particular scenarios in my career
Full Stack Software Engineer Interview Questions
1,392 full stack software engineer interview questions shared by candidates
How do you handle a developer if he/she doesn't agree with your plan?
Which of these following holds the next instruction address to be executed?
You should be able to speak your CV. Q1 - A simple given algorithm and you have to dry-run but thinking out loud. Q2 - Simple O(n^2) algo problem with keen focus on architecture design of the code. Q3 - Design a scalable application with best industrial practice, you have design the architecture keeping in all cloud computing principles in mind.
For backend (Java): I were asked about Stream, then the interviewer gave me some code snippets and ask me to explain the flow, and optimize it then explain the optimized solution. For Frontend (React): the interviewer asked me about the buildtools, how to handle state in some situations, ...
Online Assessment: 1. Count Vowel Permutation - Leetcode 2. Sort array by frequency 3. Insert At Position
Implement a graph where only the nodes within a given screen is visible. You will be given screen size, coordinates of the screen edges, coordinates of the graph nodes. Implement a function fetchVisibleNodes to return current visible nodes, and functions to move screen to left, right, up, down. The function fetchVisibleNodes should return the right nodes after moving the graph around. This question had to be done in JavaScript and the interviewer would help you out with the syntax if JS is not your primary language.
How big is your current team?
Implement LRU Cache with any programming language
Tell me about what you are working on
Viewing 131 - 140 interview questions