Newpage Solutions Interview Question

Q1. Sort python list containing duplicate elements using python inbuilt functions Q2. In the above question, now print the list elements in the order of frequency(repetition). For example list=[1 ,1, 1 , 2, 3, 3 ,4]. Output should be : 1, 3, 2, 4 Q3. How would you find locators in appium for mobile testing. Q4. Why do you use JIRA if you can log defects in HP QC as well.