INTERVIEW

Software Interview questions : Set 4

Palindrome Partitioning Related Video :- Palindrome Partition Dynamic Programming Calculate the angle between hour hand and minute hand Explanation :- Angle between hour hand and minute Minimum Cost Path Number of subsequences of the form a^i b^j c^k Explanation :- String and sub-sequences problem Find index of an extra element present [...]

2018-07-31T20:49:32+05:30Categories: Interview|Tags: |

Software Interview questions : Set 5

Find a triplet that sum to a given value Find if there is a subarray with 0 sum Set Partition Problem Related article :- Set Partition Problem | Dynamic Programming Diameter of a Binary Tree Longest Consecutive Subsequence Print all possible strings that can be made by placing spaces Related article [...]

2019-02-10T20:16:10+05:30Categories: Interview|Tags: |

Software Interview questions : Set 3

Find subarray with given sumPrint a given matrix in spiral formFind the smallest window in a string containing all characters of another stringSquare root of an integerKth smallest element in a row-wise and column-wise sorted 2D arrayMinimum number of swaps required for arranging pairs adjacent to each otherFind the Missing [...]

2020-02-23T10:18:39+05:30Categories: Interview|Tags: |

C interview questions

Compare and contrast compilers from interpreters. Compilers and interpreters often deal with how program codes are executed. Interpreters execute program codes one line at a time, while compilers take the program as a whole and convert it into object code, before executing it. The key difference here is that in [...]

2017-06-03T13:37:54+05:30Categories: Programming|Tags: , |

How To Follow Up After a Job Interview

Rundown on the best way to follow up after a face-to-face job interview. For a phone screen, send a quick email message like this one: Dear <Hr Name>, Thanks for chatting with me on Monday about the Production Manager position at XYZ company. It was terrific to meet you, and [...]

2017-09-24T12:45:20+05:30Categories: Interview|Tags: |

Evaluate Candidates after an Interview

Here’s some advice on how to judge a job candidate’s personality in an interview. Ask the right types of questions Focus on a candidate’s potential Consider soft skills like interpersonal skills, communication skills, thought processes, and emotional intelligence. One can judge a candidate’s potential and their personality by presenting a [...]

2017-09-24T12:45:17+05:30Categories: Interview|Tags: |

Software Interview questions : Set 1

K largest elements from a big file or array Find a triplet a, b, c such that a2 = b2 + c2 Convert a Binary tree to DLL Lowest Common ancestor in a Bianry Search Tree and Binary Tree Implement a stack with push(), pop() and min() in O(1) time [...]

2019-02-26T22:08:00+05:30Categories: Interview|Tags: |

Software Interview questions : Set 2

Get minimum element from stack  Construct Binary Search Tree from a given Preorder Traversal Using Stack Construct BST from given preorder traversal Serialize and Deserialize a Binary Tree Print a binary tree in a vertical order The Celebrity Problem Find the Maximum Depth or Height of a Tree Iterative Method [...]

2019-05-30T17:17:23+05:30Categories: Interview|Tags: |

Resume writing tips

A resume should content following section :- Personal information, contact information Objective Education Summary of qualification Work experience Membership and organization Publications Personal information, contact information The informative header is the first thing the hiring manager sees, so make it accurate. It should include the following details: Your full name. [...]

2018-12-01T22:08:11+05:30Categories: Interview|Tags: |
Go to Top