stage 2 live code with principle eng mobile
Software Development Engineer Interview Questions
33,202 software development engineer interview questions shared by candidates
In your internship, you mentioned achieving 95%+ detection accuracy with YOLOv11. What was the most challenging part of getting the model to that level of accuracy?
I wasn't expecting they would ask me about the ECE part of my project. Although there was just backend working which was implemented by the server and I was fetching info through API, they expected me to know the backend part too.
Round 1. Tweaked version of this - https://www.geeksforgeeks.org/problems/bottom-view-of-binary-tree/1 Given a tree, find bottom view - 1 / \ 3 2 / \ / \ 4 5 6 7 Expected output - 4 3 5 6 2 7 (Not 4 3 6 2 7)
they had a dsa round+ system design round+ hr round. dsa round was an interval sort question on compiler.
Trees, dynamic programming, operating systems, DBMS
about system design and dsa
Some question in leetcode
How would you convert a row number on Excel to a label? Rows are labeled alphabetically with letters added on once the alphabet has been fully used. (Ex. row # 5 is labeled E, row # 27 is labeled AA, row # 28 is AB, row # 53 is BA and so forth) What would the row label be for a large number, such as 1500?
a question related to how to handle the failure of a data input channel
Viewing 1881 - 1890 interview questions