Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
Get 2nd max element from array of strings
Sort the array in descending order
Return the element at index 1
Handle edge cases like array length < 2
Binary search algorithm to sort an array of strings.
Array must be sorted before applying binary search.
Divide the array into two halves and compare the middle element with the target.
If the middle element is greater than the target, search the left half. Else, search the right half.
Repeat until the target is found or the search space is exhausted.
Find subset from array whose sum is equal to k
Use dynamic programming to solve the problem
Create a 2D array to store the subset sum
Iterate through the array and check if the sum is equal to k
If yes, return the subset
If no, continue iterating
Top trending discussions
posted on 24 Oct 2023
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Find duplicate items in array of strings.
Iterate through array and store each item in a hash set.
If item already exists in hash set, it is a duplicate.
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheri...
posted on 17 Jan 2025
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
posted on 19 Aug 2024
I applied via Campus Placement
Git is a version control system used for tracking changes in code. GitHub is a platform for hosting code repositories and collaborating with others.
Git is a distributed version control system that allows multiple developers to work on the same codebase without conflicts.
GitHub is a web-based platform that provides hosting for Git repositories, along with additional features like issue tracking, pull requests, and proje...
Salting, hashing, and rainbow tables are techniques used in cryptography to secure passwords.
Salting involves adding a random string of characters to a password before hashing to prevent attacks like rainbow tables.
Hashing is the process of converting a password into a fixed-length string of characters using a cryptographic hash function.
Rainbow tables are precomputed tables used to crack hashed passwords by matching a
Two sections numerical and English consist of 200 questions in each in just 30 mins time each and difficulty is dead easy
Interviewer asked me to print this
XYZYX
YZYX
ZYX
YX
X
I have shown it to him but in return he asked me to print that if I give 5 as user input .He didn't give full clarity before starting the code .....worst experience
posted on 20 Jan 2024
In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.
Software Development Engineer
40
salaries
| ₹2.8 L/yr - ₹7.3 L/yr |
Senior Software Development Engineer
8
salaries
| ₹4.8 L/yr - ₹14 L/yr |
QA Engineer
7
salaries
| ₹3.5 L/yr - ₹4.6 L/yr |
Front end Developer
6
salaries
| ₹3 L/yr - ₹4.2 L/yr |
Principal Software Engineer
5
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech