Filter interviews by
I appeared for an interview before Mar 2024, where I was asked the following questions.
Find the smallest subset of numbers that sum up to a given target value.
Identify the target sum and the array of numbers.
Use a recursive or iterative approach to explore subsets.
Track the minimum subset size that meets the target sum.
Example: For array [1, 2, 3, 4] and target 5, the subset [2, 3] is valid.
Consider edge cases like empty arrays or negative numbers.
Top trending discussions
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.
JPA is used to map Java objects to relational database tables.
It provides a set of annotations to define the mapping between Java classes and database tables.
JPA also supports querying data using the Java Persistence Query Language (JPQL).
I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
Easy DSA questions and some questions on resume
I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.
A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.
A bit can represent two states: off (0) or on (1).
Bits are the building blocks of all digital data, including text, images, and sound.
In binary code, a sequence of bits can represent numbers, letters, and commands.
For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.
A bit is the smallest unit of digital information. It can have a value of either 0 or 1.
A bit is a binary digit, represented as either 0 or 1.
It is the basic unit of information used in computing and digital communications.
A group of 8 bits is called a byte.
The size of a bit is dependent on the architecture of the computer system.
C is a programming language and does not have a fixed number of bits.
C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.
The number of bits in C depends on the hardware architecture it is compiled for.
For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 2 interview rounds.
Web API is a framework for building HTTP services that can be accessed by various clients.
GET, PUT, POST, and DELETE are HTTP methods used to interact with Web APIs.
ASP.NET is a popular framework for building Web APIs.
Object-Oriented Programming (OOP) concepts are used in building Web APIs.
Examples of Web APIs include Twitter API, Google Maps API, and Facebook Graph API.
It was good communication test English grammer and email writing
I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I plan to pursue a Master's in Computer Science to deepen my knowledge and specialize in AI and machine learning.
I aim to enroll in a Master's program focusing on Artificial Intelligence.
I want to participate in research projects to contribute to advancements in machine learning.
I plan to attend workshops and conferences to network with industry professionals.
I am considering online courses to supplement my learning in...
based on 1 interview experience
Duration