Skip to main content

Posts


Welcome to Daily Updates

*** Happy Learning***

Quick Links


==> Online Fun Games hub

==>Daily Job Updates IT and Non IT

==>Every month Current Affairs

==>Every month Dividend, Bonus Issue and Stock Split information

==> JAVASCRIPT QUIZ

==>AADHAAR download, Date of birth,name and Address correction, PVC card and more links

==> MICROSOFT EXCEL TUTORIAL

==> SQL Editor - For Practice

Python Quiz 2026

Advanced Python Quiz (1–5 Years Experience) | 60 Interview Questions 🐍 Advanced Python Quiz Challenge yourself with interview-level Python questions designed for developers 60 Questions 4 Levels 100% Free Question: 1 /60 Score: 0 Time: 00:00 Medium 1. What is the output? def func(a=[]): a.append(1) return a print(func()) print(func()) [1] [1] [1] [1,1] Error None Next Question Hard 2. Which Python feature enables lazy evaluation? Lists Generators Tuples Sets Next Question Hard 3. Which statement about the GIL is correct? Threads always execute simultaneously. Only one thread executes Python bytecode at a time. The GIL affects multiprocessing only. The GIL speeds up CPU-bound threading. Next Question Expert 4. Which special method makes an object callable? __init__ __call__ __new__ ...
Recent posts

C++ Programming Quiz 2026

Advanced C++ Programming Quiz Challenge yourself with advanced C++ Programming Questions covering OOP, Templates, STL, Smart Pointers, Memory Management, Exception Handling, Modern C++, and Interview-Level Concepts. Question 1 / 50 Score 0 Correct 0 Quiz Progress Question 1 Loading Question... Previous Next Question Quiz Completed 🎉 0% Restart Quiz Advanced C++ Programming Quiz | OOP | STL | Memory Management | Modern C++

C Programming Quiz 2026 - Test Your C Language Knowledge

C Programming Quiz 2026 - Test Your C Language Knowledge Take this free C programming quiz for beginners and programmers. Test your knowledge of C basics, variables, data types, operators, loops, arrays, pointers, functions, and more. 1. Who developed the C programming language? Dennis Ritchie James Gosling Bjarne Stroustrup 2. Which header file is used for printf()? math.h stdio.h string.h 3. Which symbol is used for comments in C? // ## %% 4. Which data type stores characters? int char float 5. Array indexing in C starts from? 0 1 -1 6. Which operator is used for address of a variable? & * % 7. Which loop executes at least once? for while do-while 8. Which keyword returns a value from function? break return continue 9. Which is not a valid C data type? integer int float 10. C language is a ______ language. Procedural Markup Database 1...

How to import or load Test cases in Microsoft Test Manager (MTM) or Azure DevOps

How to import or load Test cases in Microsoft Test Manager (MTM) or Azure DevOps Step by step process to Load Test Cases Step#1: Login or access Azure DevOps portal Step#2: Search for the project in the home page Step#3: Click on the project name and then project will be opened Step#4: Click on the Test Plan from the left side menu, then you could see the some options under the Test plan Step#5: From the options, Click on the Test plan Step#6: click on the test plan name, where should test cases be loaded Step#7: Test plan will be opened and inside that create a folder if not already created Step#8: If you want to create sub folder under that you can create if not click on the folder and right side you will see the blank space and with tabs like Define, Execute.. In this click on Define Step#9: Click on the Down arrow button, this will be right side in the same line of the tab Define Step#10: Once you clicked, You could see the import screen at right side of you...