Veritas Interview Experience | Set 1 ( On Campus ) Last Updated : 28 Jun, 2021 Comments Improve Suggest changes Like Article Like Report Veritas visited our college for campus hiring. The selection process included aptitude tests, 2 tech interviews, and an HR interview. The aptitude test was on hackerrank. It had 20 MCQs based on cs concepts (database:btree, os, HTML form one que), basic math (no of solutions for p^2 = n+q^2 ), etc and 2 coding questions. There was negative marking for MCQs and solving one coding question was important. 1st tech interview (1Hr): They asked me which languages I am comfortable with. I chose C and Java. Reverse a singly linked list. Implementation of strlen function in string.h Implementation of strcmp using pointer OOPs concepts with explanation and example Storage classes in C Access specifiers in Java Difference between string and char array in c. bubble sort code Function with variable length arguments Function overloading error: what will happen if overloaded functions have same arguments but different return type delete a node in linked list given a pointer to the node(node is not tail) References in java Collection classes rval, lval Have you done any system level coding. I said assembler program and compiler theory. Abstract classes and interface difference. Why main is not private in Java? How to given arguments to program while running it? Ans: cmd line arguments can be accepted as strings Puzzle: 10 coins are given. one coin has less weight. find the coin in 3 iterations. 2nd tech interview (1hr 15 min): They asked my favourite topics. I said Data structures and DBMS. basic python questions strcmp Function is given string arguments which are names of function of a class call those functions from this function. eg. consider function as fun(method1,method2) and class is c so fun should call method1 of class c. I didn't know the answer. Inorder tree traversal using recursion and iterative. Data structures for BFS, DFS. Given an array of elements (millions of elements) return the second highest occurring element. you are given a string say "this is a book" and reverse function and output should be "book a is this" Ans:reverse string and then reverse every word. Order of compilation, relocation, linking and loading Examples of polymorphism Which data structure can be used to reverse words in file? int arr[5]; printf("%u%u",arr+1,&arr+1); output? They asked me if I knew Perl. I said no. HR interview: Background, Areas of interests(technical), Why Veritas?, What do you know about Veritas? Finally, they selected 9 people out of 29 and I was one of them. Thanks to GeeksforGeeks!!!! Comment More infoAdvertise with us Next Article Veritas Interview Experience | Set 1 ( On Campus ) Anonymous Improve Article Tags : Interview Experiences Experiences Veritas Practice Tags : Veritas Similar Reads Veritas Interview Experience (On-Campus) Veritas conducted campus placements at our college, employing a comprehensive selection process that included shortlisting based on CGPA, a test comprising technical and aptitude questions with two coding questions, a technical round, a managerial round, and an HR round. Test:Format: 20 MCQs and 2 c 2 min read Veritas Interview Experience | On-Campus 2022 Veritas visited our college in September 2021 hiring for 3 roles: 6-month intern, FTE, and SQA. The hiring process consisted of 4 rounds i.e Techincal MCQ + coding, Technical Interview, Managerial Interview, and HR round. Round 1: MCQ and Coding round It consisted of 20 MCQs of easy-medium level bas 3 min read Unisys Interview Experience | Set 1 (On-Campus) Unisys visited our campus for a recruitment drive, providing an exciting opportunity for students to showcase their skills and secure positions in their esteemed organization.Round 1: 25 MCQs based on C,C++ and JAVA(concept based) , 25 MCQs based on aptitude, 15 output related MCQs, 25 MCQs on Data 3 min read TCS Interview Experience | Set 26 (On-Campus) TCS pattern has completely changed from this year and the questions from CampusGate or m4maths are not repeated anymore. Round 1: In the written round these are the sections TCS Command Base Line Coding Questions - 2 Coding Questions (Very Tough if you dont know command Line Programming TCS Effectiv 1 min read VISA Inc. Interview Experience | Set 2 (On-Campus) Visa Inc. (On - Campus, Day 1) Preliminary Round : 75 minutes Test on Mettle. Assessment Composition: 1. Coding Skills: 2 Questions 2. Programming: 10 Questions 3. Machine Learning Hadoop MCQ: 6 Questions 4. Networking MCQ: 6 Questions 5. Operating System: 6 Questions 6. Infrastructure: 6 Questions 1 min read Like