i
Kellton
Filter interviews by
I appeared for an interview in Sep 2020.
Round duration - 30 minutes
Round difficulty - Medium
It was in the evening. Platform used for this round was hackerrank. Questions were of moderate level. Top topics where questions are more prone is Data Structures.
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.
Iterate through the array and keep track of the maximum sum subarray seen so far
Use Kadane's algorithm to efficiently find the maximum subarray sum
Consider the case where all elements are negative to handle edge cases
Round duration - 25 minutes
Round difficulty - Medium
It was in the night around 9:00PM. Platform used for this round was skype. Questions were of easy to moderate level and there is very interesting environment created by interviewer to answer.
Round duration - 15 minutes
Round difficulty - Easy
It was in the night around 7:00PM. Platform used for this round was zoom. Questions were more on personality based rather than theoretical knowledge. Interviewer was very calm in questioning.
Tip 1 : Learn new topics regular and revised that topic .
Tip 2 : Research on company thoroughly
Tip 3 : Do at least 2 project
Tip 1 : Should be look good to the shotlister.
Tip 2 : No false information in your resume
I appeared for an interview in Sep 2020.
Round duration - 60 minutes
Round difficulty - Easy
Ninja enjoys arranging numbers and wishes to organize them into N
rows. The first row should have 1 number, the second row 2 numbers, the third row 3 numbers, and so forth, conti...
Generate number pattern in N rows with ascending order and restarting at 9.
Iterate through each row from 1 to N.
In each row, print numbers in ascending order starting from 1 and restarting at 9.
Handle the wrapping around from 9 to 1 when reaching 9 in the sequence.
You are given a 2D matrix 'ARR' of size 'N x 3' with integers, where 'N' is the number of rows. Your task is to compute the smallest sum achievable by selecting one...
Find the smallest sum achievable by selecting one element from each row of a 2D matrix, following certain constraints.
Iterate through each row and calculate the minimum sum by selecting elements that do not violate the constraints.
Keep track of the minimum sum achieved so far.
Avoid selecting elements directly below previously selected elements.
Example: For input ARR = [[1, 2, 3], [4, 8, 6], [1, 5, 3]], the optimal sele
Tip 1 : Be confident
Tip 2 : Be yourself
Tip 3 : Be true to yourself
Tip 1 : Projects on resume
Tip 2 : Strong knowledge of any programming language.
Top trending discussions
posted on 19 Feb 2021
I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.
posted on 21 Oct 2021
I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.
posted on 28 Dec 2021
I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.
posted on 22 Jul 2021
I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.
posted on 14 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
Online test of 90 minutes at 5:30 pm
Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.
Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().
Inheritance: Allowing a class to inherit properties and meth...
Round duration - 45 minutes
Round difficulty - Medium
Online coding interview of 45 minutes at 6:10PM.
Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...
Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.
Iterate through the string and keep track of consecutive characters and their counts.
Replace consecutive duplicates with the count of repetitions.
Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.
Explanation of insert, select, and join queries in a database management system.
Insert query is used to add new records to a table.
Select query is used to retrieve data from a table based on specified criteria.
Join query is used to combine rows from two or more tables based on a related column between them.
Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...
Round duration - 30 minutes
Round difficulty - Easy
HR round of 30 minutes at 6pm
Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach
Tip 3 : Do practice of quality questions not only quantity.
Tip 1 : One page resume
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
posted on 14 Sep 2021
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.
Senior Software Engineer
389
salaries
| ₹5.6 L/yr - ₹22 L/yr |
Software Engineer
379
salaries
| ₹2 L/yr - ₹11.3 L/yr |
Lead Engineer
161
salaries
| ₹7 L/yr - ₹25 L/yr |
Software Developer
143
salaries
| ₹2.8 L/yr - ₹11 L/yr |
Software Quality Analyst
90
salaries
| ₹2.7 L/yr - ₹9 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland