Upload Button Icon Add office photos

Filter interviews by

Thiran Technologies Software Developer Interview Questions, Process, and Tips

Updated 17 Oct 2024

Top Thiran Technologies Software Developer Interview Questions and Answers

Thiran Technologies Software Developer Interview Experiences

3 interviews found

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

I applied via Company Website and was interviewed in Aug 2024. There were 8 interview rounds.

Round 1 - Aptitude Test 

Yes it's good ground,I completed 50 questions in correct answer

Round 2 - Coding Test 

Yes it's very difficult

Round 3 - HR 

(2 Questions)

  • Q1. You have certificate in any institute
  • Q2. Tell your self introduction
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Familiar with Agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
Round 4 - Assignment 

It's very very very difficult

Round 5 - Group Discussion 

It's very very very easy

Round 6 - One-on-one 

(2 Questions)

  • Q1. What is python features
  • Ans. 

    Python features include simplicity, readability, versatility, and a large standard library.

    • Simple and easy to learn syntax

    • Readability with clear and concise code

    • Versatile with support for multiple programming paradigms

    • Extensive standard library for various tasks

  • Answered by AI
  • Q2. What is dotnet features
  • Ans. 

    Dotnet features include cross-platform compatibility, language interoperability, and a large class library.

    • Cross-platform compatibility allows for development on Windows, macOS, and Linux.

    • Language interoperability enables developers to use multiple programming languages within the same project.

    • A large class library provides pre-built code for common tasks, reducing development time and effort.

  • Answered by AI
Round 7 - Group Discussion 

It's super super super

Round 8 - HR 

(2 Questions)

  • Q1. What is puthyon
  • Ans. 

    Python is a popular high-level programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • It emphasizes code readability and uses indentation to define code blocks.

    • Python has a large standard library and a vibrant community of developers.

    • Examples of popular Python frameworks include Django, Flask, and NumPy.

  • Answered by AI
  • Q2. What is web design
  • Ans. 

    Web design is the process of creating the visual appearance and layout of a website.

    • Involves designing the overall look and feel of a website

    • Includes elements such as color scheme, typography, and images

    • Focuses on user experience and usability

    • Uses tools like Adobe Photoshop, Sketch, or Figma

    • Examples: creating wireframes, mockups, and prototypes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Super interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was containing aptitude, sql, array, strings, gfg puzzles and personality questions

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode based questions
  • Q2. Mostly on Recursion
Round 3 - Assignment 

PPT Presentation on some random topics

Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

Software Developer Interview Questions & Answers

user image vishnu Priyan M

posted on 25 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy for who practice coding and problem solving in leetcode daily

Interview questions from similar companies

I appeared for an interview in Sep 2021.

Interview Questionnaire 

1 Question

  • Q1. About project?

Interview Preparation Tips

Interview preparation tips for other job seekers - The level of the interview was intermediate

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Yourself
  • Q2. How do you feel about working nights and weekends?
  • Q3. I will try to complete my tasks within weekdays effectively and efficiently to avoid weekand night work.
  • Q4. What is the difference b/w confidence and over confidence?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech mahendra company is a very efficent work hard and if you have a growth of employees skills and sincearly work hard

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic oops questions
  • Q2. Software Engineering: software development lifecycle, water flow model etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are mostly gentle and friendly.Just be bold and answer what you know.hope this helps.all the best :)

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What questions will be asked Aptitude
  • Q2. What questions will be aske Technical round
  • Q3. What questions will be aske hr

Interview Preparation Tips

Interview preparation tips for other job seekers - He

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

Thiran Technologies Interview FAQs

How many rounds are there in Thiran Technologies Software Developer interview?
Thiran Technologies interview process usually has 4-5 rounds. The most common rounds in the Thiran Technologies interview process are Coding Test, HR and Assignment.
What are the top questions asked in Thiran Technologies Software Developer interview?

Some of the top questions asked at the Thiran Technologies Software Developer interview -

  1. What is dotnet featu...read more
  2. What is python featu...read more
  3. What is web des...read more

Tell us how to improve this page.

Thiran Technologies Software Developer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Thiran Technologies Software Developer Salary
based on 4 salaries
₹3.3 L/yr - ₹5 L/yr
52% less than the average Software Developer Salary in India
View more details

Thiran Technologies Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹3.9 L/yr

Software Developer
4 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹3.2 L/yr - ₹3.5 L/yr

Mobile Application Developer
4 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Business Analyst
3 salaries
unlock blur

₹4 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Thiran Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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