i
Filter interviews by
Function to reverse a given string.
Create an empty string to store the reversed string.
Iterate through the input string in reverse order and append each character to the new string.
Return the reversed string.
Top trending discussions
I appeared for an interview in Nov 2024, where I was asked the following questions.
OOP principles include encapsulation, inheritance, polymorphism, and abstraction, promoting modular and reusable code.
Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.
Inheritance: Mechanism to create a new class from an existing class, inheriting its properties and methods. Example: 'Electr...
Sorting algorithms arrange data in a specific order, commonly ascending or descending, using various methods and efficiencies.
1. Bubble Sort: Repeatedly swaps adjacent elements if they are in the wrong order. Example: [5, 3, 8] becomes [3, 5, 8].
2. Selection Sort: Divides the array into sorted and unsorted parts, repeatedly selecting the smallest element from the unsorted part. Example: [64, 25, 12] becomes [12, 25, 64...
It was 1.30 min online coding test through a portal, which was mostly option type questions and one coding question
Solve a LeetCode-style problem by breaking it down into manageable steps and providing clear examples.
Understand the problem statement clearly. For example, if asked to find the longest substring without repeating characters, clarify the input and output.
Identify edge cases. For instance, consider what happens with an empty string or a string with all unique characters.
Choose an appropriate algorithm. For the longest s...
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
HashMap uses hashing to store and retrieve key-value pairs efficiently.
Keys in a HashMap must be unique, but values can be duplicated.
HashMap allows for null keys and null values.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.
CORS (Cross-Origin Resource Sharing) is a security feature that allows or restricts access to resources from different domains.
CORS is used to prevent unauthorized access to resources from different domains
It is implemented by adding specific headers to HTTP responses
CORS can be configured to allow or restrict access based on the origin domain
Examples of CORS headers include Access-Control-Allow-Origin and Access-Contr...
I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.
Yes, I actively engage with new technologies daily through various resources and practices to stay updated in the software engineering field.
I read tech blogs and articles daily, such as Medium and Dev.to, to learn about the latest trends.
I follow influential tech leaders on Twitter and LinkedIn to gain insights into emerging technologies.
I participate in online courses on platforms like Coursera and Udemy to enhance m...
I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.
Basic aptitude and coding questions
I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.
Developed a web application for tracking inventory in real-time
Challenges faced included integrating with multiple APIs, handling large data sets, and ensuring data accuracy
Overcame challenges by breaking down tasks into smaller components, conducting thorough testing, and collaborating with team members
Learned the importance of communication, problem-solving, and attention to detail in software development
I applied via Recruitment Consultant and was interviewed in Apr 2020. There was 1 interview round.
based on 1 interview experience
Senior Software Engineer
1.2k
salaries
| ₹5.2 L/yr - ₹19.9 L/yr |
Module Lead
941
salaries
| ₹14.7 L/yr - ₹27.4 L/yr |
Technical Lead
909
salaries
| ₹17.2 L/yr - ₹30 L/yr |
Software Engineer
723
salaries
| ₹3 L/yr - ₹8.6 L/yr |
Senior Engineer
382
salaries
| ₹5 L/yr - ₹12 L/yr |
ITC Infotech
Cybage
ValueLabs
CitiusTech