Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Definitions of key concepts in PHP development
Constructor: Special method used to initialize objects in a class
Magic methods: Predefined methods in PHP classes that start with __
Static methods: Methods that can be called without instantiating a class
Abstract class: Class that cannot be instantiated and may contain abstract methods
Traits: Reusable code that can be included in multiple classes
Namespace: A way to organize...
LEFT JOIN includes all records from the left table and matching records from the right table, while OUTER LEFT JOIN includes all records from both tables.
LEFT JOIN is equivalent to INNER JOIN, but includes unmatched records from the left table.
OUTER LEFT JOIN is the same as LEFT JOIN, including all records from both tables.
Use LEFT JOIN when you only want to include matching records from the right table.
Use OUTER LEFT ...
I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.
Join types in SQL are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Syntax: SELECT columns FROM table1 JOIN table2 ON table1.column = table2.column
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
An associative array is an array where each key is associated with a value.
Associative arrays use key-value pairs instead of numerical indices.
Keys can be strings or integers.
Example: $colors = array('red' => '#FF0000', 'blue' => '#0000FF');
CRUD OPRATIOIN using Larvel - ajax
I applied via Walk-in and was interviewed before Jun 2021. There were 2 interview rounds.
Practical knowledge is required.
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.
Java is platform independent due to its bytecode and JVM.
Java code is compiled into bytecode which is platform-independent.
JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.
JVM acts as an abstraction layer between the Java code and the underlying hardware.
This allows Java programs to run on any platform that has a JVM installed.
For example, a Java program written on a Windows machine ca...
based on 2 interviews
Interview experience
based on 5 reviews
Rating in categories
Front end Developer
6
salaries
| ₹0.7 L/yr - ₹3.6 L/yr |
Web Developer
3
salaries
| ₹1.4 L/yr - ₹1.8 L/yr |
Social Media Executive
3
salaries
| ₹3.2 L/yr - ₹4 L/yr |
Softwaretest Engineer
3
salaries
| ₹1.2 L/yr - ₹1.2 L/yr |
Infosys
TCS
Wipro
HCLTech