Join Regular Classroom : Visit ClassroomTech

TCS

Anagrams | Coding Problem Solve | codewindow.in

Anagram An anagram is a word, phrase or name formed by rearranging the letters of another word, phrase or name.Write a function to check if two given strings are anagrams or not. Return “yes” if they are anagrams, otherwise return “no”. Input Specifications:input1: the first stringinput2: the second string Output Specification:Return “yes” if they are […]

Anagrams | Coding Problem Solve | codewindow.in Read More »

Number Puzzle | Coding Problem Solve | codewindow.in

Number Puzzle Given a set of numbers, one can arrange them in any order but must pay a penalty equal to the sum of the absolute differences between adjacent numbers.Return the minimum penalty that must be paid. Input Specification:input1:Length of an integer array of numbers (2<=input1<=1000)input2:Integer array (1<=input2[i]<=10000) Output specification:Return the minimum penalty. Example:Input1: 3Input2:

Number Puzzle | Coding Problem Solve | codewindow.in Read More »

TATA Steel Recruitment Drive | Junior Engineer Trainee | Codewindow.in

Tata Steel is looking for young and bright diploma/degree holders in Mechanical / Electrical / Metallurgy/ Electronics/ Instrumentation/ Mining/ Mine Surveying to join as Junior Engineer Trainees. Selected candidates will undergo 12 months training in the company’s Technical Training Institute before placement in the plant. On successful completion of training, candidates will be placed with

TATA Steel Recruitment Drive | Junior Engineer Trainee | Codewindow.in Read More »

Cognizant Placement Paper 2022 | Part 3 | On-Campus Placement | CodeWindow.in

Question 1 Answer Question 1 21. Read the following passage and answer the questions: To those who do listen, the desert speaks of things with an emphasis quite different from that of the shore, the mountain, the valley or the plains, whereas these invite action and suggest limitless opportunity and exhaust less resources, the implications

Cognizant Placement Paper 2022 | Part 3 | On-Campus Placement | CodeWindow.in Read More »

TCS NQT Test | Codewindow.in

Tata Consultancy Services – Information Technology Consulting Company About TCS National Qualifier Test (TCS NQT) TCS National Qualifier Test (TCS NQT) is a multi-level assessment to assess the following competencies and skills: 1. Competence on the core cognitive processes required for entry-level jobs 2. Industry-specific knowledge and insights 3. Specialisation on skills required to perform various

TCS NQT Test | Codewindow.in Read More »

Coding Questions | Longest Increasing Subsequence | Codewindow.in

Given an integer array ‘A’, find the length of its longest increasing subsequence (LIS). LIS is a sub-array of the given integer array where the elements are sorted in a monotonic/strict increasing order. Input Format:Input 1: Integer input ‘n'(1<=input1<=1000)Input 2: Integer array ‘A’ input, containing ‘n’ integers. Output Format:Return the length of its LIS. Example

Coding Questions | Longest Increasing Subsequence | Codewindow.in Read More »