Filter interviews by
posted on 8 Jun 2024
I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.
I applied via campus placement at KJ Somaiya Institute of Engineering and Information Technology and was interviewed before Jan 2023. There were 4 interview rounds.
2-3 coding questions based on DSA
It was a basic SHL test
posted on 10 Sep 2020
I applied via Referral and was interviewed in Mar 2020. There were 4 interview rounds.
Data Integrity refers to the accuracy and consistency of data throughout its lifecycle.
Ensuring data is not corrupted or modified without authorization
Maintaining data accuracy and consistency through proper storage and retrieval
Preventing data loss or unauthorized access
Examples: checksums, encryption, access controls
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Program to reverse a string using array of characters
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
I applied via Campus Placement
3 coding question in 1:30 hr
2 medium + 1 hard
1- greedy
2- binary search, prefix sum
3- dp (too hard)
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Jul 2023. There were 4 interview rounds.
Verbal ,reasoning,quant
Easy to medium dsa question , and easy sql query
I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.
Medium non verbal reasoning, verbal reasoning Os dbms network
No coding questions
Detect loop in a linked list.
Use two pointers, slow and fast, to traverse the list.
If there is a loop, the fast pointer will eventually catch up to the slow pointer.
If the fast pointer reaches the end of the list, there is no loop.
Use parseInt() function to convert string to integer without ASCII conversion.
Use parseInt() function with radix parameter to specify the base of the number system
If radix is not specified, parseInt() will try to determine the base automatically
If the string contains non-numeric characters, parseInt() will return NaN
Hacker Rank questions
Time ! hour
I was interviewed in May 2022.
Round duration - 60 Minutes
Round difficulty - Easy
It starts with a brief introduction and then the interviewer move to coding questions
You are provided with an integer N
. The objective is to return a 2-dimensional list representing Pascal’s triangle up to row N
.
A Pascal's triangle is a triangular arr...
The idea is to use recursion to get the value of the coefficients we will create a helper function CALPASCAL which will take row and entry as its input parameters and we call this function in the main function of PRINTPASCAL.
Given an N x M
integer matrix, if an element is 0, set its entire row and column to 0's, and return the matrix. Specifically, if a cell has a value 0 (i.e., matrix[i][j]...
The basic idea is to maintain another boolean matrix ‘isZero’ which stores whether our resultant matrix should contain a zero at a particular index or not. We can traverse every element of our original matrix. If the element is 0, then we traverse the complete row and complete column of that particular element and set isZero values accordingly to true for all the elements in that row and column.
&nbs...
Round duration - 60 Minutes
Round difficulty - Easy
It starts with a brief introduction and then the interviewer move to coding questions. It basically consists of two coding questions
and some general questions like why should we hire you?
Your task is to find the ‘K-th’ smallest element in a given Binary Search Tree (BST).
A Binary Search Tree is a binary tree in which for each node, all elements...
The basic idea is that traversal the whole tree in an inorder manner and adds the node values in an array and at the end return the ‘k-1’th element of the array. Due to BST property, inorder traversal of BST will in a sorted order( ascending ).
Code -
Determine if an array contains a Pythagorean triplet by checking whether there are three integers x, y, and z such that x2 + y2 = z2 within the array.
The first lin...
Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts
Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand
based on 1 review
Rating in categories
Production Analyst
131
salaries
| ₹10 L/yr - ₹21 L/yr |
Product Manager
98
salaries
| ₹18 L/yr - ₹41 L/yr |
Product Engineer
92
salaries
| ₹24 L/yr - ₹40 L/yr |
Implementation Consultant
90
salaries
| ₹12 L/yr - ₹17.9 L/yr |
Customer Success Manager
78
salaries
| ₹13.5 L/yr - ₹32.2 L/yr |
Freshworks
Zoho
HCLTech
TCS