Filter interviews by
I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.
posted on 24 May 2024
The split function in Java is used to split a string into an array of substrings based on a specified delimiter.
The split function takes a regular expression as a parameter to specify the delimiter.
The result is an array of strings containing the substrings.
Example: String str = 'Hello,World'; String[] parts = str.split(','); // parts = ['Hello', 'World']
posted on 19 Jul 2023
Sorting programs, some algorithms on logic
Maze problem programs involve finding a path through a maze from start to finish.
Use depth-first search or breadth-first search algorithms to solve maze problems.
Consider using backtracking to handle dead ends in the maze.
Implement a recursive function to explore all possible paths in the maze.
Use a stack or queue data structure to keep track of visited cells and potential paths.
Snake ladder program simulates a game where players move based on dice rolls.
Create a board with 100 squares representing the snake ladder game.
Players take turns rolling a dice and moving their token on the board.
If a player lands on a square with a snake head, they move back to the square's tail.
If a player lands on a square with a ladder bottom, they move to the ladder's top.
The game continues until a player reaches
General aptitude questions
Problem solving, solved 2 out of 3 questions
General topics were given in gd
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Program to reverse a string using array of characters
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
I applied via Campus Placement
3 coding question in 1:30 hr
2 medium + 1 hard
1- greedy
2- binary search, prefix sum
3- dp (too hard)
posted on 11 Jan 2023
I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.
2 questions Based on arrays level of medium
posted on 24 Dec 2022
I was interviewed in Nov 2022.
posted on 8 Mar 2023
jQuery is a JavaScript library for DOM manipulation and event handling. Django is a Python web framework for building web applications.
jQuery simplifies HTML document traversing, event handling, and animating.
Django follows the Model-View-Template (MVT) architectural pattern.
Both are open-source and widely used in web development.
jQuery can be used with any web framework, while Django has its own ORM and templating eng
based on 5 reviews
Rating in categories
Technical Support Engineer
163
salaries
| ₹4.4 L/yr - ₹17 L/yr |
Senior Software Engineer
109
salaries
| ₹15 L/yr - ₹42 L/yr |
Senior Technical Support Engineer
77
salaries
| ₹10.9 L/yr - ₹25 L/yr |
Software Engineer2
67
salaries
| ₹13.4 L/yr - ₹30 L/yr |
Software Engineer
58
salaries
| ₹9.9 L/yr - ₹29.5 L/yr |
VMware Software
Microsoft Corporation
IBM
Oracle