All Hard Articles
Round 1: Online Test (Duration : 2 hours 30 minutes) It had around 20 Multiple Choice Questions related to fundamentals of Computer Science and 2… Read More
Oracle visited our campus for recruiting an Associate Application Developer, for Oracle’s part of OFSS.There were 4 rounds for the whole processOnline TestTechnical Round-1Technical Round-2HR… Read More
Given two numbers a and b. The task is to subtract b from a by using 2’s Complement method.Note: Negative numbers represented as 2’s Complement… Read More
Factset visited our college in August, 2018 and allowed “C.S.E”, “IT”, “ECE” to sit in their recruitment test. Round 1: The first round was a… Read More
Given an array of n elements and an integer K, the task is to find the subarray with minimum value of ||a[i] + a[i +… Read More
Prerequisite: smatch | Regex (Regular Expressions) in C++ Given a regex, the task is to find all regex matches in a string. Without using iterator: … Read More
Oyo conducted placement drive for SDE -1 at our college ( LNMIIT ). They first conducted the online round  Online round consisted of 2 coding… Read More
std::regex_replace() is used to replace all matches in a string, Syntax: regex_replace(subject, regex_object, replace_text) Parameters: It accepts three parameters which are described below: Subject string… Read More
Qualification round (Online round held on Hackerrank) : This round had 2 parts – coding and aptitude. There were three questions in the coding part:-… Read More
Given n eggs and k floors, find the minimum number of trials needed in worst case to find the floor below which all floors are… Read More
Interview was for Bangalore location. Candidates were called to the office. Questions ere straightforward but not sure of their expectations. There were lot of candidates,… Read More
Web server log which maintains a history of page requests, typically appended to the end of the file. Information about the request, including client IP… Read More
Genetic Algorithms(GAs) are adaptive heuristic search algorithms that belong to the larger part of evolutionary algorithms. In each generation chromosomes(our solution candidates) undergo mutation and… Read More
Round 0: Coding Assignment A document was shared containing 2 questions: You would have used the feature of Google maps in which you put in… Read More
Coding Round:  It had 20 MCQ’s and 2 coding questions. Total marks were 161 out of which 130 were of 2 coding problems and rest… Read More
Prerequisite : basics of inheritance in Python, Inheritance, examples of object, issubclass and super There are 2 built-in functions in Python that are related to… Read More
Given a program that uses an iterator, the task is to find the type of iterator used. Examples: Input : vector.begin() Output : Random_Access Iterator… Read More
In RDBMS, which type of Join returns all rows that satisfy the join condition? (A) Inner Join (B) Outer Join (C) Semi Join (D) Anti… Read More
Prerequisite – Generating Functions-Introduction and Prerequisites In Set 1 we came to know basics about Generating Functions. Now we will discuss more details on Generating Functions… Read More
Prerequisite – Pushdown automata, Pushdown automata acceptance by final state The language L = {0i1j2k | i==j or j==k ; i , j , k… Read More