Qué tipo de datos devuelve este código? Qué devuelve esta función?
Desarrollador De Java Web Junior Interview Questions
761 desarrollador de java web junior interview questions shared by candidates
what programming languages do you know?
Please talk about your experience and interests.
Questions weren't too difficult or unexpected overall. Just some simple technical questions to gauge what knowledge you have and to get to know your personality.
Sehr, sehr viele.... Fragen waren in Bereiche unterteilt: CSS, HTML, JavaScript, PHP,...
Here are some questions I remember: HR Questions: 1. How did you hear about us? 2. What do you know about Scandiweb? 3. Tell me about yourself. 4. What are your goals? 5. What is your salary expectation? 6. When do you want to start working? 7. Part-time or full-time? 8. Do you have any questions? Technical Questions: 1. Briefly tell me about your programming experience. How many full-stack projects have you done? Some questions about the task you've submitted, like: 2. How and where would you add property if you have parent class and child classes? From PHP: 3. What are the types of arrays? 4. How do you count the length of an array? From PHP OOP: 5. What is OOP? 6. What is polymorphism? 7. What are the access modifiers? 8. What is the difference between the abstract class and interface? From MySQL: 9. I want two columns, countries and the number of countries, from the table, ordered by country name. What will be the SQL statement? 10. What are joins? 11. What are a primary key and a foreign key? 12. What is an index? (This was the question I couldn't answer) Others: 13. What is Git, and what Git commands have you used? 14. What is an API? What is a REST API? The Live coding task: Create an abstract class called Animal that has the following properties and methods: Properties: $name (string) - the name of the animal $color (string) - the color of the animal $age (int) - the age of the animal Methods: constructor - method that takes in the animal's name, color, and age as parameters and sets the corresponding properties. getName - a method that returns the animal's name. getColor - a method that returns the animal's color. getAge - a method that returns the animal's age. speak - an abstract method that each subclass must implement. Create an interface called Pet that has the following method: play - a method that takes no parameters and returns a string indicating that the animal is playing. Create a class called Dog that extends the Animal class and implements the Pet interface. The Dog class should have the following additional properties and methods: Properties: $breed (string) - the breed of the dog Methods: constructor - method that takes in the dog's name, color, age, and breed as parameters and sets the corresponding properties. getBreed - method that returns the dog's breed. speak - method that returns the string "Dog barks!". play - a method that returns the string "The dog is playing!".
Do you know about our company?
Interview questions were medium, not so hard, not so easy, they were around the concepts mentioned in the job description.
the first half: HR will request one of the developers to continue with the tech interview:(Programming language: PHP) Start with feedback (or may ask questions) about the practical task that you've submitted. What is OOP(object-oriented programming) overall? What do you mean by CI/CD? What is composer and use of it? What are an autoloader and its use? What is Docker? Difference between Abstract class and Interfaces. What Is Trait? What access modifiers are there? (Public, Private and Protected) echo vs print var_dump vs print_r exit vs die What is input sanitization and validation and why it is required? MySQL PDO vs MySQLi What is AutoIncrement? How to get Distinct from the table? What is joins, types of join And lastly, You'll be asked for a small coding task: Define two classes, one has three properties and the other has two. Inherit the first class into the second class. Define all properties. (Note: Only magic methods are allowed). Define one method to return all properties previously defined property.
OOP: - 4 pillars of oop - some random basic php built in function questions like how can i get the length of an array - types of array - access modifiers
Viewing 741 - 750 interview questions