Filter interviews by
The .env file needs to be updated with production-specific configurations.
Update the APP_ENV variable to 'production'
Set the APP_DEBUG variable to 'false'
Update the database connection details
Update the cache and session drivers
Set the log level to 'error' or 'warning'
Update any other environment-specific configurations
PHP code can be written in Blade templates using the @php directive.
Use the @php directive to write PHP code in Blade templates
Wrap the PHP code in opening and closing PHP tags
Use Blade syntax to output the result of the PHP code
Example: @php echo 'Hello World'; @endphp
Gate is a Laravel feature that provides a simple way to authorize user actions.
Gate allows defining authorization policies for specific actions or resources.
It can be used to check if a user is authorized to perform a certain action.
Gate can be used in controllers, views, and other parts of the application.
Example: Gate::allows('update-post', $post) checks if the user is authorized to update the given post.
Composer is a dependency manager for PHP.
Composer manages packages and their dependencies for PHP projects.
It allows easy installation and updating of packages.
Composer uses a composer.json file to define project dependencies.
Packages can be sourced from Packagist or other repositories.
Composer is widely used in the PHP community for managing project dependencies.
MVC stands for Model-View-Controller, a software design pattern used for developing web applications.
Model represents the data and business logic
View displays the data to the user
Controller handles user input and updates the model and view accordingly
Separation of concerns makes it easier to maintain and modify code
Used in popular PHP frameworks like Laravel and CodeIgniter
Postman is a popular API development tool used for testing, documenting, and sharing APIs.
Postman allows developers to easily make HTTP requests and view responses.
It also provides features like automated testing, mock servers, and collaboration tools.
Postman can be used for REST, SOAP, and GraphQL APIs.
It has a user-friendly interface and is available as a desktop application or a web-based tool.
I applied via Apna Jobs and was interviewed in Jul 2020. There were 3 interview rounds.
Composer is a dependency manager for PHP.
Composer manages packages and their dependencies for PHP projects.
It allows easy installation and updating of packages.
Composer uses a composer.json file to define project dependencies.
Packages can be sourced from Packagist or other repositories.
Composer is widely used in the PHP community for managing project dependencies.
Gate is a Laravel feature that provides a simple way to authorize user actions.
Gate allows defining authorization policies for specific actions or resources.
It can be used to check if a user is authorized to perform a certain action.
Gate can be used in controllers, views, and other parts of the application.
Example: Gate::allows('update-post', $post) checks if the user is authorized to update the given post.
PHP code can be written in Blade templates using the @php directive.
Use the @php directive to write PHP code in Blade templates
Wrap the PHP code in opening and closing PHP tags
Use Blade syntax to output the result of the PHP code
Example: @php echo 'Hello World'; @endphp
MVC stands for Model-View-Controller, a software design pattern used for developing web applications.
Model represents the data and business logic
View displays the data to the user
Controller handles user input and updates the model and view accordingly
Separation of concerns makes it easier to maintain and modify code
Used in popular PHP frameworks like Laravel and CodeIgniter
I have successfully completed several live Laravel projects that are currently operational and serving users effectively.
E-commerce Platform: Developed a fully functional e-commerce website using Laravel, integrating payment gateways and user authentication.
Content Management System: Built a CMS for a client that allows them to manage their website content easily, with features like role-based access control.
API Develo...
Postman is a popular API development tool used for testing, documenting, and sharing APIs.
Postman allows developers to easily make HTTP requests and view responses.
It also provides features like automated testing, mock servers, and collaboration tools.
Postman can be used for REST, SOAP, and GraphQL APIs.
It has a user-friendly interface and is available as a desktop application or a web-based tool.
The .env file needs to be updated with production-specific configurations.
Update the APP_ENV variable to 'production'
Set the APP_DEBUG variable to 'false'
Update the database connection details
Update the cache and session drivers
Set the log level to 'error' or 'warning'
Update any other environment-specific configurations
Top trending discussions
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Campus Placement and was interviewed in Oct 2021. There was 1 interview round.
Software configuration management is the process of tracking and controlling changes made to software throughout its lifecycle.
It involves version control, build management, and release management.
It ensures that changes are made in a controlled and systematic manner.
Examples include Git, SVN, and Jenkins.
It helps to maintain the integrity and quality of the software.
It is essential for collaboration among team members...
Software requirements are the functional and non-functional specifications that a software system must meet.
Software requirements define what the software should do and how it should behave
They include functional requirements (what the software should do) and non-functional requirements (how well it should do it)
Requirements are typically documented in a requirements specification document
They are used to guide the dev...
I appeared for an interview in Nov 2020.
Round duration - 2 hours
Round difficulty - Medium
In the 1st round
Aptitude
Reasoning
English
Automata fix( code debug)
Timing in morning
Environment is good
Interviewer was very cool and interactive
Given a text message, your task is to return the Run-length Encoding of the given message.
Run-length encoding is a fast and simple method of encoding strings, repres...
Implement a function to encode a text message using run-length encoding.
Iterate through the message and count consecutive characters
Append the character and its count to the encoded message
Handle edge cases like single characters or empty message
Round duration - 30 minutes
Round difficulty - Medium
This is interview round
Ques from basic electronics
C language
Create a class named Person
with a string variable 'name'
and an integer variable 'age'
, such that these variables are not accessible outside the class. Implement a me...
Create a class Person with private variables name and age, and methods to set and get their values.
Create a class Person with private variables 'name' and 'age'.
Implement a method setValue to set the variables' values.
Implement a method getValue to print the variables' values.
Ensure the name is a non-empty string and the age is a non-negative integer.
Encapsulate the data and provide a clear interface for setting and ge...
Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops.
Tip 2 : prepare your final project well.
Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume
HTML
Aptitude and resume shortlist and HTML
TCS
Accenture
Wipro
Cognizant