he asked me one program output question in C as below - char *strfy() { char*name = "Deepak"; name[4] = 'e'; return name; } int main() { char*name= strfy(); printf("%s\n", name); return 1; }
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,436 senior software engineer interview questions shared by candidates
Bring in some complex (ish) Java code and walk me through it.
I was asked to break down and describe the parts of an ethereum transaction and how each was used.
Write a program for pairwise swapping for linked list. Normal and recursive both
Build in Scala a datatype similar to defaultdict in python
Difference between Statefull widget and stateless widget ?
Do you have any more questions?
How did you load balance the number of API calls to the cloud service you worked on, in a data streaming and real time setting? Tell me a time you have dealt with a difficult teammate?
About current Project working
managed vs unmanaged code
Viewing 2221 - 2230 interview questions