
Asked in LTIMindtree
1. diff b/w findelements vs findelement? 2. set vs map? 3. wap for occurences of characters 4. wap for fibonacci series 5. write xpath from a website(they will tell the exact location) 6. How to get galues from dropdowns? 7. Smoke vs Sanity? 8. Bug Life Cycle? 9. Regression and retesting? 10. Merge and rebase? 11. How we run jenkins? 12. How we connect the 2 files in cucumber and what is the process? 12. What are hooks? 13. How we can run the flaky test cases and write down the code for that? 14. How the priority works in testng?

AnswerBot
1y
Answers to various technical questions related to automation testing and software development.
findElements vs findElement: findElements returns a list of web elements matching the locator, while findE...read more
Anonymous
8mo
4. Answer public class Test4 { public static void main(String[] args) { int num = 5; int first = 0, second = 1; int next; System.out.println(first +"\n" +second); for (int i = 2; i
Anonymous
8mo
3 . Answer public class Test2 { public static void main(String[] args) { String s = "Hello"; HashMap value = new HashMap<>(); int count = 1; for (int i = 0; i< s.length(); i++){ if (!value.containsKey...read more
Anonymous
8mo
diff b/w findelements vs findelement
findElements fetch multiple elements and returns as List
findElement fetch single web elements and returns as Webelement
Add answer anonymously...
Top Automation Test Engineer Interview Questions Asked at LTIMindtree
Q. What are all the Selenium suites?
Q. What are your salary expectations?
Q. Do you have real automation coding experience? Please explain.
Interview Questions Asked to Automation Test Engineer at Other Companies
Top Skill-Based Questions for LTIMindtree Automation Test Engineer
Software Testing Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Data Structures Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

