Upload Button Icon Add office photos
Engaged Employer

i

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

TRINAMIX Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 196 Reviews

Filter interviews by

TRINAMIX Associate Executive Interview Questions and Answers

Updated 23 Jan 2025

TRINAMIX Associate Executive Interview Experiences

1 interview found

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

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

30 quetions on technical and 30 on SCM

Round 2 - Group Discussion 

It was very long time taking process

Round 3 - Technical 

(2 Questions)

  • Q1. Related to SCM, what is safety stock
  • Q2. What is make to stock
Round 4 - HR 

(2 Questions)

  • Q1. Related to company, then past experience.
  • Q2. Why should we hire you?

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on dot net and sql server
Round 2 - Technical 

(1 Question)

  • Q1. Bit twisted and elaborative discussion on various technical spheres.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Adesh Institute of Engineering and Technology, Faridkot and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti , html , linux ,sql, java

Round 2 - Group Discussion 

They give topics and we have to speak for 30 sec

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is solid principle
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

4 coding questions. medium to hard level.
I solved 2.5 questions to get into the next round.

Round 2 - Technical 

(1 Question)

  • Q1. A very basic technical interview. Questions regarding c++, projects, oops. We were told to be well prepared with our projects.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR. Nothing very hefty.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics. Confidence is what they're looking for.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 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 - HR 

(2 Questions)

  • Q1. What was your job role in previous company.
  • Q2. How many years of experience do you have.
Round 3 - Technical 

(2 Questions)

  • Q1. Can you brief about your technical skills.
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly check Rating and Review before joining.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Tell me about yourself

Round 2 - One-on-one 

(1 Question)

  • Q1. What have you achieved till date?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain springboot framework workflow/architecture
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot eliminates the need for manual configuration by providing defaults for most settings.

    • It allows for easy creation of standalone, production-grade Spring-based Applications.

    • Spring Boot uses embedded servers like Tomcat, Jetty, or Undertow to simplify deployment.

    • It provides a wide rang...

  • Answered by AI
  • Q2. Date formatting code
  • Ans. 

    The question is asking for a code to format dates.

    • Use libraries like moment.js or date-fns for easy date formatting in JavaScript.

    • For example, to format a date in MM/DD/YYYY format using moment.js: moment(date).format('MM/DD/YYYY')

    • Make sure to handle different date formats and timezones appropriately.

  • Answered by AI
  • Q3. Api testing http methods
  • Ans. 

    API testing involves testing the various HTTP methods like GET, POST, PUT, DELETE, etc.

    • API testing ensures that the API functions correctly and meets the requirements

    • Common HTTP methods used in API testing include GET, POST, PUT, DELETE

    • Each HTTP method has a specific purpose in API testing, such as retrieving data with GET or updating data with PUT

    • API testing tools like Postman or SoapUI can be used to test HTTP method

  • Answered by AI
  • Q4. How to troubleshoot client side and serverside errors
  • Ans. 

    To troubleshoot client side and server side errors, identify the source of the error, check logs, test connectivity, and consult documentation.

    • Identify the source of the error - determine if it is a client side or server side issue

    • Check logs for error messages and stack traces to pinpoint the issue

    • Test connectivity between client and server to ensure communication is working properly

    • Consult documentation or resources f...

  • Answered by AI
  • Q5. Code on public static void main (string[] args)
  • Ans. 

    The code represents the entry point of a Java program.

    • The 'public' keyword indicates that the method is accessible by any other class.

    • The 'static' keyword allows the method to be called without creating an instance of the class.

    • The 'void' keyword indicates that the method does not return any value.

    • The 'main' method is where the program starts execution.

    • The 'String[] args' parameter allows command-line arguments to be p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare well and need to have sound coding concept and functional knowledge.

Skills evaluated in this interview

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

I applied via campus placement at CMR Institute of Technology, Bangalore and was interviewed before Apr 2022. There were 5 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 - Aptitude Test 

Aptitude test contained Verbal, reasoning and quantitative type of questions.

Round 3 - Coding Test 

It was done in hackerrank. Can be coded in c,Java,c++,python

Round 4 - Technical 

(3 Questions)

  • Q1. What is stack how does it function
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added to the top of the stack and removed from the top as well.

    • Stacks are used in programming for function calls, recursion, and undo/redo operations.

    • Examples of stack-based programming languages are Forth and PostScript.

  • Answered by AI
  • Q2. Asked about SQL statements, SQL Joins,
  • Q3. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior consultant with a proven track record of delivering successful projects and leading teams.

    • Continuing to develop my skills and knowledge in the industry

    • Taking on more responsibility and leadership roles

    • Building strong relationships with clients and colleagues

    • Contributing to the growth and success of the company

    • Mentoring and coaching junior team members

    • Exploring opportunities for prof

  • Answered by AI
Round 5 - Behavioral 

(2 Questions)

  • Q1. Tell me about the projects you worked
  • Q2. What are your Strength and weakness, When did you get rewarded for your hardwork
  • Ans. 

    My strength is my adaptability and weakness is my tendency to overthink. I was rewarded for my hard work when I received Employee of the Month award.

    • Strength: Adaptability - I am able to quickly adjust to new situations and environments

    • Weakness: Overthinking - I tend to overanalyze situations and sometimes struggle with decision-making

    • Reward: Employee of the Month - I received this award for consistently exceeding expe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on JS, SQL and be ready to explain about your projects

Skills evaluated in this interview

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

I applied via campus placement at Sri Jayachamarajendran College of Engineering (SJCE) and was interviewed in Dec 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

MCQ Test: It had sections of Apti, code snippets, Linux commands and HTML, CSS related (I think it had sectional cut off)..

Round 2 - Group Discussion 

Group Discussion: 8-10 members in a group and expect you to discuss on a given topic for at least 30s. They only check on whether you are capable of speaking good english or not.

Round 3 - Technical 

(2 Questions)

  • Q1. Mostly questions based on your resume. Having Java as your main language would give you a huge boost.
  • Q2. I was asked a apti question and a Java snippet to guess the output
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round: General questions.
Round 5 - HR 

(1 Question)

  • Q1. HR related, like why do you wanna join us, etc

Interview Preparation Tips

Topics to prepare for Solugenix India Private Limited Associate Software Engineer interview:
  • Java
  • HTML
  • Javascript
  • Advanced Java
  • Project Management
Interview preparation tips for other job seekers - I applied through university. The process took 1 day.
I was interviewed at SJCE campus (Mysore) on 1/2/2024

Be true to yourself,
Brush up your Resume.

TRINAMIX Interview FAQs

How many rounds are there in TRINAMIX Associate Executive interview?
TRINAMIX interview process usually has 4 rounds. The most common rounds in the TRINAMIX interview process are Aptitude Test, Group Discussion and Technical.
What are the top questions asked in TRINAMIX Associate Executive interview?

Some of the top questions asked at the TRINAMIX Associate Executive interview -

  1. what is make to st...read more
  2. Related to SCM, what is safety st...read more

Tell us how to improve this page.

TRINAMIX Associate Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
Softenger Interview Questions
4.2
 • 52 Interviews
View all
Associate Business Analyst
87 salaries
unlock blur

₹4.2 L/yr - ₹12.2 L/yr

Senior Associate Business Analyst
38 salaries
unlock blur

₹7 L/yr - ₹15.5 L/yr

Consultant
35 salaries
unlock blur

₹7.3 L/yr - ₹25 L/yr

Senior Consultant
24 salaries
unlock blur

₹13 L/yr - ₹36 L/yr

Technical Consultant
22 salaries
unlock blur

₹6.9 L/yr - ₹21.5 L/yr

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