Filter interviews by
I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Feb 2023. There were 3 interview rounds.
Online Basic aptitude questions test.
A class representing a car with properties and methods.
Create a class named Car
Add properties like make, model, year, color
Include methods like start(), stop(), accelerate(speed), brake()
Example: class Car { constructor(make, model, year, color) { this.make = make; this.model = model; this.year = year; this.color = color; } start() { console.log('Car started'); } stop() { console.log('Car stopped'); } accelerate(speed)...
Top trending discussions
posted on 20 Jan 2025
I applied via campus placement at Sri Indu College of Engineering & Technology, Hyderabad and was interviewed in Dec 2024. There were 4 interview rounds.
Arithmetic, verbal, and verbal skills.
Please write a code for generating the Fibonacci sequence.
posted on 5 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
- Convert a given input of keys-values to value-keys using Python
I was interviewed in Aug 2024.
Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.
Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.
Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...
To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.
Follow secure coding practices such as input validation, output encoding, and parameterized queries.
Conduct regular security audits to identify and address vulnerabilities in the code.
Use encryption to protect sensitive data in transit and at rest.
Stay updated on security t...
posted on 16 Dec 2024
It was a Basic Aptitude Test
We were asked to do Sorting, SQL queries (join)
I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies such as Java, JavaScript, and SQL
posted on 28 Jul 2024
Bit operations in C language involve manipulating individual bits within a data structure.
Bitwise AND (&) - sets a bit to 1 only if both input bits are 1
Bitwise OR (|) - sets a bit to 1 if either input bit is 1
Bitwise XOR (^) - sets a bit to 1 if the input bits are different
Bitwise NOT (~) - inverts all bits in a number
Left shift (<<) - shifts bits to the left by a specified number of positions
Right shift (>>) - shifts
posted on 11 Jul 2022
I applied via Campus Placement
posted on 30 Apr 2024
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.
There was coding test
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.
Divide the input array into two halves
Recursively sort each half
Merge the sorted halves back together
based on 1 interview
Interview experience
based on 16 reviews
Rating in categories
Software Engineer
122
salaries
| ₹5.2 L/yr - ₹14.2 L/yr |
Senior Software Engineer
113
salaries
| ₹6.5 L/yr - ₹18.6 L/yr |
System Analyst
54
salaries
| ₹10 L/yr - ₹22 L/yr |
Lead Software Engineer
20
salaries
| ₹15 L/yr - ₹24.5 L/yr |
Senior System Analyst
20
salaries
| ₹13 L/yr - ₹24 L/yr |
TCS
Infosys
Wipro
HCLTech