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
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 6 Nov 2015
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 in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
Aptitude, reasoning,java MCQS
I appeared for an interview in Dec 2022.
I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
Senior Consultant
15
salaries
| ₹13.1 L/yr - ₹30 L/yr |
Associate Consultant
7
salaries
| ₹3.6 L/yr - ₹5 L/yr |
Consultant
7
salaries
| ₹7 L/yr - ₹10 L/yr |
Senior Associate Consultant
7
salaries
| ₹3.1 L/yr - ₹6.5 L/yr |
Software Engineer
6
salaries
| ₹5.5 L/yr - ₹13.9 L/yr |
HyScaler
Pitney Bowes
AvenData GmbH
Dataflow Group