Filter interviews by
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2020. There were 3 interview rounds.
Java is a general-purpose programming language while JavaScript is a scripting language used for web development.
Java is compiled while JavaScript is interpreted
Java is statically typed while JavaScript is dynamically typed
Java is used for developing desktop applications, web applications, and Android apps while JavaScript is used for web development
Java code runs on a virtual machine while JavaScript code runs on a we...
I appeared for an interview in Nov 2020.
Round duration - 180 minutes
Round difficulty - Easy
--> Aptitude test with questions on Quants, Logical reasoning and English.
--> 2 easy level coding questions.
Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.
The first line of input is an intege...
Reverse a singly linked list by altering 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
You are given two numbers, X
and Y
. Your task is to determine the greatest common divisor of these two numbers.
The Greatest Common Divisor (GCD) of two in...
The greatest common divisor (GCD) of two numbers is the largest positive integer that divides both numbers without leaving a remainder.
Use Euclidean algorithm to find GCD efficiently
GCD(X, Y) = GCD(Y, X % Y)
Repeat until Y becomes 0, then X is the GCD
Round duration - 30 minutes
Round difficulty - Medium
Tip 1 : Be confident and calm with subtle smile during interview.
Tip 2 : Be aware about new emerging digital technologies.
Tip 1 : Keep it short and crisp ( preferably 1 page )
Tip 2 : Mention at least 2 projects with brief description.
Primary key uniquely identifies a record in a table while foreign key refers to a field in another table.
Primary key is used to enforce data integrity and ensure uniqueness of records.
Foreign key is used to establish a relationship between two tables.
A table can have only one primary key but multiple foreign keys.
Primary key cannot have null values while foreign key can have null values.
Example: In a database of studen...
Arrays and lists are data structures used to store multiple values in a single variable.
Arrays are fixed in size and can hold values of the same data type.
Lists are dynamic in size and can hold values of different data types.
Arrays and lists are indexed starting from 0.
Arrays and lists are commonly used in programming for storing and manipulating data.
Example of an array: ['apple', 'banana', 'orange']
Example of a list:
I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.
Basic things were ask
Java C coding questions
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
It was great session
Question were asked in Java on inheritance
Math logical analytics
I appeared for an interview before Jan 2024.
Basic questions were asked without any puzzles, focusing on numeric series and logical reasoning
Reverse a string, memory management, and operations related to object-oriented programming (OOP).
based on 7 reviews
Rating in categories
Desktop Support Engineer
960
salaries
| ₹1 L/yr - ₹4.5 L/yr |
Engineer- Customer Support
629
salaries
| ₹1 L/yr - ₹4.5 L/yr |
Network Engineer
337
salaries
| ₹1 L/yr - ₹8 L/yr |
Technical Support Engineer
265
salaries
| ₹1.1 L/yr - ₹5.4 L/yr |
System Administrator
258
salaries
| ₹1.5 L/yr - ₹7.8 L/yr |
ITC Infotech
KocharTech
3i Infotech
Xoriant