i
UST
Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.
Quantitative, Reasoning,Verbal
One coding question
You can attempt it in any language
I chose python
I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.
Mental ability, English, Programming
posted on 5 Feb 2024
I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Aug 2023. There were 4 interview rounds.
It wa easy , there were 20 mcq and 2 coding question .
I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.
posted on 19 Feb 2023
I was interviewed before Feb 2022.
First of all, I passed e-litmus test for Jr. Developer. Got questions from CAT book. You can also prepare from YouTube.
I am a Junior Software Developer with a passion for coding and problem-solving.
Proficient in programming languages such as Java, C++, and Python
Experience with web development using HTML, CSS, and JavaScript
Familiarity with database management systems like MySQL
Strong analytical and problem-solving skills
Ability to work well in a team and communicate effectively
Prepare from CAT book. You can also use YouTube and other books for aptitude.
Find a pair of integers in an array with the maximum product.
Iterate through the array and keep track of the maximum and second maximum values.
Consider negative numbers and zero.
Time complexity: O(n)
posted on 23 May 2020
I applied via Walk-in and was interviewed before May 2019. There were 4 interview rounds.
posted on 8 Oct 2024
I was interviewed in Apr 2024.
Use Set to remove duplicates from array of strings in JavaScript.
Create a Set from the array to automatically remove duplicates.
Convert the Set back to an array to get the unique values.
Example: const array = ['apple', 'banana', 'apple']; const uniqueArray = [...new Set(array)];
posted on 7 Oct 2024
Own Topic is given to me and I took the topic as " Cultural Event in my College"
posted on 7 Mar 2024
I applied via Campus Placement
Basic questions on technical topics of computer science
Use two pointers, one moving twice as fast as the other, to find the middle of a linked list.
Initialize two pointers, slow and fast, at the head of the linked list
Move slow pointer by one node and fast pointer by two nodes until fast pointer reaches the end
The node pointed to by slow pointer will be the middle of the linked list
Interview experience
Software Developer
2.1k
salaries
| ₹2.5 L/yr - ₹12.4 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹6.5 L/yr - ₹26 L/yr |
Software Engineer
1.3k
salaries
| ₹3.6 L/yr - ₹14.8 L/yr |
System Analyst
1.2k
salaries
| ₹6.5 L/yr - ₹22.6 L/yr |
Senior Software Developer
1.1k
salaries
| ₹5.5 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech