Filter interviews by
Three questions involving normal dsa
I appeared for an interview in Feb 2025.
React hooks simplify state and lifecycle management in functional components, enhancing code readability and reusability.
Hooks like useState and useEffect allow functional components to manage state and side effects.
useState: const [count, setCount] = useState(0); // Initializes count state.
useEffect: useEffect(() => { // Side effect code here }, [dependencies]); // Runs after render.
Lifecycle methods like component...
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Q. 1 Using Python, How can we extract 3-grams from the given document and obtain a list of the generated 3-gram phrases
Q. 2 You are given an integer array containing distinct numbers and you can perform the following operations until the array is empty : if the first element has the smallest value, remove it. otherwise , put the element at the end of the array. Return an integer denoting the number of operations it takes to make nums empty.
Example: Input nums = [3,4,-1]
Output:5
Operation Array
1 [4,3,-1]
2 [-1,3,4]
3 [3,4]
4 [4]
5 []
Q.3 Write a python Code to initialize k cluster centroids for the k-means clustering algorithm using a random dataset.
Q. 4 Write a python function that takes as input and performs stop word removal, stemming, and tokenization. The function should return a list of processed tokens.
Q. 5 Given an integer array nums, move all the even integers at the beginning of the array followed by all the odd integers. Return any array that satisfies this condition.
Input = [3,1,2,4]
expected Output = [2,4,1,3]
Q. 3
I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Top trending discussions
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
Python basic coding questions (pandas, numpy, OOPs concept.
AI ML theory questions
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
based on 5 interview experiences
Difficulty level
Duration
based on 15 reviews
Rating in categories
Software Engineer
12
salaries
| ₹5.7 L/yr - ₹9.7 L/yr |
Senior Software Engineer
9
salaries
| ₹4.5 L/yr - ₹10.7 L/yr |
Lead Software Engineer
8
salaries
| ₹8 L/yr - ₹14.2 L/yr |
Senior Software Developer
7
salaries
| ₹4.5 L/yr - ₹9 L/yr |
Software Developer
6
salaries
| ₹4 L/yr - ₹8 L/yr |
TCS
Accenture
Wipro
Cognizant