Upload Button Icon Add office photos

Filter interviews by

KaaShiv InfoTech Company Full Stack Developer Interview Questions and Answers

Updated 11 May 2023

KaaShiv InfoTech Company Full Stack Developer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Mar 2023. There were 2 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 

(2 Questions)

  • Q1. What is oops? And its relation to the .net framework
  • Ans. 

    OOPs is Object-Oriented Programming which is a programming paradigm based on the concept of objects.

    • OOPs is a way of organizing and designing code around objects

    • .NET framework is built on OOPs concepts like encapsulation, inheritance, and polymorphism

    • OOPs helps in creating reusable code and reduces code complexity

    • Examples of OOPs languages are C++, Java, and C#

  • Answered by AI
  • Q2. Tell about html and css ?
  • Ans. 

    HTML and CSS are essential languages for building websites. HTML provides the structure of a webpage, while CSS controls the design and layout.

    • HTML stands for HyperText Markup Language and is used to create the structure of a webpage.

    • CSS stands for Cascading Style Sheets and is used to control the design and layout of a webpage.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good platform for job seekers . Kaashiv infotech is one of the best institution in chennai . And easily entered IT .

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. In c# opps and project they asking expani
  • Q2. Sql and strode producers
  • Q3. And basic concept

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
Q3. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
asked in CommVault
Q4. Count Substrings with K Distinct Characters Given a lowercase str ... read more
asked in MakeMyTrip
Q5. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions, 1 hour. Questions mostly on DP, Graphs and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Pollfill for Promise Function
  • Ans. 

    Pollfill is a function that returns a promise which resolves when a condition is met.

    • Pollfill function should return a promise

    • The promise should resolve when a specific condition is met

    • Use polling mechanism to check the condition at regular intervals

  • Answered by AI
  • Q2. Difference between throttling and Debouncing
  • Ans. 

    Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.

    • Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.

    • Debouncing waits for a specified amount of time to pass after the last time a function was calle...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Basics well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Assignment 

They gave set of problem statement related to oops concept

Round 2 - Technical 

(1 Question)

  • Q1. 1.Explain OOPs concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating reusable code by organizing it into objects

    • Key principles include encapsulation, inheritance, and polymorphism

    • Encapsulation allows data hiding and protects data from outside interference

    • Inheritance enables a new class to inherit properties and behaviors from an existing ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1. Solid Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with concept mentioned in Resume.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was about 15 minutes asked some question, 1.create a universal notification for your project , so that we can use anywhere, 2.Sorting and Searching 3.MongoDB Agreegration

Round 2 - HR 

(1 Question)

  • Q1. Not yet done /complete .

Interview Preparation Tips

Topics to prepare for Internshala Mern Full Stack Developer interview:
  • React.Js
  • Nodejs
  • MongoDB
Interview preparation tips for other job seekers - Please prepare fundamental ds means only data structure for full stack developer, no need to do hard problem, and algorithm
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Java Loop structure
  • Q2. While Loop cycle
  • Ans. 

    A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition.

    • While loop continues to execute a block of code as long as the specified condition is true

    • The condition is evaluated before each iteration of the loop

    • Example: while (x < 5) { // code to be executed }

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Basic Aptitude test

Round 3 - Coding Test 

Coding Round is little tough.

Round 4 - HR 

(3 Questions)

  • Q1. Formal conversation about the projects and all that kind of stuff
  • Q2. What kind of project you have worked on
  • Q3. How you tackles different project

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best to all!!

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. Dijkstra Algorithm

    We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
     

    Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...

  • Answered Anonymously
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. Recursion

    The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.

    We implement this approach with a divide and conquer strategy.

     

    Here is the algorithm : 

     

    1. Divide ‘ARR’ into two-p...
  • Answered Anonymously
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. Backtracking Approach

    Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.

     

    Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions, 1 hour. Questions mostly on DP, Graphs and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Pollfill for Promise Function
  • Ans. 

    Pollfill is a function that returns a promise which resolves when a condition is met.

    • Pollfill function should return a promise

    • The promise should resolve when a specific condition is met

    • Use polling mechanism to check the condition at regular intervals

  • Answered by AI
  • Q2. Difference between throttling and Debouncing
  • Ans. 

    Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.

    • Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.

    • Debouncing waits for a specified amount of time to pass after the last time a function was calle...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Basics well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Assignment 

They gave set of problem statement related to oops concept

Round 2 - Technical 

(1 Question)

  • Q1. 1.Explain OOPs concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating reusable code by organizing it into objects

    • Key principles include encapsulation, inheritance, and polymorphism

    • Encapsulation allows data hiding and protects data from outside interference

    • Inheritance enables a new class to inherit properties and behaviors from an existing ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1. Solid Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with concept mentioned in Resume.

KaaShiv InfoTech Company Interview FAQs

How many rounds are there in KaaShiv InfoTech Company Full Stack Developer interview?
KaaShiv InfoTech Company interview process usually has 2 rounds. The most common rounds in the KaaShiv InfoTech Company interview process are Resume Shortlist and Technical.
What are the top questions asked in KaaShiv InfoTech Company Full Stack Developer interview?

Some of the top questions asked at the KaaShiv InfoTech Company Full Stack Developer interview -

  1. What is oops? And its relation to the .net framew...read more
  2. Tell about html and cs...read more
  3. In c# opps and project they asking exp...read more

Tell us how to improve this page.

KaaShiv InfoTech Company Full Stack Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

KaaShiv InfoTech Company Full Stack Developer Reviews and Ratings

based on 52 reviews

4.9/5

Rating in categories

4.7

Skill development

4.8

Work-life balance

4.6

Salary

4.7

Job security

4.8

Company culture

4.7

Promotions

4.8

Work satisfaction

Explore 52 Reviews and Ratings
full stack .net developer
20 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

DOT NET Developer
18 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Software Trainee
18 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Dot Net Fullstack Developer
6 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Dot Net Developer Trainee
6 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Explore more salaries
Compare KaaShiv InfoTech Company with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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