Binary Semantics Interview Experience Last Updated : 18 Jan, 2023 Summarize Comments Improve Suggest changes Share Like Article Like Report Round 1: This round was a basic HR round asked to introduce myself and my background details Round 2: This round was conducted on a Normal Jupyter notebook consisting of 5 programming questions related to basic python, regular expressions, and the pandas library. The time given for the test was 30 Mins. 1st coding question was basic pandas function and some queries2nd coding question was based on Dictionary to pandas data frame and do some operations3rd coding question was related to regex to find the consecutive binary is a stringThe 4th coding question was to multiply two arrays without NumPy5th coding question was to print an equilateral triangle Round 3: This round is entirely Machine learning statistics, and deep learning they are mainly focused on NLP They asked me to Explain any algorithm from scratch and the pros and consWhy can't we use linear regression for classificationBasic NLP questions After that, we discussed relocation and work type and disclosed Comment More infoAdvertise with us Next Article TCS Digital Interview Experience Anonymous Improve Article Tags : Interview Experiences Experiences Similar Reads Byju's Interview Experience Coding round: Base62 String question and a minimum number of jumps.Round 1: I was interviewed with vice-president of engineering at Byju. The interviewer asked me about a Dynamic-programming problem- Given 1500 numbers of trains and 2000 platforms find the number of trains, one person has to change 1 min read TCS Digital Interview Experience TCS Digital Campus Hiring** **Interview Rounds:** **Round 1: Online Test** The first round was an online test conducted on-campus. It comprised multiple-choice questions covering various topics such as quantitative aptitude, logical reasoning, verbal ability, and programming concepts. Additionally, 3 min read Barclays Interview Experience Software Engineer position: 1. Aptitude Test 2. Coding Test Round (2 Questions)Round duration - 90 MinutesRound difficulty - MediumIt was a mixed round containing technical aptitude questions, Os, DBMS, and output questions and in the end, there were 2 coding questions. Q1. Longest Increasing Subseq 2 min read TCS Interview Experience For TCS Digital During our campus placement season, TCS (Tata Consultancy Services) visited our campus in January 2024. The first round was the TCS National Qualifier Test (NQT), held on January 15, 2024. This test had sections on Quantitative Aptitude, Verbal Ability, Logical Reasoning, and two coding sections. Th 2 min read Amazon Interview Experience | Set 250 ROUND 1(Technical): I initially had a telephonic interview where it started with my basic intro and some questions about my current work. He then asked a couple of binary tree related questions: 1.1 Check if a given binary tree is BST or not. 1.2 In a BST, each node has an additional attribute 'scor 4 min read Amazon Interview Experience | Set 168 Interview 1: The interviewer asked me about my resume which was followed by the following question.Given a function mapped from integers to real numbers, which strictly increases upto a certain point say A and strictly decreases after it, write a function to find this point.The solution was a simple 3 min read Like