Filter interviews by
3 questions
1. Check the given string is reversed?
input: "worldhello" output: "true"
2. Check the given string is permutation of palindrome?
3. Sort a stack using an empty stack
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 interview rounds.
var is function scoped, let and const are block scoped.
var can be redeclared and updated within its scope
let can be updated but not redeclared within its scope
const cannot be updated or redeclared once declared
let and const are not hoisted like var
const must be initialized during declaration
Program to check whether two strings are anagrams or not
Convert both strings to lowercase
Remove all whitespaces from both strings
Sort both strings alphabetically
Compare the sorted strings, if they are equal then they are anagrams
I applied via Campus Placement
Question related to operating system and computer network
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
1st round is aptitude and pesudocode
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
Basic aptitude test with technical and non technical question
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.
Overloading allows a class to have multiple methods with the same name but different parameters.
Overriding is when a subclass provides a specific implementation of a method that is already defined in its parent class.
Example o...
Server side session management involves storing user data on the server to maintain state. Types include in-process, out-of-process, and database.
In-process session state: Data stored in memory on the same server as the application.
Out-of-process session state: Data stored in a separate server or service, such as a state server or Redis cache.
Database session state: Data stored in a database, such as SQL Server or MySQ...
Debugging stored procedures involves using tools like SQL Server Management Studio, setting breakpoints, and analyzing query execution.
Use SQL Server Management Studio to debug stored procedures
Set breakpoints in the stored procedure code to pause execution at specific points
Analyze query execution using tools like SQL Profiler to identify issues
Use PRINT or SELECT statements to output intermediate results for debuggin...
Compile time binding occurs during compilation while runtime binding occurs during execution.
Compile time binding is also known as early binding, where the method to be called is determined at compile time based on the type of the object.
Runtime binding is also known as late binding, where the method to be called is determined at runtime based on the actual type of the object.
Compile time binding is faster as it is don...
Basic questions were given..bar graphs,pie charts
Senior Software Engineer
240
salaries
| ₹5.1 L/yr - ₹15.1 L/yr |
Senior Engineer
216
salaries
| ₹6 L/yr - ₹15.6 L/yr |
Lead Engineer
190
salaries
| ₹7.2 L/yr - ₹24 L/yr |
Software Engineer
157
salaries
| ₹3.8 L/yr - ₹14 L/yr |
Senior QA Engineer
73
salaries
| ₹5.5 L/yr - ₹12.5 L/yr |
TCS
Infosys
Wipro
HCLTech