Filter interviews by
I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.
There were questions related to apitude, some basic oops, ds and os questions, 1 coding question. All were pen paper in one go.
I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.
5 years of experience in software development
Proficient in Java, Spring Boot, and Angular
Strong problem-solving skills
Experience working in Agile development environment
Oops, aptitude, coding
Quick sort is a divide-and-conquer algorithm that sorts an array by partitioning it into smaller subarrays.
Divide the array into two subarrays based on a pivot element
Recursively sort the subarrays
Combine the sorted subarrays to get the final sorted array
Time complexity is O(n log n) on average, but can degrade to O(n^2) in worst case
Quick sort is a divide-and-conquer algorithm that recursively divides an array into smaller subarrays based on a pivot element.
Choose a pivot element from the array
Partition the array into two subarrays - elements less than pivot and elements greater than pivot
Recursively apply quick sort to the subarrays
Combine the sorted subarrays to get the final sorted array
Top trending discussions
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
Easy DSA questions and some questions on resume
I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.
To get the second to last element from a SQL table, use the OFFSET-FETCH clause.
Use the ORDER BY clause to sort the table in descending order.
Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;
I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.
A bit is the smallest unit of digital information. It can have a value of either 0 or 1.
A bit is a binary digit, represented as either 0 or 1.
It is the basic unit of information used in computing and digital communications.
A group of 8 bits is called a byte.
The size of a bit is dependent on the architecture of the computer system.
C is a programming language and does not have a fixed number of bits.
C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.
The number of bits in C depends on the hardware architecture it is compiled for.
For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.
I applied via Campus Placement and was interviewed before Mar 2020. There were 3 interview rounds.
based on 2 interviews
Interview experience
based on 4 reviews
Rating in categories
Software Engineer
14
salaries
| ₹2.4 L/yr - ₹5.6 L/yr |
Software Developer
7
salaries
| ₹3 L/yr - ₹13.5 L/yr |
IOS Developer
5
salaries
| ₹2 L/yr - ₹5 L/yr |
Project Manager
4
salaries
| ₹11.2 L/yr - ₹15 L/yr |
Android
4
salaries
| ₹9.5 L/yr - ₹15.3 L/yr |
Infosys
TCS
Wipro
HCLTech