Upload Button Icon Add office photos

Filter interviews by

KaaShiv InfoTech Company Trainee Interview Questions and Answers

Updated 17 Apr 2023

KaaShiv InfoTech Company Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Tell about your project

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self , internship or exp. Why sales?
  • Ans. 

    I have a background in marketing and sales through internships and previous work experience. I am passionate about sales because of the opportunity to build relationships and drive revenue.

    • Interned at XYZ company where I learned about sales strategies and techniques

    • Worked as a sales associate at ABC store, exceeding sales targets consistently

    • Enjoy the challenge of meeting customer needs and closing deals

    • Passionate abou...

  • Answered by AI
Round 2 - Assignment 

A sales pitch round in which a scenario was provided.

Round 3 - One-on-one 

(1 Question)

  • Q1. Final interview questions from cv.
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 - Coding Test 

Python programming Coding skills

Round 3 - One-on-one 

(2 Questions)

  • Q1. Your Career Objective
  • Q2. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before Jun 2022. 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 - Coding Test 

Coding test of your skills and how well can you cope up with a problem given.

Round 3 - One-on-one 

(3 Questions)

  • Q1. LAC of 3 nodes
  • Ans. 

    LAC stands for Location Area Code, a unique identifier for a group of cells in a mobile network.

    • LAC helps in identifying the location of a mobile device within a cellular network.

    • It is used for handover procedures when a device moves between different cells.

    • In a network with 3 nodes, each node would have a unique LAC assigned to it.

  • Answered by AI
  • Q2. Reverse of the array
  • Ans. 

    Reverse the order of strings in an array

    • Use the reverse() method to reverse the array

    • Example: ['apple', 'banana', 'cherry'] -> ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q3. Sum or product asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be good at your skills that matters the most

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 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 - Coding Test 

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about your self ?
  • Ans. 

    Thankyou for giving me this opportunity to introduce myself. My name is Mahesh Singh Matiyali I am from Haldwani, Nainital. I did completed my schooling from H. N. Inter College Haldwani. And I did completed my graduation form Kumaon University. I am belong to a joint family background. My father is a farmer and mother is a homemaker. We are 12th brothers and sisters. My hobbies: reading - Newspapers and storys book'...

  • Answered by gorgeousrasmalai
  • Q2. What is your strength and weakness?
  • Ans. 

    My strength is are i am self motivated, good listener, disciplined person and I respected anywhere person. And my weakness is a handwriting and I have a bit weak communication skills. I am trying to improve my communication skills.

  • Answered by gorgeousrasmalai
  • Q3. What is your short term goals and long term goals?
  • Ans. 

    My short term goal is to get a job in required company where I can utilize my skills and improve my career path. My long term goal is I want to become a good and expert Web Developer.

  • Answered by gorgeousrasmalai
  • Q4. Why do you need a job ?
  • Q5. Why should I hire you ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce Yourself,Write a code to find repeative characters in a String
  • Ans. 

    I am a software engineering student with a passion for coding. Here is a code to find repetitive characters in a string.

    • Iterate through the characters in the string and store their occurrences in a HashMap.

    • Check the HashMap for characters with occurrences greater than 1 to find repetitive characters.

    • Return the repetitive characters as an array of strings.

  • Answered by AI
  • Q2. Hi this is my name and qualification and experience

I applied via Company Website and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Got offer letter directly through email based on previous performance
  • Q2. Not applicable

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the profile instruction and previous performance

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

very easy questions related to web development. 1 coding question

  • Q1. 

    Clone a Linked List with Random Pointers

    Given a linked list where each node has two pointers: the first points to the next node in the list, and the second is a random pointer that can point to any node ...

  • Ans. 

    Create a deep copy of a linked list with random pointers without using references of original nodes.

    • Iterate through the original linked list and create a new node for each node in the list.

    • Store the mapping of original nodes to new nodes in a hashmap to handle random pointers.

    • Update the random pointers of new nodes based on the mapping stored in the hashmap.

    • Return the head of the copied linked list.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

  • Q1. 

    Loot Houses Problem Statement

    A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...

  • Ans. 

    Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

    • Create an array 'dp' to store the maximum money that can be stolen from each house without looting two consecutive houses.

    • Iterate through the houses and update 'dp' based on the maximum money that can be stolen from the current house.

    • Return the maximum value in 'dp' as the answer.

  • Answered by AI
  • Q2. Can you design a website similar to Amazon?
  • Ans. 

    Yes, I can design a website similar to Amazon by focusing on user-friendly interface, robust search functionality, secure payment options, and personalized recommendations.

    • Focus on user-friendly interface with easy navigation

    • Implement robust search functionality with filters and sorting options

    • Provide secure payment options with encryption and fraud protection

    • Include personalized recommendations based on user behavior

  • Answered by AI
Round 3 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criterianoInternshala interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare for common interview questions
Tip 2 : Practice, practice, practice

Application resume tips for other job seekers

Tip 1 : Don't Put Everything on There.
Tip 2 : Put the Best Stuff “Above the Fold”

Final outcome of the interviewSelected

Skills evaluated in this interview

KaaShiv InfoTech Company Interview FAQs

How many rounds are there in KaaShiv InfoTech Company Trainee 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 One-on-one Round.

Tell us how to improve this page.

KaaShiv InfoTech Company Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Internshala Interview Questions
3.9
 • 56 Interviews
Lido Learning Interview Questions
2.3
 • 55 Interviews
Acadecraft Interview Questions
3.5
 • 52 Interviews
Coding Ninjas Interview Questions
3.8
 • 49 Interviews
Doubtnut Interview Questions
3.4
 • 38 Interviews
Learning Routes Interview Questions
4.3
 • 35 Interviews
MSM Unify Interview Questions
3.7
 • 30 Interviews
View all
KaaShiv InfoTech Company Trainee Salary
based on 5 salaries
₹1 L/yr - ₹4 L/yr
26% more than the average Trainee Salary in India
View more details

KaaShiv InfoTech Company Trainee Reviews and Ratings

based on 8 reviews

5.0/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.8

Salary

4.8

Job security

4.8

Company culture

4.8

Promotions

4.8

Work satisfaction

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

₹1 L/yr - ₹2.4 L/yr

Software Trainee
20 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

DOT NET Developer
18 salaries
unlock blur

₹0.9 L/yr - ₹3 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

Lido Learning

2.3
Compare

Acadecraft

3.5
Compare

Coding Ninjas

3.8
Compare

Doubtnut

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