Yesterday, I appeared for Tekion Corp OA for Associate Software Engineer/Intern. There were some mcqs based on OOPS, OS, and SQL and 2 coding questions. I was able to write the both code. First question was "Profit Maximization" based on dp and another one was "Character Set Count".
Then I was selected for the next round i.e. First Technical Interview.
Today, I appeared in an interview. Starting with my introduction, interviewer asked me some sql queries related to join operation. Then he asked to differentiate between Stack and Queue. After this, he asked me to write the code for find the two minimum elements present in the stack. I was able to give all the answers.
Then I was selected for Second Technical Interview.
This interview was also start with introduction. After that, he gave me a coding problem. The problem is that we have an array and two indexes. In output, we have to shift the elements in left side from given index1.
EX:- If the array is 1 3 5 8 6 2 and two indices are 2 and 4 then output should be
1 3 8 6 5 2.
I was able to solve this. Then he asked me about my project.
After this round, Hr round was conduct. But I was not select in that round even after I showed then the entire screening of the code which was correct .