Sirion Labs Interview Questions Set-1
Sirion Labs Interview Questions Set-1
For Candidate1:
1. Introduction about yourself
Hi I am Madhusudhan , I am a QA professiona/Sr Automation Engineer with 5.2
years of
experience. I have 3 years of experience in Test Automation and Rest with
Manual Testing
I have experinece in UI Automation using Selenium with Java with very good
understading
of the Framework with TestNG annotations assertions,Extent Reports,logs.
Working with GitHub
& Jenkins.
I have working experience on Insurance,HealthCare Domains. My last project was
Aviva
Insurance application for UK client for which I was involved in TestAutomation
1a.including details about your project involvement.
In my last project I worked as Sr Automation Engineer.
My major responsibilities included:
System.out.println(mpVals.get(1));
Set<Integer> keys=mpVals.keySet();
for(Integer key:keys)
{
System.out.println(key);
System.out.println(mpVals.get(key));
}
System.out.println(mpVals);
}
11. Find the occurrences of the string: "aman aman aman aman".
For Candidate2:
1. Explain the framework you have worked on?
2. Describe the differences between the usage of find element and find elements.
3. Share your approach for identifying broken links in a webpage.
4. Provide the syntax for utilizing a hashmap.
5. Demonstrate different ways to reverse a string.
6. Remove any trailing spaces from the given string, for example: " abc fg/k".
For Candidate3:
1. Introduce yourself.
2. Discuss your recent project experience.
3. Provide an overview of your automation framework.
4. Over the past 6 months, how much has the automation coverage increased in your
project?
5. Explain how to identify broken links on a webpage.
6. Remove both leading and trailing spaces from the given string.
7. Convert and print a given string into an array.
8. Convert and print a given array into a string.
List<WebElement> lstLinks =driver.findElements(By.xpath("//a"));
if(getStatusCode(href)!=200)
{
fail("broken link");
}