Upload Button Icon Add office photos

TRIGO Group

Compare button icon Compare button icon Compare

Filter interviews by

TRIGO Group HR Intern Interview Questions and Answers

Updated 28 Feb 2022

TRIGO Group HR Intern Interview Experiences

1 interview found

HR Intern Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2022

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good co to work, was hr intern

Interview questions from similar companies

HR Intern Interview Questions & Answers

Bosch user image Sachin Jamakhandi

posted on 31 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Assignment 

How can one manage compliance and the creative aspects of payroll and employee statutory insurance?

Intern Interview Questions & Answers

Valeo user image Anonymous

posted on 7 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Basic questions on electronic switches and electronics. Basic questions on coding

Round 2 - Technical 

(6 Questions)

  • Q1. Is the power supplied from a socket alternating current (AC) or direct current (DC)?
  • Q2. What is the typical voltage and current supplied by an electrical socket?
  • Q3. How will you measure current if you are provided with a multimeter?
  • Q4. The interviewer drew a circuit having a dc source, resistor and a laser diode and asked us to name the components
  • Q5. Questions about microcontroller Arduino
  • Q6. How many pins does Arduino have, how will you code programs in it such questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They interviewed three candidates simultaneously, and I answered nearly all the questions correctly; however, I believe they select candidates solely based on their requirements. They accepted more than 60 students from our college but offered positions only to two ECE students, so I am uncertain about that. Anyways, good luck!
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about your projects
  • Ans. 

    I have worked on various projects including a web development project for a local business and a data analysis project for a research study.

    • Developed a website for a local business using HTML, CSS, and JavaScript

    • Conducted data analysis for a research study using Python and SQL

    • Implemented machine learning algorithms for predictive modeling

  • Answered by AI
  • Q2. What is the output of a given C program
  • Ans. 

    The output of a C program depends on the code logic and input provided.

    • The output can be determined by analyzing the code and understanding the logic implemented.

    • Input values can also affect the output of the program.

    • Compile and run the program to see the actual output.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Programming

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Explain about Projects
  • Ans. 

    Projects are specific tasks or assignments undertaken to achieve a particular goal or objective.

    • Projects involve a defined scope, timeline, and budget.

    • They require a team of individuals with specific skills and expertise.

    • Projects can range from small-scale initiatives to large-scale endeavors.

    • Examples: developing a new software application, implementing a marketing campaign, constructing a building.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw plc and safety plc
  • Ans. 

    PLC is used for general automation while safety PLC is specifically designed for safety-critical applications.

    • PLC is used for controlling machinery and processes in industrial automation.

    • Safety PLC is designed to meet safety standards and regulations for critical applications.

    • Safety PLCs have built-in safety functions like monitoring input signals for safety-critical devices.

    • PLCs are more cost-effective for general aut...

  • Answered by AI
  • Q2. Diff btw dcs and safety plc
  • Ans. 

    DCS is used for continuous control of processes, while safety PLC is used for emergency shutdown and safety functions.

    • DCS (Distributed Control System) is used for continuous control and monitoring of processes in industries like oil & gas, power plants, and chemical plants.

    • Safety PLC (Programmable Logic Controller) is specifically designed for safety-critical applications, such as emergency shutdown systems and safety ...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jan 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell me about your previous experience?
  • Q3. Why should I hire you?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SJC Institute of Technology, Chickballapur and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Very much technical and verbal questions where asked

Round 2 - Group Discussion 

Situation related to a space ship crash

Round 3 - One-on-one 

(1 Question)

  • Q1. What is thermodynamics
  • Ans. 

    Thermodynamics is the branch of physics that deals with the relationships between heat, work, and energy.

    • It studies the transfer of energy in the form of heat and work.

    • It involves concepts like temperature, pressure, and entropy.

    • It is used in various fields such as engineering, chemistry, and meteorology.

    • Examples include the study of heat engines, refrigeration systems, and phase transitions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Tell what ever you know do not hesitate.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General questions time ,speed,distance

Round 2 - HR 

(1 Question)

  • Q1. Stength ,weakness,hobbies,future goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic mechanical engineering
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Direct from Resume
  • Q2. Write a C code to swap two numbers without using 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable in C code.

    • Use bitwise XOR operation to swap two numbers without using a third variable.

    • Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
  • Q3. Explain the code
  • Ans. 

    The candidate is asked to explain a piece of code during the interview for an Internship Trainee position.

    • Break down the code line by line and explain the purpose of each line

    • Discuss any functions or variables used in the code and their significance

    • Explain the expected output or outcome of the code

  • Answered by AI
  • Q4. Write a Simulink logic for up counter. Do it with chart
  • Ans. 

    Simulink logic for up counter using a chart

    • Create a Simulink model

    • Use a Stateflow chart to implement the up counter logic

    • Define states for counting up and resetting

    • Transition between states based on input signals

    • Use chart actions to increment the counter

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Basic Questions
  • Q2. Why you want to join here
  • Ans. 

    I am passionate about the industry and believe this internship will provide valuable experience and opportunities for growth.

    • Passionate about the industry

    • Seeking valuable experience and growth opportunities

    • Believe in the company's mission and values

  • Answered by AI

Skills evaluated in this interview

TRIGO Group Interview FAQs

How many rounds are there in TRIGO Group HR Intern interview?
TRIGO Group interview process usually has 1 rounds. The most common rounds in the TRIGO Group interview process are HR.

Tell us how to improve this page.

HR Intern Interview Questions from Similar Companies

TCS HR Intern Interview Questions
3.7
 • 4 Interviews
View all
Quality Inspector
167 salaries
unlock blur

₹1.1 L/yr - ₹3.2 L/yr

Quality Engineer
123 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Site Manager
23 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Quality Inspection Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹2.2 L/yr

Team Lead
12 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare TRIGO Group 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