Filter interviews by
I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.
There was 4 question based on string and array
I applied via Campus Placement and was interviewed before Nov 2021. There were 4 interview rounds.
Ther was total 5 questions that you will have to solve in 1 hours. I was able to solve 3 questions completely. Questions was from arrays and string.
Top trending discussions
I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.
Easy leetcode code 2 questions , HTML5 css javascript simple screen design
I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.
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...
I was interviewed in Aug 2022.
2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.
Implementing stack using linked list
Create a Node class with data and next pointer
Create a Stack class with top pointer
Implement push() method to add element to top of stack
Implement pop() method to remove element from top of stack
Implement peek() method to return top element without removing it
Find the first duplicate value in an array of strings.
Create a hash table to store the frequency of each string.
Iterate through the array and check if the string already exists in the hash table.
If it does, return the string. If not, add it to the hash table.
If no duplicates are found, return null or an appropriate message.
Common Aptitude along with HTML5, CSS
I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
Write the program to swipe number
I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.
It's Amcat test having 4 parts which is grammar, logical reasoning, basic mathematics and coding.
Some of the top questions asked at the Simplilearn Software Development Engineer interview -
based on 1 interview
Interview experience
based on 4 reviews
Rating in categories
Senior Manager - Inside Sales
399
salaries
| ₹0 L/yr - ₹0 L/yr |
Inside Sales Specialist
388
salaries
| ₹0 L/yr - ₹0 L/yr |
Inside Sales Manager
349
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Inside Sales Specialist
294
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate Business Manager
119
salaries
| ₹0 L/yr - ₹0 L/yr |
upGrad
Great Learning
Imarticus Learning
NIIT