Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.
Merge two sorted arrays into a single sorted array
Create a new array to store the merged result
Use two pointers to iterate through the two input arrays
Compare elements at the pointers and add the smaller one to the result array
Move the pointer of the array from which the element was added
Repeat until all elements are merged
I was interviewed in Sep 2024.
I am a passionate software developer with a strong background in full-stack development and a keen interest in innovative technologies.
Bachelor's degree in Computer Science from XYZ University.
5 years of experience in web development using JavaScript, React, and Node.js.
Worked on a project that improved user engagement by 30% through UI enhancements.
Contributed to open-source projects, including a popular library for d...
I have over 5 years of experience in software development, focusing on web applications and team collaboration.
Worked as a Full Stack Developer at XYZ Corp, where I led a team to develop a responsive web application using React and Node.js.
Served as a Software Engineer at ABC Inc., enhancing existing systems and implementing new features that improved user engagement by 30%.
Interned at DEF Solutions, where I gained han...
Take on one assignment task.
Code testing and ask a few questions.
I began my project by identifying a problem, researching solutions, and planning the development process step-by-step.
Identified a specific problem: For example, I noticed that users struggled with task management.
Conducted thorough research: I explored existing solutions and gathered user feedback to understand their needs.
Defined project scope: I outlined the features and functionalities that would address the identi...
posted on 4 Mar 2024
I was interviewed in Sep 2023.
posted on 21 Mar 2024
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
String and arrays duplicate and sorting questions
posted on 9 Aug 2024
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: In a banking application, a 'Customer' class may have attributes like name and account balance, and methods li
React is a lightweight library for building user interfaces, while Angular is a full-fledged framework for web development.
React is more flexible and allows for easier integration with other libraries and frameworks.
Angular provides more out-of-the-box features and a more opinionated structure.
React uses a virtual DOM for better performance, while Angular uses two-way data binding for easier data manipulation.
React is ...
I was interviewed in Jan 2025.
Concentrate on an array of strings and fundamental coding knowledge.
Core concepts and coding involve integrating and understanding processes from the beginning to successfully complete projects.
I am a software developer with 5 years of experience. I have worked on projects involving web development, mobile app development, and database management.
5 years of experience in software development
Proficient in web development, mobile app development, and database management
Worked on projects involving e-commerce websites, iOS and Android apps, and SQL database optimization
Inner join returns only the matching rows between two tables, while full join returns all rows from both tables.
Inner join only includes rows that have a match in both tables
Full join includes all rows from both tables, filling in NULL values for non-matching rows
Inner join is more commonly used than full join in practice
Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
Example: Full ...
posted on 31 Jul 2024
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Java program to check if two strings are anagrams
Create a function that takes two strings as input
Convert both strings to character arrays and sort them
Check if the sorted arrays are equal to determine if they are anagrams
Insert and select data in MySQL using SQL queries
Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data
Use SELECT * FROM table_name; to select all data from a table
Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition
GET and POST are HTTP methods used in REST APIs for retrieving and sending data.
GET method is used to retrieve data from a server
POST method is used to send data to a server
GET requests are idempotent, while POST requests are not
GET requests should only be used for retrieving data, not for modifying data
Example: GET request to retrieve a list of users - GET /users
Example: POST request to create a new user - POST /users
Two coding questions, one is easy and the other is difficult. Who solved 2nd question was shortlisted for an interview.
based on 1 interview
Interview experience
Hetero
Sahrudaya Healthcare (Medicover Hospitals)
Parexel International
London Stock Exchange Group