Skip to content

Tag Archives: Zycus

This article will give you information about the company, recruitment process, sample questions that have been asked previously, lots of experiences shared by other aspirants,… Read More
Round 1: Assignment.   You will get an assignment form HR to solve. For my case it was extraction of data from doc format. The crux… Read More
The process comprised of 3 rounds, Pen Paper General Aptitude Test, Coding Round, Technical Interview. Round 1: Aptitude round was pretty easy. Round 2: In the… Read More
Print the elements of an array in the decreasing frequency if 2 numbers have the same frequency then print the one which came first. Examples: … Read More
Given an array of integers, sort the array according to frequency of elements. If frequencies of two elements are same, print them in increasing order.… Read More
ROUND 1: First round was aptitude round, 10 question in 30 minute. Level of difficulty: easy. For each correct answer 2 marks will be awarded… Read More
A number is called as a Jumping Number if all adjacent digits in it differ by 1. The difference between ‘9’ and ‘0’ is not… Read More
Given an array of integers, sort the array according to frequency of elements. For example, if the input array is {2, 3, 2, 4, 5,… Read More
We have discussed Backtracking and Knight’s tour problem in Set 1. Let us discuss Rat in a Maze as another example problem that can be… Read More
Print the elements of an array in the decreasing frequency if 2 numbers have the same frequency then print the one which came first Examples:  … Read More