Coding challenge - check for balanced parentheses
Senior Backend Developer Interview Questions
1,024 senior backend developer interview questions shared by candidates
Me perguntaram qual era meu objetivo de carreira, pediram para me apresentar, para falar um pouco sobre minhas experiencias, me fizeram algumas perguntas técnicas relacionadas aos produtos cloud que utilizam na empresa, e outras perguntas sobre a linguagem de programação.
Several Behavioural and cultural questions. Backend coding challenge Overall coding knowledge and code quality.
Using a list of keywords, find every index of the sequence in another list of words. Ordering doesn't matter, the keywords just all need to be there. They supposedly don't care about optimizations as long as you have at least a brute-force answer.
Diferença entre equals e hascode List e set Thread safe Spring boot Hibernate No final foi para inglês e as perguntas eram sobre scrum e kamban.
- Live developing (extension) of the provided technical challenge. - Questions about the approach taken in order to solve the challenge. - Several questions about profesional experiences. - Questions about ways of working. - General questions.
1) The take home assignment was to call their API remotely, get an XML file, and load it into their 'model' object. Then you have to parse through the nodes and build a directed graph in Java. I used JGraphT for that tool. Then you have to find the shortest path from one node to another. 2) The 'hackathon' was to download their Camunda 7 server, access a local Restful API, and then use Java Streams to parse the results, and look for for data. Then once you did that, there were 4 more iterations of where they might want stuff, and this would mostly use Lambda in Java, which I also lacked.
1. Given an array of integers find all the median of all subarrays starting with 0th index and ending with ith index incrementally. For eg. Input : {2,12,1,6,5,3,7,8,4} Output: 2,7,2,4,5,4,5,6,5 2. Design chess and let me know the additional functionalities that can be added for improving the user experience
Problem solving & Design
explain the system design of current project and for coding interview, design game.
Viewing 991 - 1000 interview questions