Interview

What to Ask in an Interview

There’s no clear cut between good and bad questions, it’s always case by case. You might ask Bi-directional decision You should always keep in mind that the company hiring process is a bi-directional decision. You are evaluated by the interviewer in the interview and at the same time you are [...]

2019-11-29T20:24:11+05:30Categories: Interview|Tags: |

Software Interview questions : Set 26

Find the element that appears once in a sorted array Search in an almost sorted array Subsequences of String which Start with Vowel and End with Consonant Minimum steps to reach end of array under constraints Minimum steps to minimize n as per given condition All unique triplets that sum [...]

2019-05-28T12:00:20+05:30Categories: Interview|

Software Interview questions : Set 25

Find all combinations of non-overlapping substrings of a string Check a given sentence for a given set of simple grammer rules Given a binary tree, remove all the half nodes Match a pattern and String without using regular expressions Find shortest route in a device to construct the given string [...]

2020-02-09T17:07:03+05:30Categories: Interview|

Software Interview questions : Set 24

Find minimum moves to reach target on an infinite lineLargest permutation after at most k swapsForm the smallest number using at most one swap operationFind Maximum number possible by doing at-most K swapsMatch a pattern and String without using regular expressionsMinimum number of bracket reversals needed to make an expression [...]

2020-05-12T11:06:40+05:30Categories: Interview|

Software Interview questions : Set 23

Find Intersection of all Intervals Maximal Disjoint Intervals Modular Exponentiation Paper cut into minimum number of squares Maximum absolute difference between sum of two contiguous sub-arrays Maximum sum of absolute difference of an array Minimum sum of absolute difference of pairs of two arrays Find maximum number that can be [...]

2019-05-05T12:49:26+05:30Categories: Interview|

Behavioural interview questions

Behavioural interview questions are probing questions about your background. How and when have you used the skills that they have deemed most important for the job in question? How have you responded to challenges similar to those you would likely face in the new role? Behavioural questions often ask you [...]

2019-05-22T23:19:17+05:30Categories: Interview|

Queue Reconstruction by Height

Suppose you are given the following : A positive number N Heights : A list of heights of N persons standing in a queue InFront: A list of numbers corresponding to each person (P) that gives the number of persons who are taller than P and standing in front of [...]

2019-02-25T17:02:49+05:30Categories: Interview|

Software Interview questions : Set 22

Find closest number in array Reverse bits of an 32 bit unsigned integer Rearrange a given linked list in-place Permutation Sequence Combination Sum II Represent the fraction of two numbers in the string format Shortest distance between two cells in a matrix or grid Minimum Cost Path with Left, Right, [...]

2019-04-27T14:46:08+05:30Categories: Interview|

Common HR Interview Questions

What are your strengths and weaknesses? When addressing questions about your strengths, focus on strengths you have that are required for the job. For example, if a job requires a lot of work on team projects, you might say that you are a clear communicator who can work with diverse [...]

2019-11-29T20:22:10+05:30Categories: Interview|Tags: |
Go to Top