Join Regular Classroom : Visit ClassroomTech

interview experience

Commvault Systems Overall Interview Questions + Coding Solution – codewindow.in

Hot Topics Commvault Systems Solution Technical Round Question 1 Address arithmetic in K &amp. Answer Address arithmetic in C refers to the manipulation of pointers, which are variables that hold memory addresses. The main use of address arithmetic is to traverse arrays and other data structures in memory. Question 2 Find the smallest number, greater […]

Commvault Systems Overall Interview Questions + Coding Solution – codewindow.in Read More »

Teg Analytics Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Teg Analytics Solution Technical Round Question 1 Mostly about projects and sql basics Answer SQL (Structured Query Language) is a standard language used to interact with relational databases, allowing you to manipulate and query data stored in tables. Some basic SQL concepts include: SELECT – used to retrieve data from a database table

Teg Analytics Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Exxon Mobil Overall Interview Questions – codewindow.in

Hot Topics Exxon Mobil Solution Technical Round Question 1 Tell us about your final year project and what was your role? Answer Tell about the project you did and your role in that project. Question 2 What is static variable? What is its use? Answer A static variable creates a single copy of the variable

Exxon Mobil Overall Interview Questions – codewindow.in Read More »

Siemens Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Seimens Solution Technical Round Question 1 Copy constructor. Answer A copy constructor is a special constructor in a class that creates a new object as a copy of an existing object. In many programming languages, including C++ and Java, the copy constructor is used to initialize an object from another object of the

Siemens Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Schlumberger Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Schlumberger Solution Technical Round Question 1 If you were in a dark closet with 49 white socks and 1 black one. How many socks would you pick so as to ensure that you exit the closet with a pair of similar colored socks? Answer You would pick two socks. Question 2 How do

Schlumberger Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Grab Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Grab Solution Technical Round Question 1 What is the difference between outer and inner join? Answer INNER JOIN OUTER JOIN 1. INNER JOIN results to form a tuple which has only the information related to both the tables. OUTER JOIN results to form a tuple which also has the information that is not

Grab Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Navi Overall Interview Questions + Coding solutions – codewindow.in

Hot Topics Navi Solution Technical Round Question 1 Longest valid parentheses. Answer The longest valid parentheses is a problem in computer science that asks to find the length of the longest contiguous sub-string of a given string that consists of matching pairs of parentheses. The most common way to solve this problem is to use

Navi Overall Interview Questions + Coding solutions – codewindow.in Read More »

PayU overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics PayU Solution Technical Round Question 1 Remove all the duplicate elements from string array. Answer #include <stdio.h> #include <string.h> int main() { char string_array[][10] = {"apple", "banana", "apple", "orange", "banana"}; int n = sizeof(string_array) / sizeof(string_array[0]); int i, j, k; for (i = 0; i < n; i++) { for (j = i

PayU overall Interview Questions + Coding Solutions – codewindow.in Read More »

Media.net Overall Interview Questions + Coding Solutions codewindow.in

Hot Topics Media.net Solution Technical Round Question 1 There are some eggs in the basket, if egg doubles every minute and it takes 1hour to fill the basket how much time it will take to fill half the basket? Answer If an egg doubles every minute, it will take log2(1/2) = log2(0.5) = -1 minutes

Media.net Overall Interview Questions + Coding Solutions codewindow.in Read More »