Yahoo Web Search

Search results

      • Candidates will be able to take this test in any programming language: Java, C, Python or C++. Basics of Programming must be learned in at least one language of programming. This round usually includes 2 or 3 code problems. The topics that must be mastered are: Looping, Arrays, Functions, and Strings are all examples of decision-making.
      www.simplilearn.com/wipro-interview-questions-answers-article
  1. People also ask

  2. Feb 20, 2023 · Question 1) What is the format of the Wipro coding round? Answer: Wipro’s coding round might consist of multiple-choice questions, programming exercises, or both. The format might vary depending on the position you are applying for.

    • Problem Statement. Alex works at a clothing store. There is a large pile of socks that must be paired by color for sale. Given an array of integers representing the color of each sock, determine how many pairs of socks with matching colors there are.
    • Counting Valleys. Problem Statement. Gary is an avid hiker. He tracks his hikes meticulously, paying close attention to small details like topography.
    • Left Rotation. Problem Statement. A left rotation operation on an array shifts each of the array’s elements unit to the left. For example, if 2 left rotations are performed on array [1, 2, 3, 4, 5], then the array would become [3, 4, 5, 1, 2].
    • Ques: C Program to check if two given matrices are identical. C. Python. #include #define N 4 // This function returns 1 if A[][] and B[][] are identical // otherwise returns 0 int areSame (int A[][N], int B[][N]) { int i, j; for (i = 0; i < N; i++) for (j = 0; j < N; j++) if (A[i][j] !=
  3. Jun 15, 2024 · Technical Round: This round involves technical questions and coding problems from various domains. To maximize your chances you should be prepared with Data structures and Algorithms, DBMS, Operating systems, Networking, OOPs concepts, and a programming language of your choice.

    • Distinct Elements In An Array. Problem Statement. Given an unsorted array of integers print each distinct element in the array. The array could have duplicates, and the output should print each element once.
    • Parenthesis Checker. Problem Statement. If you have a string that contains only two characters ‘(‘, ‘)’, ”, “[ [‘, ‘]’, determine whether that string has valid parenthesis or not .
    • Sort Array In Ascending and Descending Pattern. Problem Statement. Given an array of integers, sort the first half of the array in ascending order and second half in descending order.
    • Count Number of 1’s. Problem Statement. Convert a Decimal Number to Binary & Count the Number of 1s in it. Examples: Input. 1: 10 Output 1: The binary equivalent of 10 is : 1010 Number of 1s is : 2 Input 2: 15 Output 2: The binary equivalent of 15 is : 1111 Number of 1s is 4.
    • Write a program to implement a bubble sort algorithm for sorting the elements of an array. (Source) Code in C: #include
    • Write a C program to convert a decimal number to binary and print the count of 1’s in it. If 1’s are not present in the binary number, print invalid input.
    • Given a binary number as input, we need to write a program to convert the given binary number into an equivalent decimal number.
    • Write a program to find the factorial of a number using a loop. Code in C: (Source) #include int main() { int n, i; unsigned long long fact = 1;
  4. 5 days ago · Online Coding Round: This round consists of around 2-3 coding questions, all are of easy levels. Generally asked questions are : pattern printing based, mathematical like GCD finding and other basic operations.

  5. Jul 4, 2024 · The coding assessment is one of the most important sections in Wipro on-campus and off-campus drives. Candidates are given two coding problems that must be solved within the stipulated time of 60 minutes.