Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
Apritude was quite moderate. Box test
Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details an...
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable parts.
It helps in reducing data redundancy by storing data in a structured way.
Normalization ensures data integrity by avoiding anomalies like insertion, update, and deletion anomalies.
There are different levels of normalization such as 1NF...
Top trending discussions
I applied via Referral and was interviewed before Feb 2021. There was 1 interview round.
A leap year occurs every 4 years, except for years divisible by 100 unless they are also divisible by 400.
A year is a leap year if it is divisible by 4.
Years divisible by 100 are not leap years unless they are also divisible by 400.
Examples: 2000 and 2400 are leap years; 1900 and 2100 are not.
I applied via Company Website and was interviewed before Jan 2022. There were 5 interview rounds.
Common aptitude question (time and distance, clock and calendar, numerical ability and reasoning)
Question related to dynamic programming, sorting and matrix manipulation
I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.
Use Floyd's Cycle Detection Algorithm to detect loop in linked list.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move slow pointer by one step and fast pointer by two steps in each iteration.
If there is a loop, the slow and fast pointers will meet at some point.
To find the start of the loop, reset one pointer to the head and move both pointers at the same pace until they meet aga...
Storage class specifiers in C language define the scope and lifetime of variables.
Storage class specifiers include auto, register, static, and extern.
Auto variables are stored in the stack and have local scope.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be accessed in another file.
Header files in C language are used to declare functions, variables, and constants that are defined in other source files.
Header files are included at the beginning of a C program using the #include directive.
They help in organizing code by separating declarations from the actual implementation.
Common header files in C include
Header files can also be created by the user to declare c...
I applied via Campus Placement and was interviewed before Sep 2023. There were 4 interview rounds.
Multiple choice question based on data structure, DBMS, os, 2 coding question.
Recursion is a method where a function calls itself to solve smaller instances of a problem.
Recursion breaks a problem into smaller subproblems.
Base case is essential to stop recursion; e.g., factorial(0) = 1.
Example: Fibonacci sequence can be defined recursively: fib(n) = fib(n-1) + fib(n-2).
Recursive functions can lead to elegant solutions but may consume more memory.
Tail recursion can optimize performance by reusing...
Java and C++ are both object-oriented programming languages, but Java is platform-independent while C++ is platform-dependent.
Java is platform-independent, meaning it can run on any platform with the help of JVM (Java Virtual Machine)
C++ is platform-dependent, as it needs to be compiled separately for each platform
Java has automatic garbage collection, while in C++ memory management is manual
Java does not support point...
I am a dedicated Software Test Engineer with a passion for ensuring quality in software products.
Experienced in creating test plans and test cases
Proficient in automated testing tools such as Selenium
Skilled in identifying and documenting software defects
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
I appeared for an interview in Apr 2023.
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
1 hour time and java ,manual ,automation topic
posted on 1 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Tell about AC industry
Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.
Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.
Use two pointers approach to swap elements in-place.
Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']
AWS services are cloud computing services provided by Amazon Web Services.
Compute services (e.g. EC2, Lambda)
Storage services (e.g. S3, EBS)
Database services (e.g. RDS, DynamoDB)
Networking services (e.g. VPC, Route 53)
Machine learning services (e.g. SageMaker)
Analytics services (e.g. Redshift, Athena)
DynamoDB is a fully managed NoSQL database service provided by AWS.
Fully managed NoSQL database service
Scalable and high-performance
Supports key-value and document data models
Automatically replicates data across multiple Availability Zones for high availability
I am very good at handling stress situations, remaining calm and focused under pressure.
I have experience working on high-pressure projects with tight deadlines.
I am able to prioritize tasks effectively and stay organized during stressful situations.
I have developed strong problem-solving skills that help me navigate stressful scenarios.
I am able to communicate effectively with team members and stakeholders to manage s...
Daikin may elaborate on a topic to provide more detailed information or explanation.
To provide a better understanding of a complex concept or product
To address potential questions or concerns from customers
To showcase the company's expertise and knowledge in the industry
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
Assistant Manager
1.8k
salaries
| ₹5.5 L/yr - ₹11.4 L/yr |
Deputy Manager
817
salaries
| ₹8.5 L/yr - ₹15 L/yr |
Manager
360
salaries
| ₹11.8 L/yr - ₹20.7 L/yr |
Associate Manager
230
salaries
| ₹10.2 L/yr - ₹18 L/yr |
Senior Executive
219
salaries
| ₹4.1 L/yr - ₹9 L/yr |
vivo
OPPO
Dell
LG Electronics