Interview
Write a code to sort the string in order of frequency of characters
HashingWrite a code to generate fibonacci series
Dynamic Programming## I am sharing my interview experience with ICICI from last year -2025. I applied it through my campus placement drive as a fresher. ### ICICI came to IIT Delhi's placement season 2024–2025. It was listed as an ICICI Manager I. Manager I is a grade. It was open for all departments with no minimum CGPA criteria. # My profile at that time: I had an intern at a startup where I had built a recommendation model. I had been grinding LeetCode and Codeforces along with machine learning. I had successfully completed Andrew Ng's specialization course on ML and deep learning and practiced on Kaggle. # Online Assessment — 60 minutes At first we have CV shortlisting, where I got shortlisted. After that, I have to give an online assessment that contains only MCQ questions related to OOPs, DSA, Cpp, Java, and Python, which I successfully cleared. After that, I got a call from the placement cell that I have to give a personality test called personality profiler, where they asked me about how I will behave or react under some given conditions. Update 1—The interview shortlist comes on 30th November around 5 pm. Update 2—The interview was scheduled on the morning of 3rd December # Interview: It was 9 in the morning; the atmosphere was quite foggy and cold, and I was quite nervous. The interview is going to be the only one round with both technical and HR at the same time. ## They called me for Interview First question: “Tell about yourself.” I had prepared for this question and told about my name, my hometown, and my specializations along with my hobbies. Second question: “Explain any one of your projects.” I know this question will pop up, and I had prepared for this question by preparing my best project in depth. But as ICICI is a bank, I thought I should explain my project, which is relevant to the bank in any way. So instead of explaining about the project ‘AI Interviewer,’ I choose stock analysis by AI agent. I had been asked some cross questions regarding my project, which I answered successfully. Third Question: “Can you optimize the time taken to train ANN?” As there are many ways to optimize artificial neural networks. It starts with the hardware side, like using more powerful GPUs. Then I explained we can drop neurons in order to train the model faster. Then he asked me about some mathematical approaches, so I recalled Adam optimization, and I explained it in detail by drawing some formulas and images. Fourth question: “Forward and Back Propagation.” I started with forward propagation by considering a 2-layer neural network and similarly derived back propagation from it, which he seems satisfied with. ## Update 3 — Now my technical round is over and its for HR round 5. She asked me about why ICICI, my background, my future goals, and general HR questions, which I prepared before the interview and answered optimally, at least according to me. Update 4: I got a call from POC that they were willing to offer me, which I gladly accepted. I felt a surge of excitement and joy. Update 5: HR called me and congratulated me, after which we had a professional handshake and goodbye. 3rd December 2024 will be a special day for me as I get my first job. It was my first and last interview at IIT Delhi. Thanks for reading.
## I am sharing my interview experience with ICICI from last year -2025. I applied it through my campus placement drive as a fresher. ### ICICI came to IIT Delhi's placement season 2024–2025. It was listed as an ICICI Manager I. Manager I is a grade. It was open for all departments with no minimum CGPA criteria. # My profile at that time: I had an intern at a startup where I had built a recommendation model. I had been grinding LeetCode and Codeforces along with machine learning. I had successfully completed Andrew Ng's specialization course on ML and deep learning and practiced on Kaggle. # Online Assessment — 60 minutes At first we have CV shortlisting, where I got shortlisted. After that, I have to give an online assessment that contains only MCQ questions related to OOPs, DSA, Cpp, Java, and Python, which I successfully cleared. After that, I got a call from the placement cell that I have to give a personality test called personality profiler, where they asked me about how I will behave or react under some given conditions. Update 1—The interview shortlist comes on 30th November around 5 pm. Update 2—The interview was scheduled on the morning of 3rd December # Interview: It was 9 in the morning; the atmosphere was quite foggy and cold, and I was quite nervous. The interview is going to be the only one round with both technical and HR at the same time. ## They called me for Interview First question: “Tell about yourself.” I had prepared for this question and told about my name, my hometown, and my specializations along with my hobbies. Second question: “Explain any one of your projects.” I know this question will pop up, and I had prepared for this question by preparing my best project in depth. But as ICICI is a bank, I thought I should explain my project, which is relevant to the bank in any way. So instead of explaining about the project ‘AI Interviewer,’ I choose stock analysis by AI agent. I had been asked some cross questions regarding my project, which I answered successfully. Third Question: “Can you optimize the time taken to train ANN?” As there are many ways to optimize artificial neural networks. It starts with the hardware side, like using more powerful GPUs. Then I explained we can drop neurons in order to train the model faster. Then he asked me about some mathematical approaches, so I recalled Adam optimization, and I explained it in detail by drawing some formulas and images. Fourth question: “Forward and Back Propagation.” I started with forward propagation by considering a 2-layer neural network and similarly derived back propagation from it, which he seems satisfied with. ## Update 3 — Now my technical round is over and its for HR round 5. She asked me about why ICICI, my background, my future goals, and general HR questions, which I prepared before the interview and answered optimally, at least according to me. Update 4: I got a call from POC that they were willing to offer me, which I gladly accepted. I felt a surge of excitement and joy. Update 5: HR called me and congratulated me, after which we had a professional handshake and goodbye. 3rd December 2024 will be a special day for me as I get my first job. It was my first and last interview at IIT Delhi. Thanks for reading.
There is a techinical round and interview round happend in the same day(offline mode) where we were given an hour or so to write the test of MCQs which were mostly theoretical and some aptitudes. The level of the paper is moderate where the domains of questions were analog, communication, transmition lines, antennas and Signal processing. The imediately corrected the paper and given us the result for next round after half an hour. The interview rounds were friendly some comm. question like amplitude and frequency modulations, project explaination, Which modulation is less noisy all stuff. Then question of hobbies and general questions were followed.
There is a techinical round and interview round happend in the same day(offline mode) where we were given an hour or so to write the test of MCQs which were mostly theoretical and some aptitudes. The level of the paper is moderate where the domains of questions were analog, communication, transmition lines, antennas and Signal processing. The imediately corrected the paper and given us the result for next round after half an hour. The interview rounds were friendly some comm. question like amplitude and frequency modulations, project explaination, Which modulation is less noisy all stuff. Then question of hobbies and general questions were followed.
I recently had the opportunity to participate in the Infosys on-campus recruitment drive at IIT Dharwad. I’m happy to share that the process concluded with an offer for the Specialist Programmer (SP) L2 role. Here is a detailed breakdown of my experience: Round 1: Online Assessment (OA) The assessment consisted of 4 coding problems categorized by difficulty: Easy, Medium, Hard, and Complex. Performance in this round determines which role you are mapped to (DSE, SP-L1, SP-L2, or SP-L3). My Performance: I have solved 2.3 question out of 4 ( easy full , medium partial and for hard 11/12). Difficulty Level: The "Easy" and "Medium" questions were comparable to LeetCode Medium. The "Hard" question was LeetCode Hard, and the "Complex" one felt like a high-rated Codeforces problem. Key Takeaway: The entire set was heavy on Dynamic Programming. Solving the "Hard" problem is mandatory to be shortlisted for the SP-L2 and SP-L3 roles. Round 2: Technical Interview (at Infosys Hubli Campus) I was shortlisted for the SP-L3 interview process based on my OA score. The interview took place in person at the Infosys Hubli campus. Atmosphere: The interviewer was very friendly. He skipped the standard "introduction" formalities and jumped straight into a technical discussion. Code Discussion: He reviewed my OA submission extensively. I was asked to explain my approach and logic for every problem I attempted during the assessment. System Design: We spent about 40 minutes discussing a System Design problem: "Design a URL Shortener (like TinyURL)." This was an in-depth discussion covering database choices, scaling, and hashing logic. Verdict: Selected for the Specialist Programmer L2 role. Grateful for the opportunity and looking forward to the journey ahead!
I recently had the opportunity to participate in the Infosys on-campus recruitment drive at IIT Dharwad. I’m happy to share that the process concluded with an offer for the Specialist Programmer (SP) L2 role. Here is a detailed breakdown of my experience: Round 1: Online Assessment (OA) The assessment consisted of 4 coding problems categorized by difficulty: Easy, Medium, Hard, and Complex. Performance in this round determines which role you are mapped to (DSE, SP-L1, SP-L2, or SP-L3). My Performance: I have solved 2.3 question out of 4 ( easy full , medium partial and for hard 11/12). Difficulty Level: The "Easy" and "Medium" questions were comparable to LeetCode Medium. The "Hard" question was LeetCode Hard, and the "Complex" one felt like a high-rated Codeforces problem. Key Takeaway: The entire set was heavy on Dynamic Programming. Solving the "Hard" problem is mandatory to be shortlisted for the SP-L2 and SP-L3 roles. Round 2: Technical Interview (at Infosys Hubli Campus) I was shortlisted for the SP-L3 interview process based on my OA score. The interview took place in person at the Infosys Hubli campus. Atmosphere: The interviewer was very friendly. He skipped the standard "introduction" formalities and jumped straight into a technical discussion. Code Discussion: He reviewed my OA submission extensively. I was asked to explain my approach and logic for every problem I attempted during the assessment. System Design: We spent about 40 minutes discussing a System Design problem: "Design a URL Shortener (like TinyURL)." This was an in-depth discussion covering database choices, scaling, and hashing logic. Verdict: Selected for the Specialist Programmer L2 role. Grateful for the opportunity and looking forward to the journey ahead!
I recently had the opportunity to interview with Oracle Financial Services for FTE role, and I'm happy to share my experience.
There were 2 in-person interview rounds. The first round was pretty straightforward - it had an easy coding questions, a simple puzzle and few logical reasoning and critical thinking questions. The coding question was not too complex, and the puzzle was more about logical thinking.
The second round was a bit more challenging. It was a mix of technical questions from my resume, and some tricky SQL questions. The interviewer dug deep into my projects and asked questions about the technologies I had used. The SQL questions were a bit tough, but I managed to answer most of them.
Overall, I'd say the interview process was pretty standard, and the interviewers were nice and practicing coding questions, puzzles, and brushing up on your technical skills, especially SQL and data structures will come in handy.
Want to join the conversation?
Be the first to comment!