Find a triplet that sum to a given value.
Software Engineer 1 Interview Questions
372 software engineer 1 interview questions shared by candidates
I was interviewing for Senior AUTOSAR safety engineer position. So lots of in-depth questions on AUTOSAR methodology. Explain different stacks familiar with. How scheduling works in the same environment. How runnables communicate with RTE. Explain scalability classes. Explain state diagram for basic and extended tasks. How memory protection works for OS applications. Write own sizeof function. Difference between *++ptr, *ptr++ & ++*ptr Explain process synchronization with an example to print sequential numbers, where one process can only print even, and the other odd numbers. Puzzle to identify one heavier blocks out of 9 similar blocks, with minimum steps. Explain the time complexity. Initially solved with binary logic(3 steps), and later extended with ternary logic with only 2 steps{O(logNbase3)}.
Tell me about yourself? What is OOP? What are boxing and unboxing? What are joins in SQL?
Logic based programming questions, where you describe your methodology on the marker board. Object oriented programming questions - Design a class for a thermal boundary question
Questions on Python, Spark, SQL etc
given number in Fibonacci series or not? SQL Query Some basic oops concepts.
Design an ATM Machine
What is a dangling pointer?
How many types of polymorphism are there.
Implement stack using any Data Structure.(taking care of the edge cases).
Viewing 341 - 350 interview questions