About assignment and scenario based
Backend Software Interview Questions
15,454 backend software interview questions shared by candidates
How can you store the real time scores generated during the game session? How will the leaderboard be updated?
What will you use for real time communication while the game session is on?
This task is structured around creating a reporting system where each report format, like HTML, PDF, or TXT, is represented by a different subclass of the ReportGenerator abstract class, with each class implementing its own Generate method. To schedule these reports, we have a Scheduler class, which uses a cron expression to run tasks at specified times; in this case, the task calls Execute() on an ITask interface. In the Main method, we create a scheduled task that triggers the specified report generator, for example, HTML or TXT, each day at 18:00. The report format can be chosen from a dropdown, making the scheduling adaptable to different report types.
What made TBK stand out to you?
Why did you not use Docker in your assignment?
They ask more about things on my current project than technical specific questions
Tell me about a project you worked on recently and what was your contribution to it.
First question was "Tell me about yourself".
self intro and singleton design pattern.
Viewing 281 - 290 interview questions