Find the output of the following Program: int main() { char *s = "HELLO"; s[0] = 'J' printf( " %s " , s); return 0; }
Software Engineer Staff Interview Questions
2,548 software engineer staff interview questions shared by candidates
Standard leetcode lld and hld questions.
Tell us why we should hire you
Repair a database from logs by transforming a list of transaction DTOs to a collection of billing status objects by defining and instantiating a BillingStatus class.
Debug a hypothetical application error.
Current role
Signed NDA and can not share
String specific question , Difference between python/go, custom data structure design
How system call is made?
Baby-steps progression exercise. Implement one-dimensional tree of strings - animal types. Animal might be a sub-type of another animal. At first you start just implementing the UI and offsets without using spaces, then move on to extracting the data to json file and parsing it. Then you add an Input next to an Animal name, that allows new animal to be added as a Sub-Type in runtime. During the followup they asked to add ability to remove the animal from the tree, removing any of it’s sub-types as well.
Viewing 371 - 380 interview questions