Filter interviews by
I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.
40 mins, vocabulary skills
Skillset vs formal education
Tuple is an ordered collection of elements while dictionary is an unordered collection of key-value pairs.
Tuple uses indexing to access elements while dictionary uses keys to access values.
Tuple is immutable while dictionary is mutable.
Tuple can store elements of different data types while dictionary values can be of any data type.
Tuple is represented using parentheses while dictionary is represented using curly braces...
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
They gave 3 codes in which we have to write atleast 2 of them.
It was basic aptitude and reasoning
Amcat shl test
was conducted , long process
I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.
It's ask Quantitative, verbal Ability,and logical Questions.. All question was easily to hard levels..
I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
General aptitude test
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
Selection sort is a simple sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first unsorted element.
Iterate through the array to find the smallest element and swap it with the first element.
Repeat the process for the remaining unsorted portion of the array.
Time complexity of O(n^2) makes it inefficient for large datasets.
I applied via campus placement at Sri Ramakrishna Institute of Technology, Coimbatore and was interviewed before Apr 2023. There were 2 interview rounds.
Easy basis aptitude questions like train and work
C, Java, Python are the main language
I applied via campus placement at VIT Business School, Vellore and was interviewed in Mar 2023. There were 4 interview rounds.
Was moderate level and quite easy to solve
Coding questions were basic and easy to solve
Pointers are variables that store memory addresses. They are used to manipulate data structures and improve program efficiency.
Pointers allow for dynamic memory allocation
Pointers can be used to pass values by reference
Pointers can be used to create linked lists
Pointers can be used to access array elements
Example: int *ptr = # // stores address of num variable
Example: void swap(int *x, int *y) { int temp = *x; *x =...
Arrays are fixed in size and contiguous memory while linked lists are dynamic and non-contiguous.
Arrays have constant time access to elements while linked lists require traversal.
Arrays are better for random access while linked lists are better for insertion and deletion.
Arrays use less memory overhead than linked lists.
Example: Array of strings - ['apple', 'banana', 'orange']
Variables are containers that store data values. There are different types of variables in programming.
Variables are declared using keywords like var, let, const.
Variables can store different types of data such as numbers, strings, booleans, objects, arrays, etc.
Variables can be global or local depending on where they are declared.
Variables can be reassigned with new values.
Examples: var age = 25; let name = 'John'; co
Software Developer
25
salaries
| ₹2 L/yr - ₹9 L/yr |
Team Lead
7
salaries
| ₹7.3 L/yr - ₹18 L/yr |
Senior Software Developer
6
salaries
| ₹7.1 L/yr - ₹11.5 L/yr |
Project Lead
6
salaries
| ₹11 L/yr - ₹17.5 L/yr |
Odoo Python Developer
6
salaries
| ₹3 L/yr - ₹6.5 L/yr |
TCS
Infosys
Wipro
HCLTech