Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.
A D flip flop is a sequential logic circuit that stores a single bit of data.
A D flip flop has a data input (D), a clock input (CLK), and an output (Q).
The output (Q) of a D flip flop changes only when the clock input (CLK) transitions from low to high.
The output (Q) of a D flip flop follows the value of the data input (D) when the clock input (CLK) transitions from low to high.
The Verilog code for a D flip flop can be
I appeared for an interview before Mar 2021.
Round duration - 40 minutes
Round difficulty - Easy
Technical round with questions based on DSA.
Create a program to reverse a given integer N
. The output should be the reversed integer.
If a number has trailing zeros, their reversed version should not inclu...
Reverse a given integer while excluding trailing zeros.
Create a program to reverse the given integer by converting it to a string and then reversing it.
Remove any trailing zeros from the reversed string before converting it back to an integer.
Handle the constraints of the input integer being between 0 and 10^8.
Example: For input 1230, the output should be 321.
You are given a Singly Linked List of integers. Your task is to reverse the Linked List by changing the links between nodes.
The first line of input contai...
Reverse a given singly linked list by changing the links between nodes.
Iterate through the linked list and reverse the links between nodes.
Use three pointers to keep track of the current, previous, and next nodes.
Update the links while traversing the list to reverse it.
Return the head of the reversed linked list.
new int[5] is C++ specific and initializes the array with default values, while malloc(5 * sizeof(int)) is a C function and does not initialize the array.
new int[5] is C++ specific and calls constructors for each element in the array.
malloc(5 * sizeof(int)) is a C function and does not call constructors, leaving the array uninitialized.
new int[5] returns a pointer to the first element of the array, while malloc(5 * siz...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Company Website and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Approached by Company and was interviewed in Mar 2022. There were 4 interview rounds.
Standard test
Difficult problem to solve
My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.
Strengths: problem-solving, attention to detail, teamwork
Weaknesses: time management, public speaking
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
Question from Strings and Question from Linked Lists
Double pointers are pointers that store the memory address of another pointer.
Double pointers are used in C and C++ to store the address of a pointer variable.
They are commonly used in functions to modify the value of a pointer passed as an argument.
Example: int **ptr; // declares a double pointer to an integer pointer.
OOPS stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOPS focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation, inheritance, and polymorphism are key principles of OOPS.
Example: Inheritance allows a class to inherit properties and methods from another class, promoting code reusability.
I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.
Calculate the running median of a stream of numbers.
Use two heaps - a max heap for the smaller half of the numbers and a min heap for the larger half.
Keep the heaps balanced by ensuring the size difference is at most 1.
If the heaps are balanced, the median is the average of the top elements of the two heaps. Otherwise, it is the top element of the larger heap.
Trie is a tree data structure used for efficient retrieval of key-value pairs, commonly used in autocomplete and spell check applications.
Advantages: efficient prefix search, space optimization for storing keys with common prefixes, easy to implement autocomplete and spell check functionalities
Disadvantages: can be memory intensive for large datasets, complex to implement compared to other data structures like hash tab...
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Processing Executive
1.1k
salaries
| ₹1.1 L/yr - ₹5 L/yr |
Quality Analyst
144
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Software Engineer
143
salaries
| ₹12 L/yr - ₹35 L/yr |
Data Analyst
119
salaries
| ₹1.9 L/yr - ₹8.2 L/yr |
Senior Software Engineer
95
salaries
| ₹16.2 L/yr - ₹60 L/yr |
Qualcomm
Intel
Sterlite Technologies
Indus Towers