Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2023. There were 2 interview rounds.
Top trending discussions
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
This test consists of two coding questions and some MCQ regarding computer fundamentals.
Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...
Find total distinct card types and common card types between two packs of cards.
Create a set to store distinct card types when combining both packs.
Iterate through each pack and add card types to the set.
Find the intersection of card types between the two packs to get common card types.
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through all possible allocations of books to students.
Calculate the maximum number of pages assigned to a student for each allocation.
Return the minimum of these maximums as the result.
Round duration - 40 minutes
Round difficulty - Easy
It was a technical round that is based on DSA and computer fundamentals.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during the reversal process.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.
Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
Program to calculate factorial
Use a loop to multiply the numbers from 1 to n
Handle edge cases like 0 and negative numbers
Use recursion for a more elegant solution
posted on 9 Dec 2015
Arrays are fixed in size and have contiguous memory, while linked lists are dynamic and have non-contiguous memory.
Arrays have constant time access to elements, while linked lists have linear time access.
Arrays are better for random access and searching, while linked lists are better for insertion and deletion.
Arrays use less memory for storing elements, while linked lists use more memory due to additional pointers.
Exa...
I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.
Recent graduate with a degree in Computer Science
Passionate about coding and technology
Proficient in Java, Python, and web development
Experience with projects such as building a web application using Django
I prioritize my college schedule and plan my tuition classes accordingly.
I make a timetable for both college and tuition classes.
I communicate with my tuition teacher to adjust the timings if necessary.
I try to finish my college assignments and projects beforehand to avoid last-minute stress.
I utilize breaks between classes to attend tuition classes.
I make sure to take breaks and not overload myself with too many class...
Yes, my parents are supportive of my career and understand the demands of the job.
My parents are supportive of my career and understand the demands of the job.
I have discussed my work schedule with my parents and they are okay with me working late nights and weekends if required.
They trust my judgment and are aware that sometimes working late or on weekends may be necessary in the software engineering field.
My research paper was on the impact of social media on mental health.
Conducted a literature review on existing research on the topic
Designed and distributed a survey to gather data on social media usage and mental health
Analyzed the survey data using statistical methods
Discussed the findings and implications in the paper
Included recommendations for future research
I was responsible for designing and implementing the user interface of the minor project.
Designed the layout and flow of the user interface
Implemented the UI using HTML, CSS, and JavaScript
Collaborated with the team to ensure consistency in design and functionality
Conducted user testing and made necessary improvements based on feedback
posted on 13 Mar 2015
I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.
Synchronous means happening at the same time, while asynchronous means not happening at the same time.
Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.
Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.
Examples of synchronous operations include function calls and loops, while examples of ...
CTE and temp table usage in SQL
Use CTE for recursive queries and complex subqueries
Use temp tables for large data sets and complex queries
CTE is more efficient for small data sets
Temp tables can be indexed for faster performance
Consider the scope and lifespan of the data when choosing between CTE and temp table
I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.
A database for student management application.
Create a table for students with fields like name, roll number, email, etc.
Create a table for courses with fields like course name, course code, etc.
Create a table for enrollment with fields like student ID, course ID, enrollment date, etc.
Create a table for grades with fields like student ID, course ID, grade, etc.
Use primary and foreign keys to establish relationships bet
Create and perform CRUD operations on a linked list using class and object.
Create a class for the linked list and define the necessary functions for CRUD operations.
Create an object of the linked list class and use it to perform the operations.
For creating a node, define a class for the node and link it to the linked list class.
For updating or deleting a node, traverse the linked list and perform the operation on the d...
posted on 5 Jul 2022
I applied via Campus Placement and was interviewed before Jul 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.
Clear basic programming fundamentals
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I had a conflict with a team member over project priorities.
Miscommunication led to conflicting priorities
Discussed the issue openly and found a compromise
Learned the importance of clear communication in team projects
Developed a web-based project management tool for tracking tasks and deadlines
Used React for front-end development
Implemented user authentication and authorization using JWT tokens
Utilized Node.js and Express for back-end development
Integrated MongoDB for database storage
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Business Analyst
29
salaries
| ₹4 L/yr - ₹8.5 L/yr |
Senior Research Analyst
16
salaries
| ₹2.3 L/yr - ₹10.8 L/yr |
Assistant Manager
14
salaries
| ₹5.5 L/yr - ₹16 L/yr |
Project Manager
12
salaries
| ₹8.1 L/yr - ₹15 L/yr |
Full Stack Developer
10
salaries
| ₹5.6 L/yr - ₹8 L/yr |
Deloitte
Ernst & Young
PwC
KPMG India