Upload Button Icon Add office photos

Filter interviews by

NHS England Test Lead Interview Questions and Answers

Updated 21 Nov 2024

NHS England Test Lead Interview Experiences

1 interview found

Test Lead Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Data testing framework
  • Q2. Testing basics, Agile, Behavioural

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain bdd cucumber framework
  • Ans. 

    BDD Cucumber framework is a testing tool that allows for behavior-driven development using plain text descriptions.

    • Uses Gherkin syntax to write test scenarios in plain English

    • Helps in collaboration between technical and non-technical team members

    • Supports automation testing by mapping plain text descriptions to code implementations

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the implementation details and showing only

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked basic SQL Questions
  • Q2. Asked Selenium and Java question in advance level
Round 2 - Technical 

(2 Questions)

  • Q1. Asked Selenium Questions
  • Q2. Asked java questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Appium Architecture?
  • Q2. Difference between Icollection and ILIST?
  • Ans. 

    IList is a collection interface that allows duplicate elements and maintains the order, while ICollection is a base interface for all collections.

    • IList extends ICollection interface.

    • IList allows duplicate elements and maintains the order, while ICollection does not guarantee order.

    • IList has additional methods like Insert, RemoveAt, etc., which are not present in ICollection.

  • Answered by AI
  • Q3. All questions related to c# and selenium.
  • Q4. 2 coding questions
  • Q5. Dictionary and how to use it?
  • Ans. 

    A dictionary is a collection of words and their definitions, typically organized alphabetically.

    • A dictionary is used to look up the meanings of words.

    • It can also provide information on pronunciation, usage, and etymology.

    • Dictionaries can be physical books or online resources.

    • Examples: Merriam-Webster, Oxford English Dictionary

  • Answered by AI
  • Q6. Data types on c#
  • Ans. 

    Data types in C# include int, string, bool, double, etc.

    • C# has various data types like int, string, bool, double, char, etc.

    • Each data type has a specific range and memory allocation.

    • Examples: int num = 10; string name = 'John'; bool isTrue = true;

  • Answered by AI
  • Q7. How to write xpath in selenium?
  • Ans. 

    XPath in Selenium is used to locate elements on a web page using XML path expression.

    • Use // to select nodes in the document from the current node that match the selection no matter where they are

    • Use / to select nodes in the document from the root node that match the selection

    • Use @ to select attributes

    • Use text() to select the text of the element

    • Examples: //input[@id='username'] to locate an input element with id 'userna

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. Online coding test.
  • Q2. Online c# test.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for programs for automation tester. It is mandatory.
Also, concepts should be clear, it helps you to survive in a company.

Skills evaluated in this interview

Test Lead Interview Questions & Answers

TCS user image Anonymous

posted on 20 Sep 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Test Lead with a strong background in software testing and quality assurance.

    • Over 5 years of experience in leading testing teams and implementing test strategies

    • Proficient in test planning, execution, and defect management

    • Skilled in automation testing tools such as Selenium and JUnit

    • Strong communication and problem-solving skills

    • Certified in ISTQB Foundation Level

  • Answered by AI
  • Q2. Selenium vs UFT
  • Ans. 

    Selenium is open-source, UFT is commercial. Selenium supports multiple languages, UFT supports only VBScript.

    • Selenium is open-source, UFT is commercial

    • Selenium supports multiple languages (Java, Python, etc.), UFT supports only VBScript

    • Selenium is more flexible and customizable, UFT is more user-friendly and has a shorter learning curve

  • Answered by AI

Skills evaluated in this interview

Test Lead Interview Questions & Answers

IBM user image Anonymous

posted on 30 May 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mention where you used polymorphism in framework
  • Ans. 

    Polymorphism is used in framework to achieve flexibility and reusability by allowing objects to be treated as instances of their parent class.

    • Polymorphism is used in framework to create a common interface for different classes that implement the same method.

    • It allows different classes to be treated as instances of a common superclass, enabling flexibility in the framework design.

    • For example, in a test automation framew...

  • Answered by AI
  • Q2. Explain waits fluent and explicit
  • Ans. 

    Waits in test automation are used to synchronize test steps with the application's state.

    • Fluent waits are used to define maximum wait time for a certain condition to be met before throwing an exception.

    • Explicit waits are used to wait for a certain condition to be met before proceeding to the next step in the test script.

    • Example: FluentWait wait = new FluentWait(driver).withTimeout(Duration.ofSeconds(10)).pollingEvery(D...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Test Lead interview:
  • Java
Interview preparation tips for other job seekers - Prepare basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Salesforce functionalities and defect management

Test Lead Interview Questions & Answers

Infosys user image bikash tiwari

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical question on automation
Round 2 - HR 

(1 Question)

  • Q1. Salary package, when you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep hard work
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Salesforce Admin questions Testing Skill questions
Round 2 - Technical 

(1 Question)

  • Q1. Managerial questions Also technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident along with technical skills. Specify only skills that you know in resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain about your project automation framework Explain about oops concepts implemented in your project
Round 2 - Technical 

(1 Question)

  • Q1. Java questions and selenium questions given to code
Round 3 - HR 

(1 Question)

  • Q1. Discussed about salary package

NHS England Interview FAQs

How many rounds are there in NHS England Test Lead interview?
NHS England interview process usually has 1 rounds. The most common rounds in the NHS England interview process are Technical.
What are the top questions asked in NHS England Test Lead interview?

Some of the top questions asked at the NHS England Test Lead interview -

  1. Testing basics, Agile, Behaviou...read more
  2. Data testing framew...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NHS England interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Test Lead Interview Questions from Similar Companies

TCS Test Lead Interview Questions
3.7
 • 9 Interviews
View all
Medicine Registrar
3 salaries
unlock blur

₹65 L/yr - ₹95 L/yr

Explore more salaries
Compare NHS England with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview