Upload Button Icon Add office photos

Filter interviews by

Kaam.work Interview Questions and Answers

Updated 10 Apr 2024

Kaam.work Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Fullstack project on book store with sign in signup

Round 2 - One-on-one 

(1 Question)

  • Q1. Js basic questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a leetcode medium

Round 2 - Assignment 

It was a leetcode medium

I appeared for an interview in Apr 2022.

Round 1 - Telephonic Call 

(1 Question)

Round duration - 55 Minutes
Round difficulty - Easy

Timing - evening
Interviewer was friendly.

  • Q1. 

    Number of Islands Problem Statement

    You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...

  • Ans. 

    Count the number of islands in a 2D matrix of 1s and 0s.

    • Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.

    • Mark visited cells to avoid redundant calculations.

    • Increment island count whenever a new island is encountered.

  • Answered by AI
Round 2 - Telephonic Call 

(2 Questions)

Round duration - 55 Minutes
Round difficulty - Easy

Timing - afternoon
Interviewer was friendly

  • Q1. 

    Move Zeroes to End

    Given an unsorted array of integers, rearrange the elements such that all the zeroes are moved to the end, while maintaining the order of non-zero elements.

    Input:

    The first line cont...
  • Ans. 

    Given an unsorted array of integers, move all zeroes to the end while maintaining the order of non-zero elements.

    • Iterate through the array and maintain two pointers, one for the current position and one for the position to swap with.

    • If the current element is non-zero, swap it with the element at the swap pointer and increment the swap pointer.

    • After iterating through the array, fill the remaining positions with zeroes.

    • E...

  • Answered by AI
  • Q2. 

    Asteroid Collision Problem Description

    Given an array/list ASTEROIDS representing asteroids aligned in a row, each element's absolute value identifies the asteroid's size, while its sign indicates the dir...

  • Ans. 

    Determine the state of asteroids after collisions occur in a row.

    • Iterate through the array of asteroids and simulate collisions between adjacent asteroids moving in opposite directions.

    • If two asteroids collide, the larger one survives while the smaller one is destroyed.

    • Continue this process until no more collisions can occur.

    • Return the array of remaining asteroids after all collisions have been resolved.

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 55 Minutes
Round difficulty - Easy

Timing - evening
interviewer was friendly

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in BangaloreEligibility criteriaExperienceQuizizz Inc. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Low Level Design, High Level Design, Machine LearningTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice DSA/Algorithms.
Tip 2 : Practice LLD and OOPs concepts. Also, do check how data models/database schema should be.
Tip 3 : Practice System Design from the Alex Xu - System Design Interview book.

Application resume tips for other job seekers

Tip 1 : Do not put false things on your resume.
Tip 2 : Should know your resume in and out.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why are you the right fit for this role?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA questions asked in an interview

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked

Senior Associate Interview Questions & Answers

Elevate user image Shital Santosh Badgujar

posted on 13 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Contracts review and abstraction

Round 2 - One-on-one 

(1 Question)

  • Q1. Contracts and essential elements
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on sales, areas and target
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion about product, target etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good organization
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It just like like a screen test they will ask you questions based on your cv

Round 3 - Aptitude Test 

It will hardly take 30minutes to complete the test.

Round 4 - Coding Test 

It will take hardly 30 minutes to complete coding test.

Round 5 - Technical 

(2 Questions)

  • Q1. A technical person will take your interview it will about 20 to 30minutes
  • Q2. What is difference between list and tuple? They will ask to code for some questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Happy learning . Flocareer it's a good company with good people around .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Advanced formulas of Excel
  • Ans. 

    Advanced Excel formulas are complex functions used for data analysis and manipulation.

    • Advanced formulas in Excel include VLOOKUP, INDEX-MATCH, SUMIFS, COUNTIFS, and IFERROR.

    • These formulas are used for tasks like data lookup, conditional calculations, and summarizing data.

    • For example, VLOOKUP is used to search for a value in a table and return a corresponding value from another column.

  • Answered by AI

Skills evaluated in this interview

Kaam.work Interview FAQs

How many rounds are there in Kaam.work interview?
Kaam.work interview process usually has 2 rounds. The most common rounds in the Kaam.work interview process are Assignment and One-on-one Round.

Tell us how to improve this page.

Kaam.work Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.0
 • 17 Interviews
Pepper Content Interview Questions
2.4
 • 11 Interviews
Elevate Interview Questions
3.5
 • 9 Interviews
FloCareer Interview Questions
4.3
 • 8 Interviews
Meddo Interview Questions
3.1
 • 8 Interviews
ParallelDots Interview Questions
4.0
 • 8 Interviews
Quizizz Interview Questions
3.7
 • 8 Interviews
Kisan Network Interview Questions
3.4
 • 6 Interviews
View all

Kaam.work Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

3.1

Skill development

4.9

Work-life balance

3.1

Salary

4.0

Job security

4.9

Company culture

2.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Data Scientist
4 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Data Engineer
4 salaries
unlock blur

₹25 L/yr - ₹26 L/yr

Business Intelligence Developer
4 salaries
unlock blur

₹28 L/yr - ₹34.4 L/yr

Explore more salaries
Compare Kaam.work with

InsanelyGood

4.1
Compare

Vegrow

4.0
Compare

Pepper Content

2.4
Compare

Elevate

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview