Filter interviews by
I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.
I applied via Indeed and was interviewed in Jan 2021. There was 1 interview round.
Write the video script for a topic provided by the upgrad team and create a ppt for an video script.
A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.
Consists of nodes connected by pointers
Can be singly linked or doubly linked
Allows for dynamic size and efficient insertion/deletion
I was interviewed in Sep 2021.
Normal apti questions
Case was given we have to do it, we have to say it without seeing
I was interviewed in Nov 2020.
Round duration - 40 minutes
Round difficulty - Medium
Round duration - 15 minutes
Round difficulty - Easy
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 task is to count the number of subsequences in an array where all elements are equal.
Iterate through the array and count the frequency of each element.
For each element, calculate the number of subsequences using the formula (2^frequency - 1).
Multiply the counts for each element to get the total number of subsequences.
Print the result modulo 10^9 + 7.
Tip 1 : Do Practice as much as you can
Tip 2 : Revise codes on regularly
Tip 1 : It should look nice and presentable
Tip 2 : Skills should be mentioned properly
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
Interview questions and answers
My name is [Name].
I have completed my [Qualifications] from [University/Institute].
I am currently located in [Current Location].
I belong to [Hometown/City].
I am interested in this job because [Reasons].
I chose this company because [Reasons].
Salary is an important aspect for me, but not the only one.
I chose this company because of its reputation for innovation and growth. The salary offered is competitive and fair.
The company has a strong track record of developing cutting-edge technology
I am impressed by the company's commitment to employee growth and development
The salary offered is in line with industry standards and reflects my experience and qualifications
I am currently located in Varanasi, Lanka, Uttar Pradesh.
I am residing in the historic city of Varanasi, also known as Kashi.
Lanka is a locality within Varanasi, situated on the banks of the river Ganges.
Uttar Pradesh is a state in northern India, known for its rich cultural heritage.
I have a Master's degree in Computer Science.
Master's degree in Computer Science
GPA of 3.8
Thesis on Machine Learning
Internship at Google
I belong to India, a diverse and culturally rich country.
I was born and brought up in a small town in the northern part of India.
India is known for its diverse culture, languages, and traditions.
I have traveled to different parts of India and have experienced the beauty of its landscapes and people.
I am proud to be a part of a country that has a rich history and is constantly evolving.
I want to do a job to gain experience, learn new skills, and contribute to the growth of the company.
I am eager to learn and grow professionally
I want to contribute my skills and knowledge to the company
I am excited about the opportunity to work with a team
I am motivated by the prospect of financial stability and security
I applied via Approached by Company and was interviewed in Aug 2021. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.
I have worked on several machine learning projects, including image recognition and natural language processing.
Developed an image recognition model using convolutional neural networks
Implemented a natural language processing algorithm for sentiment analysis
Collaborated on a recommendation system using collaborative filtering
Applied machine learning techniques to predict customer churn in a telecom company
I applied via LinkedIn and was interviewed before May 2021. There were 2 interview rounds.
var, let, and const are all used to declare variables in JavaScript, but they have different scoping rules and behaviors.
var has function scope and can be redeclared and reassigned
let has block scope and can be reassigned but not redeclared
const has block scope and cannot be reassigned or redeclared
Use const for values that won't change, let for values that will, and avoid var
CSS box model defines the layout of elements on a webpage. Padding and margin can apply to block-level elements but not to inline elements.
CSS box model consists of content, padding, border, and margin around an element.
Padding adds space inside the border of an element.
Margin adds space outside the border of an element.
Padding and margin can apply to block-level elements like <div> but not to inline elements lik
Arrow functions are shorter syntax for writing function expressions.
Arrow functions do not have their own 'this' keyword.
Arrow functions cannot be used as constructors.
Arrow functions do not have the 'arguments' object.
Arrow functions are more concise and easier to read.
Regular functions are better for methods and constructors.
JavaScript asynchronous model allows non-blocking code execution by using callbacks and promises.
JavaScript uses an event loop to handle asynchronous operations.
Callbacks are functions passed as arguments to other functions and executed when the operation is complete.
Promises are objects that represent the eventual completion or failure of an asynchronous operation.
Async/await is a newer syntax that allows writing asyn...
based on 1 interview
Interview experience
based on 4 reviews
Rating in categories
Business Operations Executive
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Inside Sales Executive
37
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
24
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Executive
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Unacademy
upGrad
BYJU'S
Whitehat jr