Skip to content
Just Crack Interview
Your Ultimate Interview Preparation Resource
Home
About Us
Companies
Contact Us
Privacy Policy
Terms & Condition
Home
About Us
Companies
Contact Us
Privacy Policy
Terms & Condition
Team Lead/ Tech Lead
Team Lead/ Tech Lead Interview Questions and Answers
Ques:-
What is Mirrored on-line Redo Log ?
1
6920
Ques:-
What is Partial Backup ?
0
5782
Ques:-
Which of the following statements is true considering OOP (Object Oriented Programming)?
2
7273
Ques:-
Vankins Mile is a solitaire game played on an n X n square grid. The player starts by placing a token on any square of the grid. Then on each turn, the player moves the token either one square to the right or one square down. The game ends when…
1
9412
Ques:-
Reverse the words in a sentence. The string “have a nice day” should be changed to “day nice a have”.
8
699
Ques:-
Write a program to swap to integer pointers
1
1145
Ques:-
Merge two binary search trees into one
0
614
Ques:-
Given a set of N lines of English language, each comprises only of a-z and A-Z. For each line, find the alphabets which have highest frequency of occurance and print them (with capital letters first then small letters in increasing order in their …
0
4127
Ques:-
To write a function which given two dates, checks whether the dates are exactly 1 month apart(e.g June 06 2011 & July 06 2011, Dec 15 2010 & Jan 15 2011 ), less than 1 month apart(e.g Mar 01 2011 & Mar 25 2011, Jun 20 2011 & July 1…
0
3376
Ques:-
Given a number x, find the smallest prime number which is greater than x.
3
6564
Ques:-
There was a party.there was a log register in which entry and exit time of all the guests was logged.you have to tell the time at which there was maximum guest in the party. input will be the entry and exit time of all the n guests [1,4] [2,…
0
9189
Ques:-
Given a file and and API containing getline() to read lines from it, how will u print only the unique lines from it.
0
2009
Ques:-
As we know that each user has only 4 digit acc. no. We have billions of user what is maximum bounds on these no. What algo used to generate 4 digit unique no. & what are the possible 4 digit nos. we can have…
0
3818
Ques:-
Consider a datagrid in windows application. Here item, rate, qty, amount field are there. When user enters rate and qty, amount should be automatically calculated. When enter key is pressed, the cursor should go from item to rate and then qty and then amo
0
7969
Ques:-
3 divides 111 , 13 divides 111111 etc.. find a number having all one's which is shortest divisible by a given number which has 3 as its last digit.
1
9374
Ques:-
What are the different ways to say, the value of x can be either a 0 or a 1. Apparently the if then else solution has a jump when written out in assembly.
0
1621
Ques:-
Write a C function for unsigned power(double x, unsigned int n) using minimum number of multiplications. Count the number of multiplications used.
0
9790
Ques:-
I have an array consisting of 2n+1 elements. n elements in it are married, i.e they occur twice in the array, however there is one element which only appears once in the array. I need to find that number in a single pass using constant memory. {a…
0
4096
Ques:-
Create a fast cached storage mechanism that, given a limitation on the amount of cache memory, will ensure that only the least recently used items are discarded when the cache memory is reached when inserting a new item. It supports 2 functions: S…
0
9452
Ques:-
Given an integer array of which both first half and second half are sorted. Write a function to merge the two parts to create one single sorted array in place [do not use any extra space]. e.g. If input array is [1,3,6,8,-5,-2,3,8] It should…
1
4375
Ques:-
A sequence of numbers is coming … a) find in constant time if a number has already come b) find in constant time how many time a number has come
0
9280
Ques:-
Consider a scenario where lots of objects are created in runtime and soon after the execution starts, you have millions of objects consuming 90% of JVM memory. What would you do about it?
0
1688
Ques:-
You have given a positive number you have to find a number which is bigger than that by using same digits available in the number. Example :- You have given a number 7585 , your output should be 7855 .
0
9301
Ques:-
Implement function to find needle from a haystack. Interviewer was looking for coding skills.
1
7641
Ques:-
Function to get count of primes in range 1..n
0
6502
Ques:-
Write a logic to add the digits of an integer, get the sum and again add the digits of the resulted sum. Keep on doing this until the sum reaches to single digit. Ex: number : 3456257672 sum of digits:47 result sum : 47 sum of …
0
3081
Ques:-
How you will find the lowest common ancestor(LCA) in Binary Tree..its clear its Binary Tree not The4 Binary Search Tree ??
0
7957
Ques:-
Prove The Time Complexity of Sieve of Eratosthenes (prime generation algorithm()) is O(nlog(logn))..Interview wants from clean Mathematical Proof..for this..
0
884
Ques:-
Which of the following is TRUE about the declaration const char * p a. the pointer cannot be changed but the value to which it points can be changed b. the value is constant but the pointer can be changed c. neither the value nor…
0
4119
Ques:-
Suppose a matrix A (M*N) is given . And A is defined as ..
0
5291
Scroll to top
Post Content
×