i
TO THE NEW
Filter interviews by
Clear (1)
I was interviewed in Dec 2020.
Round duration - 60 minutes
Round difficulty - Medium
Timing: 1:00 PM
Environment: Online (Webcam + Mic on)
The interviewer was friendly, collaborative and to the point.
Given an array of integers ARR
with size N
, where exactly two elements appear only once and all others appear exactly twice, identify and return the two u...
Given an array where all elements appear twice except two, find and return the two unique elements.
Use XOR operation to find the XOR of all elements in the array, which will give the XOR of the two unique elements.
Find the rightmost set bit in the XOR result to divide the array into two groups based on that bit.
XOR each group separately to find the two unique elements.
Example: For input [2, 4, 6, 8, 4, 2], XOR result i...
Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.
The input is a single string without any leading or trailing...
Check if a given string is a palindrome considering only alphanumeric characters.
Remove non-alphanumeric characters from the input string.
Compare characters from start and end of the string to check for palindrome.
Return true if the string is a palindrome, false otherwise.
Given a string 'S' of words, the goal is to determine the frequency of each word in the string. Consider a word as a sequence of one or more non-space characters. The string can h...
The goal is to determine the frequency of each word in a given string.
Split the input string into individual words
Create a dictionary to store word frequencies
Iterate through the words and update the frequency count in the dictionary
Print each unique word and its frequency
Round duration - 40 minutes
Round difficulty - Easy
Timing (In Morning)
Environment (Same as Technical Interview)
Tip 1 : For DS and Algorithms, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews with your friends and keep noting down your drawbacks and work on them.
Tip 4 : Try writing and explaining code to yourself on Google Doc or WordPad etc. as you might not get to code on a IDE.
Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately
Top trending discussions
I was interviewed before Sep 2020.
Round duration - 140 minutes
Round difficulty - Medium
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering the remaining digits
Ensure the final sum array does not have any leading zeros
Round duration - 20 minutes
Round difficulty - Easy
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
Round duration - 8 minutes
Round difficulty - Easy
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Jan 2021. 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 in Mar 2020. There was 1 interview round.
To get the second to last element from a SQL table, use the OFFSET-FETCH clause.
Use the ORDER BY clause to sort the table in descending order.
Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;
I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.
Software Engineer
561
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
556
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Technical Leader
219
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Quality Engineer
175
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
157
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech