Welcome to Femtosoft Technologies
9884668421
📝 Online Exam Instructions – Read Carefully Before Starting 1️⃣ Exam Details: ✅ Total Questions: (25 Questions)✅ Exam Duration: (10 Minutes) ✅ Exam Type: MCQs 2️⃣ System Requirements: ✔ Use a laptop/desktop with a stable internet connection.✔ Recommended browsers: Chrome, Firefox, Edge (latest versions).✔ Ensure your webcam & microphone are working (if required). 3️⃣ Before Starting the Exam: 🖊 Fill in the Exam Registration Form Correctly Full Name (This will be used for the certificate) WhatsApp Number (Certificate will be sent to this number) Email ID (Ensure it's correct; certificate & results will be emailed) ⚠️ Incorrect details may result in delays or disqualification. 4️⃣ Submission & Certification Process: 📌 Ensure all answers are submitted before the timer ends.📌 Once submitted, you cannot change your responses.📌 After passing, your certificate will be automatically generated with your registered name. 🎉 Congratulations on your success! 🎯 Stay focused and give your best! Good luck! Please fill all the required fields carefully, information provided will be used in offer letter and Completion Certificate. Pass Out Year20142015201620172018201920202021202220232024202520262027202820292030others 1 / 25 1. What will happen if you use the ng-content directive in Angular? A. It swaps the HTML contents B. It renders the content projected into a component C. It sets component styles dynamically D. None of the above 2 / 25 2. Which of the following is a valid Angular Pipe? A. UpperCasePipe B. lowercasePipe C. capitalizePipe D. allCapsPipe 3 / 25 3. What is the use of the ng-container element? A. Styles a template B. Holds a collection of elements C. Acts as a grouping mechanism without adding extra DOM elements D. None of the above 4 / 25 4. What will the following code output? let arr: number[] = [1, 2, 3]; arr.length = 0; console.log(arr); A. [1, 2, 3] B. [] C. undefined D. null 5 / 25 5. Which of the following is a lifecycle hook in Angular? A. ngChange B. ngOnInit C. ngStart D. ngOnDestroy 6 / 25 6. Discuss your experience with Agile methodologies in software development. A. A) Regular sprints and scrums B. B) Continuous feedback loops C. C) Both A and B D. D) None of the above 7 / 25 7. Discuss how to implement side effects in Angular using NgRx Effects. A. A) Handle asynchronous operations B. B) For side effects like HTTP calls C. C) A and B are correct D. D) None of the above 8 / 25 8. How do you handle form state with NgRx? A. A) Store form state in the NgRx store B. B) Bind directly to the form controls C. C) It is not necessary D. D) Both A and B 9 / 25 9. How do guards work in Angular routing? A. A) They restrict access based on conditions B. B) They manage user authentication C. C) They execute code on navigation D. D) A and C are correct 10 / 25 10. Describe the architecture of an Angular application. A. A) Component-based B. B) Service-oriented C. C) Monolithic D. D) A and B are correct 11 / 25 11. What is the difference between dynamic and static websites? A. Static sites are faster B. Dynamic sites are more flexible C. Only static contents D. Limits content interaction 12 / 25 12. How do you use CI/CD in a web application? A. Requires manual deployment B. Allows for frequent updates C. Only deploys successful builds D. Maintains production servers 13 / 25 13. How can you dynamically generate HTML using JavaScript? A. Direct DOM manipulation B. Server-side scripting C. Static templates D. Using AJAX 14 / 25 14. What is your experience with cloud providers? A. Simplifies deployments B. Only focuses on storage C. Requires constant connectivity D. Focuses on local setups 15 / 25 15. How do you optimize assets for web applications? A. Reduces load times B. Increases file sizes C. Only benefits static files D. Only applies to CSS 16 / 25 16. Explain the differences between a server-side rendered and client-side rendered application. A. Both improve performance B. Server-side improves SEO C. Client-side requires JavaScript D. Only one is optimized 17 / 25 17. What are web annotations? A. Improves SEO B. Increases page load C. Only usable for rich snippets D. Simplifies content creation 18 / 25 18. How do you implement a testing strategy in your applications? A. Prioritize the code base B. Only focuses on user acceptance C. Requires CI/CD implementation D. Ignores edge cases 19 / 25 19. How do you ensure data integrity in your web application? A. Relies on user input B. Engages external APIs C. Only includes static data D. Enforces constraints 20 / 25 20. What techniques do you use to prevent memory leaks in JavaScript? A. Use weak references B. Optimize logic flow C. Avoid all DOM manipulations D. Rely on garbage collection 21 / 25 21. How do you prevent XSS attacks? A. Input sanitization B. URL validation C. Using HTTPS D. Cookie-based security 22 / 25 22. What is the importance of mobile optimization in web design? A. Enhances user experience B. Limits data consumption C. Only prioritizes desktop users D. Affects search rankings 23 / 25 23. How do you handle stateful vs. stateless applications? A. Stateful requires session data B. Stateless is complex C. Both are interchangeable D. Relies on server configurations 24 / 25 24. What is the difference between a prototype and an instance in JavaScript? A. Prototypes can be modified B. Instances are immutable C. Only for constructors D. Establish their types 25 / 25 25. How do you deploy web applications to a cloud environment? A. Manual deployments B. Using VMs C. Employing containers D. Configuration management
✅ Total Questions: (25 Questions)✅ Exam Duration: (10 Minutes)
✅ Exam Type: MCQs
✔ Use a laptop/desktop with a stable internet connection.✔ Recommended browsers: Chrome, Firefox, Edge (latest versions).✔ Ensure your webcam & microphone are working (if required).
🖊 Fill in the Exam Registration Form Correctly
⚠️ Incorrect details may result in delays or disqualification.
📌 Ensure all answers are submitted before the timer ends.📌 Once submitted, you cannot change your responses.📌 After passing, your certificate will be automatically generated with your registered name.
🎉 Congratulations on your success!
🎯 Stay focused and give your best! Good luck!
Please fill all the required fields carefully, information provided will be used in offer letter and Completion Certificate.
1 / 25
1. What will happen if you use the ng-content directive in Angular?
2 / 25
2. Which of the following is a valid Angular Pipe?
3 / 25
3. What is the use of the ng-container element?
4 / 25
4. What will the following code output?
let arr: number[] = [1, 2, 3];
arr.length = 0;
console.log(arr);
5 / 25
5. Which of the following is a lifecycle hook in Angular?
6 / 25
6. Discuss your experience with Agile methodologies in software development.
7 / 25
7. Discuss how to implement side effects in Angular using NgRx Effects.
8 / 25
8. How do you handle form state with NgRx?
9 / 25
9. How do guards work in Angular routing?
10 / 25
10. Describe the architecture of an Angular application.
11 / 25
11. What is the difference between dynamic and static websites?
12 / 25
12. How do you use CI/CD in a web application?
13 / 25
13. How can you dynamically generate HTML using JavaScript?
14 / 25
14. What is your experience with cloud providers?
15 / 25
15. How do you optimize assets for web applications?
16 / 25
16. Explain the differences between a server-side rendered and client-side rendered application.
17 / 25
17. What are web annotations?
18 / 25
18. How do you implement a testing strategy in your applications?
19 / 25
19. How do you ensure data integrity in your web application?
20 / 25
20. What techniques do you use to prevent memory leaks in JavaScript?
21 / 25
21. How do you prevent XSS attacks?
22 / 25
22. What is the importance of mobile optimization in web design?
23 / 25
23. How do you handle stateful vs. stateless applications?
24 / 25
24. What is the difference between a prototype and an instance in JavaScript?
25 / 25
25. How do you deploy web applications to a cloud environment?