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

Web Developer

CodeSoft
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Application story
I was looking for internship in web dev field then i just applied for it . Received response, followed up with them in the end i got this opportunity .
Preparation
Duration: 2 weeks
Topics: Data structure and algorithm ,DBMS ,OOPS and Web Development
Tip
Tip

Tip 1 : Start with basic then do some projects start with small topic wise projects 
Tip 2 : Don't procrastination 
 

Application process
Where: Company Website
Eligibility: Basic knowledge of HTML, CSS, JAVASCRIPT
Resume Tip
Resume tip

Tip 1: Keep it simple and precise 
Tip 2: Do not add fake info

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60
Interview date22 Jul 2023
Coding problem2

1. Sort 0s, 1s, 2s

Easy
0/40
Asked in companies
AmazonWells FargoDeloitte

You are given an array ‘arr’ consisting only of 0s , 1s, and 2s.

Sort the given array.

For Example:

For ‘arr’ = {1, 0, 0, 2, 1}.
‘Answer’ = {0, 0, 1, 1, 2}.
‘Answer’ should contain all 0s first, then all 1s and all 2s in the end.
Try solving now

2. Find All Triplets With Zero Sum

Moderate
30m average time
50% success
0/80
Asked in companies
MicrosoftFacebookDunzo

You are given an array Arr consisting of n integers, you need to find all the distinct triplets present in the array which adds up to zero.

An array is said to have a triplet {arr[i], arr[j], arr[k]} with 0 sum if there exists three indices i, j and k such that i!=j, j!=k and i!=k and arr[i] + arr[j] + arr[k] = 0.

Note :
1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then (2, -3, 1), (-3, 2, 1) etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
Try solving now
02
Round
Medium
Online Coding Interview
Duration45
Interview date1 Aug 2023
Coding problem0
Web problem/projects2

1. Build a job board website where employers can post job openings and job seekers can search and apply

Home Page: Welcome message and featured job listings.
Job Listings Page: List of job openings with essential details.
Job Detail Page: Detailed information about a specific job.
Employer Dashboard: Account management and job posting.
Candidate Dashboard: Profile management and job applications.
Job Application Process: Application form with resume upload.
Search Functionality: Search bar for finding specific jobs.

Email Notifications: Notifications for successful applications and updates.
User Authentication and Security: Secure user login and data protection.

Mobile Responsiveness: Website works well on different devices.

2. Create a platform that enables users to create and take quizzes. Users can input questions, multiple

Home Page: Welcome message and option to create or take a quiz.

Quiz Creation: Form to create a new quiz with questions and multiple-choice options.
Quiz Taking: Display quiz questions one at a time with options for users to select answers.

Quiz Results: Show the final score and correct answers after completing the quiz.
Quiz Listing: Display a list of available quizzes for users to browse and take.

User Authentication: Enable user registration and login for personalized experiences.
Mobile Responsiveness: Ensure the quiz maker works well on different devices.

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
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes