What We Are Learn On This Post
Persistent Systems interview Questions: Practice is essential for preparing for an interview. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance and feel confident in your responses when the pressure is on.
Wouldnât it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions? Unfortunately, we canât read minds, but weâll give you the next best thing: a list of previously asked Persistent Systems interview questions and answers.
Post On: | Persistent Systems Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Persistent Systems interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you would share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
Persistent Systems Interview Questions
Company Location: Pune, India
Experience: 10+ Years
Role: Team Lead
Updated on: 23.10.2021
- The client comes and asks you to automate a feature. So how will you proceed? Using an existing framework or using a new framework if you do not have the framework in place?
- What is CI? How do you use it in your day-to-day work?
- What is CD?
- Do you mention that you used a selenium grid? If my client doesn’t have multiple VMs, how will you do parallel execution?
- Do you use an automation framework using TestNG or Cucumber?
- Java program to provide output as the pyramid, java program to print array list and count strings and numbers and alphanumeric
- Sol query already shared above.
- How you use Jenkins in your project
Problem 1:
Write a Java class.
Create a method in this class that takes a list of strings as the only argument. Each string in this list will be a single word containing either alphabet a through z or digits 0 through 9 (for example, âabcd,â âPune,â â623â, âMumbai,â â10â, etc.
- The method should print on standard output 2 numbers:
- How many strings in the input array are numbers
- How many strings in the input array are non-numeric.
Problem 2:
Write a Java class.
Create a method in this class that takes an integer array as the only argument.
The method should process this array and return the 3rd largest number in the array. For example, if the array contains the numbers {10, 2, 5, 4, 6, 17, 11, 22}, then the method should print the number 11 and also return the same.
Input STRING= “abc @#123$%” Output: string =”123@#abc$%”
public class A { public static void main(String[] args) { System.out.println(âjâ + âaâ + âvâ + âaâ); } }
Persistent Systems Interview Questions
Company Name: Persistent Systems
Company Location: Pune, India
Updated on: 13.07.2021
IQs: 1st Round – Written Test [ Set A 30 mins ]
- Automate the Login page w.r.t Appium/Selenium with Java as a language and mention all the tools, libraries, types of frameworks used
- Automate Login API with Java as a language and mention all the tools, libraries, type of framework used, URLs, Credentials, HTML DOM Structure, and API URL were provided
Set B 30 mins
- Print all the Palindrome Word in a sentence and their count
- Print the few int values in an array, verify each no., Whether they are odd, even, prime, odd and prime, even and prime
2nd round
- Explain the complete Framework with folder structure and explain all the tools and for what reason you have used and explain all the classes in your framework
- overloading vs. overriding and where you have come across in Webdriver
- How to handle alert popups
- Write a TestScript for any E-commerce scenario after logging into the application.
- Exceptions you have come across and what reason they have come, and how to overcome them
- Frames handling
- Did you work in API Manual and Automation and Appium
3rd Round
- Automating Paginations in E-comm app, navigating from 1 to 2 and till 5 and here select a Nokia product
- Handling frames in detail like, in Frame 1, shifting one child frame to another child frame and then shifting to frame 2, etc.
4th round
- How to Handle dynamic elements partially dynamic and fully dynamic
- Why Hybrid Framework, what the de-merits with other kinds of Frameworks
- Explain the complete hybrid framework in detail, writing on a board
- In your career, which are the best 2 months and why?
- What test cases do you Automate?
- Assume there is a project which has not been tested(Manually not tested) yet, and how do you approach
- Automating it, and it needs to be completed in 15 days,
- asked whether it’s a long-term project and does it has a QA environment set up? The interviewer said yes to both.
- Two lifts are there. I am on 2 Nd floor; now write a Java program, so that any one of the lifts which are nearby should come when we press Up button
- what the reasons that sometimes, a Testcase will work fine for 1 browser and fails for other browsers are, and how do you handle it.
- Explain Selenium Grid
- There are 5 medicines, a,b,c,d,e, a few are Out of Expiry date, and a few have Expiry. The ones that have Expiry weights 500 GM, the one who completed Expiry date weighs 490 gms, in one chance(in one shot ) how to decide, which are rotten and which ones are not
- How do you select the Framework
Persistent Systems Interview Questions
Manual Testing:
- Explain about yourself
- What is Functional Testing
- What is the difference between System and System Integration Testing
- Explain Defect Life Cycle
- What is RTM
- What are the testing levels you perform
- What is System Testing
- What are the Test Strategy and test plan
SQL:
- What is Self Join
- How to get unique values
- What operator is used to fetch the name starting with A and tell me the syntax
Selenium Automation:
- What are Web driver API Instance
- What is IDE, RC, Web driver
- How many languages do Selenium Support
- Why TestNG is Used
Web service:
- What is Rest API
- Difference between PUT and POST
please add these question too
Java
1.input
STRING= “abc @#*123$%
output::string =123@#*abc$%
2.Output Of programme
public class A {
public static void main(String[] args) {
System.out.println(‘j’ + ‘a’ + ‘v’ + ‘a’);
}
}