Paytm Interview Experience for Software Engineer Last Updated : 17 Nov, 2020 Comments Improve Suggest changes Like Article Like Report The process consisted of 4 rounds: Online TestTechnical Interview ITechnical Interview IITechnical + HR Online Test (70 min): This test had 3 questions and the languages allowed were C, C++, and Java. Given a number, generate another number using alternate digits from the given number starting from left.Even numbers at even index and odd numbers at odd indexClosest leaf to a given node in Binary Tree After this round 14 were shortlisted for the online interviews. Technical Interview I (70 min): The interview was conducted on Google meet. The interviewer was friendly. Asked me to introduce myself. He took some interest in my projects and asked me to show the code base of anyone. I had to screen share and show him the code. He then asked some questions on React, as I used to React in my project. From there he went to Java and asked some questions on Collection framework and Garbage Collector. He then asked some questions on OOPs. Asked me to write an example of the interface and abstract class on Notepad(I was sharing my screen) and explain the differences. Then he asked coding questions. I wrote the codes in GeeksforGeeks online IDE. Print the reverse of a string recursively.He gave me an array, which was first sorted in ascending order and then left rotated by some unknown places. I had to write a code to find the smallest number in this array.Remove duplicates from a given string. In this question, I was not allowed to use hashmap(or unordered map). This was also an elimination round. Technical Interview II (70-75 min): The interviewer asked me to introduce myself. Then he shared a Google doc link where he gave the coding questions. Generalized Fibonacci sequence. For n = 2, we add the previous 2 numbers in the series to get the next number in the series. For a general n, previous n numbers were used to get the next number in the series. for n = 4, the series would be 0, 1, 2, 3, 6, 12, 23, etc. The question was to find the number in the series at a given position. The functional parameters were n and pos.https://leetcode.com/problems/number-of-islands/. This was the exact question. for solution refer Find the number of islands.Then he asked a DBMS query, and some puzzle questions. And at the end i was asked to calculate the 220 (approximately). Technical + HR (30 min): The interviewer asked to introduced myself. Then he asked some HR questions around my projects. Then he ended the interview with a code: Implement stack using queue. A total of 5 candidates were selected out of 14. Note: Practice trees, string and array questions for Online test. Expect at least one question from graph during interviews.State the Time and Space Complexity of each solution during interviews. Comment More infoAdvertise with us Next Article Paytm Interview Experience for Software Engineer Anonymous Improve Article Tags : Interview Experiences Experiences Paytm Practice Tags : Paytm Similar Reads Paytm Interview Experience For A Software Engineer I recently had the opportunity to interview with Paytm, and I wanted to share my experience with you all. The entire process was both challenging and enlightening, giving me a chance to reflect on my skills and areas for improvement. 1. Online Coding Round:The first stage of the interview process wa 4 min read PayPal Interview Experience for Software Engineer Since this is an On-campus hiring process, there is no resume short-listing. Round-1: Online AssessmentHiring Test on the Hackerrank platform. 11 questions, including two coding questions, and the remaining are MCQs. The test duration is 90 minutes.Coding questions are simple DSA and MCQs are based 1 min read Kantar Interview Experience For Software Engineer First Round (90 Minutes Online Test):Section 1 (Data Interpretation and Analytics): This section likely involved questions related to interpreting data, quantitative analysis, and analytical problem-solving.Section 2 (Database, OOPs Concepts, Programming Outputs, Theory Questions): This section cove 2 min read Quadrant Interview Experience for Software Engineer It was an off campus opportunity . There were 2 rounds. Round-1 It was an online round . The round was of 60 minutes. The interviewer asked me about myselfHe asked me about my projectHe asked me about data binding.Then he asked me about DDL and DML commands (SQL)He asked about SELECT ,WHERE , DROP c 1 min read McAfee Interview Experience for Software Engineer Round 1: Screening InterviewFormat: Phone call with HR/recruiter. Purpose: Assess basic qualifications, interest, and cultural fit. Questions: Can you walk me through your resume?Why are you interested in working at McAfee?What programming languages and technologies are you proficient in?Have you wo 2 min read Searce Interview Experience for Software Engineer I interviewed at Searce for the role of Software Engineer through Campus RecruitmentProcess:Round 1(Online Assessment): Aptitude (verbal + logical + quant)Round 2(Technical Round - Interview):- Resume based+ puzzle (https://www.geeksforgeeks.org/puzzle-21-3-ants-and-triangle/)Round 3(Technical Round 1 min read Siemens Interview Experience for Software Engineer It was an off campus opportunity. There was 1 round . Round-1 The round lasted for 90 minutes. It was in online mode . At first the interviewer asked me to talk about myself . He also asked me about my project . Then the interviewer asked me following questions: Generics and Declaration ExampleHow t 1 min read CGI Interview Experience for Software Engineer I have 4+ Years of Experience as a Java Developer. Total 3 rounds (2 Technical + 1 Managerial) HR round was just formalities. I was contacted directly by the CGI recruitment team, they shortlisted my profile from Naukri. Round 1(Telephonic for around 1 hour): I was asked questions from Core Jave (OO 3 min read TCS Interview Experience for Software Engineer Hi, hope you all are doing well. I am Souvik Koley, I did my Diploma in Computer Science Engineering from Hooghly Institute of Technology, Hooghly. Currently, I pursuing BTech in Computer Science Engineering from HOOGHLY ENGINEERING & TECHNOLOGY COLLEGE, Hooghly. I recently had the opportunity t 2 min read Like