Upload Button Icon Add office photos

Filter interviews by

Valiant Tms Systems Interview Questions and Answers

Updated 26 Oct 2023

Valiant Tms Systems Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Only technical and cad test
Round 3 - One-on-one 

(1 Question)

  • Q1. Cad test on pc

Mechanical Engg. Design Interview Questions asked at other Companies

Q1. What are the Drawing softwares you're aware of And How much relevant experience you have in for each software
View answer (3)

Interview questions from similar companies

Interview Preparation Tips

Round: TECHNICAL ROUND TEST
Experience: A 45 mins round which consisted of 30 mins of core questions and 15 mins of data structures.  It was a mix of test on our knowledge .

Round: HR Interview
Experience: Most of the questions were based on general knowledge and many of them were from the resume provides by me

General Tips: It is always advisable to be prepared with certain set of general questions which make it easier to answer.
Skill Tips: Focus on your Study.. Revise the subject that you have studied at the time of Interview
Skills: Technical Skills
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Questions were on Aptitude, English, Probability, Permutations andCombinations and Programming (C, C++). NO Group Discussion was held.Candidates were shortlisted on the basis of their test scores.

Round: Technical Interview
Experience: Total time of this round was 45 minutes.First 30 minutes, questions on core programming were asked and in the remaining 15 minutes questions were asked on data structures.

Round: HR Interview
Experience: This was a 5 minute round where questions were put up, some based on the resume and other were general questions.

Skills: Knowledge in MATLAB.
College Name: IIT MADRAS

I appeared for an interview in Mar 2018.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Problem Solving, Leadership, Decision Making Skills
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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell about your family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - The contents of your CV should be on your fingertips.

I applied via LinkedIn and was interviewed in Apr 2022. 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. Why do you want to do this job in out company?
  • Q2. Why do you want to do this HR JOB in our company ?
Round 3 - Case Study 

How will you get to know about which type of person we want to recruit and how will you recruit on which base you will select the person on the job and how will you tell him his job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself..apply even if you are not fully qualified 😊
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Online test through the test portal. * questions were provided to solve.
Round 3 - Coding Test 

Technical discussion with Interviewer including coding test.

Round 4 - Coding Test 

Advanced coding test and technical discussion

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

I applied via Company Website and was interviewed in Nov 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 

It was an Aptitude and Verbal with some SpringBoot and DB related MCQs

Round 3 - Technical 

(1 Question)

  • Q1. This round had 1 DSA question and 1 RestAPi implementation and few theory questions on java8
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Java, Spring, DSA
  • Q2. Find the number of consecutive alphabets in a string.
  • Ans. 

    The question asks to find the number of consecutive alphabets in a string.

    • Iterate through the string and check if each character is consecutive to the previous one.

    • Keep track of the count of consecutive alphabets encountered.

    • Return the count at the end.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Java, Spring, SonarCube, Unit test, SQL index, API Gateway
Round 3 - HR 

(1 Question)

  • Q1. Mostly CTC discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Its an easy level of interview experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two DSA problems were given. Moderate level.

Round 2 - Technical 

(2 Questions)

  • Q1. What is API gateway?, Circuit breaker pattern, Load Balancing, Java Stream API, Functional Interfaces, Design patterns.
  • Q2. Default and static methods in interface?
  • Ans. 

    Default and static methods in interface allow for method implementation and utility methods in Java interfaces.

    • Default methods provide a default implementation for a method in an interface.

    • Static methods in interfaces can be called directly on the interface itself.

    • Default and static methods were introduced in Java 8.

    • Default methods can be overridden by implementing classes.

    • Static methods cannot be overridden and are no

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions. 1 Coding question.
  • Q2. New technologies learnt in last 6 months.
  • Ans. 

    React Native, GraphQL, Docker

    • Learned React Native for cross-platform mobile app development

    • Explored GraphQL for efficient data fetching and manipulation

    • Gained knowledge in Docker for containerization and deployment

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Software Engineer interview:
  • Java8
  • Spring Boot
  • Microservices
  • Design Patterns
  • DSA
Interview preparation tips for other job seekers - Learn Java, microservices, Spring Boot, DSA and design patterns.

Skills evaluated in this interview

Valiant Tms Systems Interview FAQs

How many rounds are there in Valiant Tms Systems interview?
Valiant Tms Systems interview process usually has 3 rounds. The most common rounds in the Valiant Tms Systems interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Valiant Tms Systems interview?

Some of the top questions asked at the Valiant Tms Systems interview -

  1. Only technical and cad t...read more
  2. Cad test on...read more

Tell us how to improve this page.

Valiant Tms Systems Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Valiant Tms Systems Reviews and Ratings

based on 19 reviews

4.2/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.9

Salary

4.3

Job security

3.7

Company culture

3.6

Promotions

3.4

Work satisfaction

Explore 19 Reviews and Ratings
Design Engineer
39 salaries
unlock blur

₹3.2 L/yr - ₹7.2 L/yr

Senior Design Engineer
10 salaries
unlock blur

₹6.5 L/yr - ₹10.2 L/yr

Automation Engineer
7 salaries
unlock blur

₹3.8 L/yr - ₹5.8 L/yr

PLC Programmer
7 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Mechanical Engg. Design
5 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Valiant Tms Systems with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.7
Compare

GAO Tek

4.4
Compare

Tata Teleservices

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