Tip 1 : practice input output questions for c++ and java
Tip 2 : As the test covers all core subjects of computer science you need to prepare all(including the numerical)
Tip 1 : Mention at least one project on your resume
Tip 2 : Do not put false information about the skills that you don't have on resume
The online round was held around 11 am.The online round consisted of questions on sql,computer networks,operating system,data structures ,c++ and java.There was no subjective coding question but yes there were questions based on output prediction and figure out the wrong line of code in a given code according to a given output.You need to score atleast 70% in this test to qualify for the next round.
Some questions that i remember are:
1.Bankers algorithm is used to?
2.if the page size increases, the internal fragmentation also?
3.In the relational model, cardinality is termed as?
4.Cartesian product in relational algebra is?



The input string(STR) will not contain any spaces.
Assume that all characters in STR are lower case letters.
If characters less than 'K' remain, then append them in a sorted way to the new string.
Let the input string be "edcba" with K = 4.
Let the new string to be formed is initially empty, newString = "".
The first set of 4 characters are, ('e', 'd', 'c', 'b')
Out of these 4 characters, the smallest one is 'b' and hence we add it to the newString and it becomes,
newString = "b"
The next set of 4 characters are, ('e', 'd', 'c', 'a')
Out of these 4 characters, the smallest one is 'a' and hence we add it to the newString and it becomes,
newString = "ba"
Now we are left with "edc" and since we can't get a window of size 4, we sort them in the increasing order and append them to the newString.
Hence, newString thus formed will be "bacde".
After clearing the first round chegg provides you a chegg guideline document(which most of the students end up skipping).Please go through that properly because the second test contain 20 MCQS based on chegg guidelines. And you have to score at least 80% in that i. e, you have to score at least 16/20.You will get three chances to clear this round.
All questions will be from the document that is given to students before the second round begins.
example of questions:
Can you copy paste an answer from any online source?
What is cf score?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: