Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by KiwiTech Team. If you also belong to the team, you can get access from here

KiwiTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

KiwiTech Engineer Trainee Interview Questions and Answers

Updated 23 Feb 2023

KiwiTech Engineer Trainee Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Aug 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 - Aptitude Test 

Simple aptitude test................................

Round 3 - Technical 

(2 Questions)

  • Q1. 1 .some pattern printing question ? 2. Basic Puzzle question ? 3. Sql question 4. Oops related questions
  • Q2. Puzzle ques. oops related ques sql ques.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your Aptitude, communication skill
learn programming skill

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about KiwiTech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About payment method integration
  • Q2. Oops concept,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,

Be polite and honest to them,

Answered to questions

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people at a meeting shake hands with each other once, how m ... read more
asked in Siemens
Q2. A drawer contains 10 pairs each of red and blue socks. What is th ... read more
asked in AVASOFT
Q3. What is the logic for determining if a number is an Armstrong num ... read more
asked in Sobha
Q4. Shear force diagram and bending moment diagram for combination of ... read more
asked in Siemens
Q5. If you are given two CSV files, each containing two columns, how ... read more

I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was mixed like aptitude and from technical.

Round 2 - Technical 

(1 Question)

  • Q1. It was F2F round. Where technical questions were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round. It includes technical and managerial both
Round 4 - HR 

(1 Question)

  • Q1. HR round. It includes all the HR level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with your resume content what you have mentioned

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal question asked

Round 2 - Coding Test 

Easy test

Round 3 - Technical 

(2 Questions)

  • Q1. About oops c c++ python
  • Q2. Python basics and cloud basics
Round 4 - HR 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.
  • Q4. Personal details why you are best

Interview Preparation Tips

Topics to prepare for In Time Tec Visionsoft Trainee interview:
  • Python
  • Java
  • C
  • C++
Interview preparation tips for other job seekers - Be confident and just remember you are the best

I applied via Google and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Terniary operator , c language , coding simple questions break switch , if else , while loop and most important your last year major project prepare this is very important question asked by interviewer to ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on c language
Round 1 - Aptitude Test 

There was online aptitude test

Round 2 - Coding Test 

There was pattern design coding

Interview Preparation Tips

Interview preparation tips for other job seekers - I was fresher just just asked questions about oops and pettern.
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Coding cum aptitude test on Hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. First round interview . Consisted questions based on projects , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Round 2 . Question based from core technology. Micro services , etc
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions . Why are you fit for this role kind of things

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level interview rounds. Basic knowledge in dsa will be of a great help
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 3 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 

(1 Question)

  • Q1. There is mcq test, where all the question are from devops perspective like Jenkins, git, maven etc.,
Round 3 - One-on-one 

(1 Question)

  • Q1. As I'm interested in java they asked some java based questions and some aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try concentrating on java because mule works on java, having maven knowledge is an add on.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Leetcode medium question
  • Q2. OOPs, Design Pattern
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design Message Queue System
  • Q2. Sharding, partitioning
Round 3 - One-on-one 

(1 Question)

  • Q1. Current work culture reason to shift
  • Ans. 

    Seeking a more collaborative and innovative work environment

    • Desire for more opportunities to work on cutting-edge technologies

    • Current lack of teamwork and communication within the team

    • Wish to be part of a company that values creativity and out-of-the-box thinking

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is Django request response cycle.?
  • Ans. 

    Django request response cycle is the process of handling a request and generating a response in Django web framework.

    • Client sends a request to the server.

    • The request is received by the Django server.

    • Django uses URL patterns to match the requested URL to a view function.

    • The view function processes the request and returns an HTTP response.

    • The response is sent back to the client.

  • Answered by AI
  • Q2. What is django signals?
  • Ans. 

    Django signals allow certain senders to notify a set of receivers that some action has taken place.

    • Signals allow decoupled applications to get notified when certain actions occur elsewhere in the application

    • They are used to avoid coupling between applications

    • Signals are defined by providing a receiver function which gets called when the signal is sent

    • Example: A signal can be sent when a new user is created, and a recei...

  • Answered by AI
  • Q3. Difference between list and tuple, list and array.
  • Ans. 

    Lists and tuples are similar but tuples are immutable. Arrays are fixed size while lists are dynamic.

    • Lists and tuples are both used to store collections of data.

    • Tuples are immutable, meaning their values cannot be changed once created.

    • Lists are dynamic and can be resized during runtime.

    • Arrays are fixed size and can only store elements of the same data type.

    • Lists and arrays can be indexed and sliced to access specific e...

  • Answered by AI
  • Q4. How to define private variables ?
  • Ans. 

    Private variables are defined using access modifiers to restrict their access within a class.

    • Use the 'private' keyword to define a private variable

    • Private variables can only be accessed within the class they are defined in

    • Private variables are often used to encapsulate data and prevent direct access from outside the class

  • Answered by AI
  • Q5. Oops concept, and 4 pillars of oops.
  • Ans. 

    Oops concept is a programming paradigm based on the principles of abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hiding the implementation details and showing only the necessary information to the user.

    • Encapsulation: Binding the data and methods together to protect the data from outside interference.

    • Inheritance: Creating a new class from an existing class to reuse the code and add new features.

    • P...

  • Answered by AI
  • Q6. What is decorator. ?
Round 2 - Coding Test 

1.Reverse a list
2.find pairs from a list sum of which is equal to an integer k.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And clear your basics. End to end of REST api is important.

Skills evaluated in this interview

KiwiTech Interview FAQs

How many rounds are there in KiwiTech Engineer Trainee interview?
KiwiTech interview process usually has 3 rounds. The most common rounds in the KiwiTech interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in KiwiTech Engineer Trainee interview?

Some of the top questions asked at the KiwiTech Engineer Trainee interview -

  1. 1 .some pattern printing question ? 2. Basic Puzzle question ? 3. Sql question ...read more
  2. puzzle ques. oops related ques sql qu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Software Engineer
178 salaries
unlock blur

₹4.9 L/yr - ₹13.3 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹10.4 L/yr - ₹17 L/yr

Associate Software Engineer
70 salaries
unlock blur

₹3.6 L/yr - ₹5.2 L/yr

Test Engineer
56 salaries
unlock blur

₹4.3 L/yr - ₹10 L/yr

Business Analyst
55 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Explore more salaries
Compare KiwiTech with

Damco Solutions

3.8
Compare

smartData Enterprises

3.2
Compare

In Time Tec Visionsoft

3.6
Compare

AgreeYa Solutions

3.2
Compare
write
Share an Interview