Round 1: Networking concepts L2, L3, L4 API related question Python Basics Round 2: 1. Write a program to sort an array without any inbuild function. 2. Write code to remove the special characters. 3. What are oops concepts? 4. what is __init__? 5. how you get all the oops concept in python? 6. what is self in python?
Lead Software Test Engineer Interview Questions
131 lead software test engineer interview questions shared by candidates
Testing Process, Core Java, Kubernetes, Microservices architecture, logging etc
Merge two sorted link list
Optimize the following C code to decrease the overall O value
1) Give brief introduction about yourself - Tools, technologies, domains worked upon 2) Explain your framework 3) Explain Java OOPs concepts utilised into your framework 4) How did you manage WebDriver version binaries in your framework? 5) How did you manage parallel execution in your framework? 6) How did you manage the logging in your framework? How did you re-run the failed cases in any execution? Explain the significance of maven surefire plugin in pom.xml 7) Where are the maven dependencies managed on local? 8) Explain maven profiles. 9) What happens with command - mvn clean test 10) What are transitive dependencies? 11) What is difference between Scenario Outline and Data Table? 12) What is pico container? 13) I have 2 @beforeClass blocks that I need to execute, one before @Sanity tests and other one before @Smoke tests. How can I handle this case using Cucumber and TestNG? 14) public class Main{ public static void Main(String[] args){ System.out.println(“Hello”); } } Convert Main using singleton design pattern. 15) What is the difference between comparable vs comparator? 16) Create an Employee class that returns employee object for these 3 input values - Shivam , 33 Sumit, 38 Shiva, 39 Iterate over these employee objects using ArrayList and Map and return name and age details 17) Will iterator work with HashMap? 18) Why do we declare a List list instead of List list? 19) What would be the result of this code - try{ throw new NoElementException; System.out.println(“In try block”); } catch (Exception e){ System.out.println(“In Exception catch block”); } catch (NoElementException ne){ System.out.println(“In No Element Exception catch block”); } finally { System.out.println(“In finally block”); } 20) Have you worked with Selenium 4? If so what differences are present in Selenium 3 vs 4? 21) How do you invoke browser in headless mode? 22) How do you handle frames in selenium? 23) How do you interact with multiple nested frames? If there are multiple nested frames in selenium and you want to return to the base page which command will you use? 24) How do you perform double click in selenium? 25) Explain JavaScriptExecutor 26) Explain API architecture used in your framework 27) What is the difference between 401 and 403 status codes? 28) What is the difference between Post and Put methods? 29) How do you integrated CICD pipelines into your framework? 30) What are the triggers for your CICD pipelines? 31) How do you schedule pipelines? 32) Explain different components used in the gitlab-ci.yml file 33) Specific runner in CICD. 34) Did you utilise Docker or Kuberneters? 35) Explain the complete flow of git commands that you have used. 36) How do you merge your changes with master? 37) How do you establish SQL connection in selenium? 38) What is the difference between Left join and Right join? 39) What is the use of Group By and Having commands? 40) What is the difference between Test Plan and Test Strategy? 41) If you have 200 test cases in your suite how would you strategise your testing plan? 42) What is Test Pyramid? 43) What is the first type of testing to be performed after new build is deployed? 44) What is the difference between Sanity, Smoke and Regression testing? 45) What is re-testing? 46) After a defect has been fixed and deployed I’m required to re-test the business flow surrounding this defect. What type of testing is this called? 47) What are Deferred Defects? 48) Describe all the test cases that you can identify for Login page.
what is the build number of selenium you use.
Given a product, which KPIs would I present to an investor.
How to perfom Binary search using Binary Trees?? How will your friends prove that its your resume if i remove just the name from your resume??
Coding Questions in python Big data concepts Questions on Hive Questions on testing
- Data Structure - merge and sort 2d linked list - Queue using 2 stack
Viewing 101 - 110 interview questions