Filter interviews by
I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.
Pointers are variables that store memory addresses. Pointer-related snippets are code examples involving pointers.
Pointers are used to store memory addresses of variables in C/C++.
Pointer arithmetic can be performed to access elements of arrays.
Dereferencing a pointer means accessing the value at the memory address stored in the pointer.
Code to reverse a linked list
Create three pointers: prev, current, next
Iterate through the linked list, updating pointers accordingly
Set the next of current to prev, move prev and current pointers forward
Update the head of the linked list to the last node visited
Code to reverse a string in C++ using pointers.
Use two pointers, one pointing to the start of the string and the other pointing to the end.
Swap the characters at the two pointers and move them towards each other until they meet in the middle.
Repeat the process until the entire string is reversed.
To find prime numbers between a range of natural numbers.
Iterate through each number in the range
Check if the number is prime by dividing it by numbers up to its square root
If the number is prime, add it to the list of prime numbers
posted on 28 Jan 2020
I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.
Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.
UART: asynchronous serial communication, start and stop bits, baud rate
SPI: synchronous serial communication, master-slave architecture, clock polarity and phase
CAN: differential serial communication, arbitration, error detection and correction
I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching
posted on 21 Apr 2021
I applied via Naukri.com
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.
Filters can be applied to data in the model or in the view.
Filters can be used to sort, group, or limit the data returned.
Filters can be implemented using LINQ or other query languages.
Examples of filters include date range filters, category filters, and search filters.
I applied via Company Website and was interviewed before Aug 2021. There were 4 interview rounds.
First Round was Aptitute Test having Aptitute Question And Java Questions.
Second round was coding round having two DSA problems
Questions on Java basics - .equals() vs ==, Fibonacci series, and MultiThreading.
The .equals() function compares the values of two objects, while == compares their memory addresses.
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
MultiThreading is a technique where multiple threads of execution run concurrently within a single program.
Examples: 5 == 5 is true, but new Str...
Javascript code to find frequency of characters in a sentence and difference between dynamic and static initialization.
To find frequency of characters in a sentence, create an object and iterate over each character in the sentence. Increment the count of each character in the object.
Dynamic initialization refers to initializing a variable at runtime, while static initialization refers to initializing a variable at comp...
I appeared for an interview in Apr 2021.
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
Detect if two circular linked lists overlap
Traverse both lists and check if they have the same tail node
If they have different tail nodes, they do not overlap
If they have the same tail node, check if they intersect at any point
Use Floyd's cycle-finding algorithm to detect intersection point
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Programmer Analyst
139
salaries
| ₹3.6 L/yr - ₹9.2 L/yr |
Quality Analyst
76
salaries
| ₹3.6 L/yr - ₹8 L/yr |
Medical Billing Specialist
36
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Medical Billing Executive
33
salaries
| ₹2.1 L/yr - ₹4.2 L/yr |
Senior Programmer Analyst
32
salaries
| ₹6.7 L/yr - ₹17.6 L/yr |
KPIT Technologies
Thomson Reuters
Oracle Cerner
NextComm Corporation