Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Managed code is code that is executed by the Common Language Runtime (CLR) while unmanaged code is code that is executed outside of the CLR.
Managed code is written in high-level languages like C# or VB.NET and is compiled to Intermediate Language (IL) which is then executed by the CLR.
Unmanaged code is written in languages like C or C++ and directly compiled to machine code which is executed by the operating system.
Man...
Boxing is the process of converting a value type to a reference type, while unboxing is the opposite process.
Boxing is implicit, unboxing is explicit
Boxing creates a new object on the heap, unboxing retrieves the value from the object
Boxing is slower than unboxing
Example: int num = 10; object obj = num; // boxing
Example: int num = (int)obj; // unboxing
A trigger is a special type of stored procedure that automatically executes when an event occurs in the database.
Triggers are used to maintain the integrity of the database by enforcing business rules or cascading changes.
They can be set to execute before or after an INSERT, UPDATE, or DELETE operation.
For example, a trigger can be used to update a related table when a record is inserted into another table.
Cursor, index, and trigger are database concepts used in SQL. Cursors are used to retrieve data row by row, indexes are used to improve query performance, and triggers are used to automatically perform actions when certain events occur.
Cursor: Used to retrieve data row by row. Syntax - DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name
Index: Used to improve query performance by creating a data struc...
Abstract class is a class that cannot be instantiated, method overriding is when a subclass provides a specific implementation of a method in its superclass, dictionary is a collection of key-value pairs, dispose is a method used to release unmanaged resources.
Abstract class: Cannot be instantiated, can have abstract methods. Example: abstract class Shape { public abstract void Draw(); }
Method overriding: Subclass prov...
Top trending discussions
I applied via Company Website and was interviewed before May 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.
VERBAL QUANT DI/LR and Picture based test
Fibonacci series can be easily implemented using loops in C++ or C.
Declare variables for first two numbers of the series
Use a loop to calculate and print the next number in the series
Repeat the loop until desired number of terms are printed
I applied via Walk-in and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.
I was interviewed before Sep 2020.
Round duration - 30 Minutes
Round difficulty - Easy
The questions ranged from prime number concepts to one question on linked list.
You are given two integers DAY_HOURS
and PARTS
. Consider a day with DAY_HOURS
hours, which can be divided into PARTS
equal parts. Your task is to determine the total ins...
Given DAY_HOURS and PARTS, find total instances of equivalent prime groups in a day divided into equal parts.
Divide the day into equal parts and check for prime groups at the same position in different parts.
Each prime group consists of prime numbers occurring at the same position in different parts.
Return the total number of equivalent prime groups found.
Ensure DAY_HOURS is divisible by PARTS and each hour in a prime
Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., starting from the least significant digit to ...
Add two numbers represented as linked lists in reverse order and return the sum as a linked list.
Traverse both linked lists simultaneously, adding corresponding digits and carrying over if necessary.
Handle cases where one list is longer than the other by considering carry over.
Create a new linked list to store the sum digits in reverse order.
Return the head of the new linked list as the result.
Tip 1 : Do practice aptitude faithfully because it will help you in cracking the first round.
Tip 2 : Study concepts from different sites like Coding Ninjas, Geeks for Geeks for better understanding.
Tip 1 : Resume should be one pager.
Tip 2 : Mention your job specific projects on the resume.
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Hard
Exam was in the morning in 2nd shift. It was a difficult .
You need to determine the sum of even digits and odd digits separately from a given integer.
The first line of input is an integer T
representing the number of test c...
Implement a function to find the sum of even and odd digits separately in a given integer.
Iterate through each digit of the integer and check if it is even or odd.
Keep track of the sum of even and odd digits separately.
Return the sums of even and odd digits for each test case.
Round duration - 30 minutes
Round difficulty - Hard
It was in the morning and there were approx 500 candidates for interview. Interviewers were very nice and cooperative.
SQL questions related to joins
Types of joins in SQL (inner join, left join, right join, full outer join)
Difference between inner join and outer join
Common join conditions (using ON vs WHERE)
Handling NULL values in joins
Performance considerations when using joins
Round duration - 10 minutes
Round difficulty - Medium
It was in the morning and interviewer was very nice and polite.
Tip 1 : Be confident and speak politely with a smile.
Tip 2 : Groom yourself very well in a professional way.
Tip 3 : Prepare everything mentioned in your resume.
Tip 4 : Also maintain positive body language as everything get noticed in an interview.
Tip 5 : Try to work on projects and prepare it very well including synopsis of project.
Tip 6 : Prepare core subjects and important topics.
Tip 7 : prepare company related questions as well.
Tip 8 : Maintain eye contact with interviewer.
Tip 1 : Mention Projects.
Tip 2 : Mention accurate and true things only.
Tip 3 : Resume should be neat and clean.
Tip 4 : Mention your achievements in resume.
Tip 5 : Resume should not be very lengthy, it should be precise.
Tip 6 : Prepare your resume by following a proper format.
Tip 7 : Carry your resume in a file.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Technical Support Engineer
152
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
37
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Wipro
TCS
Infosys
HCLTech