All Expert Articles
2 Rounds of online test, one related to aptitude and other is related to c++. Aptitude one had around 39 questions and 2hours was given.… Read More
Round 1 – Telephonic 1. Find element in an array which have elements in first increasing and then decreasing order. (code) 2. Find if two… Read More
Recently I was interviewed for the position of SDE 2 I have 4 years of work experience .Following were the asked. Note: For all of… Read More
Hello guys, I recently appeared in Snapdeal interview for Java profile in Bangalore office. Here is my experience. The interview had 5 rounds out of… Read More
Round 1: 10 Aptitude questions with difficulty level hard. Round 2: 3 programs given. 1st one mandatory. 1) Replace wild cards with all possible combinations… Read More
Let G be an undirected graph. Consider a depth-first traversal of G, and let T be the resulting depth-first search tree. Let u be a… Read More
Following is my Interview experience in Adobe Bangalore for the profile of White Box Test Engineer. Written Round There were two parts technical and aptitude… Read More
The smallest finite automation which accepts the language {x | length of x is divisible by 3} has : (A) 2 states (B) 3 states… Read More
Define languages L0 and L1 as follows : L0 = {< M, w, 0 > | M halts on w} L1 = {< M, w,… Read More
Given two strings X and Y, find the Longest Common Substring of X and Y.Naive [O(N*M2)] and Dynamic Programming [O(N*M)] approaches are already discussed here. In… Read More
Written Round There were two round technical and aptitude Aptitude round consisted of 45 questions (50 minutes) except two passage based on logical reasoning rest… Read More
F2F Round 1: 1. Tell me about yourself. 2. Tell me about any challenging work you did in any of your past projects, why was… Read More
Given a 32-bit floating point number x stored in IEEE 754 floating point format, find the inverse square root of x, i.e., x-1/2.A simple solution… Read More
Let ∑ = (a, b, c, d, e) be an alphabet. We define an encoding scheme as follows : g(a) = 3, g(b) = 5,… Read More
Let f : A → B be an injective (one-to-one) function. Define g : 2A → 2B as : g(C) = {f(x) | x ∈… Read More
Informatica recently visited our campus to hire full time employees and interns. About 70 students appeared out of which 4 were given internship and two… Read More
Consider two processes P1 and P2 accessing the shared variables X and Y protected by two binary semaphores SX and SY respectively, both initialized to… Read More
The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by (A) the instruction… Read More
What does the following C-statement declare? [1 mark] int ( * f) (int * ) ; (A) A function that takes an integer pointer as… Read More
The 2n vertices of a graph G corresponds to all subsets of a set of size n, for n >= 6. Two vertices of G… Read More