What is the difference between C and C++?
Software Engineering Intern Interview Questions
12,192 software engineering intern interview questions shared by candidates
Basics of Web Technology OOPS Concepts
One ques was that in a binary tree, if node is a leaf, add duplicate nodes there
During the interview, I was asked a technical question related to trees. The interviewer wanted to know how I would approach a problem involving trees, and how I would implement a solution using a programming language. I was able to provide a thoughtful and accurate response to the question, which demonstrated my problem-solving abilities. Additionally, the interviewer asked me about my experience with JavaScript and requested that I explain some of my previous projects that utilized this language. I was able to provide a detailed explanation of my projects and how I utilized JavaScript to solve various problems.
1. How do you test a keyboard? 2. Given nine items and one of them is heavier than the others, how do you find the heavier one using a scale twice?
You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Questions related to Basic of web technology
How would you design the RSS functionality for a cellphone if the cellphone is placed behind a firewall.
You have two results from a database query. Check if they return the same thing.
How would you implement an undo and redo feature in an application like Photoshop?
Viewing 681 - 690 interview questions