Not specific question. Mostly on cicd . Not sure why it was important for developer
Senior Development Engineer Interview Questions
1,587 senior development engineer interview questions shared by candidates
Create stock by using 2 queues in C#
Design a system as a microservice with APIs, DB etc, whatever is needed for an app that needs to show the status of users i.e., online or offline. Mention any assumptions made.
A system is getting logs continuously. Write logic for a module that only prints the log if it is unique among logs in the past 10 minutes.
Write modular, readable code for determining best route and vehicle for given weather. Table containing speed of vehicles on different routes and allowed vehicles for different weathers was given.
how google implments auto suggest in google search
Read XML file and create N-array tree
Implement a stack.
Print a matrix in spiral fashion...so Matrix input example (Arrows indicate how the spiral happens...start at first arrow go in circle and move to next arrow...etc.) ->1 1 1 1 1 1 -> 2 2 2 1 1 2 2 2 1 1 1 1 1 1 Output: 11111111111111222222
a) Develop a XML parser (rules: Node closures and single root node..i.e. root node cannot be duplicated in structure). b) Count occurrences of words in a string (with string too large to be processed in memory).
Viewing 81 - 90 interview questions