Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Standard Chartered Team. If you also belong to the team, you can get access from here

Standard Chartered Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 4.4k Reviews

Filter interviews by

Standard Chartered Senior Automation Test Engineer Interview Questions and Answers

Updated 10 Dec 2023

Standard Chartered Senior Automation Test Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What was your experiences about Automation Testing
  • Ans. 

    I have extensive experience in automation testing, including designing and implementing test frameworks and scripts.

    • Designed and implemented automation test frameworks using tools like Selenium and Appium

    • Developed and executed automated test scripts for web and mobile applications

    • Integrated automation tests into CI/CD pipelines for continuous testing

    • Performed regression testing using automation to ensure software stabi...

  • Answered by AI
Round 3 - Coding Test 

You will create a mini application so they can assess your coding skills.

Round 4 - Behavioral 

(1 Question)

  • Q1. Overall experiences, Situational, Behavior

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very important that you know you are saying. So listen carefully before answering the questions.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to read a data from excel
  • Ans. 

    Program to read data from Excel

    • Use a library like Apache POI or Openpyxl to read Excel files

    • Identify the sheet and cell from which data needs to be read

    • Handle exceptions like file not found or incorrect cell format

  • Answered by AI
  • Q2. Write a program to handle runtime exception
  • Ans. 

    Program to handle runtime exception

    • Use try-catch blocks to handle exceptions

    • Catch specific exceptions to handle them differently

    • Use finally block to execute code regardless of exception

    • Throw custom exceptions when needed

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Java, Selenium Technical questions.
  • Q2. Java collections Oops concepts Abstract vs Interface
  • Q3. Array concepts String functions
Round 2 - Technical 

(1 Question)

  • Q1. Java, Selenium Java syntex
Round 3 - Coding Test 

Java String programs
Selenium Scripts

Round 4 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions on python and aws

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Telephonic Call 

(2 Questions)

  • Q1. 1. Logical questions like Pick 3rd element from 5 element list without using Index or looping concept, 2. 5 edit boxes are there with same property, nearer to each edit box is unique URL, How you will edit...
  • Q2. 3. Locators order of usage 4. TestNG annotation orders, 5. About Feature file, Step Definitions
  • Ans. 

    Answering questions related to Automation Test Engineer interview

    • Locators order of usage refers to the priority of locators used to identify web elements in automation testing

    • TestNG annotation orders refer to the sequence in which TestNG annotations are executed in a test case

    • Feature file is a file that contains high-level description of the scenarios and steps in Gherkin language

    • Step Definitions are the implementation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for all the concepts which is automation related, from every main topics they will ask you to rate yourself and they will ask minimum 4 ques on that topics

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to read a data from excel
  • Ans. 

    Program to read data from Excel

    • Use a library like Apache POI or Openpyxl to read Excel files

    • Identify the sheet and cell from which data needs to be read

    • Handle exceptions like file not found or incorrect cell format

  • Answered by AI
  • Q2. Write a program to handle runtime exception
  • Ans. 

    Program to handle runtime exception

    • Use try-catch blocks to handle exceptions

    • Catch specific exceptions to handle them differently

    • Use finally block to execute code regardless of exception

    • Throw custom exceptions when needed

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

45 minutes of Aptitude test consisting HOT skills questions related to Core Java, API and automation

Round 3 - Technical 

(1 Question)

  • Q1. - Previous experience - Write basic program in Selenium
  • Ans. 

    I have experience writing basic programs in Selenium for automation testing.

    • Use Selenium WebDriver to open a browser and navigate to a webpage

    • Locate elements on the webpage using various locators like ID, class name, xpath, etc.

    • Perform actions on the elements like clicking buttons, entering text, etc.

    • Use assertions to verify expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just convey your current project clearly and prepare for basics in Core Java and API

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Normal java and selenium questions, nothing difficicult some java coding questions and selenium developer tools interactions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. HashMap program
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It allows for efficient retrieval of values based on keys.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Api testing interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about my project, whatever skills mentioned in the resume is asked. Coding questions like find duplicate strings etc.
Round 2 - Technical 

(1 Question)

  • Q1. It was with hiring manager and he asked about the process we follow in our current company. What sprint ceremonies I was a part of.

Standard Chartered Interview FAQs

How many rounds are there in Standard Chartered Senior Automation Test Engineer interview?
Standard Chartered interview process usually has 4 rounds. The most common rounds in the Standard Chartered interview process are Resume Shortlist, Technical and Coding Test.

Tell us how to improve this page.

Standard Chartered Senior Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 622 Interviews
IndusInd Bank Interview Questions
3.6
 • 589 Interviews
Bandhan Bank Interview Questions
3.7
 • 525 Interviews
Yes Bank Interview Questions
3.8
 • 412 Interviews
View all
Standard Chartered Senior Automation Test Engineer Salary
based on 17 salaries
₹8.2 L/yr - ₹27 L/yr
35% more than the average Senior Automation Test Engineer Salary in India
View more details
Team Lead
2.5k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Manager
2.3k salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Senior Officer
2.3k salaries
unlock blur

₹1.8 L/yr - ₹7.3 L/yr

Manager
2k salaries
unlock blur

₹7 L/yr - ₹28.7 L/yr

Senior Analyst
1.9k salaries
unlock blur

₹2 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Standard Chartered with

HSBC Bank

4.0
Compare

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview