1. Find whether the given Array has fibonacci series 2. Find the longest palindrome Substring in a string 3. Process a String of given pattern with underscores to get result given. 4. Remove duplicates in an Array
Software Developer In Test Interview Questions
1,163 software developer in test interview questions shared by candidates
Pair programming 3 separate tasks
Selenium questions Difference between driver.quit() and driver.close(). Difference between implicit wait() and explicit wait () in Java. Describe the Automation framework. what is the output of these two print statements in java? System.out.println("Hello, World!"+ 12 +150); System.out.println(12 + 150 "Hello, World!"); Replace or create a new json object in the array? Array [ { "name" : "bob", "status" : "Active" // change key "status" to output and "Active" to true -- something like that } ]
Codility - Q1. When given a number, rearrange the digits in the number to return the biggest number possible. E.g. if given 123, program should return 321
blocks of code to initialize constructor, how we can create destructor?
How would you handle a peer developer pressuring you to approve buggy code?
What are metaclasses in Python?
first round: Java based program: - reverse string - output of a program (constructor based) - OOPS concept and usage in framework - Selenium scenario based problem - Selection of date in calendar code Second Round: (VP Round) - Focussed on your project and what have you been doing with your present project - Puzzles and random question which they might think are relevant Third Round: (CEO and CTO) - Again random test cases (test iphone, whatsapp) - Out of resume question about the internal working of random systems - internal working of HTTP protocol and Session management with cookies working and implementation.
Are you following Trendyol Tech on Medium
1) Very easy - Find a duplicate number in an array 2) More technical about their testing scenario - specific knowledge required of the product related
Viewing 161 - 170 interview questions