During the coding interview, I was tasked with implementing a small yet practical tool; a tool I believe many people might have looked for and installed for its purpose. While I did experience moments of nervousness where I momentarily paused, the interviewer was kind and supportive, allowing me to complete the implementation successfully. After the initial coding, we discussed optimizations, and I then proceeded to optimize the solution. It appeared to me that the interviewer was satisfied with my implementation. After the interview, I reviewed my approach and found it to be in line with standard practices. I believe my optimization strategies were also correct. However, I did not pass the interview. I would have understood if my performance was evidently lacking, but I was puzzled as it was unclear what the interviewer found insufficient in my work. In conclusion, while the content of the coding interview was not particularly challenging, securing a positive outcome felt quite difficult.
Senior Software Engineer Interviews
Senior Software Engineer Interview Questions
"Senior software engineers are the most experienced member of a software team and usually carry the most responsibility and authority of that team. Because of this, interviews will be designed to find candidates who have expert knowledge of the field and years of experience as a software engineer. Expect to be asked tough technical questions and to give examples of previous projects that you have worked on."
67,312 senior software engineer interview questions shared by candidates
how would you make other ppl in your team feel equal?
What is security the issue in CQRS pattern?
Given a linked list element definition and function header, write (on the whiteboard) a linked list removal function in C. The list may have duplicates and is not sorted.
What would cause a network spinner run at 100 round trips per second before being "fixed" to run at 10,000 round trips per second? (Average query of 2k = 3.2mb/sec, network capacity = 10mbit, delay between writes = 5ms, delay for server-side computation = 0.001ms.)
Reverse pairs of elements in linked list. a->b->c->d should become b->a->d->c. reverse groups of size n in a k length linked list.
They asked me about jQuery. The position was for a UI developer
The coding was a convertor of Greek numbers to decimal
I was asked to write a playbook to upload public ssh key on azure portal ( not on a particular resource). Service principal details were provided . Fact :what sense does it make to upload a public key to a portal..? Rather you can create a ssh key resource in your resource group.
Can you do this job?
Viewing 861 - 870 interview questions