i
Filter interviews by
I need to develop backend applications for creating surveys.
Top trending discussions
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
I was interviewed in Aug 2024.
Basic aptitude questions were asked Reasoning wgrh
Two hard level coding questions of leetcode based on binary search
I was interviewed in Aug 2022.
General questions on quant, verbal ability and code snippets
2 questions were provided of Java and python each ,if you solve any one of them will work
I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.
Questions related to OOPS concepts in software engineering.
Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.
Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.
Encapsu...
Answers to SQL related questions for Software Engineer interview
Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column
Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s
posted on 5 May 2022
I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.
Be confident
based on 1 interview
Interview experience
Product Engineer
4
salaries
| ₹8 L/yr - ₹14 L/yr |
Operations Executive
3
salaries
| ₹4 L/yr - ₹4 L/yr |
TCS
Infosys
Wipro
HCLTech