i
rtCamp Solutions
Filter interviews by
Clear (1)
I applied via Campus Placement
Git is a version control system used for tracking changes in code. GitHub is a platform for hosting code repositories and collaborating with others.
Git is a distributed version control system that allows multiple developers to work on the same codebase without conflicts.
GitHub is a web-based platform that provides hosting for Git repositories, along with additional features like issue tracking, pull requests, and proje...
Salting, hashing, and rainbow tables are techniques used in cryptography to secure passwords.
Salting involves adding a random string of characters to a password before hashing to prevent attacks like rainbow tables.
Hashing is the process of converting a password into a fixed-length string of characters using a cryptographic hash function.
Rainbow tables are precomputed tables used to crack hashed passwords by matching a
I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.
Git is a version control system used for tracking changes in source code, while GitHub is a platform for hosting Git repositories and collaborating on projects.
Git is a distributed version control system that allows multiple developers to work on the same project simultaneously.
GitHub is a web-based platform that provides hosting for Git repositories and additional collaboration features like issue tracking and pull re...
Yes, git can be used without GitHub and vice versa.
Git is a version control system that can be used locally on a computer without the need for a remote repository like GitHub.
GitHub is a platform that hosts Git repositories and provides additional collaboration features, but Git can be used independently.
Git can be used with other remote repository hosting services like Bitbucket or GitLab.
GitHub can also be used with ...
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
I am a recent graduate with a degree in Computer Science, passionate about coding and eager to learn and grow in the software engineering field.
Recent graduate with a degree in Computer Science
Passionate about coding and technology
Eager to learn and grow in the software engineering field
Git is a version control system used for tracking changes in code, while GitHub is a platform for hosting Git repositories and collaborating on code.
Git is a distributed version control system that allows multiple developers to work on the same codebase.
GitHub is a web-based platform that provides hosting for Git repositories and additional collaboration features like issue tracking and pull requests.
Git is used for tr...
Top trending discussions
I applied via Google and was interviewed in Mar 2021. There was 1 interview round.
posted on 2 Feb 2022
There was online aptitude test
There was pattern design coding
posted on 26 Apr 2022
posted on 17 Feb 2022
I applied via LinkedIn and was interviewed in Aug 2021. There were 2 interview rounds.
posted on 29 Nov 2022
Pattern program
Multithreading program
And overriding program
posted on 13 Jan 2023
I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.
posted on 12 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
A class is a blueprint for creating objects, while an object is an instance of a class. Private, protected, public, and default are access modifiers in object-oriented programming.
A class is a template or blueprint that defines the properties and behaviors of objects.
An object is an instance of a class, created using the class blueprint.
Private access modifier restricts access to class members within the same class.
Pro...
An object is a self-contained entity that consists of both data and behavior.
Objects are instances of classes in object-oriented programming.
They encapsulate data and provide methods to manipulate that data.
Objects can interact with each other through method calls and message passing.
Examples of objects include a car, a person, or a bank account.
Public is a keyword in programming languages that denotes the accessibility of a class, method, or variable.
Public is one of the access modifiers in object-oriented programming.
It allows the class, method, or variable to be accessed from any other class or package.
Public members are part of the public API of a software component.
Example: public class MyClass { ... }
Example: public void myMethod() { ... }
Example: public
In programming, private is an access modifier that restricts the visibility of a class member to within its own class.
Private is used to encapsulate data and prevent direct access from outside the class.
Private members can only be accessed through public methods or properties.
Private variables are often used to store internal state or implementation details.
Private methods are used for internal logic and are not meant
protected is an access modifier in object-oriented programming that restricts access to members within the same package or subclasses.
protected is one of the four access modifiers in Java, along with public, private, and default.
Members declared as protected can be accessed within the same package or by subclasses.
Protected members are not accessible outside the package unless accessed through inheritance.
Example: prot...
based on 3 interviews
Interview experience
Web Engineer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
PHP Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Cyber Infrastructure
TCS
Infosys
HCLTech