Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
My current CTC is $80,000 and my expected CTC is $90,000.
Current CTC: $80,000
Expected CTC: $90,000
PHP is a server-side scripting language used for web development. It is case-sensitive due to its origins in C programming.
PHP stands for Hypertext Preprocessor and is commonly used for creating dynamic web pages.
PHP is case-sensitive, meaning variables, functions, and classes must be referenced with the exact casing.
This case-sensitivity is inherited from its roots in the C programming language.
For example, $variable ...
Variables can be changed during program execution, while constants remain constant.
Variables can be reassigned with different values, while constants have a fixed value.
Variables are declared using 'var', 'let', or 'const' keywords, while constants are declared using 'const' keyword.
Constants are typically used for values that should not change throughout the program, like mathematical constants or configuration settin
Dynamic websites have content that can change based on user input or interactions, while static websites display the same content to all users.
Dynamic websites use server-side scripting languages like PHP, ASP, or JSP to generate content on the fly.
Static websites are built using HTML and CSS and the content remains the same for all users.
Examples of dynamic websites include social media platforms like Facebook or e-co...
Oops concepts refer to Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction involves hiding the complex...
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to represent a group of related interfaces.
Examples include method overloading and method overriding in object-oriented programming.
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reusability and promotes a hierarchical relationship between classes.
Types of inheritance include single inheritance (one class inherits from one parent class), multiple inheritance (one class inherits from multiple parent classes), and multilevel inheritance (one class ...
Top trending discussions
I applied via Campus Placement
My final year project was on developing a web-based inventory management system using Java and MySQL.
Developed using Java and MySQL
Web-based inventory management system
Implemented basic OOPs concepts
Used MVC architecture for better code organization
Included features like user authentication, product management, and order tracking
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.
Static class and static constructor in C#
Static class can only contain static members and cannot be instantiated
Static constructor is called only once when the class is first accessed
Static constructor is used to initialize static members of the class
Example: Math class in C# is a static class
Example: static constructor can be used to initialize a static variable with a value
Performance improvement in Angular app
Use lazy loading to load modules on demand
Optimize change detection strategy
Use trackBy function in ngFor loops
Minimize DOM manipulation
Use AOT compilation
Implement server-side rendering
Use web workers for heavy computations
Use caching for frequently accessed data
Answering questions about transformation and lookup types used in a project
Transformation types used in the project may include data mapping, aggregation, filtering, and sorting
Lookup is a process of searching for a specific value in a table or database
Types of lookup include exact match, range match, and fuzzy match
Questions about organization may refer to project management, team collaboration, or software developmen
based on 1 interview
Interview experience
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant