Posts

Absolutely. Based on Anshuket’s resume, the interview will likely focus heavily on MERN stack, backend APIs, JavaScript, React, MongoDB, DSA, OOP, and the two projects—especially the Hostel Management System.

 Absolutely. Based on Anshuket’s resume , the interview will likely focus heavily on MERN stack, backend APIs, JavaScript, React, MongoDB, DSA, OOP, and the two projects —especially the Hostel Management System. 1. Tell me about yourself. Answer: “My name is Anshuket. I’m a Computer Science undergraduate and a MERN Stack Developer. I have experience building full-stack applications using React.js, React Native, Node.js, Express.js, MongoDB, and JavaScript. One of my main projects is a Hostel Management System where I developed features like attendance, complaints, leave management, reporting, role-based access control, and an admin dashboard. I also implemented geofencing-based attendance using the Google Maps API. I have also worked on a Skill-Based Task Distribution System using HTML, CSS, JavaScript, and Python, where tasks are assigned based on employee skills, expertise, and availability. Along with development, I’m comfortable with REST APIs, OOP, DSA, Git, GitHub, and...

English Grammar Question Paper

  English Grammar Question Paper Time: 2 Hours Maximum Marks: 100 Name: __________________________ Class/Section: __________________ Date: ___________________________ Q1. Arrange the words in alphabetical order. (10 marks) a) mango, apple, banana, cherry, pear b) pen, crayons, bag, pencil, notebook Q2. Choose the correct answer. (10 marks) How many letters are there in the English alphabet? a) 26 b) 32 c) 48 A, E, I, O, U are called: a) consonants b) vowels c) nouns A noun that refers to one person, place, animal or thing is: a) singular b) plural c) verb The plural of child is: a) childs b) children c) childes The pronoun used for a girl is: a) he b) she c) it Q3. Write the plural forms. (10 marks) toy __________ kite __________ mango __________ cap __________ tooth __________ bench __________ brush __________ key __________ child __________ mouse __________ Q4. Fill in the blanks with the correct plural forms of the ...

M3 Numerical Methods — Formula Sheet kuch kuch important topics

  M3 Numerical Methods — Formula Sheet 1. Newton-Raphson Method x n + 1 = x n − f ( x n ) f ′ ( x n ) \boxed{x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}} x n + 1 ​ = x n ​ − f ′ ( x n ​ ) f ( x n ​ ) ​ ​ Yaad rakho: New  x = Old  x − Function Derivative \boxed{\text{New }x=\text{Old }x-\frac{\text{Function}}{\text{Derivative}}} New x = Old x − Derivative Function ​ ​ 2. Regula-Falsi Method Pehle interval ( a , b ) (a,b) ( a , b ) choose karo such that: f ( a ) f ( b ) < 0 \boxed{f(a)f(b)<0} f ( a ) f ( b ) < 0 ​ Formula: x = a f ( b ) − b f ( a ) f ( b ) − f ( a ) \boxed{x=\frac{a f(b)-b f(a)}{f(b)-f(a)}} x = f ( b ) − f ( a ) a f ( b ) − b f ( a ) ​ ​ Equivalent form: x = a − f ( a ) ( b − a ) f ( b ) − f ( a ) \boxed{x=a-\frac{f(a)(b-a)}{f(b)-f(a)}} x = a − f ( b ) − f ( a ) f ( a ) ( b − a ) ​ ​ Phir f ( x ) f(x) f ( x ) ka sign check karke a a a ya b b b replace karte hain. 3. Newton Forward Interpolation Kab? Jab required x x x , table ke beginni...