Upload Button Icon Add office photos
Engaged Employer

i

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

Synechron Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Synechron Automation Test Engineer Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Synechron Automation Test Engineer Interview Questions and Answers

View all 8 questions

Synechron Automation Test Engineer Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your project
  • Q2. Write code to Automate sauce demo login functionality
  • Ans. 

    Automate sauce demo login functionality using code

    • Use Selenium WebDriver to automate the login process

    • Identify the username and password fields using locators

    • Enter valid credentials and click on the login button

    • Verify successful login by checking for the presence of a welcome message

  • Answered by AI
  • Q3. Write code to automate getting product prices by their names
  • Ans. 

    Automate getting product prices by their names

    • Create a function that takes in an array of product names as input

    • Use a web scraping tool like Selenium to extract prices from a website

    • Map the product names to their corresponding prices and return the result

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain about the Framework that you used in Our project
  • Ans. 

    We used a modular framework with Page Object Model design pattern for our project.

    • Modular framework helped in organizing test scripts into separate modules for better maintainability

    • Page Object Model design pattern facilitated reusability of code by separating page objects from test scripts

    • Used TestNG for test execution and reporting

    • Implemented data-driven testing using Excel sheets for test data

    • Integrated with Jenkins

  • Answered by AI

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your framework
  • Ans. 

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Data-driven approach for reusability and maintainability

    • Integration with Selenium WebDriver for browser automation

    • Utilizes TestNG for test case management and reporting

  • Answered by AI
  • Q2. What is appium ?
  • Ans. 

    Appium is an open-source tool for automating mobile, web, and hybrid applications on iOS and Android platforms.

    • Appium supports automation of native, hybrid, and mobile web applications.

    • It uses the WebDriver protocol to drive iOS and Android apps.

    • Appium can run tests on simulators/emulators or real devices.

    • It supports multiple programming languages like Java, Python, Ruby, etc.

    • Appium is widely used for mobile test autom

  • Answered by AI
  • Q3. What are the prerequisites of Appium
  • Ans. 

    Prerequisites of Appium include installing Node.js, Java Development Kit (JDK), Android SDK, and Appium server.

    • Install Node.js

    • Install Java Development Kit (JDK)

    • Install Android SDK

    • Install Appium server

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to reverse a string
  • Ans. 

    Program to reverse a string

    • Create a char array from the input string

    • Use two pointers to swap characters from start and end

    • Continue swapping until pointers meet in the middle

  • Answered by AI
  • Q2. In API testing in postman when do we get 408 status
  • Ans. 

    A 408 status in API testing in Postman is received when the server times out while waiting for a request.

    • 408 status code indicates that the server did not receive a complete request within the time that it was prepared to wait.

    • This can happen if the client takes too long to send the request or if the server is overloaded.

    • It is important to adjust timeout settings in Postman to avoid receiving 408 status codes.

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Synechron interview questions for designations

 Senior Automation Test Engineer

 (3)

 Automation Test Lead

 (1)

 Sdet Automation Test Engineer

 (1)

 Test Engineer

 (1)

 Senior Automation Engineer

 (1)

 Automation Engineer

 (2)

 Senior Test Engineer

 (6)

 Automation Testing

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a java program for a string to get the character count
  • Ans. 

    Java program to count characters in a string

    • Use a HashMap to store character counts

    • Iterate through the string and update the counts in the map

    • Handle both uppercase and lowercase characters separately

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Synechron Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java array and string

Round 2 - Technical 

(1 Question)

  • Q1. Opps, Selenium, Framework
Round 3 - HR 

(1 Question)

  • Q1. Project, salary, NP
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 3 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 

(2 Questions)

  • Q1. 1. Basic selenium 2. Java questions, 3. roles and responsibilities, explain your projects work experience technologies you work
  • Q2. Java questions Work experience SQL
Round 3 - Coding Test 

Technical questions and Java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever in your resume and practice some Java programs
Round 1 - Technical 

(1 Question)

  • Q1. How to run only Failed test cases Questions about oops concepts String manipulation programs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with confidence, You will get the job.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Ans. 

    Currently working on developing automated test scripts for a web application

    • Creating test cases using Selenium WebDriver

    • Implementing test automation frameworks like TestNG

    • Performing regression testing on new features

    • Collaborating with developers to identify and fix bugs

  • Answered by AI
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Ans. 

    Code for sorting an array of strings

    • Use built-in sort function in programming language (e.g. sort() in Python)

    • Specify the comparison function to sort strings alphabetically

    • Handle uppercase and lowercase letters properly

    • Example: ['apple', 'banana', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q4. Create Xpath
  • Ans. 

    Creating Xpath for locating elements in web pages

    • Use unique attributes like id, class, name to create Xpath

    • Avoid using indexes in Xpath as they can be brittle

    • Use functions like contains(), starts-with() for dynamic attributes

    • Consider using axes like ancestor, following-sibling for complex Xpath

  • Answered by AI
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
  • Ans. 

    GlobalLogic offers a diverse range of projects, cutting-edge technologies, and a collaborative work environment.

    • GlobalLogic provides opportunities to work on a variety of projects, allowing for professional growth and skill development.

    • The company is known for its use of cutting-edge technologies, providing exposure to the latest tools and trends in the industry.

    • GlobalLogic fosters a collaborative work environment, enc...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
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

Synechron Interview FAQs

How many rounds are there in Synechron Automation Test Engineer interview?
Synechron interview process usually has 1-2 rounds. The most common rounds in the Synechron interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Synechron Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Synechron. The most common topics and skills that interviewers at Synechron expect are Automation Testing, Selenium, Java, Python and Selenium Testing.
What are the top questions asked in Synechron Automation Test Engineer interview?

Some of the top questions asked at the Synechron Automation Test Engineer interview -

  1. In API testing in postman when do we get 408 sta...read more
  2. Write code to Automate sauce demo login functional...read more
  3. Write code to automate getting product prices by their na...read more

Tell us how to improve this page.

Synechron Automation Test Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Synechron Automation Test Engineer Salary
based on 171 salaries
₹3.7 L/yr - ₹17.3 L/yr
46% more than the average Automation Test Engineer Salary in India
View more details

Synechron Automation Test Engineer Reviews and Ratings

based on 13 reviews

3.2/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.1

Salary

2.9

Job security

3.3

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 13 Reviews and Ratings
Technical Lead
2.7k salaries
unlock blur

₹11.5 L/yr - ₹40 L/yr

Senior Associate
1.9k salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Senior Software Engineer
1.5k salaries
unlock blur

₹12.5 L/yr - ₹27 L/yr

Senior Associate Technology L1
1k salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Associate Specialist
799 salaries
unlock blur

₹12.1 L/yr - ₹40.5 L/yr

Explore more salaries
Compare Synechron with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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