Upload Button Icon Add office photos

Filter interviews by

Technodysis Interview Questions and Answers

Updated 31 Dec 2024

Technodysis Interview Experiences

Popular Designations

4 interviews found

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

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is the definition of Object-Oriented Programming (OOP), and can you explain its key concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Objects are instances of classes, representing real-world entities.

    • Inheritance allows classes to inherit prope...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - None is there as of now

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (206)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain OOPs in python
  • Ans. 

    OOPs in Python refers to Object-Oriented Programming concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • Python supports OOP principles such as classes and objects.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Encapsulation restricts access to certain components of an object.

    • Polymorphism allows objects to be treated as instances of their parent class.

  • Answered by AI
  • Q2. Explain inheritance in python
  • Ans. 

    Inheritance in Python allows a class to inherit attributes and methods from another class.

    • Inheritance is achieved by creating a new class that derives from an existing class.

    • The new class (subclass) can access the attributes and methods of the existing class (superclass).

    • Subclasses can also override or extend the functionality of the superclass.

    • Example: class Dog(Animal) - Dog inherits attributes and methods from Anima

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Simple question on searching and sorting logarithm

Technical Manager Interview Questions asked at other Companies

Q1. How do you deliver a release in Agile Scrum? What is the difference between monolith, multitenant and microservices, what do you know about kafka, how did you handle a conflict between 2 employees, how did you handle client expectations and... read more
View answer (5)
Round 1 - Technical 

(2 Questions)

  • Q1. They asked about past job and all and then asked program of copy constructor
  • Q2. They asked about the oops concepts and past work and past projects and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure u have great knowledge of oops concepts and basic knowledge of C++ above 11 version

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (206)

Technodysis interview questions for popular designations

 Software Engineer

 (2)

 Software Development Engineer

 (1)

 Technical Manager

 (1)

Jobs at Technodysis

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 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 - Coding Test 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    To get the second to last element from a SQL table, use the OFFSET-FETCH clause.

    • Use the ORDER BY clause to sort the table in descending order.

    • Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About the SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack

Interview Questionnaire 

1 Question

  • Q1. Mostly related to the technology I applied for. Some coding related questions. Questions related to our expertise to test us.

Technodysis Interview FAQs

How many rounds are there in Technodysis interview?
Technodysis interview process usually has 1-2 rounds. The most common rounds in the Technodysis interview process are Technical and Resume Shortlist.
How to prepare for Technodysis interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Technodysis. The most common topics and skills that interviewers at Technodysis expect are Java, Python, Software Development, C++ and Javascript.
What are the top questions asked in Technodysis interview?

Some of the top questions asked at the Technodysis interview -

  1. What is the definition of Object-Oriented Programming (OOP), and can you explai...read more
  2. Explain OOPs in pyt...read more
  3. Explain inheritance in pyt...read more

Tell us how to improve this page.

Technodysis Interview Process

based on 4 interviews

Interview experience

4.8
  
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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

Technodysis Reviews and Ratings

based on 35 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

3.7

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 35 Reviews and Ratings
Information Technology Recruiter
31 salaries
unlock blur

₹1 L/yr - ₹3.7 L/yr

Software Engineer
7 salaries
unlock blur

₹3.7 L/yr - ₹8.5 L/yr

Senior IT Recruiter
7 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Java Developer
5 salaries
unlock blur

₹3 L/yr - ₹11.6 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹8.2 L/yr - ₹14.6 L/yr

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