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

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

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-Part1

Part – 1 Fresco Play Answers Answer: A 2. You want to start a blog to discuss delivery issues in your project or relationship What would you do? elect only one answer. Answer: C 3. I bring my personal laptop to the office Answer: C 4. There is a fire in your Offshore Development Centre … Read more

TCS iEvolve- Course ID: 67334 || Process Occupational Health and Safety || Fresco Play- PART 1

Part – 1 || Fresco Play Question and Answers 1.You notice an associate is typing a message on the phone while walking down the stairs and not holding the handrails will qualify as an?  A. Casual act  B. Unusual act  C. Unsafe act (Safety observation)  Answer: C  2.I can run down the stairs in the … Read more