Filter interviews by
I applied via Referral and was interviewed in Aug 2020. There were 4 interview rounds.
Top trending discussions
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Check if a string is Palindrome or not.
Create a function to compare the original string with its reverse
Ignore spaces and punctuation when checking for palindrome
Examples: 'racecar' is a palindrome, 'hello' is not
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
posted on 12 Dec 2024
Use the equals() method in Java to compare two strings for equality.
Use the equals() method to compare two strings for equality.
Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
posted on 7 Aug 2024
Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.
Ansible control machine: where playbooks are written and executed
Managed nodes: machines that are being managed by Ansible
Inventory: list of managed nodes
Playbooks: automation scripts written in YAML format
Modules: reusable units of code that perform specific tasks on managed nodes
Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.
Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.
Cmd is used to provide default arguments for the entry point command.
Example: CMD ["python", "app.py"] - specifies the default command to run the ...
To stop a container, use the 'docker stop' command followed by the container ID or name.
Use 'docker ps' command to list all running containers
Identify the container ID or name of the container you want to stop
Run 'docker stop
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses hashing to store and retrieve key-value pairs
It uses an array of linked lists to handle collisions
The key's hash code is used to determine the index in the array where the key-value pair is stored
HashMap allows one null key and multiple null values
Example: HashMap<String, Integer> map = new
String builder is not synchronized, faster but not thread-safe. String buffer is synchronized, slower but thread-safe.
String builder is faster due to lack of synchronization, suitable for single-threaded environments.
String buffer is slower due to synchronization, suitable for multi-threaded environments.
Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();
I am passionate about developing innovative applications and believe in the mission of your company.
Excited about the opportunity to work on cutting-edge technologies
Aligned with the company's values and goals
Seeking a challenging and dynamic work environment
Impressed by the company's reputation and success stories
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
Software Engineer
5
salaries
| ₹9.2 L/yr - ₹17 L/yr |
Collection Specialist
3
salaries
| ₹4.6 L/yr - ₹4.8 L/yr |
Accenture
Wipro
Cognizant
Capgemini