i
Kellton
Filter interviews by
Clear (1)
I was interviewed 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 was interviewed 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
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.
Puzzles, Psychometric Test
I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.
I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.
Good
I was interviewed in Sep 2016.
Developed a web-based project management tool for a software development company.
Used Agile methodology for development
Implemented features like task assignment, progress tracking, and team collaboration
Integrated with third-party tools like GitHub and Slack
Designed a user-friendly interface with responsive design
Deployed on AWS using EC2 and RDS
My CV showcases my experience in software development, including projects in Java, Python, and web development.
Experience in Java, Python, and web development
Worked on projects involving database management systems
Familiar with Agile development practices
I was interviewed in May 2017.
Developed a web-based project management system for tracking tasks and deadlines.
Used HTML, CSS, JavaScript for front-end development
Implemented backend using Node.js and MongoDB for database management
Incorporated user authentication and authorization features
Utilized Agile methodology for project management
Senior Software Engineer
386
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
380
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
160
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
143
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Quality Analyst
89
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech