Enfusion Interview Experience for Technical Analyst (On-Campus) Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report I have been placed at Enfusion, LLC. (https://www.enfusion.com/) and am writing this blog to share end-to-end placement experience. The context for getting started with the placement process: Enfusion’s huge share of internal as well as external services is written in Spring Boot (Java). Hence, they expect candidates to be well versed with Core Java with Spring Boot being a plus point. They expect you to be very good with DSA(Data Structures and Algorithms). Also, DSA consists of approx. 75% of the entire technical process of selection, with Java being the only option you can choose to code. That being said, let’s jump to questions. Round 1: Coding Round Java Language Compulsory, First-round consisted of 5 questions. The time limit was 1.5hrs.Given an array and an integer k, traverse the array and if the element in the array is k, double the value of k and continue traversal. In the end return value of k: https://www.geeksforgeeks.org/dsa/find-final-value-if-we-double-after-every-successful-search-in-array/There is one meeting room in a firm. There are N meetings in the form of (S[i], F[i]) where S[i] is the start time of meeting i and F[i] is the finish time of meeting i. The task is to find the maximum number of meetings that can be accommodated in the meeting room. Count maximum possible meetings. https://www.geeksforgeeks.org/dsa/find-maximum-meetings-in-one-room/Based on the basics of polymorphism. Basically, we were given an interface and we had to implement methods of that interface. Also, we had to implement the comparable interface which is used for sorting.Basic string manipulation question. Given an array of strings, find strings which are repeated at an even number of occurrences and concatenate them to return the final string.This question can be solved with basic for loop and if statements. But, the key was to use StringBuffer instead of the normal String class. This avoids polluting memory heap while concatenating a string in large test cases due to immutability of default String object.I don’t remember the question. But, it required a basic understanding of HashMaps and Sets in Java. Anyone who can do 800 rated questions in CodeForces would have easily done that question. Round 2: Technical Interview Round 2 started with the famous “Tell us about yourself”.According to my: This is the best time to showcase everything interesting you have done in the technical domain in reverse chronological order. I started with current internships and then moved to projects.Once that is done, they might ask you some basic questions regarding your project.I mentioned a project in which I used ElasticSearch. So, my question was “Why did you use ElasticSearch? What extra value did it add to your project?” But, this may vary according to your projects.According to my: Do thorough research about everything in your resume before entering the interview.Then, we moved to a Hackerrank page where I had to read the question and code.The question was extremely difficult (according to me). It was based on Dynamic Programming.The question was (I don’t remember exact terms):I was given a square garden of length n. The Garden had some fountains whose coordinates were given and max capacity at which they could sprinkle water in all directions. The task was to optimally count the minimum number of fountains that, when started, should cover a complete garden. If they can't cover the complete garden, return -1.According to my: I was unable to pass even a single test case of that question but passed the round. But, I always kept telling the interviewer my flow, trying to explain to him my thinking strategy. When he talked, I silently listened and would give proper feedback later. Basically, I was able to convince him that I am a good fit to work collaboratively. Tip: Write clean code, proper camel-cased variable names. Interviewers love that. Round 3: HR This interview had basic HR questions that you will find on the internet. This included Tell me about yourself, Strengths, Weaknesses, What are your expectations from this job, etc.So, that’s it. This was my interview experience at Enfusion, LLC. Feel free to reach out. Comment More infoAdvertise with us Next Article Capgemini Interview Experience for Analyst (On-Campus) Anonymous Improve Article Tags : Interview Experiences Experiences On-Campus Marketing Enfusion +1 More Similar Reads ProcDNA Interview Experience For Technical Analyst (On-Campus) Hi Geeks,To give a basic summary. It was my final year in 2022 and ProcDNA came to our campus (PEC) for 2 roles. One of them was a Technical Analyst and the other one was a data analyst. I applied for technical analyst as it suited my dreams well.Round - 1 (Resume Shortlisting)Round -1 was resume sh 3 min read ION Group â Technical Analyst Interview Experience (On-Campus) ION Group ION Group Round 1: Online Assessment (IA Round 1)ION Group Date: 25/7/2025Role: Technical AnalystMode: On-CampusRound 1: Online Assessment in HarkRankDuration: 120 minutesNo. of Questions: 95 questionsType: Mostly aptitude, logical reasoning, and basic technical questionsNote: Time managem 2 min read Vdart Interview Experience for Technical Analyst (On-Campus) 2023 Vdart came to our campus for full-time technical analyst roles around mid-February. It was open to CSE /IT/ECE. The whole process had three rounds:Resume Shortlisting: Initially, around 300+ students applied for the opportunity. The company made a shortlist based on resumes. Basically, they checked 3 min read Ion Group Interview Experience for Technical Analyst (On-Campus) 2023 ION Group came to our college to hire freshers of the 2022-23 batch for the role of Technical analyst. There were a total of 6 rounds of online tests and interviews. Round 1: Online TestThe first round was an online test that consisted of basic aptitude questions and a few questions related to DBMS, 3 min read Capgemini Interview Experience for Analyst (On-Campus) Hello geeks! I would like to share my Capgemini interview experience. First of all, we were asked to register on the Superset platform. Eligible candidates were invited to take up the assessment test. The test consisted of 4 sections:- (a) CSE Fundamentals:- Questions majorly on data structures, OOP 2 min read Capgemini Interview Experience for Analyst (On-Campus) Recruitment Process: Capgemini conducts 3-4 rounds to select fresher as Analysts/senior Analysts in their organization. Aptitude testTechnical interviewHR interviewAcademic Criteria: 65 percent or above in B.Tech, Class X and XII.No backlogs at the time of the interview Round 1: Written Round: Capge 2 min read Like