i
Next Wave India
Filter interviews by
There will be around 60 questions and 90min
2 coding questions and 1 need to executed
Sorting an array of strings
Use a sorting algorithm like quicksort or mergesort
Consider the length of strings for comparison
Handle uppercase and lowercase letters separately
Top trending discussions
Basic aptitude test, 2 coding questions based on arrays. One was easy other was hard
Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Arrays can store primitive data types or objects.
Example: String[] names = {"Alice", "Bob", "Charlie"};
A linked list is a data structure where each element points to the next element in the sequence.
Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).
To traverse a linked list, you start at the head node and follow the refere...
posted on 6 Aug 2024
I applied via Naukri.com
posted on 8 Oct 2024
Questions on dsa, coding question, overall good experience and so on
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Technical aspects about linked list,trees, stacks
Topic related to humanities
Topic about global warming
I applied via Approached by Company and was interviewed in Mar 2023. There were 2 interview rounds.
I am a software developer with a passion for Python. I have worked on various projects showcasing my skills.
I chose Python because of its simplicity, readability, and vast community support.
Python's extensive libraries and frameworks make it suitable for a wide range of applications.
I have worked on projects like building web applications using Django, data analysis using pandas, and automation scripts using Selenium.
O...
I chose Gaotek because of its reputation in the software development industry.
Gaotek is known for its cutting-edge technology and innovative solutions.
The company has a strong focus on professional growth and learning opportunities.
Gaotek's work culture promotes collaboration and teamwork.
I was impressed by the positive reviews and success stories of Gaotek's previous interns and employees.
Python is a high-level interpreted language while C is a low-level compiled language.
Python is dynamically typed while C is statically typed.
Python has automatic memory management while C requires manual memory management.
Python is easier to learn and write code in while C is more efficient and faster.
Python is used for web development, data analysis, and machine learning while C is used for system programming and embe...
Unpaid internships can provide valuable learning opportunities and networking connections.
Gain practical experience and enhance skills
Build a professional network
Explore different career paths
Gain exposure to real-world projects
Increase chances of future employment
Learn from experienced professionals
Develop a strong work ethic
Demonstrate dedication and commitment
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.
posted on 10 Aug 2021
Basic aptitude test, 2 coding questions based on arrays. One was easy other was hard
Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Arrays can store primitive data types or objects.
Example: String[] names = {"Alice", "Bob", "Charlie"};
A linked list is a data structure where each element points to the next element in the sequence.
Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).
To traverse a linked list, you start at the head node and follow the refere...
Interview experience
Officer
16
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Production Officer
11
salaries
| ₹2.1 L/yr - ₹2.8 L/yr |
Trainee
6
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Senior Officer
6
salaries
| ₹3 L/yr - ₹3.4 L/yr |
Software Engineer
5
salaries
| ₹1.8 L/yr - ₹5.6 L/yr |
TCS
Infosys
Wipro
HCLTech