LinkedIn Interview Experience | Set 3 (On-Campus) Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report LinkedIn Interview Experience (On Campus - Day 1) Online Round : 3 coding Questions in 1 hour : 1. We have to implement int getIntComplement(int N) function , that will give complement (bitwise complement. ) of b a given integer . Start unsetting from the left most set bit of the number. 0 <= N <= 50000 Example: Input: 10 (1010) Output: 5 (0101) 2. There are "n" ticket windows in the railway station. ith window has ai tickets available. Price of a ticket is equal to the number of tickets remaining in that window at that time. When "m" tickets have been sold, what's the maximum amount of money the railway station can earn? exa. n=2, m=4 in 2 window available tickets are : 2 , 5 2nd window sold 4 tickets so 5+4+3+2=14. 3. There is a particular sequence only uses the numbers 1, 2, 3, 4 and no two adjacent numbers are the same. Write a program that given n1 1s, n2 2s, n3 3s, n4 4s will output the number of such sequences using all these numbers. Output your answer modulo 1000000007 (10^9 + 7). Interview Rounds : Round 1 : Completely Resume based and Design problems 1. Design a work flow model of the entire work done in your internship. 2. Design a workflow model of any one of the projects you did. Grilling session. 3. A design problem of the sorts : You need to present a ppt to say N users who are viewing it live in their browsers. What you have is a web page where the ppt is opened and has say two buttons : next and previous. You need to design basically what will happen / how will pressing of the buttons reflect a change across all the users.( He wanted something as to how the DNS on processing the next request would change the URL and convey it to all connected users) 4. A map based design for implementing a code to check for isomorphic words in a file. Efficient approach. 5. Special Stack Round 2 : Projects and Coding 1. Discussion of the BTP project (especially asked) 2. Extract Leaves of a Binary Tree in a Doubly Linked List 3. Longest Palindromic Subsequence 4. Given a word , you need to check if any permutation of the word would be a palindrome. eg) BALL : false , HANNA : true Round 3 : Coding 1. Serialize and Deserialize a Binary Tree 2. https://spin.atomicobject.com/fisher-yates-shuffle-randomization-algorithm/ (Algorithm + mathematical aspects related to eqqual probability ) 3. https://www.wikiwand.com/en/articles/Rolling_hash ---> Had used this in my algorithm project and was hence asked Round 4 : Don't remember all the questions I was asked. Large set of questions pertaining to DBMS. Comment More infoAdvertise with us Next Article LnT Interview Experience (On-Campus) Anonymous Improve Article Tags : Interview Experiences Linkedin Practice Tags : Linkedin Similar Reads LnT Interview Experience (On-Campus) LTI visited my college and conducted the hiring process in 4 Rounds. Round 1(Aptitude): Quant, Verbal, and Technical questions were asked in the Aptitude round. Round 2: It was a coding round in which two questions were asked. Both questions were easy to medium difficulty level and I was able to sol 2 min read LTI Interview Experience (On-Campus) Round 1: Online test Section 1: 30 minutes English situation-based question. Section 2: Easy to Medium Time: 45 minutes 2 coding questions Sort first k elements in ascending order and remaining elements in descending order.Find maximum product subarray in the given array. Section 3: 30 minutes Engli 2 min read LTI Interview Experience (On-Campus) Recently I had an interview experience with Larsen and Turbo Infotech now became 'LTIMindtree' which was an on-campus recruiting process. Eligibility criteria: 60% aggregate in classes 10,12, and in the current UG course, and there should not be any backlog at the time of joining. Hiring Process Com 2 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 L&T Interview Experience (On-Campus) 2022 L&T Interview Experience Larsen & Turbo is one of the largest companies in India's private Sector. It expands its business across Technology, Construction, Manufacturing and Engineering . So L&T visited our college (Government Engineering College Bilaspur Cg) during August-September 2022 2 min read LTI interview Experience (On-campus) 2023 The LTI Campus recruitment event took place during the initial week of October. The criteria were there should not be any active backlogs to date. Also 60 per cent or above throughout the academics (B.tech, 10th,12th). No year gap was allowed in Btech however a year gap was allowed after the 12th bu 3 min read Like