I applied online. I interviewed at Pranav Softsol (Chennai) in Jan 2021
Interview
Short coding : 1. They gave an array A with N elements we need to find if addition of two elements in the array will be the element K Ex: I/P: a[5]={7,3,2,6,4,} K=10; Op:7+3=10 6+4=10 2. Two sorted array a[],b[] will be given we need to merge the array without temporary array. 3. An array arr[] with elements are given we need to sort the odd number in descending on left side and the even numbers in ascending on the right side of the array Ex: I/P: arr[5]={7,4,3,5,2} O/P:7 5 3 2 4
Interview questions [1]
Question 1
good interview questions which is related to technical and programming concept
I applied online. I interviewed at Pranav Softsol (Bengaluru) in Oct 2021
Interview
1. Worst experience during second round
We have to understand the requirement doc via video call and to access IDE only on their machine which is very difficult to handle via video call.
recruiter was not connected in interview call due to some technical issue from his side. if I have any doubt I should ask him separately via phone to connect audio(very time consuming).
2. You will not get any mail from the company about the interview, they will only do verbal communication.
Interview questions [1]
Question 1
First Round: Had interview call from product person
Second Round: Coding test
They will share their machine screen via video call, We have to understand the requirement doc, design and development
it involves UI, C#(you can use any framework create and any app related to C# i.e., asp .net core, asp .net webforms) and SQL