// input: 10 // output: 9 8 7 6 5 4 3 2 1 0 // input: 16 // output: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 // input: -5 // output: -5 -4 -3 -2 -1 0 // input: -9 // output: -9 -8 -7 -6 -5 -4 -3 -2 -1 0 // input: 0 // output: already zero
Senior Software Developer Interview Questions
7,030 senior software developer interview questions shared by candidates
What makes you want to work at Nucleus?
why use java
1. Technical test was to write a decoder of TLV Hex within 2 hours (without any specification beside the schema) 2. Technical phone interview wasn't an actual technical interview from software development point of view, and rather architecture related questions.
- company portal, 3 exercises of computer science, like LeetCode, easy and medium difficulty level - the portal allow you to check if the code passes test cases, which is helpful to prevent distractions. - another CS/Leetcode like exercise, medium difficulty.
Basic Core java question from a Project manager in 6th round was unexpected.
Tools for testing and purposes of unit and integration tests
A riddle with 3 towers: you need to move 3 pancakes with different sizes from first tower to last, but you can't put bigger on smaller one
To move 4 pancakes and predict how many steps it will take, without counting, without thinking about math, you need to have a vision
Create simple data ware house with api
Viewing 241 - 250 interview questions