Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
Use SQL query with ORDER BY and LIMIT to find the second highest salary of an employee.
Use ORDER BY clause to sort the salaries in descending order.
Use LIMIT 1,1 to skip the first highest salary and get the second highest salary.
Factors of a number are the numbers that can be multiplied together to get the original number.
Factors of a number are all the numbers that divide the number without leaving a remainder.
Every number has at least two factors: 1 and the number itself.
Example: Factors of 12 are 1, 2, 3, 4, 6, and 12.
Object-oriented programming concepts that focus on objects and classes for code organization and reusability.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability for a class to inherit properties and behavior from another class.
Polymorphism: Ability for objects of different classes to respond to the same message in different ways.
Abstraction: Hiding the compl...
I applied via campus placement at Koneru Lakshmaiah College of Engineering (KLCE), Arni and was interviewed in Jun 2023. There were 4 interview rounds.
Good aptitude questions
2 coding question which are basic
To print the greater number without using a while loop, compare two numbers and print the larger one.
Take two numbers as input
Compare the two numbers
Print the greater number
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
ONLINE CODING TEST WITH QUESTIONS FROM CODE CHEF
Prolifics Corporation interview questions for designations
I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.
Aptitude was so simple not so hard...
2 codes was there with 3 cases each code
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.
Top trending discussions
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
posted on 12 Oct 2024
I applied via campus placement at St Josephs College of Engineering, Chennai and was interviewed before Oct 2023. There were 4 interview rounds.
Sample programes 2 programs asked to solve
Group discussion about general topics
I applied via LinkedIn and was interviewed in Nov 2022. There were 2 interview rounds.
based on 4 interviews
1 Interview rounds
based on 38 reviews
Rating in categories
Associate Software Engineer
302
salaries
| ₹2.4 L/yr - ₹6.2 L/yr |
Software Engineer
276
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Software Engineer
188
salaries
| ₹4.5 L/yr - ₹18.6 L/yr |
Test Engineer
93
salaries
| ₹4 L/yr - ₹10.4 L/yr |
Senior Test Engineer
73
salaries
| ₹4 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech