T-Factor TCS WINGS1 || Course ID: 72416 BUSINESS SKILLS -TRACK 2 || PART-1 || Fresco Play

Part- 1 || T-Factor Track 1 1. Which principle of persuasion is related to titles, tailors and tune? Answer: D 2. Which of the following statements regarding delegation is false? Answer: B 3. On his first day at work in the DIY Shop, Bill’s manager asked him to sweep the aisles clean. In aisle three, … Read more

TCS iEvolve Course ID: 4869 || Wings 1 – Selenium Solutions || Fresco Play

Wings 1- Selenium Solutions Answer: D 2. FM Which one is a class in Selenium? Answer: A 3. Selenium method to get content which is inside any HTML tags? Answer: A 4. What is the best element locator in selenium webdriver? Answer: A 5. If you want to validate that a button has appeared on … Read more

TCS iEvovle Course ID: 62243|| Digital: Mini project – Java Complete Beginner _FP|| Part -3 || HANDS ON SOLUTIONS

PART – 3 || HANDS ON SOLUTIONS 1. Tree Map Sol: package com.fresco; import java.util.*; import java.util.Map; import java.util.TreeMap; public class TreemapHandson {     public TreeMap<Integer,String> createPlayerPositionMap(String cricketDataset)     {         TreeMap<Integer,String> playerPositionMap = new TreeMap<Integer,String>();         String[] playerSet = cricketDataset.split(“\\|”);         for(String player: playerSet){             String[] playerDetails = player.split(“,”);             playerPositionMap.put(Integer.parseInt(playerDetails[0].toString()), playerDetails[1]);         } … Read more

TCS iEvovle Course ID: 62243- HANDS ON SOLUTIONS || Digital: Mini project – Java Complete Beginner _FP || – Part 2

Part -2 || HANDS ON SOLUTIONS 1. Polymorphism Sol: import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; class Parent{     public int startElement;     public int endElement;     public String filter(){         return null;     } }     class ChildOne extends Parent {         private Boolean isPrime(int n){             if(n==1) return false;             … Read more

TCS iEvolve COURSE ID-56913|| DIGITAL: CYBER SECURITY PROLOGUE || Fresco Play Answers- Part 2

PART_2: Fresco play Answers Answer: B 2. An error message displayed on the system, symbolizes virus infection? Answer: A 3. The three chains of RADIUS Security are? Answer: C 4. A type of assessment that is often performed in a sandbox-virtual environment to prevent malware from actually infecting production systems is called? Answer: C 5. … Read more

TCS iEvolve COURSE ID-56913|| DIGITAL: CYBER SECURITY PROLOGUE_FP || Fresco Play Answers Part-1

Part -1 || iEvolve Fresco play Answers Answer: B 2. What is the practice and study of techniques for secure communication in the presence of third parties, commonly called? Answer: A 3. The process of converting a message to an unintelligible form with the help of an algorithm and a key is known as Answer: … Read more

TCS iEvolve- Course ID: 62297||Basic IP Awareness WBT||Fresco Play- Part 2

Part – 2 || MCQ Answers 1. In a sync-up call, the facilitator does the following: A. Helps adhere to time box and moderates the discussion B. Due to time constraints prefers to focus on key members during the discuss C. Asks participants to playback to ensure message was received as intended. D. Facilitator ensures … Read more