Filter interviews by
I applied via Approached by Company
Error finding in open source code, manage library, fix error and write code using basic algorithm, Arduino ide, processing
Top trending discussions
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
posted on 6 Jan 2025
In 3 years, I see myself as a senior Technical Support Engineer leading a team and implementing innovative solutions.
Advancing to a senior role within the Technical Support team
Leading and mentoring a team of junior engineers
Implementing new technologies and solutions to improve customer support
Attending relevant training and certifications to enhance skills
Contributing to the overall growth and success of the company
Yes, we use certifications like CompTIA A+, Microsoft Certified Solutions Expert (MCSE), and Cisco Certified Network Associate (CCNA) in our company.
CompTIA A+
Microsoft Certified Solutions Expert (MCSE)
Cisco Certified Network Associate (CCNA)
posted on 24 Nov 2024
posted on 19 Jun 2024
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
My strength lies in my ability to quickly learn new technologies and adapt to changing environments.
Quick learner
Adaptable to change
Strong problem-solving skills
Excellent communication skills
Team player
posted on 25 May 2022
I applied via Referral and was interviewed in Dec 2021. There were 4 interview rounds.
posted on 15 Sep 2021
I was interviewed in Jan 2021.
Round duration - 90 minutes
Round difficulty - Easy
This round consist of coding as well as mcq questions
You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute ...
Maintain a visited array and try to explore all the possibilities with the help of backtracking.
Given an array of 'N' non-negative integers and an integer 'K', your task is to find the maximum elements for each subarray of size 'K'.
The first line contains...
Round duration - 36 minutes
Round difficulty - Easy
Given an array representation of a min-heap of size 'n', your task is to convert this array into a max-heap.
The first line of input contains an int...
The main idea is that when an array is sorted in descending order it becomes max heap as for every ‘i’ from i=0 to n/2 it is greater than equal to arr[2*i+1] and arr[2*i+2].
Space Complexity: O(1)Explanation:O(1)
We are using constant space to solve this.
Time Complexity: O(nlogn)Explanation:O(n*log(n)), where n is the size of the array.
Sorting an array takes O(n*log(n)) time complexity.
Given a singly linked list containing a series of integers separated by the integer '0', modify the list by merging nodes between two '0's into a single node. This mer...
Let us initialize two pointers, newHead and newTail, with NULL (These will be the head and tail of the final list). Now traverse the given list. Ignore the first zero. Now, as you encounter non-zero nodes, add their values in a variable called ‘sum’. As soon as you encounter a node with data 0, change that node's value to ‘sum’, and
Given a 'Snake and Ladder' board with N rows and N columns, where positions are numbered from 1 to (N*N) starting from the bottom left, alternating direction each row, f...
We will use Breadth-First Search to find the shortest path from cellNumber 1 to cellNumber N*N.
Tip 1 : I practiced a lot of problems related to Data structures on the Coding ninjas platform and other coding platforms.
Tip 2 : If you are stuck somewhere in a problem and want to see reference, first, try to understand the algorithm and then move on to code.
Tip 3 : Just see the algorithm that is how to approach first and don't try to understand from the code right off the bat, code has finer implementation variation that can be done on your own if you are clear with the algorithm. Also for big product companies, prepare enough problems of graphs and trees as these are the most important topics for interviews.
Tip 1 : Mention a good level of projects in your resume, and also give a brief detail about each and every project.
Tip 2 : Have at least 1 or 2 good projects from which you know everything involved in the project.
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
posted on 4 Jan 2025
posted on 18 Apr 2024
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
based on 1 review
Rating in categories
Trainer
3
salaries
| ₹1.2 L/yr - ₹1.8 L/yr |
Junior Accountant
3
salaries
| ₹2 L/yr - ₹2 L/yr |
Back Office Coordinator
3
salaries
| ₹1.5 L/yr - ₹1.6 L/yr |
Technical Trainer
3
salaries
| ₹2.2 L/yr - ₹6.3 L/yr |
Service Design Engineer
3
salaries
| ₹3 L/yr - ₹3.5 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning