Filter interviews by
I appeared for an interview before May 2021.
Round duration - 120 minutes
Round difficulty - Medium
The task is to rotate a given array with N elements to the left by K steps, where K is a non-negative integer.
The first line contains an integer N representing the...
Rotate a given array to the left by K steps.
Create a temporary array to store the first K elements of the original array.
Shift the remaining elements of the original array to the left by K positions.
Copy the elements from the temporary array to the end of the original array.
Handle cases where K is greater than the size of the array by taking the modulo of K with N.
Round duration - 20 minutes
Round difficulty - Medium
Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...
Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.
Bubble Sort algorithm compares adjacent elements and swaps them if they are in the wrong order.
The largest element bubbles up to its correct position in each pass.
Complexity is O(n^2) in the worst case.
Example: Input: 5, 3, 8, 1, 4. Output: 1, 3, 4, 5, 8.
Round duration - 10 minutes
Round difficulty - Medium
Yes, I am able to relocate and traveling is not an issue for me.
I am open to relocating for the right opportunity
I have no restrictions on traveling for work purposes
I am willing to travel as needed for the job
Tip 1 : basics should be clear
Tip 2 : try to be confident even if you are wrong
Tip 3 : practise programming
Tip 1 : write only those points which u are sure of
Tip 2 : highlight your projects
Top trending discussions
posted on 6 Nov 2015
I appeared for an interview in Dec 2022.
String reversal involves reversing the order of characters in a given string.
Use built-in functions: In Python, use slicing: `reversed_string = original_string[::-1]`.
Iterative approach: Loop through the string from the end to the beginning and build a new string.
Using stack: Push each character onto a stack and then pop them to get the reversed string.
Example: For input 'hello', output should be 'olleh'.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Normal apptitude queations were asked in this round
I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 2 Jul 2024
Senior Consultant
14
salaries
| ₹8.7 L/yr - ₹26 L/yr |
Software Developer
12
salaries
| ₹4.1 L/yr - ₹13 L/yr |
Software Engineer
6
salaries
| ₹5.5 L/yr - ₹13 L/yr |
Ifs Functional Consultant
6
salaries
| ₹5 L/yr - ₹11.1 L/yr |
Associate Consultant
6
salaries
| ₹2.3 L/yr - ₹5 L/yr |
HyScaler
Pitney Bowes
AvenData GmbH
Dataflow Group