i
PHN
Technology
Filter interviews by
OOPS (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.
OOPS focuses on creating reusable code through the use of classes and objects.
It emphasizes the concepts of encapsulation, inheritance, and polymorphism.
Encapsulation allows data and methods to be bundled together within a class.
Inheritance enables the creation of new classes based on existing ones, inhe...
Middleware is software that acts as a bridge between different applications, allowing them to communicate and share data.
Middleware facilitates communication and data exchange between different software components.
It provides a layer of abstraction, allowing applications to interact without needing to understand each other's internal workings.
Examples of middleware include web servers, message queues, and API gate...
Model, controller, and migrations are key components in the Laravel framework for organizing and managing database-related operations.
Model: Represents the data structure and logic of a specific table in the database.
Controller: Handles the logic and flow of the application, interacting with models and views.
Migrations: Allow for database schema changes and version control, making it easy to manage and deploy data...
The difference between == and === is that == performs type coercion, while === does not.
The == operator compares two values for equality, allowing type coercion.
The === operator compares two values for equality, without type coercion.
Using ==, different types can be considered equal if they can be coerced into the same value.
Using ===, different types are not considered equal, even if they have the same value.
Linear regression is a statistical method to model the relationship between a dependent variable and one or more independent variables.
Linear regression is used to predict a continuous outcome based on one or more input features.
Types of linear regression include simple linear regression (one independent variable), multiple linear regression (multiple independent variables), and polynomial regression (non-linear r...
MVC stands for Model-View-Controller. Laravel follows the MVC architecture.
MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for rendering the user interface.
Controller handles the user input, updates the model, and interacts with the view.
Laravel, a pop...
I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.
Middleware is software that acts as a bridge between different applications, allowing them to communicate and share data.
Middleware facilitates communication and data exchange between different software components.
It provides a layer of abstraction, allowing applications to interact without needing to understand each other's internal workings.
Examples of middleware include web servers, message queues, and API gateways.
MVC stands for Model-View-Controller. Laravel follows the MVC architecture.
MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for rendering the user interface.
Controller handles the user input, updates the model, and interacts with the view.
Laravel, a popular ...
The difference between == and === is that == performs type coercion, while === does not.
The == operator compares two values for equality, allowing type coercion.
The === operator compares two values for equality, without type coercion.
Using ==, different types can be considered equal if they can be coerced into the same value.
Using ===, different types are not considered equal, even if they have the same value.
OOPS (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.
OOPS focuses on creating reusable code through the use of classes and objects.
It emphasizes the concepts of encapsulation, inheritance, and polymorphism.
Encapsulation allows data and methods to be bundled together within a class.
Inheritance enables the creation of new classes based on existing ones, inheritin...
Model, controller, and migrations are key components in the Laravel framework for organizing and managing database-related operations.
Model: Represents the data structure and logic of a specific table in the database.
Controller: Handles the logic and flow of the application, interacting with models and views.
Migrations: Allow for database schema changes and version control, making it easy to manage and deploy database ...
Build customer enquiry page with client/server input validation, after successful registration send an email to the user, also add google recaptcha
Pandas numpy matplotlib mean median mode and linear regression assignment
Linear regression is a statistical method to model the relationship between a dependent variable and one or more independent variables.
Linear regression is used to predict a continuous outcome based on one or more input features.
Types of linear regression include simple linear regression (one independent variable), multiple linear regression (multiple independent variables), and polynomial regression (non-linear relati...
Top trending discussions
I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.
Easy logical questions
basic quant
Easy level coding questions
Counting frequency of alphabets
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.
Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.
Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.
Debugging...
I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
I am a passionate software developer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies
Passionate about coding and problem-solving
Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.
Deadlock occurs when two or more processes are stuck in a circular waiting state.
It happens when processes compete for resources and each process holds a resource that another process needs.
Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and ...
I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.
I appeared for an interview before Nov 2020.
Round duration - 90 minutes
Round difficulty - Medium
Timing was around 10am
It was quite a normal online examination kind of environment
People from the company were there to invigilate
All were quite nice and helpful in case the exam got stuck
An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...
Determine the order of characters in an alien language based on a list of words.
Create a graph data structure to represent the relationships between characters in the words.
Perform a topological sort on the graph to find the order of characters.
Return the smallest lexicographical order of characters as the result.
Given an array of integers arr
of size N
and an integer K
, determine if there are any duplicate elements within a distance of K
from each other in the array. Return "true...
Check if there are any duplicate elements within a distance of K from each other in the array.
Iterate through the array and keep track of the indices of elements using a hashmap.
For each element, check if it already exists in the hashmap within distance K.
Return true if a duplicate is found within distance K, otherwise return false.
Round duration - 30 minutes
Round difficulty - Medium
Timing was 2pm when it started
Interviewer was polite
Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.
The first line contains an integer 'T...
The task is to find the Kth largest element in a given list of numbers for each test case.
Read the number of test cases 'T'
For each test case, read the number of elements 'N' and the Kth largest number to find 'K'
Sort the array in descending order and output the Kth element
Round duration - 20 minutes
Round difficulty - Easy
Timing was 9 am onwards
Interviewer was good enough
Tip 1 : Focus on specialization of any one skill and keep a basic knowledge of all the skills you mention in your resume
Tip 2 : Gain confidence in presenting yourself by practicing well before
Tip 3 : Gain a basic knowledge of the company you go for selection
Tip 1 : Resume should be simple and precise but pretty smart to cover your skills
Tip 2 : Mention what you really know,no false things
based on 2 interview experiences
Difficulty level
Duration
based on 10 reviews
Rating in categories
Business Development Associate
12
salaries
| ₹3.6 L/yr - ₹5.2 L/yr |
Intern
12
salaries
| ₹1 L/yr - ₹3 L/yr |
Robotics Trainer
10
salaries
| ₹2 L/yr - ₹6 L/yr |
Associate
8
salaries
| ₹8 L/yr - ₹12 L/yr |
Data Science Intern
6
salaries
| ₹1 L/yr - ₹2 L/yr |
TCS
Accenture
Wipro
Cognizant