I applied through university. The process took 2 days. I interviewed at ConnectWise (Mumbai) in May 2024
Interview
very biased process, interviewers usually select from the first 10-12 applicants, rest interviews are taken just for the sake of the process. if they find suitable applicant in the first 10-12 applications, they would much rather not put in efforts to take genuine interviews of the rest of the applicants.
I applied through university. The process took 3 days. I interviewed at ConnectWise (Pune) in June 2024
Interview
The interview process at ConnectWise was structured and technical. It began with an online coding assessment followed by two rounds of technical interviews. Questions focused on data structures, algorithms, and basic OOP concepts. Communication and problem-solving approach were also evaluated.
Interview questions [1]
Question 1
They asked me to design a function to find the first non-repeating character in a string and explain its time complexity.
I applied through an employee referral. I interviewed at ConnectWise in Feb 2025
Interview
I had applied through through the job opening in its portal(used referral).
Received the OA Link. The OA had 3 questions, 1st one was basic if-else. Second one was Medium DP. Third one was very very hard DP on trees, which actually no one could solve.
After that there was resume shortlisting again based on OA results.
There were 2 technical interviews.
In the first one, he asked everything, including past internship work, DBMS(in depth), SDLC, basic idea of testing, frontend (HTML, CSS, JavaScript, ReactJS), backend (Node.js), how to scale, how to handle load, basics of microservices. At the end he asked basic DSA Questions and palindrome code.
In the second tech interview, I was asked mainly about my resume. He asked about access tokens and refresh tokens in jwt. Then he asked future scope of my projects. Then he asked some about devops. After that he asked me to share my screen and gave a DSA question. The question was that given an input string, create a possible permutations of the string and print it. I gave the intuition from brute->better->optimal and coded it. Got the HR call the next day.
Interview questions [1]
Question 1
1) OA-> Loops, Dynamic Programming, Dynamic Programming on Trees
2) tech round 1-> Past experience, Projects, DBMS, SDLC, Testing (basics), Frontend, Backend, DSA(very basic)
3) tech round 2-> Past experience, discussion on project and questions on the technologies used in project, DSA question on permutations of string