Upload Button Icon Add office photos
Engaged Employer

i

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

Trinesis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Trinesis Python Software Developer Interview Questions and Answers

Updated 20 Mar 2024

Trinesis Python Software Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are decorators in Python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They allow you to add functionality to an existing function without modifying its code.

    • Common use cases include logging, authentication, and performance monitoring.

    • Example: @decorator_function def my_function(): pass

  • Answered by AI
  • Q2. What are generators in Python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators use the 'yield' keyword to return data one item at a time

    • They are more memory efficient compared to lists as they generate values on the fly

    • Generators are used in situations where you need to iterate over a large sequence of items without loading them all into memory at once

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great

Skills evaluated in this interview

Trinesis Interview FAQs

How many rounds are there in Trinesis Python Software Developer interview?
Trinesis interview process usually has 1 rounds. The most common rounds in the Trinesis interview process are Technical.
What are the top questions asked in Trinesis Python Software Developer interview?

Some of the top questions asked at the Trinesis Python Software Developer interview -

  1. What are decorators in Pyt...read more
  2. What are generators in Pyt...read more

Tell us how to improve this page.

Trinesis Python Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Engineer
48 salaries
unlock blur

₹1.5 L/yr - ₹4.9 L/yr

QA Engineer
16 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Software Developer
13 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹4.9 L/yr - ₹18.5 L/yr

Software Engineer II
5 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Trinesis with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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