I applied online. The process took 2 weeks. I interviewed at Align Technology in Jul 2020
Interview
Process begun by a short phone interview which I was asked about basic concepts about automation framework.
After passing the phone interview we scedhuled a 1:1 Zoom interview there I was asked about multithreading and about basic and advanced concpets in Java language.
Then I had another interview with HR and she asked me to give her recommenders, which I delivered the next day.
They did not contact me for a week (I asked them in mail what is my application status) then after a week they called me and told me that the poistion was changed and my application is not needed anymore which was very strange to me after the process I have passed.
Interview questions [1]
Question 1
What would happen here in terms of inheritance :
public class Manipulation {
public void add() {
}
public void add2() {
add();
}
public class Addition extends Manipulation{
public void add() {
}
public static void main(String[] args) {
Manipulation additionManipulation = new Addition();
}
}
}
I applied online. The process took 2 days. I interviewed at Align Technology (Casa Grande, AZ) in Mar 2020
Interview
The interview process was amazing! My hiring manager, Michael, was very upfront and honest. He was also super informative about the position and what would be expected of me should I be sent an offer and accept.
I applied in-person. The process took 3 weeks. I interviewed at Align Technology (Moskau, ) in Dec 2019
Interview
Contact me by a mail, then invited to brief phone interview, in which I had been asked short list of simple questions about programming language and had a long talk about my experience, projects I made, and corp. projects and development practices. It was very interesting talk. Then after a few days I was invited to the in-person interview with paid air tickets and paid place to stay (in a nice hotel near the office). In an in-person interview I had a tour short around the office and then interesting interview both with paper/whiteboard questions and talk about my experience along with talk about corp. values, projects and goals. There was no such complex algorithmic questions as on Hackerrank but questions really showing a process of developing solution for a problem. Then after a week I got an offer and employed.