Chargebee Interview Experience | Set 2 (On Campus) Last Updated : 28 Jun, 2021 Comments Improve Suggest changes Like Article Like Report 1. Given an array and a set of operations on it, perform those in sequence to the array. Example : given array : 12345 Operations to be performed in order : L1,R2,R1,L3 L1 : shift left once,R2 : shift right twice...etc 2. Given an array of size n of integer type containing the integers from 1 to n (both including), print how many times each integer is repeated. There is no rule that every integer in the range 1 to n will be present in the array. Solve the problem using only one additional variable. Example : n= 5 Array : 12341 Answer : 1 - 2 times 2 - 1 time 3 - 1 time 4 - 1 time 3. Print this pattern * * * * * * * * * * * * * * * * * 4. A code is given which prints the sum of even and odd numbers in the given set of numbers. Identify the error and rectify it. 5. Given two integers m and n,write code for m power n without using exponent operation. 6. Doubly linked list insertion and deletion. 7. Measure 9 min using two 4 min and 7 min sand glass. 8. https://www.geeksforgeeks.org/the-celebrity-problem/ 9. 2 DBMS queries.(don't remember) 10.http://www.mathsisfun.com/puzzles/the-fly-and-the-trains-solution.html Comment More infoAdvertise with us Next Article Chargebee Interview Experience | Set 2 (On Campus) Anonymous Improve Article Tags : Interview Experiences Experiences ChargeBee Similar Reads ChargeBee Interview Experience (On-Campus) Chargebee the Hot Startup came to our campus recently.. Here is my Interview Experience Round 1 : (1.5 hrs) *there were few c based output questions. *programs with blanks were given and we were asked to fill . *Error identification in a program . Round 2 :(Written code) 1)To check whether a hour gl 2 min read IBM Interview Experience | Set 2 (On Campus) IBM visited our campus in the month of September for the recruitment of Associate System Engineers. Round 1: It was an online test and it consisted analytical questions(number series, series generation etc).This was an adaptive test consisted 16 questions and you can spend a maximum of 2 minutes 1 min read UST Interview Experience 2023 (On-Campus) UST visited our college to hire students for full-time roles.Round 1: [Online Assessment]The test was however online but the catch was, that you have to take the test in college itself otherwise you won't be considered for the test. People who took exams from their homes were rejected straight off.T 2 min read Ecolab Interview Experience (On-Campus) 2023 The Placement Process includes: Online Test (Analytical, Communication, and ProgrammingCoding RoundTechnical roundHRâ¯Interviews Note: Each round is an elimination round. Aptitude Test [30 min]: There are 30 questions in 30 min. platform coCubes AON. which is easy and medium-level questions. We have 2 min read Paytm Interview Experience | Set 20 (On-Campus) Technical Round There was three coding questions and exam was held on cocubes. Remove BST keys outside the given range Count numbers on fingers Given an array of size n, find the min of (max of k number - min of k number) where k <n and k is size of subset randomly choose from array. Round 1:(fac 1 min read Like