i
Tracxn
Filter interviews by
I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.
Top trending discussions
It was an online test
I was interviewed in Jun 2021.
Round duration - 60 minutes
Round difficulty - Medium
Algorithm and Data Structures. MCQ based on dbms, html, css, js, sql, oops, program output.
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
Make use of the stack. Traverse the string and push the current character in the stack if it is an opening brace else pop from the stack If it is the corresponding starting brace for current closing brace then move to the next character of the string otherwise return false.
If after complete traversal if the stack is empty then the string is balanced else it is not balanced.
Pseudo Code:
Given an array or list of strings called inputStr
, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...
The key idea behind this approach is that we can transform each string into a string representing the character count. We will use an array “count”, of size 26 such that each element of the array represents the number of a’s, b’s, c’s and so on… We will be using these frequencies to create a string, delimited by ‘#’ characters, that we will use as a key for our HashMap.
For example :
str=”abbccc”...
Round duration - 60 minutes
Round difficulty - Medium
Algorithm and Data Structures. Sql queries insert and update commands.
Given an array prices
where the ith element represents the price of a stock on the ith day, your task is to determine the maximum profit that can be achieved at ...
The basic idea is that, try all possible transactions, means move to every index and try to perform one transaction before the current index and one after the current index. For all the possibilities choose maximum.
Given two strings, BEGIN
and END
, along with an array of strings DICT
, determine the length of the shortest transformation sequence from BEGIN
to END
. Each transformation inv...
The idea is to use BFS traversal of the graph because considering an edge between any two adjacent words(words that will have a difference of only one alphabet) after that you just have to find the shortest between the start word and the target word and that can be done using BFS.
Here is the algorithm:
Round duration - 45 minutes
Round difficulty - Medium
Some questions related to html and css. What are the various selector in css. SQL queries on how to use group by and having. Difference between truncate and delete.
The Ninja has a robot which navigates an infinite number line starting at position 0 with an initial speed of +1. The robot follows a set of instructions which includes ‘A’ (Acceler...
The basic idea is to use modified Breadth-First Search (BFS) here. We can keep track of all the possible positions of the robot after ‘N’ instructions (N = 0, 1, 2, 3, 4, ...) and return the smallest ‘N’ such that the ‘TARGET’ position is reached
The steps are as follows:
Tip 1 : Practice leetcode medium problems and also geeksforgeeks
Tip 2 : Have good knowledge of OOPS concept
Tip 3 : Good to know about Java
Tip 1 : Put your achievements like ranks in coding contest or leetcode rating
Tip 2 : Better to have Java as a skill and some good projects or internships.
based on 1 interview
Interview experience
Information Executive
261
salaries
| ₹1.6 L/yr - ₹4 L/yr |
Business Development Manager
157
salaries
| ₹3.3 L/yr - ₹8 L/yr |
Research Analyst
106
salaries
| ₹2 L/yr - ₹6 L/yr |
Associate Vice President
84
salaries
| ₹7.2 L/yr - ₹29 L/yr |
Senior Business Development Manager
83
salaries
| ₹4.5 L/yr - ₹11 L/yr |
Sequoia Capital
Matrix Partners
Kalaari Capital
Nexus Venture Partners