Recent questions tagged placement-questions

359
views
0 answers
0 votes
Does anyone have any experience of giving DRDO Scientist-B exam? The official site says its a descriptive examination but how to write answers in a better way(apart from ...
3.2k
views
2 answers
2 votes
Given an array of $n$ elements find the maximum continuous sum in it. For example consider the below array of $n=6$.23 4 -10 2 15 1Answer is 35.
471
views
0 answers
1 votes
Write an object oriented code for representing boolean expressions and then a function for checking the equivalence of two boolean expressions.
1.1k
views
0 answers
0 votes
Given an arithmetic expression involving *, + only write an object oriented code for its representation and evaluation
1.4k
views
2 answers
0 votes
Write a function (proper programming code) for multiplying two integers without using '*' operator and considering all corner cases.
2.1k
views
4 answers
1 votes
Given an input string of length $n$, find the maximum length of the substring containing maximum $k$ unique characters. For example, for "abbcdaadcd" and $k=2$ answer wil...
1.8k
views
1 answers
2 votes
Given an array with possible repeating elements you have to rearrange such that elements are alternatively decreasing and increasing (strict increase/decrease). For examp...
5.7k
views
2 answers
4 votes
The information about an array used in program will be stored inSymbol TableActivation RecordBoth (A) and (B)Dope Vector
2.2k
views
1 answers
1 votes
According to me first we sort the array in O(nlogn) time and then in O(k) time , find the product , so total time complexity is O(nlogn) , so am I right or can it be done...
1.5k
views
1 answers
2 votes
You are given a number lock of 4 digits and it accepts a serial input. What should be the minimum length of an input string so that the lock is guaranteed to open assumin...
6.1k
views
4 answers
6 votes
A bad king has a cellar of 1000 bottles of delightful and very expensive wine. A neighboring queen plots to kill the bad king and sends a servant to poison the wine. Fort...
995
views
4 answers
0 votes
If we are given a linked list then we have to manipulate such that even indexed node are arranged together and oddindexed nodes are arranged together after even indexed n...
To see more, click for the full list of questions or popular tags.