Filter interviews by
Top trending discussions
I was interviewed in Jan 2025.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
The second largest salary in a database management system (DBMS) can be found by using the ORDER BY and LIMIT clauses in a SQL query.
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to retrieve the second row in the sorted result set
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
Calculate the sum of elements in an array that are closest to a given target value.
Iterate through the array and calculate the absolute difference between each element and the target value.
Keep track of the element with the smallest difference and update the sum accordingly.
Return the sum of elements closest to the target value.
Sql problem solving - 2 problem from this topic
I have worked on various projects including a web application for a retail company and a mobile app for a fitness tracker.
Developed a web application for a retail company to manage inventory and sales
Created a mobile app for a fitness tracker to track workouts and progress
Collaborated with team members to design and implement features
Utilized technologies such as React, Node.js, and MongoDB
It was nice contents 3 questions
It contents 2 dsa questions
A pn junction diode is a semiconductor device that allows current to flow in one direction only.
Consists of p-type and n-type semiconductor materials
When forward biased, allows current to flow easily
When reverse biased, blocks current flow
I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.
Difficult Coding question.
DSA Based - Graph, Trees
Trie is a tree data structure used for efficient retrieval of key-value pairs.
Trie is also known as prefix tree.
Each node in a trie represents a single character of a key.
Trie is commonly used in autocomplete and spell checking algorithms.
Example: Inserting 'apple' and 'app' into a trie would result in a structure where 'app' is a prefix of 'apple'.
LRU (Least Recently Used) is a cache eviction policy that removes the least recently used items first.
LRU cache stores key-value pairs with a maximum capacity.
When the cache is full, the least recently used item is removed to make space for new items.
Each time a key is accessed, it is moved to the front of the cache to indicate it was recently used.
Aptitude test as usual
About ai
today generation
Some of the top questions asked at the Hewlett-Packard India Software Operation Software Developer interview -
based on 1 review
Rating in categories
Software Engineer
16
salaries
| ₹4 L/yr - ₹15 L/yr |
Softwaretest Engineer
14
salaries
| ₹4 L/yr - ₹10.2 L/yr |
Senior Specialist
12
salaries
| ₹24 L/yr - ₹37 L/yr |
System Software Engineer
9
salaries
| ₹10 L/yr - ₹26 L/yr |
Specialist
9
salaries
| ₹15.6 L/yr - ₹29.3 L/yr |
IBM
Microsoft Corporation
Oracle
SAP