Questions concerning projects I've completed and reflections on what I might do differently if I were to undertake the same project now.
Developer Intern Interview Questions
5,293 developer intern interview questions shared by candidates
Main question was based on dsa and design patterns.
They will ask you to explain what you did regarding things you mention on your resume.
Write a function to multiply two numbers. Write a function that receives an integer, print out "Greater" if the int is greater than 30, "Equal" if it is equal to 30 and "Less" if it is less than 30. Write a function that receives two integers, prints "Greater" if the product of the two integers is greater than 30, "Less" if its less than 30 and "Equal" if it is equal to 30 Basically, for the last function, you just had to call upon the other two.
Design pattern problem can be solved using binarysearch and hashing
Explain MVC architecture in django
About Projects, 1 DSA question
Questions asked were related to OOPS and IOS specific, with some basic DSA Questions on strings and linked list.
Write code to check if an array of integers can be balanced.
C++ Questions based on obeject-oriented mechanism
Viewing 4561 - 4570 interview questions