Upload Button Icon Add office photos

Filter interviews by

Kaamkhoj Application Developer Intern Interview Questions and Answers

Updated 25 Jun 2024

Kaamkhoj Application Developer Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the project that I have worked on application development projects?
  • Q2. General questions around Android app development.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. 1. Swift UI and iOS Fundamental and OOPS Concept
  • Q2. Combine Framework
  • Q3. How to handle Concurrency in swift
  • Ans. 

    Concurrency in Swift can be handled using Grand Central Dispatch (GCD) and Operation Queues.

    • Use GCD to perform tasks concurrently by creating dispatch queues.

    • Use Operation Queues to manage and execute multiple operations concurrently.

    • Avoid race conditions by using serial queues or synchronization techniques like semaphores or locks.

  • Answered by AI
  • Q4. Please explain iOS app distributions methods
  • Ans. 

    iOS app distribution methods include App Store, Ad Hoc, Enterprise, and TestFlight.

    • App Store distribution is for public release and requires Apple's review process.

    • Ad Hoc distribution allows sharing apps with a limited number of devices.

    • Enterprise distribution is for in-house apps within a company.

    • TestFlight is for beta testing with external testers before App Store release.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical evaluvation
Round 3 - HR 

(1 Question)

  • Q1. Behavioural and salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS sage FRONT END PROGRAMMING LANGUAGE
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Database based questions
  • Q2. Dashboard creative
  • Q3. Power BI module
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your resume best.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Questions related to Oops, SQL, MVC, C#
  • Q2. Basic Coding on Stored Procedure

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were related to skills mentioned on Resume. Prepare more on the project and skills mentioned on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Boxing Unboxing
  • Q2. Abstract class and interface
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC? Explain briefly
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • SDLC helps ensure that the ...

  • Answered by AI
  • Q2. Can you tell me the core concepts of Object Oriented Programming?
  • Ans. 

    Core concepts of Object Oriented Programming include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Example: Inheritance - A 'Car'...

  • Answered by AI
  • Q3. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Level - Easy

Questions -
1. Basic of SDLC
2. OOP basics
3. Projects and related questions

Tip -
Make sure you know everything that you mention in your resume

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is sql and it’s subtype
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to retrieve, insert, update, and delete data

    • Some subtypes of SQL include MySQL, PostgreSQL, Oracle SQL, and Microsoft SQL Server

  • Answered by AI
  • Q2. What is sed command and find
  • Ans. 

    sed command is a stream editor for filtering and transforming text, while find command is used to search for files in a directory hierarchy.

    • sed command is used to perform text transformations on an input stream or file

    • find command is used to search for files in a directory hierarchy based on various criteria

    • sed command can be used to replace text, delete lines, or perform other text manipulations

    • find command can search...

  • Answered by AI
  • Q3. What is different between PK and FK
  • Ans. 

    PK is Primary Key which uniquely identifies a record in a table, while FK is Foreign Key which establishes a relationship between two tables.

    • PK ensures uniqueness of records in a table

    • FK establishes a relationship between tables

    • PK is used to enforce entity integrity, while FK is used to enforce referential integrity

  • Answered by AI
  • Q4. What is she’ll scraptiing
  • Ans. 

    Shell scraping is the process of extracting data from websites using automated tools or scripts.

    • Shell scraping involves writing scripts to automate the process of extracting data from websites

    • Tools like BeautifulSoup in Python or Scrapy can be used for shell scraping

    • Shell scraping is commonly used for web scraping and data mining purposes

  • Answered by AI
  • Q5. What is uptime command in Linux
  • Ans. 

    The uptime command in Linux displays the current time, how long the system has been running, and the number of users currently logged in.

    • Displays the current time

    • Shows how long the system has been running

    • Indicates the number of users currently logged in

  • Answered by AI
  • Q6. Why are switching the job
Round 2 - Technical 

(1 Question)

  • Q1. ….aaaaddddddhhjjjghhh

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Feb 2023. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. General scripting, SQL and troubleshooting approaches
Round 3 - Coding Test 

DSA and stakeholder management

Kaamkhoj Interview FAQs

How many rounds are there in Kaamkhoj Application Developer Intern interview?
Kaamkhoj interview process usually has 1 rounds. The most common rounds in the Kaamkhoj interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Kaamkhoj with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview