↳
Small piece of code.
↳
Hi bro, what were the queations asked in the written and system tests. Please let me know. it will be help ful Menos
↳
Cleared all 4 rounds and got an offer
↳
Do they need automation as mandatory
↳
Ok, but looking at what I had done so far, it was very annoying to answer these type of questions. But I kept it cool :) It is funny how they miss on some of greatest talents based on a question about string manipulation. It is more like asking a professor to solve a fifth-grade question using what the fifth grader knows at school. Most the time they will fail. It didn't bother me not getting the job at all. It is just their loss. I have at least four other great opportunities with companies who appreciate my real-life significant accomplishments that I can choose from. Menos
↳
In these sorts of interviews you really need to drill down and understand what the interviewer is looking for. A good way to simulate a real interview experience is to do a mock with one of the Snowflake Senior Software QA Engineer experts on Prepfully, rated super strongly on TrustPilot... prepfully.com/practice-interviews Menos
↳
Defined generic approach and gave an approximate position of the center.
↳
Accordingly
↳
I felt like I did well on this interview and I thought I had connected well with the QA manager who conducted this interview. So, I was stunned that I was rejected after this interview and never got to explore the fit with the team. Remember they contacted me.... Menos
↳
start from the given number and decrement by 1 and check if prime, similarly do by incrementing by 1. Whichever number diff is least is the nearest. Menos
↳
public class GenericClass { T obj1; U obj2; GenericClass(T obj1, U obj2) { this.obj1 = obj1; this.obj2 = obj2; } public void print(){ System.out.println(obj1); System.out.println(obj2); } public static void main(String args[]){ GenericClass s = new GenericClass("asdf",23); s.print(); } } Menos
↳
I can't answer that question, that's confidential information.