
Zycus Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 135 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Zycus.
Software Engineer
So the whole thing starts with a chat with the recruiter, then we dive into data structures and algorithms, followed by a system design chat. After that, there's a check-in with a manager, and finally, a round with a 'bar raiser' or someone from another team, all to see if you've got the tech chops, can think about scaling, communicate well, and make smart calls when things are tricky.
- Can you outline the step-by-step architectural decisions for a system you'd design from the ground up, detailing how you'd manage significant traffic, ensure data consistency, address potential failure points, and articulate your trade-off decisions, all while providing clear justifications for your technology and pattern choices?
Software Development Engineer
First, we'll have an initial screening to check your background, skills, and if you're a good fit. This might be a call or online test. We'll look at your work experience, basic tech knowledge, and how you communicate. Then, there's a technical assessment to check your React skills. This involves coding tests, problem-solving stuff, and maybe a take-home project. We'll focus on core React things like components, props, state, and hooks, plus your JavaScript/TypeScript skills and how you solve problems and debug.
- This is a React assessment with all questions related to React.
Technical Lead
It was about 5 rounds total. The first round was 5 hours of coding. Then, rounds 2, 3, and 4 were technical interviews where they asked about Java, problems, and puzzles. The 5th round was with the Director of Engineering, which was also technical. At the very end of that round, he asked a few casual questions. After that, it was done. I tried reaching out to HR, but they weren't responding and eventually turned off their phones, which felt unprofessional. Throughout all the rounds, expect about 10-20 minute delays. The technical questions weren't too difficult. Update: It's been over 10 days, and despite multiple texts, I haven't heard back from HR. It's a bit unprofessional; they should at least let candidates know the outcome.
- Tell me about your experience with multithreading.
- Can you explain Java collections?
- What do you know about Kafka?
Zycus Software Engineer Interview Questions
Quoted word for word from Zycus interview reports.
“Given an n*n grid with some black and white blocks, find the shortest path from the top-left source to the bottom-right destination using only white blocks.”
Read reports →“Given a maze (matrix) of black and white cells where you can only move on white cells, find all possible paths to get from the starting cell to the ending cell.”
Read reports →“given 10 balls, 9 of which have the same weight and one is lighter, and a balance scale, what is the minimum number of tries to find the lighter ball?”
Read reports →“Regarding the code `for(int i = 0; i>0; i++) Sopln(i);`, what occurs when the integer value reaches its limit?”
Read reports →“Given an array of size n with numbers from 1 to n+1, how can you identify the missing number without using additional memory or variables?”
Read report →“Can you solve the 9 ball problem by finding the heaviest ball using minimum comparisons on a weigh scale?”
Read report →“Is it true that A% of B equals B% of A, given that 20% of 80 is 16 and 80% of 20 is also 16?”
Read report →“Can you find the first instance of a 3x3 matrix of a specific number within a 9x9 input matrix?”
Read report →“Could you write the code to display the contents of a linked list in reversed order?”
Read report →Formats, difficulty and experience
Across all 135 Zycus interview reports.