HackerEarth

HackerEarth Interview Questions for Lead Engineer

HackerEarth interview questions for lead engineer. Coding interview round and low level design question.

interview

75 Alternative Companies of FAANG to Join in India

What are the alternative companies of FAANG to work for and even pays more in India?

Programming

Top 5 Software Development Methodologies

What are the top software development methodologies? 1) Waterfall 2) Agile 3) DevOps 4) Lean 5) FDD (Feature-Driven Development)

JavaScript

Top 9 Web Automation Frameworks for JavaScript in 2022

Web automation frameworks for JavaScript- Front-end Frameworks (Svelte, React), Back-end Frameworks (Next.js, Express), Testing Frameworks (JEST, Cypress, Puppeteer), Mobile and Desktop Frameworks (Electron, React Native)

JavaScript

JavaScript Introduction | Characteristics | Alternatives

JavaScript introduction | JavaScript Characteristics and alternatives. How to learn frontend or backend with JS?

coding challenge

Ordering Task/Packages from Given Dependencies | Python Coding Challenge

Write a Python program to find the ordering of tasks from given dependencies. Coding challenge.

Python

Program to Check Anagram in Python | Example

Write a Program to Check Anagram in Python with or without using sorting. Solve anagram using for loop.

interview

MakeMyTrip Online Assessment Test and Interview Questions

MakeMyTrip Online Assessment Test and Interview Questions and answers. Coding questions and their solution.

MongoDB

MongoDB CRUD Operations Example and Syntax | Overview

MongoDB CRUD Operations explained with example and syntax. Methods- insertOne, insertMany, findOne, find, updateOne, updateMany, update, replaceOne, deleteOne, deleteMany.