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 Senior Automation Engineer Interview Questions and Answers

Updated 28 Feb 2023

Synechron Senior Automation Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 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 - One-on-one 

(2 Questions)

  • Q1. Selenium Basic, Core Java, API
  • Q2. Process, DB, Manual Testing scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared at-least one e2e framework scenario, So it will easy to explain.

Senior Automation Engineer Jobs at Synechron

View all

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java oops concepts, selenium coding
Round 2 - Technical 

(1 Question)

  • Q1. Selenium test script, Rest assured questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. JAVA BASED SELENIUM QUESTIONS
Round 2 - HR 

(1 Question)

  • Q1. BASIC HR , JUST BE CONFIDENT

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What is Set?
  • Ans. 

    Set is a collection of unique elements with no specific order.

    • A set can be created using curly braces {} or the set() function.

    • Sets can only contain immutable objects like strings, numbers, and tuples.

    • Sets are useful for removing duplicates and performing mathematical operations like union and intersection.

    • Example: my_set = {1, 2, 3} or my_set = set([1, 2, 3])

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

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

    • Maps are also known as dictionaries or associative arrays.

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

    • Maps are commonly used in programming for tasks such as caching, memoization, and indexing.

    • Examples of programming languages that have built-in support for maps include Python, Java, and JavaScript

  • Answered by AI
  • Q3. Difference between driver.get() and navigate().to()?
  • Ans. 

    driver.get() loads a new page while navigate().to() loads a new page or refreshes the current page.

    • driver.get() is a method of WebDriver interface that loads a new web page in the current browser window.

    • navigate().to() is a method of Navigation interface that loads a new web page or refreshes the current page.

    • driver.get() waits for the page to load completely before returning control to the script.

    • navigate().to() does ...

  • Answered by AI
  • Q4. Write a program to reverse a string, remove duplicates from a string, String s="Test$123.QA", output should be Test 123 QA
  • Ans. 

    Program to reverse a string and remove duplicates from it.

    • Create a function to reverse the string using a loop or built-in function

    • Create a function to remove duplicates using a loop or built-in function

    • Split the string by the delimiter and join it with space

  • Answered by AI
  • Q5. What will be your approach if you have to develop a framework from scratch?
  • Ans. 

    My approach would be to first understand the project requirements, identify the tools and technologies needed, and then design a modular and scalable framework.

    • Understand project requirements

    • Identify tools and technologies needed

    • Design a modular and scalable framework

    • Create a folder structure for the framework

    • Define coding standards and guidelines

    • Implement reusable functions and libraries

    • Integrate with version control ...

  • Answered by AI
  • Q6. Some sql questions, difference between inner join & left join
  • Q7. What task do u perform as automation testing activity?
  • Ans. 

    As an automation testing activity, I perform tasks such as creating and executing automated test scripts, analyzing test results, and reporting defects.

    • Creating and maintaining automated test scripts using tools like Selenium, Appium, or TestComplete

    • Executing automated test scripts and analyzing test results to identify defects

    • Reporting defects and working with developers to resolve them

    • Integrating automated tests into...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics, not very advanced level

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(7 Questions)

  • Q1. What framework you are using in your project?
  • Ans. 

    We are using the Selenium framework for automation testing in our project.

    • Selenium is a popular open-source automation testing framework

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

    • Selenium WebDriver is used for automating web applications

    • It provides features for browser automation, testing across different browsers, and parallel test execution

  • Answered by AI
  • Q2. Explain about the framework structure
  • Ans. 

    Framework structure refers to the organization and layout of the automation framework components.

    • Framework structure includes modules, libraries, test scripts, configuration files, and test data.

    • It follows a hierarchical structure with layers such as driver scripts, reusable libraries, and test cases.

    • Frameworks can be structured as linear, modular, data-driven, keyword-driven, or hybrid.

    • Example: In a data-driven framew...

  • Answered by AI
  • Q3. Difference between findelement and findelements
  • Ans. 

    findelement returns the first matching element on a webpage, findelements returns a list of all matching elements.

    • findelement returns a single WebElement, findelements returns a list of WebElements

    • findelement throws NoSuchElementException if no element is found, findelements returns an empty list

    • Example: driver.findElement(By.id("exampleId")) vs driver.findElements(By.className("exampleClass"))

  • Answered by AI
  • Q4. How to handle multiple tabs in selenium
  • Ans. 

    Handling multiple tabs in Selenium involves switching between tabs and performing actions on each tab.

    • Use getWindowHandles() to get a set of window handles

    • Switch to a specific tab using switchTo().window(handle)

    • Perform actions on the tab

    • Close the tab if needed using driver.close()

  • Answered by AI
  • Q5. Explain about hashmaps
  • Ans. 

    Hashmaps are data structures that store key-value pairs and allow for efficient retrieval of values based on keys.

    • Hashmaps are also known as dictionaries, maps, or associative arrays.

    • They use a hash function to map keys to indices in an underlying array.

    • Hashmaps offer constant-time average case complexity for insertion, deletion, and lookup operations.

    • Example: HashMap map = new HashMap<>(); map.put("ke

  • Answered by AI
  • Q6. Why we use try and catch
  • Ans. 

    Try and catch blocks are used in programming to handle exceptions and prevent the program from crashing.

    • Try block is used to enclose the code that might throw an exception

    • Catch block is used to handle the exception thrown in the try block

    • It prevents the program from crashing and allows for graceful error handling

    • Can also include finally block to execute code regardless of whether an exception is thrown

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access the properties and methods of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle'

  • Answered by AI

Skills evaluated in this interview

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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium framework, exceptions, how to right click double click,
  • Q2. Rest assured, serialization , how to send POST request
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the framework structure
  • Ans. 

    Framework structure refers to the organization of test automation code, including folders, files, libraries, and configurations.

    • Framework structure typically includes folders for test scripts, test data, page objects, utilities, and configurations.

    • It may involve separation of concerns, such as using Page Object Model for better maintainability.

    • Frameworks like TestNG or JUnit provide annotations to structure test cases ...

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in creating automated test scripts using tools like Selenium and Appium

    • Proficient in identifying bugs and issues in software applications

    • Skilled in writing test plans and test cases to ensure comprehensive test coverage

    • Strong knowledge of programming languages such as Java and ...

  • Answered by AI

Skills evaluated in this interview

Synechron Interview FAQs

How many rounds are there in Synechron Senior Automation Engineer interview?
Synechron interview process usually has 2 rounds. The most common rounds in the Synechron interview process are Resume Shortlist and One-on-one Round.
How to prepare for Synechron Senior Automation 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 .NET, ASP.NET, Active Directory, Agile Methodology and Application Development.
What are the top questions asked in Synechron Senior Automation Engineer interview?

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

  1. Process, DB, Manual Testing scenario based quest...read more
  2. Selenium Basic, Core Java, ...read more

Tell us how to improve this page.

Synechron Senior Automation Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Synechron Senior Automation Engineer Salary
based on 47 salaries
₹8.5 L/yr - ₹27 L/yr
21% more than the average Senior Automation Engineer Salary in India
View more details

Synechron Senior Automation Engineer Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

3.1

Skill development

4.5

Work-life balance

4.4

Salary

1.7

Job security

4.4

Company culture

2.4

Promotions

4.4

Work satisfaction

Explore 6 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.6 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