Given two strings - String A and String B, can you make string B by rotating the characters of String B? eg. "nabana" - "banana"
Jr Software Engineer Interview Questions
7,249 jr software engineer interview questions shared by candidates
Simple 1 coding question and Oops concepts and basics of python and data types after that My HR round was scheduled where i was asked basic questions where are you from hobbies why zensar then ready to work at any location and at the end she asked me did you have any questions. I asked about products of company and will their be Internship which she said no and about product she said she is not technically sound
9 questions in total: 6 theoretical, 3 coding. theoretical Qs included static analysis ex: what this code produces or prints, or whats the problem with the following code, or whats the value of x after execution. Code questions: 1. DNA complement: given a string with length n, made up of A, B, C ,D, change every letter according to the rules, ex: A becomes B, B becomes D and so on. input: AB -> output: BD 2. given a number num, two adjacent digits can be swapped if they are both odd OR if they are both even. find the largest number than can be created from swapping digits (unlimited swap operations). 3. Given a binary string, find the number of substrings that contains equal number of 0's and 1's and all 0's and 1's are grouped together, for ex: 1100 is a valid substring, but 0101 isn't (although number of zeroes are equal to ones, but the digits aren't grouped together)
What is SDLC? Preferred programming language
Basic Java concepts were asked.
given a method that is able to read from a disk implement a Cache that can store 4N kb of memory.
based on only oops and database
What is inline function OOP concepts Database
Phone interview consisted of simple behavioral questions and an easy coding question. The four final round interviews consisted of the same structure with the coding questions being more at a leetcode medium level.
What is a class, what is an object.
Viewing 5951 - 5960 interview questions