J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Bharuwa Solutions (Rānchī) en oct. 2024
Entretien
The interview starts with a greeting and my introduction. Then the interviewer told me to explain my projects and their practical benefits. Then we talked about some technical concepts around PHP and Web Development. After that, I had to implement some problems related to array and string in an online compiler. The interview ended on a good note when they ask me questions from MySQL(I have mentioned it as skill in my resume ).
Questions d'entretien [1]
Question 1
What is Session in PHP?
How can we refresh a Session in PHP?
What are Cookies? Why they are used?
What is the difference between Session and Cookies?
How we can implement the login and logout functionality in our web application?
How would you define a variable in Session?
What is the Explode() function?
What is an Array? How many types of Array are there in PHP? Name some methods related to the array.
What is a Variable? How we can define a variable.
Write a function to find the Odd & Even of the given number. (Machine Coding)
What a function to get the sum of values(Integer) stored in a variable as Strings. (Machine Coding)
What is Indexing in MySQL? Why indexing is used? How does indexing work and why is it useful?
What is Primary Key and Foreign Key?
Can we make multiple primary keys in a table(RDBMS)?