How to use underscore.js as a template engine ?
While writing layouts for web pages, it is often the case that we require certain elements of the page to have dynamic values. For such scenarios, we use templates. Templates enable us to embed logical segments inside static HTML code, which makes the page dynamic based on the values passed in the template. To render templates, we require a template engine. In this article, we will discuss how the popular JavaScript library underscore.js can be used as a template engine....
read more
Arrow operator in ES6 of JavaScript
ES6 has come with various advantages and one of them is the arrow operator. It has reduced the function defining code size so it is one of the trending questions asked in the interview. Let us have a deeper dive into the arrow operator’s functioning....
read more
Oracle Interview Experience | Server Technology Role Full Time (On-Campus Sept 2020)
Oracle came to our campus in Sept 2020, for a server technology profile. All rounds were audio and video proctored. The entire interview process was on zoom meetings. It was a very smooth virtual experience. There were counter rooms inside zoom meetings for post and pre-interview sessions....
read more
Amazon Interview Experience for System Development Engineer (On-Campus Dec 2020)
Round 1(Mettl 1 Hr 30 Mins): The assessment consisted of 9 components like software testing, SQL/database, algorithms, Linux, pseudo code, data structures, coding, and networks....
read more
Merge two unsorted linked lists to get a sorted list
Given two unsorted Linked List, the task is to merge them to get a sorted singly linked list.Examples:...
read more
Learn with GeeksforGeeks Course – Best Courses To Land Job In Your Dream Company
Please refer GeeksforGeeks – FREE & Paid Courses for the latest list of courses....
read more
Google Software Engineering Intern, Fall 2019 – North America
...
read more
SAP Labs Interview Experience (On-Campus)
SAP Labs visited our college for hiring students for the Scholar@SAP profile. It is a WILP(Work Integrated Learning Program) course that aims to provide 2 years of work experience on industrial SAP projects as well as an M-Tech degree in Software Engineering from BITS Pilani. In the given program, weekdays are completely dedicated to corporate work and on weekends, M-Tech classes are conducted....
read more
Traction On Demand Interview Experience for Internship+FTE (On-Campus)
Traction On Demand  visited our campus in January 2021(virtually). They conducted 4 rounds....
read more
Minimize the maximum value in array by incrementing and decrementing.
Given array arr[] of size N, the task is to minimize the maximum value in given array by increasing arr[i] by 1 and decreasing arr[i + 1] by 1 any number of times....
read more
Check If every group of a’s is followed by a group of b’s of same length
Given string str, the task is to check whether every group of consecutive a’s is followed by a group of consecutive b’s of the same length. If the condition is true for every group then print 1 else print 0....
read more
Cisco Systems Interview Experience | On-Campus 2021
As it always Does, Cisco systems was the first company visiting our college for “VIRTUAL” Placement drive 2021. (Virtual Due to COVID-19 Pandemic)...
read more