Filter interviews by
I applied via Internshala and was interviewed in Jun 2022. There were 3 interview rounds.
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Variables declared with var are hoisted to the top of their scope
Function declarations are also hoisted to the top of their scope
Function expressions are not hoisted
Hoisting can lead to unexpected behavior and bugs
Example: console.log(x); var x = 5; // Output: undefined
Callback hell is a situation where multiple nested callbacks make the code difficult to read and maintain.
It occurs when callbacks are nested within other callbacks.
It can lead to code that is difficult to read and maintain.
It can be avoided by using promises or async/await.
Example: fs.readFile('file.txt', function(err, data) { fs.writeFile('file2.txt', data, function(err) { console.log('File written!'); }); });
let, var, and const are JavaScript keywords used for declaring variables with different scopes and mutability.
var is function-scoped and can be redeclared and reassigned
let is block-scoped and can be reassigned but not redeclared
const is block-scoped and cannot be reassigned or redeclared
Use const for values that won't change, let for values that will, and var for legacy code or global variables
The difference between == and === is that == compares values while === compares both values and types.
The == operator performs type coercion before comparing values.
The === operator does not perform type coercion and compares both values and types.
Using === is generally considered safer and more reliable.
Example: 5 == '5' returns true, but 5 === '5' returns false.
Async, await, and promises are JavaScript features used for handling asynchronous operations.
Promises are objects that represent the eventual completion or failure of an asynchronous operation.
Async/await is a syntax for writing asynchronous code that looks like synchronous code.
Async functions always return a promise.
Await can only be used inside an async function and it waits for the promise to resolve or reject befo...
The $ sign in JQuery is a shorthand for the JQuery function.
The $ sign is used to select elements in JQuery.
It can also be used to create new elements.
It is a shorthand for the JQuery function.
Example: $('p') selects all the paragraphs on a page.
I rate myself 8/10 in Javascript and 7/10 in jQuery.
Proficient in using vanilla Javascript to create dynamic and interactive web pages
Experience in using jQuery to simplify DOM manipulation and event handling
Familiarity with popular Javascript frameworks like React and Angular
Continuously learning and improving my skills in Javascript and jQuery
posted on 27 Jan 2017
I appeared for an interview in Dec 2016.
Certifications are not mandatory for software developers, but can add value to their resume.
Certifications in programming languages like Java, Python, C++
Certifications in software development methodologies like Agile, Scrum
Certifications in cloud computing platforms like AWS, Azure
Certifications in security like CISSP, CEH
Certifications in project management like PMP
Certifications in mobile app development like Androi
I am a dedicated and experienced professional with a background in marketing and a passion for driving results.
Experienced in marketing strategies and campaigns
Strong track record of achieving goals and targets
Passionate about driving results and exceeding expectations
I applied via Campus Placement
Its was data structure and algorithm and SQL round 4 question of dsa and 2 question of sql
OTP less work eliminates the need for one-time passwords for authentication.
OTP less work uses alternative methods like biometrics, push notifications, or hardware tokens for authentication.
It provides a more seamless and user-friendly authentication experience.
Examples include fingerprint scanning on smartphones or security keys for two-factor authentication.
posted on 14 Aug 2024
I appeared for an interview in Jul 2024.
To clone a website, you need to replicate its design, functionality, and content.
Study the website's design and layout
Identify the technologies used for development
Replicate the functionality and features
Ensure the content is accurate and up-to-date
I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.
General mathematics, english and coding
I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.
Aptitude test was simple.
I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.
50 questions in 12 minutes mostly test your arthimetic, logical knowledge.
3 coding questions in 90 mins, 1st one is from arrays an easy question, 2nd one is related to stacks and queues relatively harder and last one is hard which i am also unable to attempt. I cracked the first two questions and my solutions passed all the test cases.
Sorting algorithms are methods used to arrange elements in a specific order.
Different sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.
Some algorithms are more efficient than others depending on the size of the data set and the initial order of the elements.
For example, quick sort is generally faster than bubble sort for large data sets.
BFS and DFS are traversal algorithms used in trees. BFS explores level by level, while DFS explores depth first.
BFS (Breadth-First Search) visits nodes level by level, using a queue. Example: traversing a binary tree level by level.
DFS (Depth-First Search) explores as far as possible along each branch before backtracking. Example: in-order traversal of a binary tree.
I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.
Question from Array,DP
based on 2 reviews
Rating in categories
Java Developer
13
salaries
| ₹4 L/yr - ₹4.5 L/yr |
Area Sales Manager
13
salaries
| ₹5.4 L/yr - ₹11.5 L/yr |
Editor
7
salaries
| ₹5.2 L/yr - ₹9.8 L/yr |
Deputy Zonal Sales Manager
6
salaries
| ₹8.8 L/yr - ₹12.6 L/yr |
QA Engineer
5
salaries
| ₹4.2 L/yr - ₹6 L/yr |
Cogoport
Arzooo.com
KrazyBee
Treebo Hotels