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; }
Sr Software Engineer Interview Questions
67,420 sr 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