i
Persistent Systems
Filter interviews by
What people are saying about Persistent Systems
posted on 7 Oct 2024
I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.
posted on 6 Oct 2024
Dynamic x path is a way to locate elements on a web page using changing attributes or properties.
Dynamic x path is used when the attributes of an element on a web page keep changing.
It involves using functions like contains(), starts-with(), or ends-with() to create flexible x paths.
Dynamic x path is helpful when the traditional x path is not stable due to changing attributes.
Example: //input[contains(@id,'dynamicID')]...
A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.
Use a hash function to map keys to indices in an array
Handle collisions by using techniques like chaining or open addressing
Common operations include inserting, retrieving, and deleting key-value pairs
Sets are unordered collections of unique elements, while lists are ordered collections of elements that allow duplicates.
Sets do not allow duplicate elements, while lists can have duplicate elements.
Sets are unordered, meaning the elements are not stored in any particular order, while lists maintain the order of elements.
Sets are implemented using hash tables for faster lookup, while lists are typically implemented usi...
I am using a modular framework with Page Object Model design pattern for test automation.
Modular framework divides the entire application into small independent modules for easy maintenance and scalability
Page Object Model design pattern separates the web elements and their actions into separate classes for better code organization and reusability
Using TestNG for test execution and reporting
Integration with Jenkins for
posted on 24 Jan 2022
I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.
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])
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
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 ...
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
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 ...
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...
posted on 18 May 2022
posted on 10 Sep 2023
I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.
posted on 14 May 2024
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
To find the 2nd highest number from an array, sort the array in descending order and return the element at index 1.
Sort the array in descending order using a sorting algorithm like bubble sort or quicksort.
Return the element at index 1, which will be the 2nd highest number.
I applied via Recruitment Consultant and was interviewed in May 2019. There was 1 interview round.
Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.
Our framework uses Excel sheets to store test data and test cases.
We have created custom keywords for frequently used actions.
We use Selenium WebDriver for web automation and Appium for mobile automation.
Our framework supports parallel execution of test cases.
We have implemented logging and reporting features for better test man
TestComplete 14 has new features and improvements compared to TestComplete 12.
TestComplete 14 has improved object recognition and identification.
TestComplete 14 has added support for testing web applications built with Angular, React, and Vue.js.
TestComplete 14 has a new feature called SmartBear Test Extension for Visual Studio, which allows developers to run automated tests from within Visual Studio.
TestComplete 14 ha...
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
4.4k
salaries
| ₹2.5 L/yr - ₹9.5 L/yr |
Senior Software Engineer
3.9k
salaries
| ₹5 L/yr - ₹15.4 L/yr |
Lead Engineer
3.1k
salaries
| ₹9.9 L/yr - ₹30 L/yr |
Lead Software Engineer
3k
salaries
| ₹7.3 L/yr - ₹18.4 L/yr |
Project Lead
1.9k
salaries
| ₹13.4 L/yr - ₹38.8 L/yr |
Cognizant
TCS
IBM
Wipro