Count islands on HackerRank and analyze a log document
Sr Software Engineer Interview Questions
67,402 sr software engineer interview questions shared by candidates
Javascript Program For Stock Buy Sell To Maximize Profit The cost of a stock on each day is given in an array, find the max profit that you can make by buying and selling in those days. For example, if the given array is {100, 180, 260, 310, 40, 535, 695}, the maximum profit can earned by buying on day 0, selling on day 3. Again buy on day 4 and sell on day 6. If the given array of prices is sorted in decreasing.
Make an API that handles a restaurant essentialy
he asked me one program output question in C as below - char *strfy() { char*name = "Deepak"; name[4] = 'e'; return name; } int main() { char*name= strfy(); printf("%s\n", name); return 1; }
Bring in some complex (ish) Java code and walk me through it.
I was asked to break down and describe the parts of an ethereum transaction and how each was used.
Write a program for pairwise swapping for linked list. Normal and recursive both
Build in Scala a datatype similar to defaultdict in python
Difference between Statefull widget and stateless widget ?
Do you have any more questions?
Viewing 2221 - 2230 interview questions