Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.
Clustered indexes physically order the data rows in the table while non-clustered indexes do not.
Clustered indexes determine the physical order of data rows in a table.
Non-clustered indexes store a separate structure that contains the index key values and pointers to the actual data rows.
Tables can only have one clustered index but multiple non-clustered indexes.
Clustered indexes are faster for retrieval of data but sl...
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Java related and programming questions
Find the longest subsequence in an array of strings
Iterate through the array of strings and compare each string with the next one to find the longest common subsequence
Use dynamic programming to efficiently find the longest common subsequence
Example: ['abc', 'abg', 'bdf', 'aeg', 'acefg'] - The longest subsequence is 'aeg'
posted on 12 Nov 2024
I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Oct 2024. There were 3 interview rounds.
Medium level questions asked
Simple easy to medium 2 questions asked of string and array
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
Async JavaScript allows for non-blocking code execution, improving performance by handling multiple tasks simultaneously.
Async JavaScript uses callbacks, promises, and async/await to handle asynchronous operations.
It allows for tasks like fetching data from a server or updating the UI without blocking the main thread.
Example: Using setTimeout to simulate async behavior in JavaScript.
Yes, I am familiar with WordPress and have experience in developing websites using it.
I have worked on creating custom themes and plugins for WordPress.
I am proficient in using WordPress CMS to manage content and customize websites.
I have experience in optimizing WordPress websites for performance and SEO.
I am familiar with popular WordPress plugins like Yoast SEO, WooCommerce, and Contact Form 7.
posted on 16 Nov 2024
I applied via AngelList and was interviewed in May 2024. There were 2 interview rounds.
Asked related to python
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
Lazy loading is a technique used in software development to defer the loading of resources until they are actually needed.
Lazy loading improves performance by only loading resources when necessary
It is commonly used in web development to load images or data as the user scrolls down a page
Lazy loading can also be used in programming languages to load classes or modules on-demand
Authentication is the process of verifying the identity of a user, while authorization determines what resources a user can access.
Authentication is the process of verifying the identity of a user.
Authorization determines what resources a user can access.
In Node.js, authentication and authorization can be implemented using various libraries and techniques such as Passport.js, JSON Web Tokens (JWT), and role-based acces...
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.
StringBuilder is more efficient for concatenating mul...
Async and await are keywords in JavaScript used to work with asynchronous code.
Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.
Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.
Async/await is a more readable and cleaner way to write asynchronous code compare...
Software Engineer
12
salaries
| ₹7.2 L/yr - ₹12.2 L/yr |
Senior Software Engineer
12
salaries
| ₹9.5 L/yr - ₹17.3 L/yr |
Senior Leader Engineer
7
salaries
| ₹25 L/yr - ₹30.5 L/yr |
Business Analyst
6
salaries
| ₹3.8 L/yr - ₹15.6 L/yr |
Product Manager
5
salaries
| ₹23 L/yr - ₹29.7 L/yr |
TCS
Infosys
Wipro
HCLTech