Upload Button Icon Add office photos

Filter interviews by

Barclays Shared Services Senior Software Engineer Testing Interview Questions and Answers

Updated 2 Jun 2022

Barclays Shared Services Senior Software Engineer Testing Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 
Round 2 - Behavioral 
Round 3 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, be honest, showcase all your skills during the interview on the area you worked on. Prepare well on your area of expertise related to the jd.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Some find elements techniques used in selenium
  • Q2. 2 Java program
  • Q3. API testing basic
  • Q4. Postman related questions
  • Q5. JMeter , samplers, listener, type of HTML codes etc. Thread group..
  • Q6. Interface, polymorphism
  • Q7. Different waits used in selenium
  • Ans. 

    Different waits used in Selenium

    • Implicit Wait

    • Explicit Wait

    • Fluent Wait

    • Thread.sleep()

    • WebDriverWait

  • Answered by AI
  • Q8. TestNG nd reports
  • Q9. POM framework in detail
  • Ans. 

    POM is a design pattern used in Selenium for creating object repositories and organizing test code.

    • POM stands for Page Object Model

    • It separates the test code from the page objects

    • Each page is represented as a class and contains its own methods and locators

    • It improves code reusability and maintainability

    • It helps in reducing code duplication

    • It is widely used in Selenium automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well enough of Every segments related to Testing.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How do you see your self in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - It 2 round technical and one he round here

Interview Questionnaire 

1 Question

  • Q1. About Data elements, pos, ECOM Transaction, fall back transaction. Atm transaction flows, visa simulators
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

20 aptitude questions and 50 technical questions

Round 2 - One-on-one 

(10 Questions)

  • Q1. Tell me about your self
  • Q2. Explain automation framework
  • Ans. 

    Automation framework is a set of guidelines, rules, and tools that help in creating and executing automated tests.

    • Automation framework provides structure and guidelines for creating automated tests

    • It helps in organizing test scripts, data, and results

    • Frameworks can be data-driven, keyword-driven, or hybrid

    • Examples of automation frameworks include Selenium WebDriver, TestNG, and Robot Framework

  • Answered by AI
  • Q3. Java code for sorting without using built in function
  • Ans. 

    Sorting array of strings in Java without using built-in functions

    • Create a custom sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each pair of strings and swap them if necessary to sort in ascending order

    • Repeat the process until the array is fully sorted

  • Answered by AI
  • Q4. Explain testng annotations and how will we use annotation in our framework
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test methods.

    • TestNG annotations are used to mark methods as test methods, setup methods, teardown methods, etc.

    • Annotations like @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite are commonly used in TestNG framework.

    • Annotations help in organizing and prioritizing test metho...

  • Answered by AI
  • Q5. What is testng listener
  • Ans. 

    TestNG listener is an interface that allows users to customize the test execution process.

    • TestNG listeners can be used to perform actions before or after a test method is run.

    • Listeners can be used to generate logs, take screenshots, or perform other custom actions during test execution.

    • Examples of TestNG listeners include ITestListener, ISuiteListener, and IInvokedMethodListener.

  • Answered by AI
  • Q6. What is overriding and where it is used in automation framework
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • It is used in automation frameworks to customize or extend the functionality of existing methods or classes

    • In automation testing, overriding...

  • Answered by AI
  • Q7. Explain bdd hooks and tags
  • Ans. 

    BDD hooks and tags are used in Behavior-Driven Development to set up preconditions and execute actions before or after scenarios, and to categorize and filter scenarios.

    • BDD hooks are used to set up preconditions and execute actions before or after scenarios

    • Tags are used to categorize and filter scenarios based on certain criteria

    • Hooks can be used to perform setup and teardown actions, such as initializing test data or ...

  • Answered by AI
  • Q8. Explain bdd background keyword
  • Ans. 

    BDD background keyword is used to define common preconditions for all scenarios in a feature file.

    • Used at the beginning of a feature file to define common preconditions

    • Helps in setting up the initial state for all scenarios in the feature file

    • Reduces duplication of steps in scenarios by defining them once in the background

  • Answered by AI
  • Q9. Explain ci/cd pipeline using jenkins
  • Ans. 

    CI/CD pipeline using Jenkins automates the process of integrating code changes and deploying them to production.

    • Jenkins is a popular automation server used for CI/CD

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • In a CI/CD pipeline, code changes are automatically built, tested, and deployed

    • Jenkins pipelines can be defined using a Jenkinsfile which specifies the stages and steps of the pipeline

    • Example: Che...

  • Answered by AI
  • Q10. Explain rest assured and write a code for post and verify the response
  • Ans. 

    Rest Assured is a Java library for testing RESTful APIs. It simplifies API testing by providing a fluent interface to make HTTP requests and validate responses.

    • Rest Assured is commonly used in API automation testing to validate the functionality of RESTful APIs.

    • It allows testers to easily make HTTP requests, set headers, parameters, and body, and validate the response.

    • Here is an example code snippet for posting data an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all concepts in framwork

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on basic java, manual testing, coding best practices, automation testing

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain project & framework, selenium question, java ques
  • Q2. Automate a login page and explain it? Synchronisation handling and exception handling
  • Ans. 

    Automate a login page using Selenium WebDriver in Java with synchronization and exception handling.

    • Use Selenium WebDriver to locate the username and password fields, enter valid credentials, and click the login button.

    • Implement explicit and implicit waits for synchronization to handle dynamic elements and page loading.

    • Use try-catch blocks for exception handling to capture and handle any errors during the login process.

    • ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on Framework
  • Q2. Programs on Strings and Collections
  • Q3. Selenium scenario based programs on window handling
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. April 2024 Pune Location 1.Explain BDD in details 2.Why BDD 3.Explain Framework in details, with Project 4.How to handle dynamic element 5.If in a page you see button that is enabled only when you fill 5 m...
  • Ans. 

    BDD is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior-Driven Development

    • It focuses on defining the behavior of the system through examples in plain text

    • Uses a common language (Gherkin syntax) to describe requirements and tests

    • Helps in improving communication and understanding between team members

    • Popular BDD tools include Cucumb

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 6+ exp please prepare scenario based question

Skills evaluated in this interview

Barclays Shared Services Interview FAQs

How many rounds are there in Barclays Shared Services Senior Software Engineer Testing interview?
Barclays Shared Services interview process usually has 3 rounds. The most common rounds in the Barclays Shared Services interview process are Technical, Behavioral and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Barclays Shared Services interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Process Advisor
705 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Assistant Manager
504 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Assistant Vice President
435 salaries
unlock blur

₹13.5 L/yr - ₹39 L/yr

Senior Analyst
344 salaries
unlock blur

₹3.8 L/yr - ₹10.1 L/yr

Process Associate
197 salaries
unlock blur

₹1 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Barclays Shared Services with

HSBC Group

4.0
Compare

JPMorgan Chase & Co.

4.0
Compare

Standard Chartered

3.8
Compare

Deutsche Bank

3.9
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