Posts

Showing posts from March, 2022

Summative kba

Image
  SET 2 ANSWERS 1. Storage, networking, servers 2. Tomcat 3. Hierarchical 4. Ddl 5. Event Loop 6. Event handler 7. Bandwidth, packet loss 8. Branch, checkout 9. Host 10. Disk space, memory, CPU 11. Passive, active 12. Microservice architecture 13. SOA 14. Software defined network 15. Progressive web application 16. API 17. Resource 18. Project risks 19. Risk 20. UDP 21. IP 22. Zombie 23. Cryptography 24. Public key 25. A and C 26. Define intuitive short cuts 27. UI design process 28. True 29. True 30. True I got 96.67% Set 2 Quiz 3 answers Software engineering fundamentals/concept 75/100 9 @mediatag 17 TCP 12 Automatic Identification and Data Collection 11 .info 8 CSS3 4 none pf the above  3 - 80 5 C#, java, cotlin 7 authentication 6 -12 16 responsive web design 2 - 443 14 - @ media rules 13 Rxswift and X code 15 meta viewport tag 1 <input type="text" pattern="Tw](6,8}" /> 1.00 <input type="text" pattern="[A-Ba-b0-9_](6,8}" /> 17 TC

TCS March 14 solutions

Image
Tcs answers 14/3/22 Hey friends, Below are the TCS answers for exam conducted on March 14  Here I mentioned only the options which are correct so please check manually with keywords and do the exam. If any doubts please do comment on the blog below  TCS APTITUDE ANSWER 1) 510 2) A,B, C and D 3) 109.5 4) 2.5 5) 11.11% 6) A 7) 8400  8) 408 9-59 10-69 11-80  11 allcoding1 12-equal to the principal 13- 15128 14 - mean is <median 15-33.33% 16) 253 17-0 18-105.54 19-66 m/h 21-25.88 TCS Verbals ANS 14/3/22 1) C 2- a iv d iii ci b ii 3- CBAED 4 a iv biii c ii d i 5 a1 b2 c3 d4 6) down to the wire,throw in the Towel 7- economising8-SP 8- RP 9-Aii 10- Recognising the need to sharpen 11-(A) in the pipeline (B)going downhill 12-in addition to allowing 13-(A)in the bad books of (B)a heart to heart 14-SP 15-mercenary 16- penchant 17- SRPQ 18-it turns out the majority 19-the writer thinks that 20- that the human imagination 21- revolution 22-it involves steps like education 23-the benefits reach

Anagram and substitution

Image
Anagram: Anagram is to compare two words by sorting them if equals then it's anagram . using System; public class Demo {     public static void Main () {        string str1 = "heater";       string str2 = "reheat";        char[] ch1 = str1.ToLower().ToCharArray();       char[] ch2 = str2.ToLower().ToCharArray();       Array.Sort(ch1);       Array.Sort(ch2);       string val1 = new string(ch1);       string val2 = new string(ch2);       if (val1 == val2) {          Console.WriteLine("Both the strings are Anagrams");       } else {          Console.WriteLine("Both the strings are not Anagrams");       }    } } Substitution: Cipher is an encoding technique where we encrypt given words with some key provided . using System; class SubstitutionCipher {    static void Main()    {       string key = "jfkgotmyvhspcandxlrwebquiz";       string plainText = "the quick brown fox jumps over the lazy dog";       string cipherText = Enc

Cognizant Html css js CC

Image
 1. ATLAS PACKERS AND MOVERS:---- <!DOCTYPE html> <html> <head> <title>ATLAS PACKERS AND MOVERS</title> <style> .left{ left:0; } .right{ right:0; background-color:#548AE3; width:60%; padding:10px; } .b{ color:#FFFFFF; } .c{ color:#C21807; font-size:15px; font-family:"Georgia"; } #image{ width:80%; height:90%; } h3{ margin-right:auto; margin-left:auto; text-align:center; width:50%; font-family:"Georgia"; border-radius:6px; } table,th,td{ border-spacing:2px; font-size:15px; font-family:"Georgia"; border-radius:6px; padding:3px; border: 1px solid white; } td{ color:#FFFFFF; background-color:#548EA3; border-spacing:5px; } #submit{ color:#c21807; font-weight:bold; background-color:#ffffff; font-size:15px; font-family:"Georgia"; border-radius:6px; padding:3px; } #submit:hover{ background-color:#FF0000; color:#ffffff; } h3{ color:#c21807; font-weight:bold; background-color:#ffffff; font-size:15px; font-family:"G