Final Interview Questions Flashcards
What is Object Oriented Programming?
Object-oriented programming is a way to structure a system as a collection of objects, where each object represents a particular aspect of the system.
Car analogy
What does ASP stand for and what is ASP.NET?
ASP stands for Active Server Pages (Dynamic web pages, usually connected to a database).
It’s framework using C#. Microsoft’s C# tool to build web applications.
ORM
Object Relational Mapper
Matches defined classes in an application and creates a table with columns that reflect the properties of the class.
Tell us about yourself
Who You Are
- Name/Position
- Duration/Public sector
Highlight Reel (2 - 4 Accomplishments)
- Go-to person BS school sites and departments
Why you’re applying for the role
- Developer = Interest/Goal
- Build out career
Why are you qualified for this position?
Information Services Domain
- Business/Student Systems work on UI and connect on the Backend.
- Common and trending issues so I can easily diagnose.
Current Skills Developing and Experience
- Programming stack
- Experience: Bootcamp and Kajabi Customize Websites
Work Closely with Programming Team
- BS issues are all programming related
- During work Carlos/Philip
- Outside work Armando mentor
Why would you like to work as a programmer here at IUSD?
During my time here, been inspired to Grow at IUSD
- Growing within IUSD
- Love working for IUSD
Pride
- Marty inspires tenureship
Implement Programming Skills
- Help the team
- Make a bigger impact
- Mention your position now and how programming you can be in the field.
Learn and Build Experience
- Stepping stone
- Eager to learn
- Contribute to build, maintain, and fix systems/integrations
How did you add the search feature?
- Created a method in the controller which returns an HTML page.
- Created the search HTML page and linked the linked it to a method that handles the
How did you add the search feature?
- Created a method in the controller which returns an HTML page.
- Created the search HTML page and linked the linked it to a method that handles the