Wednesday, August 28, 2013

The Software Processs - Software Testing Interview Questions and Answers

1. What is a software process?
A software process is a series of steps used to solve a problem. The following figure shows a pictorial view of how an organization has defined a way to solve risk problems. In the diagram we have shown two branches: one is the process and the second branch shows a sample risk mitigation process for an organization. For instance, the risk mitigation process defines what step any department should follow to mitigate a risk. The process is as follows:
Software Testing Image

Software Testing Basics - Software Testing Interview Questions and Answers

1. Can you explain the PDCA cycle and where testing fits in?
Software testing is an important part of the software development process. In normal software development there are four important steps, also referred to, in short, as the PDCA (Plan, Do, Check, Act) cycle.
Software Testing Image
Let's review the four steps in detail.

Top 20 Interview Questions Wid Answers

1) Tell me something about yourself?

I am a person with strong interpersonal skills and have the ability to get along well with people. I enjoy challenges and looking for creative solutions to problems.
OR
Besides the details given in my resume, I believe in character values, vision and action. I am quick in learning from mistakes. I am confident that the various tests that you have conducted will corroborate my competencies aptitude and right attitude for the job.

2) What do you seek from a job?

I would like a job which gives me a chance to apply all that I have learned in college as well as one which enables me to grow as a professional. I would like a role which enables me to make a difference.
OR
Great learning opportunities, challenging roles, rational career progression, good job satisfaction and opportunities to use my strength organization that gives me the opportunity to serve the organization and the society.

The 10 toughest job interview questions answered

1. Why is there a gap in your work history? “Employers understand that people lose their jobs and it’s not always easy to find a new one fast,” says Susan Nethery, the director of student affairs marketing at Texas Christian University, who often advises recent grads on the interview process. When answering this question, list activities you’ve been doing during any period of unemployment. Freelance projects, volunteer work or taking care of family members all let the interviewer know that time off was spent productively.
  1. More from TODAY.com
    1. TODAY's Takeaway: Crisis in Syria, Hagerty loves Cronuts, Matt aces tennis
      Ann Curry reports on Syria's mounting crisis, Marilyn Hagerty taste-tests the Cronut and Matt Lauer teams up with Serena W...
    2. Restaurant investigating diners' claim they were kicked out over race
    3. Ben Affleck as Batman? Fake trailer makes case
    4. Snow leopard cub with storybook beginnings makes debut
    5. What your foot really looks like in high heels

General Job interview questions for project managers with answers

Where have you worked before?
Rarely is an inexperienced person taken in as a project manager. Any project manager would have at least two or three years of experience either as an employee or as a project manager. Therefore, this is one of the basic questions asked. Make sure that you give a brief and concise answer to this question, without going too much into the details. Also, make sure that everything you say as an answer to this question is factual.
What are some of the projects that you handled in the previous job?
As an experienced professional, you are bound to have a portfolio, and this is the right time to share such a portfolio with the interviewer. Make sure that the portfolio you share is authentic as your previous portfolio will decide whether the interviewer will be interested in you or not.

15 Interview Questions to Ask Hiring Managers

  1. How would you characterize the organization? What are its principal values? What are its greatest challenges?
  2. What is the organization’s plan for the next five years, and how does this department or division fit in?
  3. What do you expect me to accomplish in the first six to 12 months on the job? What is the one thing I cannot fail at in the first year?”
  4. What particular achievements would equate to success at this job? What would success look like?
  5. What are three ke

Tuesday, August 27, 2013

JDBC Interview Questions and Answers

How can I get data from multiple ResultSets?
With certain database systems, a stored procedure can return multiple result sets, multiple update counts, or some combination of both. Also, if you are providing a user with the ability to enter any SQL statement, you don't know if you are going to get a ResultSet or an update count back from each statement, without analyzing the contents. The Statement.execute() method helps in these cases.

Method Statement.execute() returns a boolean to tell you the type of response: