Given a set of number, write a code which returns the greatest number from the concatenation of numbers.
Intern Software Engineer Interview Questions
9,772 intern software engineer interview questions shared by candidates
List 3 strengths and 3 weakness in your personality.
Python basics and data structures and algorithms
All questions were very easy, simple and straight forward.Make sure that you prepare Data Structures and Algorithms very well.
What are promises, and how do you create one?
I dont think I can share those but they were probably leetcode mediums
Problem solving question based on DSA
interview question asked in coding round from array
Round 2 questions were mainly based on fundamental concepts. Difference between interface and abstract classes, polymorphism- difference between overloading vs overriding, merge sort algorithm and explanation of why it runs in O(n logn), tree traversal (BFS,DFS), stack queue. There were also 2-3 algorithmic questions on design of basic algorithms and DS like checking if a singly link list has a loop and counting frequency of digits from a 16GB file of only numbers if you can only fetch 1GB into the RAM at a time (using appropriate data structures to address space complexity). Also, a few questions on hash maps because I kept using them too frequently in answers.
Explain inheritance concepts with example How are threads created using C. how we manage shared variables among them. Difference between struct and union Difference in these pointer concepts *p , **p, &p, p etc..
Viewing 9541 - 9550 interview questions