Final Interview Questions Flashcards

1
Q

What is Object Oriented Programming?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does ASP stand for and what is ASP.NET?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ORM

A

Object Relational Mapper

Matches defined classes in an application and creates a table with columns that reflect the properties of the class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Tell us about yourself

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why are you qualified for this position?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why would you like to work as a programmer here at IUSD?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How did you add the search feature?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How did you add the search feature?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly