Open In App

Terv Pro Interview Experience For Reasearch Associate / Technical Trainer

Last Updated : 23 Jan, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

I applied for the Terv Pro. There were a total of 2 rounds.

Round 1 :

It consists of two sections

  1. MCQ questions
  2. Coding round
  • MCQ questions are very basic questions and some of the questions are below:
  1. Correct way of commenting on a single line.
  2. The identifier may contain?
  3. The identifier starts with?
  4. Size of float, double and long double in Bytes are?
  5. Predict the output of the program.

Round 2: Technical HR –

In a technical interview, I was asked 3 basic programming questions. The questions are asked during the interview that are listed below:

  • Find the unique number in the array
    • Ex: Input: arr [] = {1,2,2,3}
      • Output: 1 3
  • Check if the number is odd or even without using the modular operator
    • Ex 1 : Input: n = 10
      • Output: EVEN
    • Ex 2 : Input: n = 11
      • Output: ODD
  • Convert the given character that is if the given character is in lowercase then change to uppercase and if it is in uppercase then change to lowercase.
    • Ex: Input: ch = A
      • Output: a
    • Ex: Input: ch = b
      • Output: B

I had successfully cleared all the rounds and was offered a Research Associate/Technical Trainer role at Terv Pro.

Experience:

The interview was well-structured, allowing me to showcase my skills effectively, and the interviewers were friendly and engaging, creating a positive experience overall.

I dream of contributing to my college by guiding and inspiring my juniors to reach their full potential through engaging and impactful teaching.

Result- Selected


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads