Join Regular Classroom : Visit ClassroomTech

Interview Questions

Celebal Tech Interview Questions + Coding Solutions – codewindow.in

Hot Topics Celebal Tech Solutions Technical Round Question 1 What is Machine learning? Answer Machine learning is a branch of computer science which deals with system programming in order to automatically learn and improve with experience. For example, robots are programmed so that they can perform the task based on data they gather from sensors. […]

Celebal Tech 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 »

Gupshup Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Gupshup Solution Technical Round Question 1 Data structure and full multi-threading concept Answer Data structure is the organization of data in a computer to enable efficient access and modification. It involves the use of algorithms and data structures like arrays, linked lists, stacks, queues, trees, and graphs to store, manipulate, and retrieve data.

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

Zenser Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Zenser Solution Technical Round Question 1 What is regression? Answer Regression basically is a statistical method that helps us to understand relationship between two or more variables of interest. There are different kinds of regression such as linear regression, logistic regression, polynomial regression, etc. Question 2 Describe your project and your role on

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

Larsen & Turbo Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Larsen & Turbo Solution Technical Round Question 1 Explain your current project. Answer Explain Your project. Question 2 Public int compare To(object o) { Employee emp = (Employee)o; return this.id – e.id; } Answer This is a Java method for comparing two objects of the “Employee” class, based on their “id” field. The

Larsen & Turbo Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Slice Overall Interview Questions – codewindow.in

Hot Topics Slice Solution Technical Round Question 1 What is ARC? Answer ARC stands for Automatic Reference Counting, a memory management technique used in Apple’s Objective-C and Swift programming languages. ARC automatically tracks and manages the lifecycle of objects in memory, freeing up memory when it is no longer needed to avoid leaks and improve

Slice Overall Interview Questions – codewindow.in Read More »

HFCL Overall Interview Questions – codewindow.in

Hot Topics HFCL Solution Technical Round Question 1 Questions based on project and innovative project. Answer Explain answers according to asked questions. Question 2 Describe the project undertaken in detail. Answer Explain details about of your project. Question 3 Difference between NAND and NOR gate. Answer NAND NOR 1.    It is a logic gate used

HFCL Overall Interview Questions – codewindow.in Read More »

Amagi Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Amagi Solution Technical Round Question 1 How many types of storage are there in HTML? Answer Local storageSession storage Local storage stores the data with no expiration date. The data will not be deleted when the browser is closed, and will be available the next day, week, or year. Session storage stores the

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