Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
Google sheet API. Save records in sheet, read them in laravel, save in local database and show them in laravel blade template
Middleware is software that acts as a bridge between an application and the server, handling requests and responses.
Middleware can modify incoming requests before they reach the application.
It can also modify outgoing responses before they are sent back to the client.
Types of middleware include authentication middleware, logging middleware, error handling middleware, etc.
Examples of middleware in PHP frameworks include...
Reverse routing in Laravel is the process of generating URLs based on route names.
Reverse routing helps in generating URLs dynamically without hardcoding them in the views.
It allows for easier maintenance and flexibility when changing routes.
Example: route('profile') will generate the URL for the 'profile' route.
Joins 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.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left table.
FULL ...
Index is a reference point or value that helps in accessing data quickly in an array or database.
Index is a numeric value that represents the position of an element in an array.
It starts from 0 in most programming languages.
Using index, we can quickly retrieve or update data in an array.
For example, in PHP, $arr[0] refers to the first element of the array $arr.
Eloquent ORM is an advanced PHP implementation of the Active Record pattern for working with databases.
Eloquent ORM is included with the Laravel PHP framework.
It allows developers to interact with databases using PHP objects instead of writing SQL queries.
Eloquent models represent database tables and can be used to perform CRUD operations.
Relationships between database tables can be defined using Eloquent's model relat
Commands in Laravel are artisan commands that help developers perform various tasks such as database migrations, seeding, and creating controllers.
Artisan commands are run through the command line interface using the 'php artisan' command.
Some common artisan commands include 'php artisan migrate' for running database migrations, 'php artisan db:seed' for seeding the database with dummy data, and 'php artisan make:contr...
Top trending discussions
Object-oriented programming concepts in PHP
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allowing a class to inherit properties and methods from another class
Polymorphism: ability to present the same interface for different data types
Abstraction: hiding the complex implementation details and showing only the necessary features
Little difficult for the freshers
A little programming oriented questions were there
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
I applied via Naukri.com
DOM stands for Document Object Model, it is a programming interface for web documents. It represents the structure of a document as a tree of objects.
DOM is used to interact with HTML and XML documents in a structured way
It allows developers to manipulate the content, structure, and style of a website dynamically
DOM provides methods and properties to access and modify elements on a web page
Example: document.getElementB...
The output will display the document object in the console.
Typing 'document' in the console will return the document object, which represents the current HTML document.
The document object provides access to the content and structure of the webpage, allowing manipulation of elements and properties.
Moderate to difficult
I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.
HTML CSS javascript jQuery
Sql based question, tables, joins, working experience.
I applied via Company Website
Web Developer
6
salaries
| ₹2 L/yr - ₹3 L/yr |
E-Commerce Executive
4
salaries
| ₹2.2 L/yr - ₹3.2 L/yr |
Senior Executive
3
salaries
| ₹2 L/yr - ₹2.2 L/yr |
Team Lead
3
salaries
| ₹3.9 L/yr - ₹3.9 L/yr |
TCS
Accenture
Wipro
Cognizant