i
Synechron
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
Basic logic programs,Java oops concepts, Selenium commands, scenario based questions on Selenium.
I was interviewed in Sep 2023.
Mobile testing is important for ensuring the functionality and usability of applications on various devices. Techniques like scrolling and touch actions are essential for testing mobile apps.
Mobile testing ensures that applications work correctly on different devices and screen sizes.
Scrolling on a phone can be done using methods like swipe or scroll actions in automation tools like Appium.
The Touch Actions class in Se...
Oops concepts are fundamental to object-oriented programming and include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and methods from a parent class.
Polymorphism allows objects to take on multiple forms and behave differently depending on the context.
Encapsulation hides the implementation details of a class and only exposes necessary information.
Abstraction...
posted on 28 Jun 2024
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Program to print occurrence of characters in a given string
Create a map to store characters and their counts
Iterate through the string and update the counts in the map
Print the characters and their counts from the map
Program to find sum of any two elements in an array equal to -1
Iterate through the array and for each element, check if there exists another element whose sum is equal to -1
Use a hashmap to store the elements and their indices for faster lookup
Handle edge cases like empty array or array with less than 2 elements
Example: For array [-2, 3, 5, -3, 8], the pairs (-2, 1) and (3, -3) have sum equal to -1
Use browser developer tools to inspect element and generate xpath
Inspect element using browser developer tools
Right click on element and select 'Copy' -> 'Copy XPath'
Modify generated xpath if needed to make it more robust
posted on 20 Jun 2024
I was interviewed in May 2024.
Python pytest is a testing framework that makes it easy to write simple and scalable tests.
Python pytest is a testing framework for writing simple and scalable tests in Python.
It allows for easy test setup, execution, and reporting.
Pytest fixtures can be used to set up preconditions for tests.
Parametrize decorator can be used for data-driven testing.
Assertions can be made using assert statements.
Plugins can be used to
posted on 1 May 2024
Keywords in Java are reserved words that have special meaning and cannot be used as identifiers.
public
static
void
class
extends
posted on 30 May 2024
I applied via Approached by Company
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
posted on 12 Aug 2024
I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Questions on basic java, manual testing, coding best practices, automation testing
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.
...
based on 9 reviews
Rating in categories
Technical Lead
2.8k
salaries
| ₹11.1 L/yr - ₹38.5 L/yr |
Senior Associate
1.9k
salaries
| ₹8 L/yr - ₹27 L/yr |
Senior Software Engineer
1.5k
salaries
| ₹12.4 L/yr - ₹27 L/yr |
Senior Associate Technology L1
1k
salaries
| ₹8.9 L/yr - ₹29 L/yr |
Associate Specialist
774
salaries
| ₹12.1 L/yr - ₹40 L/yr |
TCS
Infosys
Wipro
HCLTech