Filter interviews by
I have 10 years of experience as a Senior software Consultant.
Led a team of developers to successfully deliver a complex software project on time and within budget.
Implemented agile methodologies to improve efficiency and collaboration within the development team.
Provided technical guidance and mentorship to junior developers, resulting in their professional growth.
Collaborated with clients to understand their requirem...
I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.
They give a standard application to develop in mvvm or clean architecture, don't forget to write unit tests
Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
Flutter is an open-source framework developed by Google.
It uses the Dart programming language.
Flutter allows for hot reload, which enables developers to see changes instantly.
It provides a rich set of pre-built widgets for building user interfaces.
Flutter can be used to create apps for iOS, Android, w
Compose way of thinking involves breaking down complex problems into smaller, manageable parts and then combining them to create a solution.
Break down a problem into smaller components
Solve each component individually
Combine the solutions to create a complete solution
Example: Using functions to break down a complex task into smaller functions and then combining them to achieve the desired outcome
Lifecycle of view refers to the stages a view goes through from creation to destruction in an application.
Creation: View is initialized and loaded into memory.
Layout: View is positioned and sized on the screen.
Display: View is rendered and displayed to the user.
Interaction: User interacts with the view through input events.
Destruction: View is removed from memory when no longer needed.
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Curd operation with SQL connectivity
I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
Indexes are used to improve database performance. Clustered indexes determine the physical order of data, while non-clustered indexes do not.
Indexes are used to speed up data retrieval operations in a database.
Clustered indexes determine the physical order of data in a table, while non-clustered indexes do not.
A table can have only one clustered index, but multiple non-clustered indexes.
Clustered indexes are generally ...
Query to delete duplicate rows from a table
Use GROUP BY clause to group the rows by their unique values
Use HAVING clause to filter out the groups with count greater than 1
Use DELETE statement to delete the duplicate rows
Singleton pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.
Create a private constructor to restrict instantiation of the class
Create a private static instance of the class
Create a public static method to access the instance
Ensure thread safety if necessary
Examples: Database connection, Logger, Configuration settings
Handle exceptions in stored procedures by using TRY-CATCH blocks.
Use TRY-CATCH blocks to catch and handle exceptions
Log the error message and severity level
Rollback the transaction if necessary
Rethrow the error if it cannot be handled
Use RAISERROR to raise custom error messages
SOLID principles are a set of five design principles that help in creating maintainable and scalable software.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open-Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.
I - Interface Segregation Principle: C...
throw is used to throw an exception while throw exception is used to throw a specific exception.
throw is used to throw any type of exception while throw exception is used to throw a specific type of exception.
throw exception is followed by the type of exception that needs to be thrown.
throw can be used to throw any object while throw exception can only be used to throw an exception object.
Example: throw new Exception("
posted on 24 Nov 2021
I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.
Design SkipTracker() for Amazon Prime Music
SkipTracker() should keep track of skipped songs in Amazon Prime Music
It should maintain a list of skipped songs as an array of strings
The list should be updated whenever a song is skipped
SkipTracker() should provide methods to add, remove, and retrieve skipped songs
Design a multiplayer game similar to PUBG.
Create a large map with various terrains and buildings
Allow players to form teams and communicate with each other
Include a variety of weapons and equipment for players to find and use
Implement a shrinking play area to force players into closer combat
Include a ranking system to encourage competition and skill improvement
Find a missing number in an unsorted array with elements in the range [1,n].
Use a hash set to store the elements and check for missing numbers.
Calculate the sum of all elements and subtract it from the sum of the range [1,n].
Use XOR operation to find the missing number.
C is a programming language used for system programming, embedded systems, and game development.
C was developed by Dennis Ritchie at Bell Labs in 1972.
It is a compiled language, meaning that the code is translated into machine-readable instructions before execution.
C is known for its efficiency and low-level control over hardware, making it a popular choice for operating systems and device drivers.
C functions are defin...
Header files are used to declare functions, variables, and constants that are used in multiple source files.
Header files allow for modular programming and code reuse.
They help to avoid code duplication and reduce errors.
Examples of header files include stdio.h, math.h, and string.h.
Header files are included using the #include preprocessor directive.
A microprocessor is a small computer chip that performs arithmetic and logic operations.
Microprocessors are the heart of modern computers and electronic devices.
They are made up of millions of transistors that switch on and off to perform calculations.
Microprocessors fetch instructions from memory, decode them, and execute them.
Examples of microprocessors include Intel's Pentium and AMD's Ryzen processors.
Microprocesso...
Micro control is a type of control system that uses microprocessors to control various devices and processes.
Micro control systems are used in various applications such as home automation, industrial automation, and robotics.
They are designed to be compact and efficient, with low power consumption and high processing power.
Micro control systems can be programmed using various programming languages such as C, C++, and a...
Embedded systems are computer systems designed to perform specific tasks within a larger system.
Embedded systems are often used in devices such as medical equipment, automobiles, and home appliances.
They typically have limited processing power and memory compared to general-purpose computers.
They are designed to be reliable and efficient, often running on low-power processors.
Programming languages commonly used for emb...
A network is a group of interconnected devices that communicate with each other. There are three types of networks: LAN, WAN, and MAN.
A LAN (Local Area Network) is a network that covers a small area, like a home or office.
A WAN (Wide Area Network) is a network that covers a large area, like a city or country.
A MAN (Metropolitan Area Network) is a network that covers a larger area than a LAN but smaller than a WAN, like...
Modulation is the process of varying a signal's characteristics to transmit information.
Modulation is used in various communication systems to transmit information over a distance.
It involves varying one or more of the signal's properties such as amplitude, frequency, or phase.
Examples of modulation techniques include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).
Amplitude is the measure of the height of a wave from its resting position.
Amplitude is the maximum displacement of a wave from its equilibrium position.
It is measured in units of length, such as meters or feet.
In sound waves, amplitude determines the loudness of the sound.
In light waves, amplitude determines the brightness of the light.
Amplitude can be positive or negative, depending on the direction of the displaceme
Use is the purpose or function of something.
Use defines the intended purpose of a product or service.
It helps users understand how to utilize the product effectively.
Use can also refer to the act of employing something for a specific task.
For example, the use of a hammer is to drive nails into wood.
Amplification is the process of increasing the magnitude of a signal.
Amplification is commonly used in audio systems to increase the volume of sound.
It can also refer to the process of increasing the power of an electrical signal.
Amplification can be achieved through the use of amplifiers or other electronic devices.
In genetics, amplification refers to the process of making multiple copies of a specific DNA sequence.
Am...
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
OOPs stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.
OOPs focuses on encapsulation, inheritance, and polymorphism.
Encapsulation is the process of hiding data and methods within a class.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects to take on multiple forms or behaviors.
Examples of OOPs l
To find duplicate words from a string, we can split the string into words and use a hash table to keep track of the frequency of each word.
Split the string into words using a delimiter like space or punctuation.
Create a hash table to store the frequency of each word.
Iterate through each word and check if it already exists in the hash table.
If it does, increment the frequency count. If not, add it to the hash table with...
HashMap is not thread-safe while Concurrent HashMap is thread-safe.
HashMap allows multiple threads to access and modify the map simultaneously, which can lead to data inconsistency and race conditions.
Concurrent HashMap uses a different locking mechanism to allow multiple threads to access and modify the map concurrently without causing data inconsistency.
Concurrent HashMap is slower than HashMap due to the overhead of...
Unique key allows null values, primary key does not.
Primary key is a unique identifier for a record in a table.
Unique key allows null values, but primary key does not.
A table can have only one primary key, but multiple unique keys.
Primary key is automatically indexed, but unique key is not necessarily indexed.
Functions return a value while Stored Procedures do not.
Functions are used to perform a specific task and return a value to the caller.
Stored Procedures are used to execute a set of statements and do not return a value.
Functions can be used in SELECT, WHERE, and HAVING clauses while Stored Procedures cannot.
Functions can be called from Stored Procedures while Stored Procedures cannot be called from Functions.
One object will be created when string created using New keyword.
When a string is created using the New keyword, only one object is created.
This object is stored in the heap memory.
The string object created using the New keyword is mutable.
The string object created using the New keyword can be modified.
The string object created using the New keyword is slower than the string literal.
Notify, wait, NotifyAll methods are part of Object class for thread synchronization.
Object class is the root of all classes in Java.
These methods are used for inter-thread communication and synchronization.
Notify wakes up a single thread waiting on the object, while NotifyAll wakes up all threads.
Wait method causes the current thread to wait until another thread notifies it.
These methods are used in multi-threaded prog
Concurrent HashMap allows multiple threads to access and modify the map concurrently.
It uses a technique called lock striping to divide the map into segments and apply locks to each segment.
Each segment can be accessed and modified independently by different threads.
It uses a combination of volatile and CAS (Compare-And-Swap) operations to ensure thread-safety.
It provides better performance than synchronized HashMap in...
Bean scope in Spring refers to the lifecycle of a bean instance.
Singleton: Only one instance of the bean is created and shared across the application.
Prototype: A new instance of the bean is created every time it is requested.
Request: A new instance of the bean is created for every HTTP request.
Session: A new instance of the bean is created for every HTTP session.
Global session: A new instance of the bean is created fo...
Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.
Lambda expressions allow for functional programming and simplify code.
Streams provide a way to process collections of data in a functional way.
Functional interfaces enable the use of lambda expressions.
Default methods allow for adding methods to interfaces without breaking existing implementations.
Date and Time API p...
Static methods are class-level methods while default methods are instance-level methods in Java 8.
Static methods can be called without creating an instance of the class.
Default methods are used to provide a default implementation for an interface method.
A class can have multiple static methods with the same name but different parameters.
An interface can have multiple default methods with the same name but must have dif...
Query to find top 5 high salary employees from a table
Use SELECT statement to retrieve data from table
Use ORDER BY clause to sort the data in descending order of salary
Use LIMIT clause to limit the number of records to 5
based on 3 reviews
Rating in categories
Software Consultant
36
salaries
| ₹4.3 L/yr - ₹12 L/yr |
Solution Consultant
26
salaries
| ₹3 L/yr - ₹13.5 L/yr |
Software Engineer
22
salaries
| ₹6.5 L/yr - ₹14.2 L/yr |
Data Analyst
21
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Senior Software Consultant
21
salaries
| ₹12 L/yr - ₹18 L/yr |
TCS
Infosys
Wipro
HCLTech