I applied online. I interviewed at Callisto Info Solutions (Bengaluru) in May 2019
Interview
Round 1: Round 1 was a online test and the platform was amcat. It includes Aptitude, English, Reasoning ability, Computer Science Questions and 2 Coding Questions (everyone had different, mine was related to patterns and linked list).
Round 2: It was a normal Technical interview and they asked some basic questions on networks, DBMS, OS, Data structures and Puzzles.
Round 3: It was the 2nd Technical Interview and this time they went deep to extract what knowledge i have basically in everything, whether its OS, DBMS, My projects or Data structures.
Round 4: This was a normal HR interview round where they asked, where am i from. How many interviews i have attended before and what went wrong. In which location you are comfortable.
Interview questions [1]
Question 1
Q1:- Given an array nums and two sliding windows of size K & L which don’t have any element in common between them, you need to return the maximum sum of elements we can get between both windows.
This is basically an extension of SLIDING WINDOW Problem on Geeks for Geeks.
https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-subarrays-of-size-k/
Q2:- Given a string with elements having lowercase letters and question marks. Replace each question mark with lowercase letter such that the element is not equal to the element before it and the element after it.
Ex:-
Input String:- abcab??bac?
Output:- abcabacbaca
(There can be a lot of different outputs, anyone of them was accepted)
Input String:- ????????
Output:- abcdefgh
Q3:- We are given the maximum occurances of ‘a’, ‘b’ and ‘c’ in a string. We need to make the largest length string containing only ‘a’, ‘b’ and ‘c’ such that no three consecutive characters are same.
Ex:-
Input:- 3 3 3
Output:- abcabcabc
(There can be a lot of different outputs, anyone of them was accepted)
Input:- 5 5 3
Output:- aabbcaabbcabc
About 14 students out of 130 were selected for the interviews
I interviewed at Callisto Info Solutions in Aug 2017
Interview
Their will be three round of interview
1 round will be tech interview
2 round will be manager
and final round HR
and if you selected then they will ask for joining date
Interview questions [1]
Question 1
basic question on c language
about CAN and uds protocal