I applied online. I interviewed at Lockheed Martin
Interview
The interview was pretty good they asked a lot of questions about OOP and how my projects used them. Didn't get an offer but was decently easy interview nothing really technical
I applied through college or university. The process took 1 week. I interviewed at Lockheed Martin (Fort Worth, TX)
Interview
To prepare for an interview on Object-Oriented Programming (OOP), focus on explaining core concepts like OOP itself, which is a paradigm based on objects and classes. Be ready to describe **inheritance**, where a class derives properties and behaviors from a parent class, promoting code reuse. Also, understand **abstraction**, which involves hiding complex implementation details behind simple interfaces, and have a coding example ready to illustrate this concept if asked. Practice delivering these answers clearly and confidently.
Interview questions [1]
Question 1
Tell me about a time you used OOP? Describe Inheritance? ( have coding examples ready and answer in STAR
I applied through college or university. The process took 1 day. I interviewed at Lockheed Martin (New York, NY) in Apr 2023
Interview
It was a very easy interview process with basic questions about object oriented programming, and a simple coding section that wanted to loop over to find all of the prime numbers.
Interview questions [1]
Question 1
What are the 5 pillars of object oriented programming.