Filter interviews by
A bug is an error or flaw in a computer program that causes it to malfunction or produce unexpected results.
Bugs can cause crashes, freezes, or data loss.
They can also lead to security vulnerabilities.
Examples of bugs include syntax errors, logic errors, and race conditions.
Debugging is the process of finding and fixing bugs.
Preventing bugs requires careful testing and code review.
A bug is a flaw or error in a computer program that causes it to behave unexpectedly or crash.
Bugs can cause software to malfunction or crash
They can be caused by coding errors, hardware issues, or external factors
Debugging is the process of identifying and fixing bugs
Examples of bugs include syntax errors, logic errors, and race conditions
The main part of hacking is gaining unauthorized access to a system or network.
Hacking involves exploiting vulnerabilities in software or hardware
It can be used for malicious purposes such as stealing data or disrupting services
Ethical hacking is a legitimate practice used to identify and fix security weaknesses
Examples of hacking techniques include phishing, SQL injection, and social engineering
Top trending discussions
posted on 12 Jun 2021
I appeared for an interview in Aug 2017.
Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Find pairs of integers in a BST whose sum is equal to a given number.
Traverse the BST and store the values in a hash set.
For each node, check if (X - node.value) exists in the hash set.
If yes, add the pair (node.value, X - node.value) to the result.
Continue traversal until all nodes are processed.
Merge overlapping time intervals into mutually exclusive intervals.
Sort the intervals based on their start time.
Iterate through the intervals and merge overlapping intervals.
Output the mutually exclusive intervals.
Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]
Different types of hashing and alternative for Linear Chaining
Different types of hashing include division, multiplication, and universal hashing
Alternative for Linear Chaining is Open Addressing
Open Addressing includes Linear Probing, Quadratic Probing, and Double Hashing
An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.
AVL tree is a binary search tree with additional balance factor for each node.
The balance factor is the difference between the heights of the left and right subtrees.
Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.
Rotations are performed ...
Find the minimum number of squares whose sum equals to a given number n.
Use dynamic programming to solve the problem efficiently.
Start with finding the square root of n and check if it is a perfect square.
If not, then try to find the minimum number of squares required for the remaining number.
Repeat the process until the remaining number becomes 0.
Return the minimum number of squares required for the given number n.
Insertion sort for a singly linked list.
Traverse the list and compare each node with the previous nodes
If the current node is smaller, swap it with the previous node
Repeat until the end of the list is reached
Time complexity is O(n^2)
I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.
Interfaces define a contract for classes to implement certain methods and properties.
Interfaces allow for polymorphism and loose coupling.
Classes can implement multiple interfaces.
Interfaces cannot be instantiated on their own.
Interfaces can have default method implementations.
Interfaces can be used to enforce design patterns like the adapter pattern.
I appeared for an interview before Sep 2020.
Round duration - 120 Minutes
Round difficulty - Easy
The round was conducted in day around 3PM.
Given an array ARR
consisting of 'N' positive integers, determine if it is possible to partition the array into two subsets such that the sum of the elements in both sub...
The problem is to determine if it is possible to partition an array into two subsets with equal sum.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the results of subproblems.
Check if the sum of the array is even before attempting to partition it.
Iterate through the array and update the 2D array based on the sum of subsets.
Return true if a subset with half the sum is found, false ot
Round duration - 30 Minutes
Round difficulty - Easy
The interview was preponed and was conducted at 9AM.
The interviewer was friendly and I had saw him earlier at pre-placement talk.
Given a string STR
, your task is to remove spaces from STR
and convert it to Pascal case format. The function should return the modified STR
.
In Pascal case, words are con...
Convert a given string to Pascal case format by removing spaces and capitalizing the first letter of each word.
Iterate through each character in the string
If the character is a space, skip it
If the character is not a space and the previous character is a space or it is the first character, capitalize it
SQL query to retrieve the Nth highest salary from a database
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to retrieve the Nth highest salary
Consider handling cases where there might be ties for the Nth highest salary
Round duration - 30 Minutes
Round difficulty - Easy
This round was conducted 15mins after 1st round.
You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...
Remove the Kth node from the end of a singly linked list.
Traverse the list to find the length 'N'.
Calculate the position of the node to be removed from the beginning as 'N - K + 1'.
Remove the node at the calculated position.
Handle edge cases like removing the head or tail of the list.
Update the pointers accordingly after removal.
Tip 1 : Do Competitive Coding
Tip 2 : Learn at least 1 framework
Tip 3 : Build interest in computers
Tip 1 : Be well informed of everything you mention in your resume
Tip 2 : Mention competitive coding achivements in your resume(if any)
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
Main challenges faced in GCP implementation
Data migration and integration with existing systems
Ensuring security and compliance with regulations
Optimizing costs and managing resources effectively
Training and upskilling employees to use GCP effectively
Choosing the right services and configurations for specific use cases
Best practices for BigQuery include optimizing queries, managing costs, and securing data.
Optimize queries by using partitioning, clustering, and caching
Manage costs by using cost controls, monitoring usage, and optimizing storage
Secure data by using IAM roles, encryption, and audit logs
I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.
based on 1 review
Rating in categories
Web Solutions Specialist
86
salaries
| ₹3 L/yr - ₹4.5 L/yr |
Software Engineer
34
salaries
| ₹10 L/yr - ₹21.6 L/yr |
Software Developer
22
salaries
| ₹12 L/yr - ₹20.2 L/yr |
Senior Data Engineer
21
salaries
| ₹22 L/yr - ₹25 L/yr |
Operations Engineer
20
salaries
| ₹8 L/yr - ₹15 L/yr |
Accenture
Capgemini
Teleperformance
Concentrix Corporation