Filter interviews by
I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.
I appeared for an interview in Sep 2023.
First round was hacker rank test
Two coding questions and optimisation and other basic DS and OOPS questions
I am currently working on developing a new feature for our company's website to improve user experience.
Researching user feedback and analyzing data to identify areas for improvement
Collaborating with designers and developers to create wireframes and prototypes
Implementing and testing the new feature to ensure functionality and usability
Gathering feedback from users through surveys and usability testing
Iterating on the
I appeared for an interview before Mar 2024, where I was asked the following questions.
Use two heaps to efficiently find the median in a stream of numbers.
Maintain two heaps: a max heap for the lower half and a min heap for the upper half.
When a new number arrives, compare it with the max of the lower half (max heap).
If it's smaller, add it to the max heap; otherwise, add it to the min heap.
Rebalance the heaps if their sizes differ by more than one.
The median is the root of the max heap if it has more el...
Salesforce interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.
Leetcode Easy to Medium
Get interview-ready with Top Salesforce Interview Questions
I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.
Hackerrank coding round asking me to wite a trigger that performed some functionality
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
Online coding assessment having 20 MCQs and 2 coding questions
You are given a N x M
matrix of integers. Your task is to return the spiral path of the matrix elements.
The first line contains an integer 'T' which denotes the nu...
The task is to return the spiral path of elements in a given matrix.
Iterate through the matrix in a spiral path by keeping track of boundaries.
Print elements in the order of top row, right column, bottom row, and left column.
Continue the spiral path until all elements are printed.
Given three non-negative integers X
, Y
, and Z
, determine the longest happy string. A happy string is defined as a string that contains only the letters 'a', 'b', and...
The longest happy string problem involves constructing a string with 'a', 'b', and 'c' without having any three consecutive letters being the same.
Determine the maximum number of times 'a', 'b', and 'c' can appear in the string based on the given input values.
Construct the longest happy string by alternating between 'a', 'b', and 'c' while respecting the constraints.
Return '1' if a correct happy string can be formed, o
Round duration - 60 minutes
Round difficulty - Easy
The first interview round was fairly easy, and the interviewer was very helpful. It was an hour long interview.
Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...
The task is to determine the maximum profit that can be achieved by performing up to two buy-and-sell transactions on a given set of stock prices.
Iterate through the array of stock prices to find the maximum profit that can be achieved by buying and selling stocks at different points.
Keep track of the maximum profit that can be achieved by considering all possible combinations of buy and sell transactions.
Ensure that y...
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next pointer points back to a previous node.
Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.
If the two pointers meet at any point, there is a cycle in the linked list.
Use Floyd's Cycle Detection Algorithm for efficient detection of cycles in linked lists.
Round duration - 90 minutes
Round difficulty - Medium
It was a long interview, although the interviewer was again very friendly. The main focus was on problem solving in this round too.
Given an array arr
of size N
, determine the minimum number of swaps required to sort the array in ascending order. The array consists of distinct elements onl...
The minimum number of swaps required to sort an array of distinct elements in ascending order.
Use a hashmap to store the index of each element in the array.
Iterate through the array and swap elements to their correct positions.
Count the number of swaps needed to sort the array.
You are playing a coin game with your friend Ninjax. There are N
coins placed in a straight line.
Here are the rules of the game:
1. Each coin has a value associated wit...
The problem involves finding the optimal strategy to accumulate the maximum amount in a coin game with specific rules.
Start by considering the base cases where there are only 1 or 2 coins.
Use dynamic programming to keep track of the maximum amount that can be won at each step.
Consider the different scenarios when choosing a coin from either end of the line.
Keep track of the total winnings for both players and choose th...
Tip 1 : Solve questions in each topic and make sure to note down important concepts for quick review
Tip 2 : Practice specifically for interviews too by solving questions asked previously in top firms
Tip 3 : Pay utmost importance to your projects
Tip 1 : Put links for your projects on resume
Tip 2 : Strictly one page, with only relevant points
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed in Aug 2021. There were 2 interview rounds.
Easy
Easy questions
I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.
Maths,reasoning and Java questions
1. Program on lift technology
based on 6 interviews
2 Interview rounds
based on 22 reviews
Rating in categories
Technical Support Engineer
976
salaries
| ₹8.5 L/yr - ₹25 L/yr |
Technical Consultant
344
salaries
| ₹13.8 L/yr - ₹32 L/yr |
Member Technical Staff
288
salaries
| ₹18.8 L/yr - ₹60 L/yr |
Senior Member of Technical Staff
256
salaries
| ₹30 L/yr - ₹95 L/yr |
Senior Technical Consultant
251
salaries
| ₹18 L/yr - ₹45 L/yr |
SAP
Zoho
Oracle
Adobe