Sobes.tech

QA / QA Automation

Can you tell about your automation experience in Java, what tasks you solved with this stack?

188

What is the difference between an abstract class and an interface?

187

What is the testing pyramid and why can't everything be covered with end-to-end tests?

184

What are relational databases, and how do they differ from non-relational databases?

183

Do you think there is a difference between testing and quality assurance?

183

Tell about the testing pyramid. Why do E2E tests occupy the top and should be the least?

181

What is synchronous and asynchronous interaction between services?

180

[Name] talks about the testing process at previous places (what is input, what you do yourself, how you evaluate) — on the example of Sogkombank.

178

What other joins do you remember? What does Inner Join mean?

178

Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if inserted in order. Example 1: Input: nums = [1,3,5,6], target = 5 Output: 2 Example 2: Input: nums = [1,3,5,6], target = 2 Output: 1 Example 3: Input: nums = [1,3,5,6], target = 7 Output: 4

173

How was the regression test suite assembled? What did it include?

172

What types of exceptions do you know in Java and how do they differ?

162

What is a functional interface, and how does it differ from a regular one?

159
/4