Faster and better experience!
Filter interviews by
Top trending discussions
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
Java and Data Strcuture
Find the nearest word in a matrix of strings
Create a matrix of strings
Calculate the distance between the input word and each word in the matrix
Return the word in the matrix with the smallest distance to the input word
Find the smallest subset of strings in an array
Iterate through the array and compare the length of each string to find the smallest subset
Use a variable to keep track of the smallest subset found so far
Return the smallest subset at the end
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
based on 1 review
Rating in categories
Software Engineer
15
salaries
| ₹6 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