Filter interviews by
I applied via Hirist and was interviewed in Nov 2023. There were 2 interview rounds.
It was on a third party platform,
Binary Search, Medium Leetcode.
And a simple DP question of intervals
Bitmasking with string involves using bitwise operations to manipulate individual bits in a string.
Use bitwise OR to set a specific bit in a string
Use bitwise AND to check if a specific bit is set in a string
Use bitwise XOR to toggle a specific bit in a string
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
To predict output for an interface program in C#
Understand the input parameters and expected output of the interface program
Analyze the logic and algorithms used in the program
Consider edge cases and potential errors in the program
Use debugging tools and test cases to validate the output prediction
C# program to reverse a string of text
Use the ToCharArray method to convert the string to a char array
Use a for loop to iterate through the array and reverse the characters
Use the String constructor to create a new string from the reversed char array
Using LINQ to manipulate string arrays in C#
Use LINQ methods like Where, Select, OrderBy, etc. to filter, transform, or sort string arrays
Example: string[] names = {"Alice", "Bob", "Charlie"}; var result = names.Where(name => name.Length > 4);
Example: string[] fruits = {"apple", "banana", "cherry"}; var sortedFruits = fruits.OrderBy(fruit => fruit);
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Configuring multiple datasources involves defining multiple connection properties and managing them in the application.
Define multiple datasource configurations in application.properties or application.yml file
Use @Primary annotation to specify the primary datasource
Use @Qualifier annotation to specify which datasource to inject in a specific component
Configure datasource beans in a configuration class
I was interviewed in May 2024.
Write some basic codes
ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
ASP.NET Core is open-source and developed by Microsoft.
It supports cross-platform development on Windows, macOS, and Linux.
It provides improved performance and scalability compared to previous versions of ASP.NET.
ASP.NET Core includes a modular and lightweight architecture.
It supports Docker co...
Oops implementation is a programming concept that allows for error handling and recovery.
Oops implementation involves using try-catch blocks to handle exceptions in code.
Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }
Oops implementation helps in making code more robust and reliable by handling unexpected errors gracefully.
posted on 16 Jan 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.
Amcat, SQL, spring boot
Java coding
Current CTC is confidential. Expected CTC is based on market standards and my experience.
Current CTC is confidential information as per company policy.
Expected CTC is based on market standards and my experience in the industry.
I am open to discussing compensation during the negotiation phase.
Collections in Oracle are data structures used to store and manipulate groups of data.
Collections can be nested tables, varrays, or associative arrays.
Nested tables are like one-dimensional arrays, varrays are like arrays with a maximum size, and associative arrays are like dictionaries.
Collections can be used to pass multiple values as a single parameter to a stored procedure or function.
Example: DECLARE TYPE emp_list...
TCS
Accenture
Wipro
Cognizant