Logo
PublicationTech InterviewYouTubeSay Hello

Publication

Popular Tags
  • #JAVASCRIPT
  • #ANDROID
  • #NODEJS
  • #BACKEND
  • #MACHINE_LEARNING
AfterAcademy Tech
Multiprogramming vs Multiprocessing vs Multitasking

AfterAcademy Tech

Multiprogramming vs Multiprocessing vs Multitasking

In this blog, we will learn the difference between Multiprogramming, Multiprocessing, and Multitasking. These terms come into play when we talk about our processes and the processors. Let's see the difference between these.

03 Nov 2019

AfterAcademy Tech
What is Burst time, Arrival time, Exit time, Response time, Waiting time, Turnaround time, and Throughput?

AfterAcademy Tech

What is Burst time, Arrival time, Exit time, Response time, Waiting time, Turnaround time, and Throughput?

In this blog, we will learn about various types of times that we come across during using some CPU scheduling algorithms i.e. Burst time, Arrival time, Exit time, Response time, Waiting time, Turnaround time, and Throughput.

03 Nov 2019

AfterAcademy Tech

AfterAcademy Tech

Event Loop in Node.js - Concurrency Model

Node.js uses the event-loop and callback mechanism to lift off I/O operations from the javascript's thread to the system's kernel. And in this article we are going to understand how this actually happens.

29 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Chrome V8 Engine - Javascript runtime for Node.js

Chrome V8 engine originally run in Chrome web browsers. But later it was used to run the javascript without a browser. Node.js is written in C++ and build on top of Chrome V8 engine, which provides the runtime for the Javascript.

29 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Find the majority element in an array - Interview Problem

You are given an array A[] consisting of n elements. You need to find and return the number which appears more than n/2 times.

28 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

What exactly is API?

In this blog, we will learn about API. We will see what exactly is API and by the end of this blog, you will get the knowledge of APIs with the help of some conceptual and practical example.

22 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Remove Duplicates from an unsorted arrray

You are given an unsorted array A[] consisting of N elements and you need to remove all the duplicate elements from the array. All the elements in the resultant array must be unique.

21 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Search an element in a sorted and infinite array

You are given a sorted and infinite array A and an element K. You need to search for the element K in the array. If found, return the index of the element, else return -1.

17 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Maximum Subarray Sum

You are given an array A[] with n elements. You need to find the maximum sum of a subarray among all subarrays of that array. A subarray of array A[] of length n is a contiguous segment from A[i] through A[j] where 0<= i <= j <= n.

16 Oct 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Find the kth smallest element in an array

Given an array A[] of n elements and a positive integer K, find the Kth smallest element in the array. It is given that all array elements are distinct.

12 Oct 2019
Thumbnail

  • 1
  • …
  • 30
  • 31
  • 32
  • 33
  • 34

Popular Tags
  • #JAVASCRIPT
  • #ANDROID
  • #NODEJS
  • #BACKEND
  • #MACHINE_LEARNING
CONNECT WITH US

© Copyright 2026 AfterAcademy
Privacy Policy
Terms And Conditions
Cookie Policy
This website uses cookies to ensure you
get the best experience on our website.
Read More