Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
Find the second highest element in an array of strings
Sort the array in descending order
Return the element at index 1
Arrays are fixed-size collections of elements of the same type, while maps are dynamic collections of key-value pairs.
Arrays have a fixed size, while maps can grow dynamically.
Arrays store elements by index, while maps store elements by key.
Arrays are ordered, while maps are unordered.
Example: Array - [1, 2, 3], Map - {'key1': 'value1', 'key2': 'value2'}
A go routine is a lightweight thread of execution in Golang that allows concurrent programming.
Go routines are created using the 'go' keyword followed by a function call.
They are managed by the Go runtime and are multiplexed onto OS threads.
Go routines communicate using channels to share data safely between them.
They are more efficient than traditional threads due to their lightweight nature.
posted on 9 Dec 2024
The Two Sum problem involves finding two numbers in an array that add up to a given target value.
Iterate through the array and store the difference between the target and current element in a hashmap
Check if the current element exists in the hashmap, if yes return the indices
Time complexity can be reduced to O(n) using a hashmap
Reverse a singly linked list and return the reversed list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers to keep track of the current, previous, and next nodes while reversing the list.
Update the head of the list to be the last node after reversing.
Find the longest palindromic substring in a given string.
Iterate through each character in the string and expand around it to find palindromes
Use dynamic programming to optimize the solution
Consider both odd and even length palindromes
I applied via campus placement at St Stanley College of Engineering, Arang and was interviewed in Oct 2024. There were 3 interview rounds.
Had 50 qsns in 45 min
Had 5 qsns to execute topics like tress and graphs
Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.
Abstraction: Hiding the complex ...
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
Give you 5 problem in maths , string, sql etc
Maths and communication based questions
Estimate and SQL and coding was there
SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.
SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.
They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.
Tables are referenced using their names, and conditions are specified to filter data.
Joins can be used to combine data from multiple
Data Structures and Algorithms
Good level question. I have qualified for the next round
Basic to intermediate question, Cleared the test
posted on 13 Mar 2022
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
30 mintues, relationship topics
I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.
It was a aptitude and logical reasoning test
Software Developer
7
salaries
| ₹3.7 L/yr - ₹7.8 L/yr |
Backend Developer
7
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Web Developer
7
salaries
| ₹3.2 L/yr - ₹11 L/yr |
Senior Backend Developer
6
salaries
| ₹4.8 L/yr - ₹9.2 L/yr |
QA Engineer
6
salaries
| ₹4.2 L/yr - ₹6.2 L/yr |
TCS
Infosys
Wipro
HCLTech