Filter interviews by
A constructor is a special method that is used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can take parameters to initialize the object's properties.
If a class does not have a constructor, a default constructor is created.
Constructors can be overloaded to provide multiple ways to initialize an object.
Wrapper class is a class that wraps a primitive data type to provide additional functionality.
Wrapper classes are used to convert primitive data types into objects.
They provide methods to convert between primitive types and objects.
Wrapper classes are immutable.
Examples include Integer, Double, and Boolean.
C++ is a compiled language with pointers and memory management, while Java is an interpreted language with garbage collection.
C++ is faster than Java due to direct memory access.
Java is platform-independent, while C++ is platform-dependent.
C++ supports multiple inheritance, while Java only supports single inheritance.
Java has built-in support for multithreading, while C++ requires external libraries.
C++ allows for...
Java is a high-level, object-oriented programming language used for developing desktop, web, and mobile applications.
Java is platform-independent and can run on any operating system
It is known for its security features and is widely used in enterprise applications
Java code is compiled into bytecode which can be run on a Java Virtual Machine (JVM)
Popular frameworks and libraries in Java include Spring, Hibernate, a...
Java doesn't support multiple inheritance to avoid diamond problem and complexity.
Java supports single inheritance to promote simplicity and avoid ambiguity.
Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.
Java provides interfaces to achieve multiple inheritance of type without the diamond problem.
Example: class A and class B both have a method with ...
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects to be treated as instances of their own class or as instances of their parent class.
It enables the use of a single interface to represent multiple types of objects.
Examples include method overloading, method overriding, and interfaces in Java.
Polymorphism is a key concept in object-oriented programming.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class, and can also add new properties and metho...
Create a MySQL database and a 'registration' table with specified columns for user data storage.
Use the command: CREATE DATABASE registration_db; to create a new database.
Create the table with: CREATE TABLE registration (ID INT AUTO_INCREMENT PRIMARY KEY, Name VARCHAR(100), Address VARCHAR(255), DOB DATE, Phone VARCHAR(15), Email VARCHAR(100));
Ensure the ID column is set as PRIMARY KEY and AUTO_INCREMENT for uniqu...
Creating a PHP registration form with essential user fields for data collection and validation.
Use HTML to create the form structure with input fields for each required data point.
Implement PHP for server-side validation to ensure data integrity (e.g., check if email is valid).
Utilize prepared statements to prevent SQL injection when storing data in a database.
Include client-side validation using JavaScript for im...
I applied via Referral and was interviewed in Aug 2021. There were 5 interview rounds.
Java is a high-level, object-oriented programming language used for developing desktop, web, and mobile applications.
Java is platform-independent and can run on any operating system
It is known for its security features and is widely used in enterprise applications
Java code is compiled into bytecode which can be run on a Java Virtual Machine (JVM)
Popular frameworks and libraries in Java include Spring, Hibernate, and Ap...
Creating a PHP registration form with essential user fields for data collection and validation.
Use HTML to create the form structure with input fields for each required data point.
Implement PHP for server-side validation to ensure data integrity (e.g., check if email is valid).
Utilize prepared statements to prevent SQL injection when storing data in a database.
Include client-side validation using JavaScript for immedia...
Create a MySQL database and a 'registration' table with specified columns for user data storage.
Use the command: CREATE DATABASE registration_db; to create a new database.
Create the table with: CREATE TABLE registration (ID INT AUTO_INCREMENT PRIMARY KEY, Name VARCHAR(100), Address VARCHAR(255), DOB DATE, Phone VARCHAR(15), Email VARCHAR(100));
Ensure the ID column is set as PRIMARY KEY and AUTO_INCREMENT for unique ide...
C++ is a compiled language with pointers and memory management, while Java is an interpreted language with garbage collection.
C++ is faster than Java due to direct memory access.
Java is platform-independent, while C++ is platform-dependent.
C++ supports multiple inheritance, while Java only supports single inheritance.
Java has built-in support for multithreading, while C++ requires external libraries.
C++ allows for manu...
Wrapper class is a class that wraps a primitive data type to provide additional functionality.
Wrapper classes are used to convert primitive data types into objects.
They provide methods to convert between primitive types and objects.
Wrapper classes are immutable.
Examples include Integer, Double, and Boolean.
A constructor is a special method that is used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can take parameters to initialize the object's properties.
If a class does not have a constructor, a default constructor is created.
Constructors can be overloaded to provide multiple ways to initialize an object.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class, and can also add new properties and methods.
Fo...
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects to be treated as instances of their own class or as instances of their parent class.
It enables the use of a single interface to represent multiple types of objects.
Examples include method overloading, method overriding, and interfaces in Java.
Polymorphism is a key concept in object-oriented programming.
Java doesn't support multiple inheritance to avoid diamond problem and complexity.
Java supports single inheritance to promote simplicity and avoid ambiguity.
Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.
Java provides interfaces to achieve multiple inheritance of type without the diamond problem.
Example: class A and class B both have a method with the s...
Top trending discussions
I applied via Naukri.com
Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.
Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.
Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.
Diversity of Roles: Amazon offers a wide range of caree...
I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.
Opportunities for professional development, such as training programs and mentorship.
A collaborative work environment that encourages teamwork and idea sharing.
Access to cutting-edge technology and resources to drive innovation.
A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...
I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.
Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.
Workflow is a series of automated steps that can be used to streamline business processes.
Triggers are used to execute code before or after a record is inserted, updated, or deleted.
Reports are used to display data in a visual format, such as a table or chart.
Roles are used to define the hierarchy of ...
I appeared for an interview before Jul 2020.
Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.
Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)
It is also listed on the New York Stock Exchange (NYSE)
Infosys has a market capitalization of over $80 billion as of 2021
I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.
I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.
Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.
Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.
Interest in new technologies: I'm excited about working with cuttin...
I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.
I am a dedicated and hardworking individual with a passion for learning and growth.
I have a Bachelor's degree in Business Administration from XYZ University.
I have 3 years of experience working in marketing and sales roles.
I am proficient in Microsoft Office Suite and have strong communication skills.
I am a team player and enjoy collaborating with others to achieve common goals.
My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.
Aim to develop expertise in my field, such as becoming a certified project manager.
Seek leadership opportunities to guide and mentor junior team members.
Aspire to work on innovative projects that challenge my skills and creativity.
Desire to contribute to a company's mission, like improving customer sa...
TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.
TCS has a proven track record of delivering high-quality services to clients worldwide.
TCS offers a wide range of opportunities for career growth and development.
TCS values diversity and inclusion, creating a supportive work environment for employees.
TCS invests in cutting-edge technologies and training programs to kee...
I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
based on 1 interview experience
Software Engineer
3
salaries
| ₹1.8 L/yr - ₹7 L/yr |
Software Developer
3
salaries
| ₹1 L/yr - ₹2.4 L/yr |
TCS
Accenture
Wipro
Cognizant