Filter interviews by
Basic coding question mcqs related to html, css, javascript
20 students Gd together in which 5 were shortlisted
Foreign key is a field in a database table that links to a primary key in another table.
Foreign key ensures referential integrity between related tables
It helps maintain relationships between tables in a database
Example: In a database of students and courses, student_id in courses table can be a foreign key referencing id in students table
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
Basic apt and logical questions
I applied via campus placement at Parul Institute of Management and Research, Vadodara and was interviewed in Feb 2022. There were 3 interview rounds.
Nees to create an Assignment within a give time slot my was from 9am - 4pm and need to create a CRUD app small that can have update delete and insert function
I was interviewed in Oct 2020.
Round duration - 60 minutes
Round difficulty - Medium
On-Campus under the invigilation of College professors and campus placement ambassadors.
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
The idea is to generate all the subsequences and check whether the elements present are equal or not.
Here is the algorithm :
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...
The brute force approach is to use recursion. First, we reach the end of the Linked List recursively and at last node, we return the last node, which becomes the new head of the partially reversed Linked List. While coming back from each recursion call we add the current node in the current recursion call to the last node of the partially reversed Linked List and assign the current node to null.
Steps:
&...
Round duration - 30 minutes
Round difficulty - Medium
Round duration - 20 minutes
Round difficulty - Easy
Tip 1 : Make projects covering all topic.
Tip 2 : Practice data structure questions daily.
Tip 3 : Time yourself while solving aptitude questions.
Tip 1 : Have some projects related to job profile
Tip 2 : Write every courses you have taken, even those that are not required for the job profile.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
posted on 11 Jun 2024
Finding common characters in 3 strings using coding
Create a function that takes in 3 strings as input
Iterate through each character of the first string and check if it exists in the other 2 strings
Store the common characters in an array and return it
posted on 23 May 2024
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
var, let, and const are all used for variable declaration in JavaScript, but they have different scopes and behaviors.
var is function scoped, let and const are block scoped
var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated
const is used for variables that should not be reassigned, like constants
A promise in JavaScript represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and failure.
Example: new Promise((resolve, reject) => { ... }).then(res
Interview experience
Software Engineer
166
salaries
| ₹4 L/yr - ₹16.1 L/yr |
Associate Software Engineer
110
salaries
| ₹3 L/yr - ₹9 L/yr |
Network Engineer
99
salaries
| ₹0.8 L/yr - ₹4.1 L/yr |
Senior Software Engineer
57
salaries
| ₹6 L/yr - ₹22 L/yr |
Technical Lead
55
salaries
| ₹8.5 L/yr - ₹26 L/yr |
TCS
Infosys
Wipro
HCLTech