Describe your role in your project and the most difficult part of it and how you handled it.
Software Development Interview Questions
36,992 software development interview questions shared by candidates
(1)Given string is palindrome or not(Inlace without using extra buffer) (2)Given a number n - give me the first n prime numbers (Improve efficiency of code) (3)Fizz-buzz type question (4)Given a string(for e.g.,abc) and an array of strings(s1,s2,....sn) -> return an array of boolean values based on if a string s1 can be made from the characters of string(abc) (5)Find the duplicates in an array. (6)Given an architecture of an application - find the best ways to test it and make sure that how can we deliver quality products. (7)Behavioral questions like conflict with a team-member etc.
Real time project development assessment
Mvc routing
What kind of projects I worked on before.
Q1) Implement hash table
explain what is hashing and how does hashing works
Find substring 'substr' in string 'str'
Given array of integers representing historic stock prices. Find the buying and selling points to maximize the profit. (original: You can hold the stock for only 30 days maximum.)
An integer is represented in binary as a sequence of 0's and 1's. Write a function that returns the number of 1's in the binary representation of a given integer.
Viewing 1001 - 1010 interview questions