Filter interviews by
I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.
A responsive website is a website that adjusts its layout and content based on the size of the screen it is viewed on.
Uses CSS media queries to adjust layout and content
Provides optimal user experience on all devices
Examples: Amazon, Google, Facebook
Yes, the POST method is used to send data to a server to create or update a resource.
POST is one of the HTTP methods used to send data to a server
It is commonly used to create or update a resource on the server
Data is sent in the request body
Examples include submitting a form, creating a new user account, or adding a new item to a shopping cart
The frontend and backend can be linked through APIs, where the frontend sends requests to the backend and receives responses.
Use RESTful APIs to define endpoints and methods for communication between frontend and backend
Frontend makes HTTP requests to backend APIs using libraries like Axios or Fetch
Backend processes the requests, performs necessary operations, and sends back responses
Responses can be in various formats...
Data can be sent from frontend to backend using HTTP requests such as POST or GET.
Use AJAX or fetch API to send data asynchronously
Include data in the request body or URL parameters
Backend should have an API endpoint to receive the data
Use appropriate data format such as JSON or form data
Top trending discussions
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
Overloading is having multiple methods with the same name but different parameters, while overriding is implementing a method in a subclass that is already defined in the superclass.
Overloading allows a class to have multiple methods with the same name but different parameters.
Overriding involves implementing a method in a subclass that is already defined in the superclass.
Example: Overloading - having multiple constru...
posted on 25 Jul 2024
let, var and const are all used for variable declaration in JavaScript, but they have different scopes and behaviors.
let has block scope, var has function scope, and const is a constant that cannot be reassigned.
let and const are hoisted but not initialized, while var is hoisted and initialized with undefined.
Using const for objects and arrays does not make them immutable, only the reference is constant.
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
HTML5, CSS, Bootstrap,js, jQuery
Information about my self
posted on 27 Oct 2023
I was interviewed in Sep 2023.
Feature advantages refer to the benefits or strengths of a particular feature.
Enhanced user experience
Increased functionality
Improved performance
Competitive edge in the market
Cost-effectiveness
Scalability and flexibility
Company benefits include competitive salary, health insurance, retirement plans, and opportunities for growth.
Competitive salary to attract top talent
Health insurance coverage for employees and their families
Retirement plans to help employees save for the future
Opportunities for growth and career development through training programs
Flexible work hours or remote work options
Paid time off for vacation and sick days
Emplo
Im trying to new and well developing my soft skills. Im always trying to good employee in this job rool .
I applied via Company Website and was interviewed in Mar 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
There was 2 DSA coding questions and 2 SQL query questions. Level of questions were medium
posted on 9 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Function Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.
In Function Overriding, a subclass can provide a specific implementation of a method that is already defined in its parent class.
The method in the subclass must have the same name, return type, and parameters as the method in the parent class to ove...
Using LINQ query to order data in C#
Use the OrderBy method to sort data in ascending order
Use the OrderByDescending method to sort data in descending order
You can also use ThenBy and ThenByDescending for secondary sorting
Out parameter is used to pass data out of a method or function.
Out parameters are used when a method needs to return multiple values.
They are declared using the 'out' keyword in C#.
Example: void CalculateArea(int length, int width, out int area) { area = length * width; }
Reflection in C# allows for inspecting and manipulating metadata of types at runtime.
Reflection is used to dynamically create instances of types, access properties, and invoke methods.
Examples include using reflection to load assemblies at runtime, inspect attributes of types, and generate code dynamically.
Reflection can be slow and should be used judiciously due to performance overhead.
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 Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I am drawn to your company's innovative projects and collaborative work environment.
I am impressed by the cutting-edge technologies and projects your company is working on.
I value the opportunity to work in a collaborative and supportive team environment.
I believe that joining your company will provide me with the chance to further develop my skills and contribute meaningfully to impactful projects.
I prioritize tasks based on deadlines, importance, and dependencies.
I create a list of all tasks and categorize them based on deadlines.
I identify tasks that are critical to the project's success and prioritize them accordingly.
I consider dependencies between tasks and prioritize those that are dependent on others being completed first.
I regularly reassess priorities and adjust as needed based on changing circumstances...
Full Stack Developer
6
salaries
| ₹3.2 L/yr - ₹5 L/yr |
Software Developer
4
salaries
| ₹4 L/yr - ₹5 L/yr |
Full Stack Software Developer
3
salaries
| ₹4 L/yr - ₹5.5 L/yr |
TCS
Accenture
Wipro
Cognizant