TCS iEvolve COURSE ID: 64091|| DATA PRIVACY || Fresco Play Answers

iEvolve Course ID: 64091 || Data Privacy 1. What constitutes Personal Information (PI) in all jurisdictions? Answer: A 2. Which of the following is true? Answer: B 3. Which of the following is an example of Personal Information (PI) processing in TCS? Answer: D 4. You were working on something on your system, when you … Read more

TCS iEvolve COURSE ID: 21939 || TATA CODE OF CONDUCT- AWARENESS AND ALLEGIANCE || Fresco Play

Course ID: 21939 || Fresco Play Answers 1. We shall not compromise safety in the pursuit of commercial advantage? Answer: A 2. Our company has recently announced the launch of a new business initiative. In connection with this, your friend who is a journalist with a leading business newspaper has asked you to provide some … Read more

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

Part-3 || T-Factor Wings-1 1. Which Acronym is related to the GOAL setting. Select the appropriate option? Answer: C 2. Select the options applicable to Agile Mindset? Answer: B, C, E, F 3. Product is the center of the ___________? Answer: D 4. Choose the reason that classify the problem as complex problem? Answer: B, … Read more

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

Part-2 || T-Factor Track2 1. Which of the following would NOT influence your assessment of data, information or evidence? Answer: D 2. Name the title of the speech of Dr. Martin Luther King is ___________? Answer: A 3. The rule of reciprocity is a social norm in which a person feels obligated to return the … Read more

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 iEvovle Course ID: 62243|| Digital: Mini project – Java Complete Beginner _FP|| Part -1 || HANDS ON SOLUTIONS

Part – 1 || Hands On Solutions 1. Object and Classes Sol: import java.io.*; import java.util.*; class Register {     private static Register register = new Register();     /*      * Complete the ‘getTotalBill’ function below.      *      * The function is expected to return a STRING.     … 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