Questions about automation and performance testing
Control Engineer Interview Questions
22,223 control engineer interview questions shared by candidates
Experience with testing mortgage documents.
Mostly to narrate situations and outcomes
If you found out a tester is behind schedule or doing the wrong requirement at the very late stage, what would you do?
12,34,85,65,25.. he gave me a set of numbers asked me find the leaders in the series.
Tell me about your previous experience. How many test cases did you write and how long did it take.
1--> Test enumarations for below scenario. "Download app and install" 2-->program for anagram for two strings 3--> Check if array elements are consecutive 4--> write test data for a function which prints common characters of two Strings... ex: night , hot.. output : ht 5--> Debugging : we saved a file/document to a particular location in laptop. how to debug if we are not finding the file in laptop.
1.Day1: written test consist of two program and 3 test scenario based questions. This is followed by three technical interview one manual testing related round and two coding rounds with all twist and turns in programs. 2.Day 2: After 3 weeks Recruitment Manger took telephonic interview from US. 3. Day 3:After One month they decide to take final round which is behavioral based and one scenario based question. For this round they offered flight ticket for other location. Finally after one month after calling so many times they decided I did not do well.
EX: Given two arrays and you have to combine them and print the median
The problem: Company_A has a process that is not set in a given schedule. New builds can come in at any given point of the day. Company_A needs to test these builds via simply logging into them as they come in, and verifying that the login was successful. Executing this manually is a tedious process and the need to have a resource constantly checking their inbox for new builds, and then manually testing amounts to a significant amount of overhead. To reduce the overhead Company_A now wishes to implement a fully automated solution without the need for any human intervention that includes test run setup, configurations, etc. New build notifications arrive through the company emails in Outlook, and the titles of these new build notifications are standardized and contain the build number that is ready to be tested. E.g. “New Setups for 3.43 are now available for QA testing.”. The body of the email includes the location of the setups, e.g.: “The Application setup is located at: <\\setups\testing\> and is called SETUP.exe.” To test this, after receiving this email, the user has to uninstall any builds that may already be installed on the machine first (installing the new build will NOT work otherwise), and then install the new build via the executable mentioned in the new build email. Uninstalling the application is done through a command in the command line (you can make one up, but it has to reference the path of the already installed application), and installing the application has to be done from the local machine by way of taking the setup.exe file from the network and copying it to the local machine. Tasks: • Create a short design that describes the approach you will use to solve the problem (starting with receiving the email) including specific components needed to make this solution fully automated. • Write some code/pseudo code to implement your design. State specifically what should exist in each component. • Provide comments in your code that indicate what your test is doing from start to finish. Note: • This solution can be provided using any scripting language or automated testing tool, although the VBScript language and TestComplete or QTP testing tools are preferred.
Viewing 1711 - 1720 interview questions