Upload Button Icon Add office photos
Engaged Employer

i

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

Truminds Software Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Truminds Software Systems Senior Software Development Engineer Interview Questions and Answers

Updated 3 Sep 2023

Truminds Software Systems Senior Software Development Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. 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 

(2 Questions)

  • Q1. All about DPDK Link list code
  • Q2. How Dpdk core queue thread work About bypass kernal
  • Ans. 

    DPDK core queue threads work by directly accessing NIC hardware queues for packet processing, bypassing the kernel for improved performance.

    • DPDK core queue threads are used to handle packet processing in a multi-core environment.

    • These threads directly access NIC hardware queues to receive and transmit packets.

    • By bypassing the kernel, DPDK achieves lower latency and higher throughput for network applications.

    • DPDK provid...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. About your technical experience and project
Round 4 - HR 

(2 Questions)

  • Q1. Salary nigotiation
  • Q2. We are maximum able to give you X amount as CTC and Y amount as joining bonus, that only we can do maximum Are you comfortable Most of the salary nigotiation talk

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fine code writer,
Optimum code must needed

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How abstraction and inheritance are related?
  • Ans. 

    Abstraction allows for defining a common interface for related objects, while inheritance enables a class to inherit attributes and methods from another class.

    • Abstraction involves hiding the implementation details and showing only the necessary features of an object. Inheritance allows a class to inherit properties and behaviors from another class.

    • Abstraction helps in creating a blueprint of a class without providing t...

  • Answered by AI
  • Q2. Given a perticular time, find the angle between hour hand and minute hand.
  • Ans. 

    To find the angle between hour and minute hand at a given time on a clock face.

    • Calculate the angle made by hour hand with 12:00 on the clock face

    • Calculate the angle made by minute hand with 12:00 on the clock face

    • Find the absolute difference between the two angles

    • If the angle is greater than 180 degrees, subtract it from 360 degrees for the acute angle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOP in detail. Have a good day structure knowledge. Understand how data structure can be used while solving problems.
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 

(2 Questions)

  • Q1. About my platform related
  • Q2. Abot my platform related
Round 3 - Coding Test 

UI design and crud operation tasks

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion fully connected

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying , work smart
complete all rounds with your clam mind
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic DS and JS questions

Round 2 - Technical 

(1 Question)

  • Q1. JS and Cloud related questions
Round 3 - Technical 

(1 Question)

  • Q1. System design and cloud related questions

I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Why public static use
  • Ans. 

    public static use for accessing methods and variables without creating an object

    • Allows access to methods and variables without creating an object

    • Useful for utility classes where objects are not needed

    • Can be used to create global variables or constants

    • Example: Math class in Java has only static methods and constants

  • Answered by AI
  • Q2. Why static is use.Pattern question,hshshdhdhxhxhxhxhdhhxjdjdjdjdjnjsjs

Interview Preparation Tips

Topics to prepare for 360 Degree Cloud Technologies Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Learn Java in depth.Also prepare more in communication skills.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Apr 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Job responsibilities, AWS services, devops tools, gift,docker,jenkinsetc..
Round 3 - Technical 

(1 Question)

  • Q1. Linux commands, project flow, brief explanations of tools which are used in the project , scripting
Round 4 - HR 

(1 Question)

  • Q1. Negotiation on salary and required certificates, joining date,,,

Interview Preparation Tips

Topics to prepare for Data Template Infotech Software Engineer interview:
  • AWS
  • Devops
  • Terraform
  • Jenkins
  • Kubernetes
  • Lambda
  • Docker
  • Monitoring Tools
  • Shell Scripting
  • Linux commands
  • Azure devops
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Application type question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the oops concepts?
  • Ans. 

    Object-oriented programming concepts that help in designing and implementing software systems.

    • Encapsulation: bundling data and methods together

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding complex implementation details

    • Encapsulation: grouping related data and methods together

    • Association: relationship between classes

    • Composition:...

  • Answered by AI
  • Q2. What are the annotations we used in springboot application?
  • Ans. 

    Annotations used in Spring Boot applications

    • 1. @RestController - Marks a class as a controller that handles HTTP requests

    • 2. @RequestMapping - Maps HTTP requests to handler methods

    • 3. @Autowired - Injects dependencies into a bean

    • 4. @Service - Marks a class as a service component

    • 5. @Repository - Marks a class as a repository component

    • 6. @Component - Marks a class as a generic Spring component

    • 7. @Configuration - Indicates ...

  • Answered by AI
  • Q3. What is abstract n abstarct methods in java
  • Ans. 

    Abstract classes and methods in Java provide a way to define common behavior that can be inherited by subclasses.

    • An abstract class is a class that cannot be instantiated and is meant to be extended by other classes.

    • An abstract method is a method that is declared without an implementation in an abstract class.

    • Subclasses of an abstract class must provide an implementation for all abstract methods.

    • Abstract classes can hav...

  • Answered by AI
  • Q4. Java 8 futures?

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL related basics & other bi basics
  • Q2. Joins and functions
Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics and other bi basics
  • Q2. Joins practical

Interview Preparation Tips

Topics to prepare for Data Template Infotech Software Engineer interview:
  • SQL Server
  • JOINs
  • MSBI
  • SQL functions
Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regrading Self join query
  • Ans. 

    A self join query is used to join a table to itself in a SQL query.

    • Self join is used when a table needs to be joined with itself to compare rows within the same table.

    • It requires aliasing the table with different names to distinguish between the two instances of the same table.

    • Commonly used in hierarchical data structures or when comparing related rows in a table.

  • Answered by AI
  • Q2. Group by query per catagory
  • Ans. 

    Group by query is used to group data based on a specific category.

    • Use the GROUP BY clause in SQL to group data based on a specific column

    • Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data

    • Example: SELECT category, COUNT(*) FROM products GROUP BY category

  • Answered by AI

Skills evaluated in this interview

Truminds Software Systems Interview FAQs

How many rounds are there in Truminds Software Systems Senior Software Development Engineer interview?
Truminds Software Systems interview process usually has 4 rounds. The most common rounds in the Truminds Software Systems interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Truminds Software Systems Senior Software Development Engineer interview?

Some of the top questions asked at the Truminds Software Systems Senior Software Development Engineer interview -

  1. How Dpdk core queue thread work About bypass ker...read more
  2. We are maximum able to give you X amount as CTC and Y amount as joining bonus, ...read more
  3. All about DPDK Link list c...read more

Tell us how to improve this page.

Truminds Software Systems Senior Software Development Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
22% less than the average Senior Software Development Engineer Salary in India
View more details

Truminds Software Systems Senior Software Development Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
110 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Senior Software Engineer
94 salaries
unlock blur

₹7.2 L/yr - ₹18.5 L/yr

Software Developer
38 salaries
unlock blur

₹5.5 L/yr - ₹18 L/yr

Software Development Engineer
38 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Technical Lead
37 salaries
unlock blur

₹13 L/yr - ₹28 L/yr

Explore more salaries
Compare Truminds Software Systems with

PC Solutions

3.7
Compare

AFour Technologies

3.3
Compare

360 Degree Cloud Technologies

2.8
Compare

Affine

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