Webyog Interview Question
Interview
1) 1171) Why would you like to work here rather than at a big
company?
Interview
The 1st round was written exam which contain written exam. There were three section 1 have 3 aptitude question, 2 have subjective question related data structure,3 section consist of 6 question out of which 2 are simple and 4 question are tough and related to SQL , Javascript and C C++.
Interview Questions
- 2) Javascript program to validate email id of a user.
Interview
i went through Elitmus ,pH test so firstly there was a technical test followed by several rounds of interview i e... technical and HR interview.Overall the process took 7-10 days as the interview was only for the shortlisted candidates.
Interview Questions
- 3) why should we hire you ?
4) 4)
Write a program to mutiply 2 no. Widout using *
Answer
count=0; public static int Multiply(int num1,int num2,int count) { if(count!=num2) return num1+Multiply(num1,num2,++count); return 0; }
5) To traverse a matrix spirally
6)
7) writing c programs with pointers
8) Questions to write a program to print the proper subsets of a set
9)
No comments:
Post a Comment