i
MaxVal Group
Filter interviews by
Be the first one to contribute and help others!
I appeared for an interview in Jul 2022.
Basic pattern program was given to. we have to solve it using a minimum number of loops(It doesn't matter whether it is nested or not).
A bit harder pattern program than the previous one, again same constraints as the last round.
posted on 23 Aug 2024
To reverse a loop for a linked list, iterate through the list and change the pointers to point in the opposite direction.
Start by initializing three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction of the links.
Update the head of the linked list to point to the new first node after reversing the loop.
I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.
posted on 9 Nov 2019
I applied via Company Website and was interviewed in Oct 2019. There were 5 interview rounds.
posted on 2 Sep 2022
I applied via Referral and was interviewed before Sep 2021. There were 5 interview rounds.
Angular is a front-end framework while Node.js is a back-end runtime environment.
Angular is used for building dynamic web applications with a focus on the client-side.
Node.js is used for building server-side applications with JavaScript.
Angular uses TypeScript for building applications while Node.js uses JavaScript.
Angular has a large community and a lot of pre-built components while Node.js has a vast library of modul...
I applied via Campus Placement and was interviewed in May 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Binary search is a fast search algorithm that finds the position of a target value within a sorted array.
Binary search works by repeatedly dividing the search interval in half.
It compares the target value with the middle element of the array.
If the target value is equal to the middle element, the position is found.
If the target value is less than the middle element, the search continues on the lower half of the array.
I...
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
I appeared for an interview before Mar 2024, where I was asked the following questions.
MVC lifecycle involves Model, View, and Controller interactions, while deployment ensures the application is live and accessible.
1. Model: Represents data and business logic. Example: A User model that interacts with a database.
2. View: Displays data to the user. Example: HTML templates rendering user information.
3. Controller: Handles user input and updates the model. Example: A login controller processing user creden...
CTE stands for Common Table Expression, a temporary result set in SQL used for complex queries.
CTE is defined using the WITH clause.
It can be recursive or non-recursive.
Example syntax: WITH CTE_Name AS (SELECT column1 FROM table) SELECT * FROM CTE_Name;
CTEs improve readability and organization of SQL queries.
They can be referenced multiple times within a query.
CORS is a security feature that allows restricted resources on a web page to be requested from another domain outside the domain from which the resource originated.
CORS is implemented via HTTP headers that allow servers to specify who can access their resources.
For example, a web application on 'example.com' can request resources from 'api.example.com' if CORS is enabled.
The 'Access-Control-Allow-Origin' header is cruc...
Bundling and minification optimize web assets by reducing file size and number of requests, improving load times and performance.
Bundling combines multiple files (e.g., JavaScript, CSS) into a single file to reduce HTTP requests.
Minification removes unnecessary characters (like whitespace and comments) from code to decrease file size.
Example of bundling: Combining 'script1.js', 'script2.js', and 'script3.js' into 'bund...
HTML helpers are functions that simplify the generation of HTML markup in web applications, enhancing code readability and maintainability.
HTML helpers are often used in MVC frameworks to generate HTML elements easily.
Common HTML helpers include methods for creating forms, links, and other UI components.
Example: In ASP.NET MVC, Html.TextBoxFor() generates an input element for a model property.
HTML helpers promote DRY (...
Process Associate
141
salaries
| ₹2 L/yr - ₹6 L/yr |
Patent Analyst
38
salaries
| ₹3.6 L/yr - ₹7.7 L/yr |
Salesforce Developer
35
salaries
| ₹3.9 L/yr - ₹15.5 L/yr |
Senior Process Associate
32
salaries
| ₹4.1 L/yr - ₹8 L/yr |
Product Engineer
29
salaries
| ₹5.8 L/yr - ₹15 L/yr |
Foray Software
ESDS Software Solutions
Nelito System
Softenger