i
Webkul
Software
Filter interviews by
I appeared for an interview in Jan 2025.
On-page SEO refers to optimizing individual web pages to rank higher and earn more relevant traffic in search engines.
Title Tags: Ensure each page has a unique title tag that includes relevant keywords, e.g., 'Best SEO Practices for 2023'.
Meta Descriptions: Write compelling meta descriptions that summarize the page content and include target keywords.
Header Tags: Use H1, H2, and H3 tags to structure content and highlig...
Top trending discussions
I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
Java supports OOP concepts like encapsulation, inheritance, polymorphism, and abstraction, enhancing code reusability and maintainability.
Encapsulation: Bundling data and methods. Example: private variables with public getters/setters.
Inheritance: Deriving new classes from existing ones. Example: class Dog extends Animal.
Polymorphism: Ability to take many forms. Example: method overriding and overloading.
Abstraction: H...
Basic MySQL commands include creating databases, tables, inserting data, querying, updating, and deleting records.
CREATE DATABASE db_name; // Creates a new database
USE db_name; // Selects the database to use
CREATE TABLE table_name (column1 datatype, column2 datatype); // Creates a new table
INSERT INTO table_name (column1, column2) VALUES (value1, value2); // Inserts data into a table
SELECT * FROM table_name; // Retriev...
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 Apr 2024, where I was asked the following questions.
posted on 28 Oct 2024
I applied via Hirest and was interviewed before Oct 2023. There were 2 interview rounds.
Given JavaScript's complex logic on array and list
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.
posted on 18 Apr 2024
I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.
Online aptitude test in which verbal logic coding part include
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
Software Engineer
251
salaries
| ₹3 L/yr - ₹10 L/yr |
Business Analyst
80
salaries
| ₹2.6 L/yr - ₹7.8 L/yr |
Senior Software Engineer
67
salaries
| ₹5.6 L/yr - ₹15.8 L/yr |
Software Developer
60
salaries
| ₹3.2 L/yr - ₹8.9 L/yr |
Softwaretest Engineer
56
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Softenger
Capital Numbers Infotech
JK Tech
DesignTech Systems