Sobes.tech

QA / QA Automation

What happens when you enter [link] in the browser and press Enter? Where will the first request go?

260

List<String> words = Arrays.asList("Привет", "Пока", "ОКО"); words.stream() .filter(word -> word.contains("о")) .toUpperCase() .contains("о") .forEach(System.out :: println);

235

Have you had experience implementing something beyond writing tests (automation of routine tasks, test data preparation)?

227

What is the purpose of the keyword static and what is its calling feature?

217

```java package ru.gov.pfr.ecp.proezd.autotest.test; public class Asd { public void asda(String a){ if(a.equals("a")){ System.out.println("asda"); } } } ```

211

What data types are there in Java? There are two variables d=1 and a=1, is the statement d==a true or false?

210

Will the heir have access to protected members? How many classes can inheritance be from in Java?

203
/2