Filter interviews by
Linkedlist questions
Nil nil nil nil nil nil
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
DataStructure C OS RTOS HARDWARE
The question is about string comparison, string copying, repeated elements in an array, and linked lists.
String comparison involves comparing two strings to check if they are equal or not.
String copying refers to creating a copy of a string.
Finding repeated elements in an array involves identifying elements that occur more than once.
Linked lists are data structures that consist of nodes linked together.
Qualcomm interview questions for designations
I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Jan 2024. There was 1 interview round.
2 hours, inked list, graphs and dequeue, on hackerank
Get interview-ready with Top Qualcomm Interview Questions
I applied via Referral and was interviewed in Jun 2022. There were 2 interview rounds.
Swapping 2 numbers without using a third variable
Use arithmetic operations to swap the values
Addition and subtraction can be used to swap the values
XOR operation can also be used to swap the values
I applied via campus placement at Sri Jayachamarajendran College of Engineering (SJCE) and was interviewed before Apr 2023. There were 2 interview rounds.
Implement hashmap data structure in software development
Use an array to store key-value pairs
Implement a hash function to map keys to array indices
Handle collisions by using separate chaining or open addressing
Support operations like put, get, and remove
I was interviewed before Oct 2020.
Round duration - 60 minutes
Round difficulty - Medium
This round had 2 coding problems and we had to code it on hackerearth only.
The use of Outside IDE was forbidden.
The timing of test was 12:00 PM to 1:00 PM.
Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...
Given a rotated sorted array ARR
of size 'N' and an integer 'K', determine the index at which 'K' is present in the array.
1. If 'K' is not present...
Naively traverse the array and find if ‘K’ is present in ARR or not. If ‘K’ is present in ARR return its index else return -1.
Space Complexity: O(1)Explanation:O(1), i.e. constant space complexity.
Time Complexity: O(n)Explanation:O(N), where N is the length of the array/list.
We are iterating over the array/list ARR once. Hence, the time complexity is O(N).
/*
Time Compl...
Round duration - 60 minutes
Round difficulty - Medium
This was an Online F2F Technical Round conducted on CodePair : Hackerearth. So, Basically You have to Run and Submit ( Pass All Test cases) in the Interview Round also (Like normal Coding Test) in Hackerearth & along with that You should have to explain your Code and Approach to the Interviewers.
The Interviewers were helpful and didn't hesitate in giving hints.
Timing - 11:00 A.M to 12:00 P.M
In this problem, you have a one-dimensional garden of length 'N'. Each position from 0 to 'N' has a fountain that can provide water to the garden up to a certain range...
Given a directed weighted graph comprised of vertices labeled 1 to N and M edges, where each edge connects two nodes u and v with a weight w representing the distance be...
In this algorithm, we have a source vertex and we find the shortest path from source to all the vertices.
For this, we will create an array of distances D[1...N], where D[i] stores the distance of vertex ‘i’ from the source vertex. Initially all the array values contain an infinite value, except ‘D[source]’, ‘D[source]’ = 0.
The algorithm consists of several iterations and in each iteration, we try ...
Round duration - 30 minutes
Round difficulty - Easy
This was a Google Meet Video Call. The HR was friendly and asked basic questions.
The timing was 2:00 PM to 2:30 PM.
Tip 1 : Make sure that you are thorough with CS concepts beforehand.
Tip 2 : Even when you are explaining the approach to a question, try to parallelly think about how you would code it.
Tip 3 : Read the previous interview experiences. It would give a fair idea of the kind of questions one should expect.
Tip 4 : Practice atleast 200 questions from coding platforms like CodeZen, LeetCode, Interviewbit as they contain common interview questions.
Tip 1 : Mention atleast 1 project and past work experience as it sets good impression.
Tip 2 : Keep your resume up to date for the role you are applying.
Tip 3 : Try to keep your resume of 1 Page.
I was interviewed in Sep 2016.
Top trending discussions
based on 6 interviews
2 Interview rounds
based on 11 reviews
Rating in categories
Senior Engineer
1.2k
salaries
| ₹16 L/yr - ₹50 L/yr |
Software Engineer
990
salaries
| ₹10 L/yr - ₹36 L/yr |
Engineer
884
salaries
| ₹9 L/yr - ₹30 L/yr |
Senior Software Engineer
576
salaries
| ₹13.1 L/yr - ₹49 L/yr |
Senior Leader Engineer
433
salaries
| ₹20 L/yr - ₹72 L/yr |
Nvidia
Intel
Mercedes-Benz Research and Development India
Broadcom