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

IBM CODEKNACK – ASSOCIATE SYSTEM ENGINEER || ROUND:1 CODING ANSWERS

Round- 1 || Coding Answers – IBM CodeKnack 1. Write a program to accept a number N and print an immediate perfect square that is greater than N. Read the input from STDIN and print the output to STDOUT. Do not write arbitrary strings anywhere in the program Constraints: i) 0 < N <= 10000 … 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

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-43893|| INFORMATION SECURITY AWARENESS – Part 2

Part 2- Fresco Play Answers Answer: C 2. You are working in a shift and your colleague in the next shift is delayed due to traffic condition Your colleague calls you and asks you to download an urgent e mail from old such sharing of e-mail IDs? Answer: C, D 3. When you log on … Read more