i
Techahead Software
Filter interviews by
I applied via Facebook and was interviewed in Sep 2020. There was 1 interview round.
Top trending discussions
posted on 21 May 2024
I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.
ACID properties are a set of properties that guarantee database transactions are processed reliably.
Atomicity: Ensures that all operations in a transaction are completed successfully or none at all.
Consistency: Ensures that the database remains in a consistent state before and after the transaction.
Isolation: Ensures that the execution of multiple transactions concurrently does not interfere with each other.
Durability:...
To find the mid point of a linked list, use two pointers - one moving at double the speed of the other.
Initialize two pointers, slow and fast, at the head of the linked list.
Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.
The node at which the slow pointer is currently pointing is the mid point of the linked list.
Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them.
Divide the array into two halves recursively
Sort each half separately
Merge the sorted halves back together
Foreign key is a field in a relational database table that links to a primary key in another table.
Ensures referential integrity between tables
Used to establish relationships between tables
Prevents orphan records
Can be used to enforce constraints
Max sum subarray problem involves finding the subarray with the largest sum within an array.
Iterate through the array and keep track of the current sum and maximum sum seen so far.
If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.
Return the maximum sum found.
Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the max sum subarray is [4, -1, 2, 1] with sum 6.
posted on 24 Oct 2024
I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.
Aptitude test is at moderate level
2 coding questions rest of are pseudo code
posted on 19 Nov 2024
70 question in 60 min
20 mcq question in 10 mmin
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 50 minutes
Round difficulty - Medium
Round duration - 20 minutes
Round difficulty - Medium
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Given an array and a target sum, find pairs of elements that add up to the target sum.
Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.
If the complement exists, add the pair to the result list. Otherwise, add the current element to the hash set.
Sort the pairs based on the first element and then the second element to meet the required output form
Round duration - 20 minutes
Round difficulty - Easy
Round duration - 40 minutes
Round difficulty - Hard
Pointers in C/C++ are variables that store memory addresses. They are used to manipulate memory directly and improve performance.
Pointers are declared using an asterisk (*) before the variable name.
Pointers can be used to dynamically allocate memory using functions like malloc() and free().
Pointers can be used to pass variables by reference to functions.
Tip 1 : Do atleast 1 project
Tip 2 : Practice Data structure programming questions
Tip 3 : Prepare concepts with examples (Coding/Numericals)
Tip 1 : Mention Projects
Tip 2 : Mention only those technologies which you are confident enough.
Tip 3 : Mention extra curricular activities if have.
posted on 10 May 2020
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.
Software Engineer
129
salaries
| ₹4 L/yr - ₹15.5 L/yr |
Associate Software Engineer
75
salaries
| ₹3 L/yr - ₹8 L/yr |
Senior Software Engineer
49
salaries
| ₹6 L/yr - ₹16.5 L/yr |
Software Developer
21
salaries
| ₹3 L/yr - ₹10 L/yr |
UI/UX Designer
12
salaries
| ₹4.3 L/yr - ₹7.2 L/yr |
Maxgen Technologies
Value Point Systems
JoulestoWatts Business Solutions
F1 Info Solutions and Services