Java realated questions Based on resume there ask few questions
Software Test Automation Interview Questions
3,202 software test automation interview questions shared by candidates
Database join table kind of problem. But not in the technical interview. The hiring manager asked me to form an abstract query to join data from two tables with distinct items.
A disguised topological sort problem. I was given a list of app actions like ["Swipe up to Home", "Search 'Photos'", "Tap on Search Bar", "Click Download", "Launch App"] and a set of order constraints like ["Launch App, Tap on Search Bar", "Tap on Search Bar, Search 'Photos'", "Click Download, Swipe up to Home"]. The task was to return any valid sequence of the actions that satisfied all the given constraints, outputting them as a single string joined by " - ".
General questions about work experience etc
Ask to write a program
Java - Oops concepts, collection ,selenium basic question, about the project I had done previously.
They asked me to code
Selenium and Java questions, oops concepts etc
NDA. Questions ranged from : QA methodologies, how would I QA a given feature, and code on board for a BST problem.
Given a Bank class java code, list all the test cases you would come up with. Given a tree, decide if it's a binary tree. Given a tree node and integer number, write a method that returns true/false if any path from that node sums up to that number. Given a matrix of 0 and 1, return a set of connected unions of 1s. More code on recursion, Stack, Queue
Viewing 2521 - 2530 interview questions