Filter interviews by
Top trending discussions
posted on 10 Dec 2024
I was interviewed in Nov 2024.
OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOP focuses on creating objects that interact with each other to solve problems.
Key concepts include encapsulation, inheritance, and polymorphism.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Inheritance allows classes to inherit at...
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.
Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.
Each thread has its own program counter, stack, and set of registers.
Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.
Rotate a 2D matrix by 180 degrees in place without using extra space.
Iterate through the matrix and swap elements symmetrically across the center row.
Use two pointers, one starting from the first row and the other from the last row, to swap elements.
Repeat the swapping process for each row until the entire matrix is rotated.
Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
OS, DBMS, CN, C++, Java output questions, Probability, Aptitude, IT infrastructure
Reverse a linked list using recursion
Create a recursive function to reverse the linked list
Pass the head of the linked list to the function
Base case: if the current node is null, return null
Recursive case: reverse the rest of the list and point the next node's next to the current node
I applied via campus placement at VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad
Data Structures and Algorithms
posted on 26 May 2024
I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.
Coding test on hackerrank comprising medium level Leetcode questions
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.
Mainframe support questions about COBOL,JCL,VSAM,gdg
I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.
1 DSA Question and Output based MCQ q
based on 4 reviews
Rating in categories
Senior Software Engineer
111
salaries
| ₹15 L/yr - ₹30.5 L/yr |
Software Engineer
53
salaries
| ₹9 L/yr - ₹15 L/yr |
Principal Software Engineer
49
salaries
| ₹19.9 L/yr - ₹45 L/yr |
Software Engineer2
48
salaries
| ₹10 L/yr - ₹17.8 L/yr |
Senior Software Quality Engineer
23
salaries
| ₹12.5 L/yr - ₹22 L/yr |
NortonLifeLock's
McAfee
Check Point Software Technologies
Palo Alto Networks