Filter interviews by
I was interviewed in Oct 2020.
Round duration - 60 minutes
Round difficulty - Medium
There were 25 mcqs and 1 coding question. OS, aptitude, C and C++ concepts were the main focus.
You are given a positive integer 'N'. Your objective is to determine the number of ways to express 'N' as the sum of two or more consecutive natural numbers.
...Approach:
In this brute force approach,. We will iterate from 1 to ‘N’ using the iterator i and will check if there is a possible sequence of consecutive positive integers such that their sum is ‘N’, and the ending integer of the consecutive sequence is 'i'. The checking will be done as follows:
Round duration - 60 minutes
Round difficulty - Medium
It was of 60 minutes,
Questions asked were
1. Swap without temp variable
2. A problem question in which I was asked to find the ball with odd weight out of the remaining in the least number of attempts and write an algorithm for it.
3. Code to insert in the middle of circular linked list, code to find middle element of a singly linked list with knowing the number of elements in it.
4. Socket programming
5. Operating system concepts
6. Types of joins in DBMS
7. A DBMS query
8. Print in C without a semi colon
9. If I have any questions in the end.
Your task is to interchange the values of two numbers given as variables 'X' and 'Y' without using a temporary variable or any additional variable.
Y...
Tip 1 : Brush up your operating systems concept
Tip 2 : study Computer Architecture
Tip 3 : Emphasise more on theoretical concepts rather than coding concepts, Nvidia is a hardware company and deals with kernel level drivers mostly.
Tip 1 : Put C and C++ as yours skills if you have it
Tip 2 : Do not lie about your skills , be specific
Top trending discussions
I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.
It was a 2 hour test with medium level questions
posted on 21 Jun 2024
BFS tree traversal visits nodes level by level starting from the root.
Start at the root node and visit its children before moving on to the next level.
Use a queue data structure to keep track of nodes to visit next.
BFS is often used to find the shortest path in unweighted graphs.
posted on 24 Dec 2022
I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Jun 2022. There were 4 interview rounds.
There were 2 DSA medium level questions
Basic java mcq, Java Hibernate Spring MVC framework questions
Coding test was comprising of mcq based questions on db, oops, c++ and java
posted on 20 Sep 2022
Incremental load is a process of updating a data warehouse or database by adding only the new or modified data.
Incremental load is used to minimize the amount of data that needs to be processed and loaded.
It involves identifying the changes in the source data and applying those changes to the target system.
Common techniques for incremental load include using timestamps, change data capture, or comparing checksums.
For e...
Keep and join are both used in programming, but they have different meanings and purposes.
Keep is a method used to filter elements from a collection based on a condition.
Join is used to combine elements from two or more collections based on a common attribute.
Keep returns a new collection with only the elements that satisfy the condition.
Join combines elements from multiple collections into a single collection.
Keep is ...
A synthetic key is a composite key created when two or more tables have multiple common fields.
Synthetic keys occur when there is a many-to-many relationship between tables.
They can be removed by resolving the underlying data model issues.
One way to remove synthetic keys is by creating a bridge table to represent the many-to-many relationship.
Another approach is to concatenate the common fields to create a unique key.
S...
I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed before Nov 2023. There were 2 interview rounds.
Coding test on hackerrank
posted on 13 Feb 2024
I applied via Walk-in and was interviewed before Feb 2023. There were 4 interview rounds.
45 mins, 3 coding questions in any language about Data structures
Technical questions, over an hour
posted on 4 Nov 2021
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
We are using Java 11 and Spring Boot 2.4.3 in our current project.
Java 11 provides better performance and security features compared to previous versions.
Spring Boot 2.4.3 offers improved support for Kotlin and GraalVM.
We are also using Spring Data JPA for database access and Spring Security for authentication and authorization.
Singleton Design Pattern ensures only one instance of a class exists. No, we cannot create a clone of an object from singleton class.
Singleton pattern restricts the instantiation of a class to one object.
It is used when only one object is required to coordinate actions across the system.
The instance is created only when it is requested for the first time.
The constructor of the singleton class is private.
Clone method is
Joins in SQL are used to combine data from two or more tables based on a related column.
Joins are used to retrieve data from multiple tables in a single query
Types of joins include inner join, left join, right join, and full outer join
Join conditions are specified using the ON keyword and can include multiple conditions
Aliases can be used to simplify the syntax of join queries
Triggers are database objects that automatically execute in response to certain events. Stored procedures are precompiled SQL statements.
Triggers are used to enforce business rules or to audit changes to data.
Stored procedures are used to encapsulate frequently used SQL statements for reuse and to improve performance.
Triggers can be used to update related tables when a record is inserted, updated, or deleted.
Stored pro...
Program to reverse sort keys in HashMap
Create a List from the keySet() of the HashMap
Sort the List in reverse order using Collections.sort()
Iterate through the sorted List and add the keys to a new LinkedHashMap
Return the LinkedHashMap
Maven is a build automation tool used primarily for Java projects. It manages dependencies and builds the project.
Maven is based on the concept of POM (Project Object Model) which describes the project dependencies, build process, and other configurations.
Maven has different cycles such as validate, compile, test, package, verify, install, and deploy.
The validate cycle checks if the project is correct and all necessary...
Springboot annotations are used to simplify the development process and provide additional functionality.
Annotations like @RestController and @RequestMapping are used to create RESTful web services.
@Autowired is used for dependency injection.
@Transactional is used to manage transactions.
@Component is used to mark a class as a Spring component.
@Value is used to inject values from properties files or environment variable...
based on 1 review
Rating in categories
Processing Executive
1.1k
salaries
| ₹2 L/yr - ₹4 L/yr |
Quality Analyst
143
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Software Engineer
139
salaries
| ₹8.4 L/yr - ₹34.5 L/yr |
Data Analyst
121
salaries
| ₹1.9 L/yr - ₹5.6 L/yr |
Senior Software Engineer
98
salaries
| ₹16.4 L/yr - ₹51.5 L/yr |
Qualcomm
Intel
Advanced Micro Devices
Micron Technology