General Job Interview Questions
-
Have you contributed to any Git repositories?
General Junior -
Do you have a GitHub repository?
General Junior -
How do you add a new dependency to a file package.json?
npm Junior -
What is a difference between installing a package locally and globally?
npm Junior -
What is a difference between @import and @include keyword in Sass?
Sass Junior -
How can dependency injection be used in views and how can it be helpful?
.NET Core ASP.NET Core Mid-level -
What is a difference between a List and Dictionary?
.NET Big O C# Data Structures Junior -
Could you describe your regular day at your current role? What does it look like?
General Junior -
How does SOAP message look like and what does it consist of?
Architecture Data Formats HTTP protocol Web services XML Mid-level -
What development tools have you used?
Tools Junior -
What languages have you programmed in?
General Junior -
What source control tools have you used?
Source control Junior -
What are your technical certifications?
General Junior -
What do you do to maintain your technical certifications?
General Junior -
How did your education help prepare you for this job?
Not defined -
How would you rate your key competencies for this job?
Not defined -
What are your IT strengths and weaknesses?
Not defined -
Tell me about the most recent project you worked on. What were your responsibilities?
Opener Junior -
From the description of this position, what do you think you will be doing on a day-to-day basis?
Not defined -
What challenges do you think you might expect in this job if you were hired?
Not defined -
What challenges would you like to expect in this job if you were hired?
Not defined -
How important is it to work directly with your business users?
General Junior -
What elements are necessary for a successful team and why?
Not defined -
Tell me about the project you are most proud of, and what your contribution was.
Opener Self reflection Junior -
Describe your production deployment process and what you liked/didn't like about it.
Processes SDLC Mid-level -
Give an example of where you have applied your technical knowledge in a practical way.
Not defined -
How did you manage source control in your previous job?
Source control Junior -
What did you do to ensure quality in your deliverables?
Processes Quality Assurance (QA) SDLC Mid-level -
What percentage of your time do you spend unit testing?
Processes Quality Assurance (QA) SDLC Mid-level -
What do you expect in the solution documents you are provided?
Not defined -
Which do you prefer; service oriented or batch oriented solutions?
Not defined -
When is the last time you downloaded a utility from the internet to make your work more productive, and what was it?
Not defined -
What have you done to ensure consistency across unit, quality, and production environments?
Not defined -
Describe the elements of an in tier architecture and their appropriate use.
Architecture Mid-level -
Compare and contrast REST and SOAP web services.
Architecture Data Formats HTTP protocol Web services Mid-level -
Define authentication and authorization and the tools that are used to support them in enterprise deployments.
Not defined -
What is ETL and when should it be used?
Not defined -
You have been asked to research a new business tool. You have come across two solutions. One is an on-premises solution, the other is cloud-based. Assuming they are functionally equivalent, would you recommend one over the other, and why?
Not defined -
What do you do to ensure you provide accurate project estimates?
Project management Mid-level -
What technical websites do you follow?
Learning Junior -
Have you used Visual Studio?
.NET Tools Junior -
What is a SAN, and how is it used?
Not defined -
What is clustering, and describe its use.
Not defined -
What is the role of the DMZ in network architecture?
Not defined -
How do you enforce relational integrity in database design?
Not defined -
When is it appropriate to denormalize database design?
Not defined -
You have learned that a business unit is managing a major component of the business using Excel spreadsheets and Access databases. What risks does this present, and what would you recommend be done to mitigate those risks?
Not defined -
What automated-build tools or processes have you used?
Not defined -
What is the role of continuous integration systems in the automated-build process?
Not defined -
What is the role of SNMP?
Not defined -
How would you check if a binary tree is balanced?
Not defined -
What's the difference between a constructor and a destructor?
Not defined -
What is function overloading and operator overloading?
Not defined -
Which tools do you like to use for keeping track of requirements?
Not defined -
What do you care about most when reviewing somebody else's code?
Not defined -
What books have you read on software engineering that you would recommend to someone in the business?
Not defined -
Describe the process you use for writing a piece of code, from requirements to delivery.
Not defined -
Estimate how long it would take to sort 1 trillion numbers.
Not defined -
How do you make sure that your code can handle different kinds of error situations?
Not defined -
How can you reduce the user's perception of waiting when some functions take a lot of time?
Not defined -
What is the difference between a mutex and a semaphore? Which would you use to protect access to an increment operation?
Not defined -
What is the difference between re-engineering and reverse engineering?
Not defined -
How do you ensure that your code meets the requirements laid out?
Project management Quality Assurance (QA) Mid-level -
What is the difference between a mock and a stub?
Not defined -
What is the difference between local and global variables?
Not defined -
What is the agile software philosophy?
Not defined -
What is the role of interfaces in design?
Not defined -
Name one or two examples of how an application can anticipate user behavior.
Not defined -
What type of language do you prefer for writing complex algorithms?
Not defined -
How do you find an error in a large file with code that you cannot step through?
Not defined -
How can you debug a system in a production environment, while it is being used?
Not defined -
How do you design scalable applications?
Not defined -
What do you know about our company?
Opener Junior -
What’s the most challenging/exciting project you have done in the past two years?
Not defined -
What kind of tech projects do you work on in your spare time?
Not defined -
Tell me about the most difficult technical challenge you’ve encountered and how you resolved it.
Not defined -
What technologies could you not live without?
Not defined -
Tell me about a time you were asked to do something you had never done before. How did you react, and what did you learn?
Not defined -
What interesting book did you read recently?
Not defined -
How would you test final product ?
Quality Assurance (QA) Junior -
Design a social network. What you will focus on, what do you need, which algorithms etc.
Not defined -
Details about context switching on CPU - main cause, resolution, troubleshooting
Not defined -
Are you a team player? Give an example of a time when you had to resolve a conflict with another member on your team.
Not defined -
Under extreme conditions, how you can keep yourself and your team energized?
Project management Senior
Are you wondering what questions will you get asked on your job interview?
Do you have a Job Ad URL address?
Then we will predict the questions for you...
-
Share the question, get the right answerSubmit the question you have been asked by a recruiter. We will give you the right answer.
Recently added questions
- Do you use your Entity Framework models in API controllers?
- What are POCO classes in Entity Framework?
- Why would you recommend a company to use Entity Framework?
- What Entity Framework versions did you use?
- What is a server evaluation and client evaluation in Entity Framework and why should you know about it?
- Using Entity Framework, how do you check if a row exists in a database?
- How do you handle SQL injection attacks in Entity Framework?
- When are queries executed when you use Entity Framework?
- Which types of loading do you know and which type of loading is good in which scenario in Entity Framework?
- Using Entity Framework, when will you prefer to use Code First and when Database First approach? Why?
- What is a difference between Database First and Code First approach in Entity Framework?
- What is the use of .AsNoTracking() method?
- What is Code First approach in Entity Framework?
- Using Entity Framework, how can you disable an object property from being mapped to a database entity column?
- What happens when you insert multiple rows using Entity Framework?
- How do you insert multiple rows in Entity Framework?
- Can you list a few methods of DbContext object in Entity Framework?
- What are advantages of Entity Framework over ADO.NET?
- What is a difference between dbContext.Orders.First() and dbContext.Orders.Single() in Entity Framework?
- How do you make Entity Framework to return only specific columns from the database instead of all table columns?
Comments
There are no comments yet.
Be the first one who opens the discussion. The world needs people who are able to speak up.