KSOLVES interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

KSOLVES
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Application story
It was an on-campus drive, and 200 students were shortlisted for the coding round. Two rounds were conducted at the college on the same day, and the final round was held face-to-face at the company's office.
Preparation
Duration: 6 Months
Topics: DSA, HTML, CSS, JavaScript, SQL, any framework
Tip
Tip

Tip 1: Learn basic DSA (Arrays, Strings, Linked Lists).
Tip 2: Learn JavaScript and create basic projects.
Tip 3: Learn React.js.

Application process
Where: Campus
Eligibility: No criteria, (Salary Package - 5 LPA)
Resume Tip
Resume tip

Tip 1: Build a coding platform profile.
Tip 2: Create unique projects.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration45 minutes
Interview date11 Jul 2023
Coding problem1

1. DBMS

What does the DROP command do?

02
Round
Medium
Face to Face
Duration35 minutes
Interview date18 Jul 2023
Coding problem3

1. Find Duplicate in Array

Easy
15m average time
85% success
0/40
Asked in companies
IBMBNY MellonAmazon

You are given an array of integers 'ARR' containing N elements. Each integer is in the range [1, N-1], with exactly one element repeated in the array.

Your task is to find the duplicate element. The duplicate element may be repeated more than twice in the error, but there will be exactly one element that is repeated in the array.

Note :

All the integers in the array appear only once except for precisely one integer which appears two or more times.
Try solving now

2. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
AmazonOracleWalmart

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now

3. Two Sum

Easy
10m average time
90% success
0/40
Asked in companies
Chegg Inc.FacebookAmazon

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given index twice.

Follow Up:

Try to do this problem in O(N) time complexity. 
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Java Developer
1 rounds | 3 problems
Interviewed by KSOLVES
117 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes