Filter interviews by
Yes, I can negotiate my hike expectations based on my contributions and market standards.
Research industry standards: I will gather data on salary trends for my role to support my request.
Highlight achievements: I will present specific examples of my contributions, such as successful projects or improvements.
Discuss future goals: I will outline my plans for growth and how they align with the company's objectives.
B...
I expect a competitive salary based on my skills, experience, and industry standards.
Research industry standards: For example, Glassdoor or Payscale can provide insights.
Consider my experience level: With 5 years in full stack development, I would expect a salary in the range of $80,000 to $100,000.
Location matters: Salaries can vary significantly based on the cost of living in different cities.
Be open to negotiat...
I have built several Nuxt projects, focusing on performance, SEO, and user experience across various applications.
Developed an e-commerce platform using Nuxt for server-side rendering, improving load times and SEO.
Created a blog application with dynamic routing and content management features, leveraging Nuxt's modular architecture.
Implemented a dashboard for data visualization, utilizing Nuxt's async data fetchin...
Writing test cases for Quality Assurance
Identify the functionality to be tested
Determine the input data and expected output
Write test cases for positive and negative scenarios
Include boundary value testing
Consider usability and edge cases
I would leverage my skills in optimization, code quality, and architecture to enhance software performance effectively.
Optimize algorithms: Use efficient algorithms like quicksort instead of bubble sort for faster data processing.
Reduce network latency: Implement caching strategies to minimize API calls and improve response times.
Code profiling: Use tools like Chrome DevTools or JProfiler to identify bottlenecks i...
Polymorphic relationship is a type of relationship in which a model can belong to multiple other models on a single association.
Allows a model to belong to multiple other models on a single association
Uses a single column in the database to store the type of the related model
Commonly used in scenarios where a model can belong to multiple other models such as comments, likes, or tags
Observers in Laravel are classes that listen for specific model events and trigger actions based on those events.
Observers are used to decouple event listeners from models.
They can listen for various model events like creating, updating, deleting, etc.
Observers are defined by creating a class that extends the Eloquent model observer class.
Example: Creating a UserObserver class to send an email notification when a ...
Accessors and mutators are methods used in Laravel Eloquent models to manipulate attribute values before retrieving or saving them.
Accessors are used to modify attribute values when retrieving them from the database
Mutators are used to modify attribute values before saving them to the database
Accessors and mutators are defined as methods in the Eloquent model class
Example: public function getFullNameAttribute() { ...
Traits are used in PHP to group functionality in a fine-grained and reusable way.
Traits allow you to reuse methods in multiple classes without inheritance limitations.
They provide a way to compose classes that is more flexible than single inheritance.
Traits can be used to share methods among classes that are unrelated in terms of inheritance.
An example of using traits in Laravel is the 'SoftDeletes' trait which ad...
Jobs are individual tasks that are executed independently, while batches are groups of tasks executed together.
Jobs are typically smaller in scope and run independently, while batches involve multiple tasks grouped together.
Jobs can be queued and processed asynchronously, while batches are usually executed synchronously.
Examples of jobs include sending an email, processing an image, or updating a database record. ...
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Observers in Laravel are classes that listen for specific model events and trigger actions based on those events.
Observers are used to decouple event listeners from models.
They can listen for various model events like creating, updating, deleting, etc.
Observers are defined by creating a class that extends the Eloquent model observer class.
Example: Creating a UserObserver class to send an email notification when a new u...
Accessors and mutators are methods used in Laravel Eloquent models to manipulate attribute values before retrieving or saving them.
Accessors are used to modify attribute values when retrieving them from the database
Mutators are used to modify attribute values before saving them to the database
Accessors and mutators are defined as methods in the Eloquent model class
Example: public function getFullNameAttribute() { retur...
Jobs are individual tasks that are executed independently, while batches are groups of tasks executed together.
Jobs are typically smaller in scope and run independently, while batches involve multiple tasks grouped together.
Jobs can be queued and processed asynchronously, while batches are usually executed synchronously.
Examples of jobs include sending an email, processing an image, or updating a database record. Examp...
Traits are used in PHP to group functionality in a fine-grained and reusable way.
Traits allow you to reuse methods in multiple classes without inheritance limitations.
They provide a way to compose classes that is more flexible than single inheritance.
Traits can be used to share methods among classes that are unrelated in terms of inheritance.
An example of using traits in Laravel is the 'SoftDeletes' trait which adds so...
The international format to store dates in PHP is 'Y-m-d H:i:s'. It can be accessed using the date() function.
Use 'Y-m-d H:i:s' format to store dates in PHP
Access it using the date() function in PHP
Polymorphic relationship is a type of relationship in which a model can belong to multiple other models on a single association.
Allows a model to belong to multiple other models on a single association
Uses a single column in the database to store the type of the related model
Commonly used in scenarios where a model can belong to multiple other models such as comments, likes, or tags
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
My salary expectations as a fresher would be in line with industry standards and based on my qualifications and skills.
Research industry standards for entry-level QA positions
Consider my qualifications, skills, and any relevant internships or projects
Be open to negotiation based on the company's offer and benefits package
Writing test cases for Quality Assurance
Identify the functionality to be tested
Determine the input data and expected output
Write test cases for positive and negative scenarios
Include boundary value testing
Consider usability and edge cases
I appeared for an interview in May 2025, where I was asked the following questions.
I have built several Nuxt projects, focusing on performance, SEO, and user experience across various applications.
Developed an e-commerce platform using Nuxt for server-side rendering, improving load times and SEO.
Created a blog application with dynamic routing and content management features, leveraging Nuxt's modular architecture.
Implemented a dashboard for data visualization, utilizing Nuxt's async data fetching cap...
I expect a competitive salary based on my skills, experience, and industry standards.
Research industry standards: For example, Glassdoor or Payscale can provide insights.
Consider my experience level: With 5 years in full stack development, I would expect a salary in the range of $80,000 to $100,000.
Location matters: Salaries can vary significantly based on the cost of living in different cities.
Be open to negotiation: ...
Yes, I can negotiate my hike expectations based on my contributions and market standards.
Research industry standards: I will gather data on salary trends for my role to support my request.
Highlight achievements: I will present specific examples of my contributions, such as successful projects or improvements.
Discuss future goals: I will outline my plans for growth and how they align with the company's objectives.
Be ope...
A nuxt project displaying data from dummy data API and caching for a certain amount of time.
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Negotiable based on experience and responsibilities
Salary is negotiable based on my experience and the responsibilities of the role
I am open to discussing salary expectations during the interview process
I am looking for a competitive salary that reflects my skills and contributions to the company
Give a task to create a operation?
I applied via Indeed and was interviewed in May 2024. There were 2 interview rounds.
I would leverage my skills in optimization, code quality, and architecture to enhance software performance effectively.
Optimize algorithms: Use efficient algorithms like quicksort instead of bubble sort for faster data processing.
Reduce network latency: Implement caching strategies to minimize API calls and improve response times.
Code profiling: Use tools like Chrome DevTools or JProfiler to identify bottlenecks in the...
Todo list (backend +frontend)
I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.
They give me to build a Todo application using laravel and js.
I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.
I applied via LinkedIn and was interviewed before Jun 2022. There were 4 interview rounds.
Them gives me a assignment to build a todo app using Laravel and jQuery
Laravel is a popular PHP framework for web application development.
Laravel provides a clean and elegant syntax for writing code.
It follows the MVC (Model-View-Controller) architectural pattern.
Laravel includes features like routing, authentication, and caching out of the box.
It has a powerful ORM (Object-Relational Mapping) called Eloquent for database interactions.
Laravel has a vibrant community and extensive document...
MVC stands for Model-View-Controller, a software design pattern for organizing code in a way that separates concerns.
Model represents the data and business logic of the application.
View is responsible for displaying the data to the user.
Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.
JavaScript, React Js
I expect a challenging role that fosters growth, collaboration, and innovation while allowing me to contribute meaningfully to projects.
Opportunities for professional development, such as workshops or courses.
A collaborative team environment where ideas are shared openly.
Involvement in innovative projects that push the boundaries of technology.
Clear career progression paths and regular feedback on performance.
One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.
I tend to overthink things and can be indecisive at times
I have a tendency to take on too many tasks at once, leading to feeling overwhelmed
I struggle with public speaking and often get nervous in front of large groups
based on 9 interview experiences
Difficulty level
Duration
based on 31 reviews
Rating in categories
3-7 Yrs
₹ 12-20 LPA
5-7 Yrs
Not Disclosed
1-3 Yrs
Not Disclosed
Software Developer
16
salaries
| ₹2 L/yr - ₹8.5 L/yr |
HR Recruiter
8
salaries
| ₹2 L/yr - ₹6 L/yr |
Software Tester
6
salaries
| ₹4 L/yr - ₹4.5 L/yr |
Software Engineer
4
salaries
| ₹6 L/yr - ₹10 L/yr |
Software Developer Trainee
4
salaries
| ₹1.2 L/yr - ₹2.6 L/yr |
Primus Global Technologies
TriGeo Technologies
GrapplTech
Plada Infotech Services