Filter interviews by
I applied via campus placement at Birla Institute of Technology, Kolkata and was interviewed before May 2021. There were 3 interview rounds.
Cloud Computing
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 13 Oct 2022
I applied via Walk-in
Requirement of employee from IT. Sector.
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
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
40 MCQ's, 2 Coding question
Dijkstra's Algorithm is a graph search algorithm that finds the shortest path between nodes in a graph.
Dijkstra's Algorithm is used to find the shortest path from a starting node to all other nodes in a weighted graph.
It works by maintaining a set of nodes whose shortest distance from the starting node is known.
The algorithm iteratively selects the node with the smallest distance and updates the distances of its neighb...
posted on 22 Sep 2022
I applied via LinkedIn and was interviewed in Aug 2022. There were 3 interview rounds.
There were 3 coding questions rating fron easy to medium.
DSA, Behavioural, os, some networks basics
I was interviewed before May 2023.
1) was asked to write program to fetch certain strings in a given device output
2) basic questions on networking based on the resume
posted on 7 Oct 2023
I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.
Leetcode medium related to linkedlists, graph and arrays
The best time to buy and sell stocks is when the price is low and high respectively, maximizing profit.
Buy when the stock price is low and sell when it is high to maximize profit
Consider factors like market trends, company performance, and economic indicators
Use technical analysis tools like moving averages, RSI, and MACD to make informed decisions
Implement a replace function for the String class.
Create a new string variable to store the result
Iterate through the original string and check for the substring to be replaced
Replace the substring with the new substring in the result string
Use a round-robin tournament scheduling algorithm with a matrix data structure.
Create a matrix where rows represent teams and columns represent opponents.
Fill in the matrix such that each team plays every other team exactly once.
Use the round-robin tournament scheduling algorithm to generate the match schedule.
Ensure that each team plays with every other team by checking the matrix for any missing matches.
Software Engineer
213
salaries
| ₹16.1 L/yr - ₹60 L/yr |
Software Developer
27
salaries
| ₹14.9 L/yr - ₹45 L/yr |
Softwaretest Engineer
26
salaries
| ₹11.4 L/yr - ₹43.4 L/yr |
Technical Solutions Engineer
13
salaries
| ₹8 L/yr - ₹22 L/yr |
Senior Software Engineer
12
salaries
| ₹15.5 L/yr - ₹56.6 L/yr |
Cisco
Juniper Networks
Hewlett Packard Enterprise
Extreme Networks