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...
Top trending discussions
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.
posted on 8 Oct 2024
Questions on dsa, coding question, overall good experience and so on
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 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...
posted on 16 Sep 2021
I was interviewed in Feb 2021.
Round duration - 70 Minutes
Round difficulty - Medium
Timing was 9:15AM. Platform was not very good. Questions were not well explained.
Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
Given a string STR
consisting of lowercase English letters, your task is to return all permutations of the given string in lexicographically increasing order.
The idea is to fix a character at a position and then find the permutations for rest of the characters.
Make a list ‘ans’ which will contain the permutations of the given string.
Let’s define a function generatePermutaionsHelper(Str, l, r). This function generates the permutations of the substring which starts from index ‘l’ and ends at index ‘r’.
Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure.
Tip 3 : OOPS is must.
Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.
based on 1 interview
Interview experience
Software Engineer
13
salaries
| ₹7.2 L/yr - ₹12.2 L/yr |
Senior Software Engineer
13
salaries
| ₹9.5 L/yr - ₹17.3 L/yr |
Senior Leader Engineer
7
salaries
| ₹25 L/yr - ₹32.5 L/yr |
Business Analyst
6
salaries
| ₹3.8 L/yr - ₹15.6 L/yr |
Analyst
5
salaries
| ₹5 L/yr - ₹5.6 L/yr |
TCS
Infosys
Wipro
HCLTech