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.
posted on 21 Dec 2024
I applied via Campus Placement
General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.
Function to reverse a given string
Create an empty string to store the reversed string
Iterate through the input string in reverse order and append each character to the new string
Return the reversed string
Binary search function to find target value in sorted array
Define function that takes sorted array and target value as input
Initialize variables for start, end, and middle indices
Use while loop to iterate until start is less than or equal to end
Graduating with honors, winning a hackathon, volunteering in a developing country
Graduated with honors from university with a degree in Computer Science
Won first place in a hackathon competition by developing a unique and innovative software solution
Volunteered in a developing country to help build schools and provide education to underprivileged children
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Logical reasoning, quantitative analysis and computer test
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