Salesforce Interview Question for Quality Assurance Engineers


Country: United States
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
1
of 1 vote

Its depend upon how the framework is implemented and below are some thoughts to help with the answer.

1. Think about singly link list, if you are inserting an element in the middle you have to change the references (pointer).
2. Think about array implementation, if you are adding the element in the middile you need to changed the position of all other element

- Milind February 27, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

1. It may break execution order if there is dependencies among the TCs.
2. It will depend how the TCs are written, and how the Test Framework executes TCs here.

- RajuB March 23, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

1) if that step is independent and has no link with data used in 1000 steps then no problem
2) if it changes a variable or something in database which is not expected in the 502 steps or any other downstream it may fail
3) Even though the test cases may shown pass, but may be the data generated may not be the same.

- Gaurav Khurana September 02, 2015 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More