Upload Button Icon Add office photos

Filter interviews by

Triyam Information Technology Software Developer Trainee Interview Questions and Answers

Updated 27 May 2024

Triyam Information Technology Software Developer Trainee Interview Experiences

2 interviews found

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

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. SQL, Python, Joins, Difference between Char and Varchar
  • Q2. Retrieve employee details whose joining date should be less than one year .
  • Q3. Where And Having clause difference
  • Ans. 

    Where clause is used to filter rows before grouping, while Having clause is used to filter groups after grouping.

    • Where clause is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition.

    • Having clause is used with GROUP BY clause to filter groups based on a condition.

    • Where clause is applied before grouping, Having clause is applied after grouping.

    • Example: SELECT * FROM table_name WHERE condition; ...

  • Answered by AI
  • Q4. Inner join SQLquery questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in SQL language, practice coding

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL - DDL, DML,Joins, left join, right join, Orderby keyword Excel - Hlookup, Vlookup

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basic programming concepts especially SQL, Excel , Python and JAVA

Software Developer Trainee Interview Questions Asked at Other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. ... read more
Q2. What is a static keyword in java? Where are the static variables ... read more
Q3. 1.Do you use social media? What is the use of it? 2.Tell us about ... read more
Q4. 2.You are given a chess board and the position of queen find the ... read more
asked in CodeAegis
Q5. 4 pills are medicine, in which 2 pills for fever and 2 pills for ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 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 - Aptitude Test 

Aptitude tests assume that individuals have inherent strengths and weaknesses and have a natural inclination toward success or failure in specific areas based on their innate characteristics

The aptitude interview process can vary depending on the company and the role, but here are some common elements you might encounter.

Some companies may require you to take an aptitude test, which assesses your problem-solving, analytical, and critical thinking abilities. These tests often include numerical, verbal, and logical reasoning questions.

Round 3 - Assignment 

To write about a superhero corrector that you like.
I suggest "Batman'' is my superhero
"Very Short Story, I'm Batman!"
I was having this conversation with a woman wearing a Batman T-Shirt. Admiring her shirt, I looked at her and said, by the way, I'm "Batman".

She must have forgotten she had that shirt on because she looked down momentarily, then up at me and smiled before saying, oh yeah? But, do you have a Bat Cave?

I thought about it for a second... (1 second passes)

Looked at her in they eyes and while retaining as much male ego as I could manage said, "Ok, You're Batman", broken and dejected, I just walked away. Now, I'm "Wonderman", if anyone asks.

The end.

I had no idea there was actually a real "Wonderman..."

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t lie
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and technical mcq

Round 2 - Coding Test 

Technical round (Virtual)

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and eager to learn and grow in the software development field.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and software development

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Explain about project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Group discussion is a type of discussion that involves people sharing ideas or activities.

Round 2 - Aptitude Test 

Online aptitude test for competitive examinations , entrance examination and recruitment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Industry insights
News about target companies
Job related hacks and tips
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude questions like in India Bix

Round 2 - Coding Test 

Python language questions like fibonacci series

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. If you know what ever the technical lead ask the question give in a confident manner and if you don't know then don't force your self that you don't know the answers. Just mention that I'm not aware of the...
  • Q2. Practice from google - What is the interview questions for freshers? follow all the questions in all the available URL's.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Be Brave
Be straight forward
Be Strong
Give strong and honest statements
Don't panic
Don't neglect
Don't ignore them
Don't give false statements

I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Question are-(1) write code for print hello world in c and c++
  • Q2. 2- what is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves.

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97.

    • The number 1 is not considered a prime number.

  • Answered by AI
  • Q3. Write the program of even odd
  • Ans. 

    Program to determine if a number is even or odd.

    • Use the modulo operator (%) to check if the number is divisible by 2.

    • If the remainder is 0, the number is even. Otherwise, it is odd.

    • Example: int num = 5; if(num % 2 == 0) { printf("Even"); } else { printf("Odd"); }

  • Answered by AI
  • Q4. Then he start asking questions from chemistry this is surprising for a IT student . First question what in periodic table and which type of elements in this
  • Q5. Then he asked difference between metal and meteloid
  • Q6. Then asked what is Pythagoras theorem then bodmas rule and then interview was end

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to succeed in this company then you have to read basics of your subject that you mentioned in your resume and learn to do coding

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

HTML and CSS or javascript

Round 2 - Aptitude Test 

About professional aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Please take the interview online. And if di any mistake or wrong answer then please suggest me and give me a opportunities for improving

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It's really nice to talk about this, means it provides a nice talking environment.

Triyam Information Technology Interview FAQs

How many rounds are there in Triyam Information Technology Software Developer Trainee interview?
Triyam Information Technology interview process usually has 1 rounds. The most common rounds in the Triyam Information Technology interview process are Technical.
How to prepare for Triyam Information Technology Software Developer Trainee interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Triyam Information Technology. The most common topics and skills that interviewers at Triyam Information Technology expect are Communication Skills, Excel, Interpersonal Skills, Verbal Communication and Written Communication.
What are the top questions asked in Triyam Information Technology Software Developer Trainee interview?

Some of the top questions asked at the Triyam Information Technology Software Developer Trainee interview -

  1. Where And Having clause differe...read more
  2. SQL, Python, Joins, Difference between Char and Varc...read more
  3. Inner join SQLquery questio...read more

Tell us how to improve this page.

Triyam Information Technology Software Developer Trainee Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
ETL Developer
55 salaries
unlock blur

₹1.8 L/yr - ₹6.5 L/yr

Team Lead
19 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

SQL Developer
14 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Software Developer
8 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Software Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Triyam Information Technology with

Innovaccer

3.4
Compare

CitiusTech

3.4
Compare

NIVIDOUS SOFTWARE SOLUTIONS

4.0
Compare

HealthAsyst

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