Upload Button Icon Add office photos

Technodysis

Compare button icon Compare button icon Compare

Filter interviews by

Technodysis Interview Questions and Answers

Updated 27 May 2025
Popular Designations

Technodysis Interview Experiences

10 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
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

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 22 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What was your experience at your previous company?
  • Q2. What were the reasons for leaving your previous company?
  • Ans. 

    I left my previous company to seek new challenges and opportunities for professional growth in RPA development.

    • Desire for career advancement: I wanted to take on more responsibilities and lead projects.

    • Seeking new challenges: I felt I had mastered my role and was ready for new challenges.

    • Company restructuring: My previous company underwent significant changes that affected my role.

    • Pursuing a passion for RPA: I wanted t...

  • Answered by AI
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What do you know about RPA?
  • Q2. What do you think about AI in RPA tool?

Interview Preparation Tips

Interview preparation tips for other job seekers - Startups provide the opportunity to gain hands-on experience in various roles and technologies.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Tell be about the work handled
  • Ans. 

    As an Assistant Manager HRD, I managed recruitment, training, and employee engagement initiatives to enhance workforce performance.

    • Oversaw the recruitment process, including job postings, screening resumes, and conducting interviews to fill key positions.

    • Developed and implemented training programs that improved employee skills and productivity, such as leadership workshops.

    • Facilitated employee engagement activities, li...

  • Answered by AI
  • Q2. Hoe did you over come challenges in work
  • Ans. 

    I tackled workplace challenges through proactive communication, teamwork, and continuous learning, ensuring effective solutions and growth.

    • Proactive Communication: I initiated regular check-ins with my team to address concerns early, preventing escalation of issues.

    • Team Collaboration: During a project deadline crunch, I organized brainstorming sessions that leveraged diverse skills, leading to innovative solutions.

    • Cont...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What was your final year project explain briefly
  • Q2. Some basic java questions

Hrbp Manager Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2025

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What are your strengths
  • Q2. Explain about the process you are handling
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. C,C++, Java, python
  • Q2. Launguage C,C++,Java, python
Round 1 - Technical 

(2 Questions)

  • Q1. They asked about past job and all and then asked program of copy constructor
  • Ans. 

    A copy constructor creates a new object as a copy of an existing object, ensuring proper resource management.

    • A copy constructor is a special constructor in C++ used to create a new object as a copy of an existing object.

    • Syntax: ClassName(const ClassName &obj) { /* copy data from obj */ }

    • Example: If you have a class 'Point', a copy constructor can copy the x and y coordinates from another Point object.

    • Copy construct...

  • Answered by AI
  • 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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Technodysis?
Ask anonymously on communities.

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, Javascript and AWS.
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. They asked about past job and all and then asked program of copy construc...read more
  3. What do you think about AI in RPA to...read more
How long is the Technodysis interview process?

The duration of Technodysis interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.9/5

based on 10 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 86%
2-4 weeks 14%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
View all

Technodysis Reviews and Ratings

based on 49 reviews

4.2/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

3.8

Salary

3.9

Job security

4.1

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 49 Reviews and Ratings
Information Technology Recruiter
32 salaries
unlock blur

₹1 L/yr - ₹2.7 L/yr

Software Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹8.2 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

Lead IT Recruiter
5 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Technodysis with

HCL Infosystems

3.9
Compare

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare
write
Share an Interview