What made me special and stand out from others
MISSING VALUE Interview Questions
6,572,323 interview questions shared by candidates
Full form of HCL
Interview question : General questions & scenario questions for credit analyst position,such as what is the criteria to approve loan. Do you mind if you need to hit sales target?
They asked me code some programs
None really.
Can you handle angry customers yelling at you and keep you composure.
What would you do to double the revenue for an existing Google product in the next 12 months?
Write a function to modify a singly linked list, appending copies of the first N-1 elements to the end in reverse order. For example, ['A', 'B', 'C', 'D'] becomes ['A', 'B', 'C', 'D', 'C', 'B', 'A'].
There will be a meeting at New York and San Francisco offices. We will have to fly the participants to either one of these two offices. Let's say each office can accommodate half of the participants. Our goal is to assign each participant to an office in a way that the total travel cost for the company is minimized. What is this minimal cost? SF NY A 500 700 B 200 600 C 400 500 D 600 200 Output : 1400 (A:500 + B:200 + C:500 +D: 200)
Find an algorithm to find the largest sum subarray in an array of integers. (Better than O(n^2) ).
Viewing 891 - 900 interview questions