Coforge Automation Testing | SDET | Interview Experience 2022 | Noida
In this article we will cover Coforge Automation Testing Interview Questions from 2022 which could help you prepare in advance. Coforge Automation Testing | SDET | Interview Experience 2022 Company - Coforge Job role - Automation Engineer | SDET Job location- Noida Interviewer - Sumit Aggarwal Date - October 29 2022 What are your day to day work? Write a program to print prime numbers until 100? Write a program for factorial? Write a program for below pattern? * * * * * * * * * * * * * * * He gave me 1 SQL query and asked me the output of it? He gave me 1 table and asked me to write a query - To print total number of streams by date where streams > 740; The interviewer asked random questions and I din't expect these questions for the role of Automation tester. He didn't ask any questions about Selenium, API or Manual testing. - // Java program to display Prime numbers till N class GFG { //function to check if a given number is prime static boolean isPrime(int n...