All Hard Articles
Online Assessment: Three sections conducted on AMCAT. Aptitude: 16 questions. Technical: 14 questions. Coding: 2 questions. Variation of frequency sort I was happy to see… Read More
Mode: The recruiter reached out to me on LinkedIn Company: Arcesium Title: Senior Software Engineer Location: Bangalore Process: The recruiter reached out to me via… Read More
Eligibility criteria: 7 CGPA in UG. There was a resume shortlisting round at the start. Round 1(Online Aptitude and Coding Round): There were three parts… Read More
Firstly, I applied directly without any referral so if your resume is good you don’t need any referral. But still, a referral is obviously an… Read More
Eligibility: CGPA>6.45, 70% and above in 10th and 12th ZS Associates came to our campus in August for placements. They offered three different roles namely… Read More
Designation: Intern (6 months) + Software Engineer Round 1: Online Assignment Time: 1 hour 30 mins The first question related to binary numbers (easy) The… Read More
The PATINDEX() function in the SQL server is used to return the starting index of the first occurrence of a pattern in a string or… Read More
Given an array of pairs arr[][] of length N, and an array queries[] of length M, and an integer R, where queries[i] contain an integer… Read More
Overview :Various methods are used to evaluate the quality of image steganography. Each of these methods assesses a different aspect of the result obtained after… Read More
Bandwidth, or precisely network bandwidth, is the maximum rate at which data transfer occurs across any particular path of the network. Bandwidth is basically a… Read More
Sending email via the command line can be quite a great feature to have especially on Linux which will allow some users to avoid using… Read More
A phishing attack is the most executed attack in the real world. Phishing is a social-engineering attack in which a victim is being tricked and… Read More
In this article, we will learn how to play or add audio in our Arcade games using Python. Playing Audio File In this example, we… Read More
In this article, we will learn How we can create buttons in Arcade using python. Adding Buttons In Arcade we can easily add buttons to… Read More
In this article, we will learn how we can handle mouse inputs in the arcade module in Python. In Arcade, you can easily handle the… Read More
Information Gathering is the process of collecting the relevant information about the target domain for increasing the scope of testing. This information consists of Subdomain… Read More
In this article, we will discuss how to handle keyboard inputs in Python arcade module. In Arcade, you can easily check which keyboard button is… Read More
In this article, we will learn how to add background images to arcade games in Python. Adding Background Image We are going to use the… Read More
In this article, we will learn how to add different levels to our arcade games in Python. Adding Levels We can easily add multiple levels… Read More