i
Techjockey Infotech Pvt.Ltd.
Filter interviews by
I applied via Cocubes and was interviewed before Mar 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.
Round 1 was coding test.
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
They have their own coding platform. The questions are basically from tree.
Tree of space question
I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to medium, can solve with leetcode medium
Count the number of islands in a grid of '1's and '0's
Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited
Increment the island count for each new island found
Ensure to handle boundary cases and check for visited nodes
Find the first and last index of a specific element in an array of strings.
Iterate through the array and keep track of the index of the first and last occurrence of the element.
Return the first and last index once the iteration is complete.
Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.
I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.
- simple basic ios questions
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Hard
Timing was late evening. Platform was good.
The idea is to do a depth-first search to find all the cycles which are formed and calculate the length of the largest cycle. We are treating the array as a graph of directed edges. Whenever we get into any of the cells in the cycle, using dfs we will visit all the subsequent cells in the cycle. Out of all the cycles, we will return the cycle of maximum length.
The steps are as follows:
We will store all the four directions { (0,1) (0,-1) ( 1,0) ( -1,0 ) )} in 2-d array.
Tip 1 : Do some projects.
Tip 2 : Practice dynamic programming.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 5 interview rounds.
based on 1 review
Rating in categories
Business Consultant
9
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Content Writer
9
salaries
| ₹3.3 L/yr - ₹7.6 L/yr |
Business Development Executive
9
salaries
| ₹2.6 L/yr - ₹4 L/yr |
Software Developer
7
salaries
| ₹3.6 L/yr - ₹14 L/yr |
Key Account Manager
7
salaries
| ₹3.5 L/yr - ₹8.2 L/yr |
SoftwareSuggest
Softline
Gartner
SoftwareONE