Member Technical Staff Software
Member Technical Staff Software Interview Questions and Answers
Q1. write a query to update employye salary write code for palindrome what is normalization what is views what is acid properties
Technical interview questions on SQL and database concepts.
To update employee salary, use the UPDATE statement with SET clause and WHERE clause to specify the employee.
A palindrome is a word or phrase that reads the same backward as forward. Write a function to check if a string is a palindrome.
Normalization is the process of organizing data in a database to reduce redundancy and dependency.
Views are virtual tables that display data from one or more tables in a database.
ACID ...read more
Q2. All neighbors distance k in binary tree
Find all nodes at distance k from a given node in a binary tree.
Use depth-first search to traverse the binary tree and keep track of the distance from the target node.
When reaching the target node, start exploring its children at distance k.
Consider using a queue to keep track of nodes at each level while traversing the tree.
Member Technical Staff Software Interview Questions and Answers for Freshers
Q3. 1. expand string with numbers
The task is to expand a string with numbers into an array of strings.
Split the string based on numbers
Convert numbers to strings and add them to the array
Handle special cases like consecutive numbers
Q4. 2. search on roatated array
Searching in a rotated array of strings
Use binary search to find the pivot point where the array is rotated
Divide the array into two subarrays and perform binary search on the appropriate subarray
Handle cases where the target element is in the rotated part of the array
Member Technical Staff Software Jobs
0Interview Questions of Similar Designations
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month