i
Staydify
Systems
Filter interviews by
I appeared for an interview before Jul 2024, where I was asked the following questions.
The `__init__` method initializes a new object's attributes when an instance of a class is created.
The `__init__` method is a special method in Python classes, known as a constructor.
It is automatically called when a new instance of a class is created.
The primary purpose is to initialize the object's attributes with specific values.
Example: In a class `Person`, `__init__` can set `name` and `age` attributes.
Usage: `def...
A module in Python is a file containing Python code that can define functions, classes, and variables, and can be imported into other modules.
Modules are created by saving Python code in a .py file.
You can import a module using the 'import' statement, e.g., 'import math'.
To import specific functions or variables, use 'from module import function', e.g., 'from math import sqrt'.
Modules can also be imported with an alias...
Top trending discussions
I appeared for an interview before Aug 2016.
For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.
For loop is used when the number of iterations is known beforehand.
For each loop is used when the number of iterations is not known beforehand.
For loop can be used with any iterable object.
For each loop can only be used with arrays and other iterable objects.
For loop uses an index variable to access...
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
posted on 24 Jun 2025
I have over three years of experience in software development, focusing on web applications and backend systems.
Developed a full-stack web application using React and Node.js for a local business, improving their online sales by 30%.
Worked on a team project to create a RESTful API for a mobile application, enhancing data retrieval speed by optimizing database queries.
Participated in code reviews and collaborated with c...
I left my previous company to seek new challenges and opportunities for growth in a more innovative environment.
Desire for professional growth: I wanted to expand my skill set and take on more complex projects.
Company culture: I was looking for a workplace that fosters collaboration and creativity.
Career advancement: I aimed for a role with more responsibilities and leadership opportunities.
Work-life balance: I sought ...
posted on 24 May 2025
I appeared for an interview before May 2024, where I was asked the following questions.
I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.
Education: Bachelor's degree in Computer Science from XYZ University.
Experience: 3 years of experience in developing web applications using React and Node.js.
Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.
Skills: Proficient in JavaScript, Python, and SQL...
.NET is a software development framework by Microsoft for building applications across various platforms using multiple languages.
.NET Framework: The original version for Windows applications, supporting languages like C# and VB.NET.
.NET Core: A cross-platform, open-source version of .NET for building applications on Windows, macOS, and Linux.
.NET 5 and later: Unifies .NET Framework and .NET Core into a single platform...
posted on 1 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Number series in aptitude involves identifying the pattern in a sequence of numbers and predicting the next number.
Look for patterns such as arithmetic progression, geometric progression, or a combination of both.
Check for alternate numbers, differences between consecutive numbers, or multiplication factors.
Consider prime numbers, squares, cubes, or other mathematical operations applied to the series.
Example: 2, 4, 6, ...
Relationships in verbal communication are crucial for effective collaboration and understanding.
Verbal communication involves both verbal and non-verbal cues
Active listening is key to building strong relationships in verbal communication
Clarity and conciseness in speech can enhance relationships
Empathy and understanding of others' perspectives are important in verbal relationships
The four branches of OOP are encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability for objects of different classes to respond to the same method call.
Abstraction: Hiding the complex implementation details and showing only ...
Structures in C are user-defined data types that allow grouping of variables of different data types under a single name.
Structures are used to represent a record which consists of different data types.
They are defined using the 'struct' keyword.
Each variable in a structure is called a member.
Structures can be nested within other structures.
Example: struct employee { int emp_id; char emp_name[50]; float emp_salary; };
E...
I appeared for an interview in Feb 2025.
They asked one coding question that is for star pattern question
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
I have given the coding test in python language. Out of 5 questions, we have to attain a minimum of 3 questions.
I appeared for an interview in Apr 2025, where I was asked the following questions.
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant