Open In App

KPIT Interview Experience | Set 1

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1:

It was an Online test.
The online test was conducted only for EC, EEE and EI. CS and IS students were not allowed.The test questions were based on aptitude, basics of C, microcontroller and 2 coding questions. Test duration was 3 hours and was conducted remotely using a webcam.
The test platform was METTL.
The coding questions were:

7 students were shortlisted after this round. Further process was in Bangalore. It was a pool campus. Another simple coding round was conducted in Bangalore. The question was

  • Print all the digits of a given integer on a new line.
    Input = 5689
    Output:
    
    5
    
    6
    
    8
    
    9
    
    Input = 4294967296
    Output:
    
    4
    
    2
    
    9
    
    4
    
    9
    
    6
    
    7
    
    2
    
    9
    
    6
    

    Round 2:
    This was a Technical Round.
    In this round, they asked me about my interests. I told programming. Then they asked some simple questions on bit manipulation and I answered all of them correctly.
    The interviewer seemed happy and asked about my projects for half an hour.
    Then he asked me if I was interested in Digital Electronics and Microcontroller. I said that at the moment I was not comfortable with Microcontroller.
    He then asked me to wait.
    In this round everybody was asked about Microcontroller questions like the architecture of 8086, questions on protocols used by Arduino and microprocessor since their main work is based on embedded systems used in automobiles.

    Round 3:
    This was HR Round. HR was very friendly. He asked about my hobbies first and my area of interest.
    He asked standard questions like:

    • Tell me about yourself
    • Why KPIT?
    • What are your strengths?

    I told him about my strengths and about my projects. I told him that I was article contributor in GeeksforGeeks and had won a Bronze Medal in a hackathon conducted by HackerRank. He was really happy and asked me to wait.
    After this round results were announced. 10 students got the offer. Everybody was offered a Position of Trainee Software Engineer.


    Last Updated : 29 Oct, 2017
    Like Article
    Save Article
    Previous
    Next
    Share your thoughts in the comments
Similar Reads