Filter interviews by
DSA round with question around arrays
Topics related to AI and ML
Create an healthcare app
Parent-child element combination refers to the relationship between HTML elements where one element is the parent and the other is the child.
HTML elements can be nested within each other to create a parent-child relationship
The child element is contained within the parent element
CSS can be used to style parent and child elements separately
Examples of parent-child element combinations include
,
DOCTYPE in HTML specifies the version of HTML being used in the document.
DOCTYPE declaration is not case sensitive
It is placed at the very beginning of an HTML document before the <html> tag
It helps the browser to render the web page correctly
CSS is used for styling and formatting web pages.
CSS is used to define the layout, colors, fonts, and other visual aspects of a web page.
It allows developers to separate the presentation of a web page from its content.
CSS can be used to create responsive designs that adapt to different screen sizes.
It can also be used to create animations and transitions.
Examples of CSS frameworks include Bootstrap and Materialize.
JavaScript is used for creating interactive web pages and web applications.
Adding dynamic behavior to web pages
Validating user input before submitting forms
Creating animations and effects
Fetching data from servers and updating the page without refreshing
Building web applications using frameworks like React, Angular, and Vue
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
Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )
I applied via Naukri.com
Java program to sort an array of strings
Use Arrays.sort() method to sort the array of strings
Import java.util.Arrays package
Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);
Collections in Java and Spring Boot are used to store and manipulate groups of objects.
Collections in Java are used to store multiple objects in a single unit.
Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.
Collections in Java and Spring Boot help in organizing and manipulating data efficiently.
Example: List
I was interviewed in Jan 2021.
Round duration - 90 Minutes
Round difficulty - Medium
This round happened on the same day as JAM in the afternoon time. A slot of 20 minutes with respective timing was already sent to the selected students. Interview can’t be generalize as anything can happen over there and hence this was exclusively my experience.
To have a quick judgement about the person, I believe nothing is better than throwing before him/her some puzzles (mathematical/ analytical/ programming problems) and see the approach. I received back-to-back 4 problems after a quick and brief introduction. The coding problems I got were way too easy (just basics: searching & mathematical). The harder part of this round was the puzzles (tricky, mathematical, related to probability). At last, I was asked a question on DBMS and the interviewer asked if I know JAVA.
Given a sorted array 'A' of 'N' integers, determine whether a number 'X' exists within this array for a series of queries. For each query, print 1 if 'X' exists in the ...
Search for a number in a sorted array and determine its existence for multiple queries.
Use binary search algorithm to efficiently search for each query integer in the sorted array.
For each query integer 'X', check if it exists in the array 'A' and output 1 if found, 0 otherwise.
Ensure the array 'A' is sorted in non-decreasing order to apply binary search effectively.
Tip 1 : Mention some good projects on your resume.
Tip 2 : Practice competitive and aptitude questions.
Tip 3 : Work on your communication skills.
Tip 1 : Mention some good projects on your resume.
Tip 2 : Don't put false things on your resume.
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Binary search tree and linked list
based on 2 interviews
Interview experience
Senior Associate
15.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate
13.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
6.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
4.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate2
4.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Deloitte
Ernst & Young
Accenture
TCS