Candidatei-me por meio de recrutador(a). O processo levou mais de 1 semana. Fui entrevistado pela Paragyte Technologies (Pune) em set. de 2017
Entrevista
I had applied through Pragmatic, Pune.
Paragyte arranged the test in their office. You have to bring your own laptop for the test. Then after connecting to their network the test begins for 1:30 hr.
Test was surprising.
Everything Cpp.
15 questions
11 questions on Cpp snipets like pointers, enums, etc. All MCQs
Rest 4 were programming.
1. Cpp - Object addition using binary + operator.
2. Cpp - Second last max prime number from a 3x3 matrix.
3. Html - Get name and update in the list. If starting letter is vowel then text should be red else blue.
4. Html - Create a form with gender male female and age. If age > 18 Candidate can vote else not.
The results for that test aren't declared yet.
45
Outras avaliações de entrevista de vagas de Java Developer da empresa Paragyte Technologies
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 dias. Fui entrevistado pela Paragyte Technologies (Pune) em dez. de 2017
Entrevista
Apptitude + Technical Interview (F2F) + Technical & HR
Apptitude included MCQs on C++ and 2 programs in java and 2 programs in Javascript.
Technical Interview (F2F) Core and Advance Java Questions. Write Programs on related to Matrix. Some SQL related questions.
HR: Tricky questions, Data Structures. What are you planning after next 2 years?
Perguntas de entrevista [1]
Pergunta 1
Write a program to find whether the string Is Palindrome or Not, using recursion.
Note: Without declaring any variable inside the function. Time complexity must be O(n/2).
boolean Palindrome(String str, int length){
...............
}
Candidatei-me por meio de recrutador(a). O processo levou 3 semanas. Fui entrevistado pela Paragyte Technologies em nov. de 2017
Entrevista
90 min test in which 11 Qestion are on C programing language all are mcq type and 4 Qestion are on java and JavaScript 2 ,2 Qestion respectively. In java 2 Qestion are shorting of an array and factorial using recursive function.