Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.
Top trending discussions
I applied via campus placement at IFMR GSB Krea University and was interviewed in Jun 2024. There were 2 interview rounds.
Simple Financial Case Study
Merging two arrays without extra space involves swapping elements and sorting them in place.
Iterate through both arrays and swap elements to merge them
Sort the merged array in place using any sorting algorithm
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
TDS stands for Tax Deducted at Source. Excel can be used to calculate TDS amounts and generate reports.
TDS is a tax deducted by the payer at the time of making payment.
Excel can be used to calculate TDS amounts based on specified rates and generate reports for TDS deductions.
Formulas in Excel can be used to calculate TDS amounts automatically based on income and tax rates.
Excel can also be used to create TDS certificat...
posted on 8 May 2023
I applied via Campus Placement and was interviewed before May 2022. There were 2 interview rounds.
I found out about the company through a job search website.
I was actively searching for internships in my field
I came across the company's job posting on a job search website
I researched the company and found it aligned with my interests and career goals
I applied via campus placement at IFMR GSB Krea University and was interviewed in Jun 2024. There were 2 interview rounds.
Simple Financial Case Study
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
Hypothetical ethnic wear manufacturing/retail company where we had to calculate financial ratios and do an analysis on them. Also a competitor analysis along with questions you would ask the management regarding different topics.
ESG stands for Environmental, Social, and Governance. It refers to the three central factors in measuring the sustainability and ethical impact of an investment in a company or business.
ESG criteria are used by investors to evaluate the ethical impact and sustainability of a company.
Environmental factors include a company's carbon footprint, waste management, and energy efficiency.
Social factors include diversity and i...
I was interviewed in Apr 2021.
Round duration - 60 Minutes
Round difficulty - Medium
Timing- In the evening around 5 pm
Environment- It was online test so I was in my room comfortable.
You are given an array 'PRICES' of 'N' integers, where 'PRICES[i]' represents the price of a certain stock on the i-th day. An integer 'K' is also provide...
The problem can be solved by using dynamic programming.
But first explain the recursive approach also and tell the time complexity and then move on to the dynamic programming part.
Explain what are the subproblem and optimal substructure and then code the dp part.
Round duration - 60 minutes
Round difficulty - Easy
Timing - 2pm
Environment - my room
Interviewer was pretty chilled.
Create a stack data structure that supports not only the usual push and pop operations but also getMin(), which retrieves the minimum element, all in O(1) time complexity witho...
Explain the two stack approach first and then move to the optimized version try writing a different function for min element apart from which is given in the geeksforgeeks.
Tip 1 : Be well prepared in DSA , including graphs,dp
Tip 2 : practice regularly one or two hours is enough but u need to be consistent for atleast a year or so
Tip 3 : prepare os dbms oops in last week of the interview
Tip 1 : at least Two projects
Tip 2 : Some experience in competitive programming will be beneficial.
I was interviewed in Oct 2020.
Round duration - 65 minutes
Round difficulty - Medium
It was 24 hours window for the online round from 8 Oct 10:30 am to 9 Oct 10:30 am. There were 7 MCQ problems related to c++, java, DBMS, and operating systems. And 2 coding problems with one easy and one moderate level difficulty for question, we were supposed to write the whole program but for other question, the function was to be written only. I was able to solve the first problem fully and the second 50%, you are required to pass test cases.
Ram is in Ninjaland, visiting a unique candy store offering 'N' candies each with different costs. The store has a special offer: for every candy you purchase, you c...
First Sort the price array. For finding the minimum amount start purchasing candies from starting and reduce k free candies from last with every single purchase. For finding the maximum amount start purchasing candies from the end and reduce k free candies from starting in every single purchase.
You are provided with a continuous non-empty string (referred to as 'sentence') which contains no spaces and a dictionary comprising a list of non-empty strings (known as 'wor...
We need to keep exploring the given string from current position ‘i’ to until we wouldn’t find a position such that substring ‘i’ to ‘j’ exists in the dictionary.
The algorithm looks like:
Round duration - 90 minutes
Round difficulty - Medium
The interviewer asked me questions about projects, general discussion, and 3 coding questions based on linked list, arrays, and binary tree.
I gave optimum approach for every question.
Given a singly linked list of integers, the task is to remove the middle node from this list.
The first line of input includes an integer 'T' whic...
Step 1 : Take two pointers
Step 2 : Initialize both pointers to the head node and iterate one pointer by two and one by just one step
Step 3 : The pointer which is iterating by one step will reach the mid when other will reach the end.
Step 4 : Delete the mid pointer(which reached the mid).
Given an integer array ARR
of size N
, replace each element of this array with its corresponding rank.
The rank of an element is an integer between 1 and N
(inclusive) that ...
Step 1 : To compute the rank of the element first make a copy of given arr[] then sort that copied array in ascending order.
Step 2 : Then traverse in the copied array and put their rank in HashMap by taking a rank variable.
Step 3 : If the element is already present in HashMap then don’t update rank otherwise update rank of the element in HashMap and increment rank variable as well.
Step 4 : Traverse the given array arr[...
Given a binary tree, your task is to print the left view of the tree.
The input will be in level order form, with node values separated by a...
We can keep track of the level of a node by passing a parameter to all recursive calls. The idea is to keep track of the maximum level also. Whenever we see a node whose level is more than the maximum level so far. We print the node because this is the first node in its level (Note that we traverse the left subtree before the right subtree).
Tip 1 : First Go through all the concepts of Data Structures and algorithms, I have taken Coding ninjas course c++ interview preparation.
Tip 2 : Try to solve all the problems by yourself then it will be meant for you, if you can't solve them after 30-45 minutes of time then see the solution of it, and for this, I used to consult TA and mentors on coding ninjas course.
Tip 3 : Have confidence in yourself, if you can't solve it initially, gradually you will be able to solve the problems. Hard work pays off.
Tip 4 : Note down the main information's about your project like what you have done in the project and what difficulties you have faced, it will be a great way to tackle questions about the project in the interview.
Tip 1 : Keep it simple and mention what you actually know and achieved.
Tip 2 : Mention your institute email-id if you have, it adds weight to the resume
Tip 3 : Use the "Built/created/made X using Y to achieve Z" format when writing about projects or work done.
Interview experience
Software Engineer
5
salaries
| ₹8.4 L/yr - ₹12 L/yr |
Software Developer
4
salaries
| ₹5 L/yr - ₹18 L/yr |
Associate
4
salaries
| ₹3.2 L/yr - ₹4.7 L/yr |
Senior Associate Developer
4
salaries
| ₹7.2 L/yr - ₹10.5 L/yr |
Accounts Manager
4
salaries
| ₹7 L/yr - ₹7.5 L/yr |
Times Internet
Network 18
Times Group
INDIA TODAY GROUP