Filter interviews by
I applied via Campus Placement
Three coding questions to be solved in this round
I completed the project by conducting thorough research, collaborating with team members, and implementing innovative solutions.
Researched relevant literature and studies
Collaborated with team members to brainstorm ideas and troubleshoot issues
Implemented innovative solutions using programming languages such as Python and R
Tested and validated the results to ensure accuracy
Documented the entire process for future refer...
I have learned various research methodologies, data analysis techniques, and how to work effectively in a team.
Learned how to conduct literature reviews and gather relevant information
Acquired skills in data collection, analysis, and interpretation
Improved teamwork and communication skills through collaboration with colleagues
Developed problem-solving abilities by working on research projects
Enhanced my knowledge of ex...
I bring a unique combination of technical skills, creativity, and a strong passion for innovation.
I have a diverse background in both engineering and design, allowing me to approach problems from multiple perspectives
I am constantly seeking out new technologies and trends in the industry to stay ahead of the curve
I have a proven track record of successfully implementing innovative solutions in previous projects
Top trending discussions
I appeared for an interview in Jun 2016.
I appeared for an interview in Feb 2021.
Round duration - 120 minutes
Round difficulty - Easy
Round duration - 90 minutes
Round difficulty - Medium
The round contains mcqs on core java , javascript , oops and two coding questions of data structures.
The exam was at 7pm
Platform was good
Given a 2-dimensional array ARR
with 'N' rows and 'M' columns, and a set of queries in a 2-dimensional array Queries
of size 'K', each query contains four integers that denote the top-...
Given a 2D array and a set of queries, find the sum of elements within specified submatrices for each query.
Parse input to get array dimensions, elements, and queries
Iterate through queries and calculate sum of elements within specified submatrix
Output the sum for each query
You are given a string named str
and an integer D
. Your task is to perform both left (anticlockwise) and right (clockwise) rotations on the given string by D
units, start...
Implement functions to perform left and right rotations on a given string by a specified number of positions.
Implement a function leftRotate() to perform left rotation on the string by D units.
Implement a function rightRotate() to perform right rotation on the string by D units.
Return the modified string after each rotation.
Ensure to handle cases where D can be greater than the length of the string.
Tip 1 : Good knowledge of basics of data structure.
Tip 2 : Question need to be done with optimized time complexity until you won't be able to pass all test cases.
Tip 1 : Atleast one good project
Tip 2 : Specially mention Java and JavaScript
posted on 31 Jan 2024
I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to write with simole loetters to
Very easy to manipulate with this code
Normal quantitative and data analytics questions
Implement a function to check if a given string is palindrome
I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.
Aptitude duration One hours
Level moderate
Coding Test Duration 3 hours
Level moderate to hard
A pn junction diode is a semiconductor device that allows current to flow in one direction only.
Consists of p-type and n-type semiconductor materials
When forward biased, allows current to flow easily
When reverse biased, blocks current flow
I appeared for an interview before Mar 2024, where I was asked the following questions.
Check if one string is a permutation of another by comparing character counts.
Two strings are permutations if they have the same characters in the same frequency.
Example: 'abc' and 'cab' are permutations.
Use a hash map or array to count character occurrences.
Sort both strings and compare them for a simpler solution.
Example: 'listen' and 'silent' are permutations.
Find the unique number in an array where every other number appears twice.
Use a hash map to count occurrences of each number. Example: [1, 2, 2, 3, 1] -> {1: 2, 2: 2, 3: 1}
Utilize the XOR operation. Example: [1, 2, 2, 3, 1] -> 1 ^ 1 ^ 2 ^ 2 ^ 3 = 3 (the unique number).
Iterate through the array and check for duplicates. Example: [4, 5, 4, 6, 5] -> 6 is unique.
posted on 18 Jun 2025
I appeared for an interview before Jun 2024, where I was asked the following questions.
Calculate paths in a grid using dynamic programming to find ways to reach the bottom right corner from the top left.
Use a 2D array to store the number of ways to reach each cell.
Initialize the starting point (0,0) with 1 since there's one way to be there.
For each cell, the number of ways to reach it is the sum of ways to reach the cell above and the cell to the left.
Example: In a 2x2 grid, the paths are: right-down and...
OOP is a programming paradigm based on objects, encapsulating data and behavior, with polymorphism allowing for dynamic method resolution.
OOP is based on four main principles: encapsulation, inheritance, polymorphism, and abstraction.
Polymorphism allows methods to do different things based on the object it is acting upon.
Example of polymorphism: A function that takes a base class reference can call overridden methods i...
Stable sorting maintains the relative order of equal elements; unstable sorting does not.
Stable sorting: Merge Sort, Bubble Sort - maintains order of equal elements.
Unstable sorting: Quick Sort, Heap Sort - may change order of equal elements.
Example of stable sort: Sorting names by age, 'Alice' before 'Bob' remains unchanged.
Example of unstable sort: Sorting numbers, [2, 2, 1] could become [1, 2, 2] or [1, 2, 2] but or...
I appeared for an interview in May 2025, where I was asked the following questions.
based on 1 interview experience
Difficulty level
Duration
Technical Support Engineer
220
salaries
| ₹2.4 L/yr - ₹6.3 L/yr |
Software Engineer
131
salaries
| ₹4.5 L/yr - ₹19 L/yr |
Software Developer
89
salaries
| ₹10.8 L/yr - ₹18.5 L/yr |
Financial Analyst
81
salaries
| ₹3.9 L/yr - ₹13.8 L/yr |
Area Sales Manager
69
salaries
| ₹4.5 L/yr - ₹15.8 L/yr |
OPPO
LG Electronics
Bajaj Electricals
Voltas