I applied through university. The process took 2 months. I interviewed at OpenText (Bengaluru) in Dec 2023
Interview
It was a video call based interview for 30 mins. Questions were asked based on my resume. The questions were based mostly on the projects mentioned in my resume which I did in my college. Apart from that the questions were based on the extra courses I did in college.
I applied through university. I interviewed at OpenText (Bengaluru) in July 2023
Interview
1st round is coding round next is general hr round It will be non tech .the first round consists of 3 programs questions and it is average to medium level of problems it majorly consist of array string concepts
I applied through university. The process took 1 day. I interviewed at OpenText (Phagwāra) in Mar 2023
Interview
Asked me 2 DSA questions, First question was very easy , it was a vector - hashmap question ,2nd question was little tricky , it was a subarray type question
Interview questions [1]
Question 1
Write a function solution that, given a string S consisting of N characters, returns the maximum number of letters 'a' that can be inserted into S (including at the front and end of S) so that the resulting string doesn't contain three consecutive letters If string S already contains the substring "aaa", then your function should return -1 .