write a command-line program to evaluate a set of equations. Like: a=b+4 b=c+d d=4 c=3+2
Software Engineer Data Interview Questions
439,163 software engineer data interview questions shared by candidates
Find the intersection of two linked lists. Follow up: if the linked lists are doubly-linked lists.
2nd Round – Technical (Written): • 10 SQL questions, mainly on joins and foreign keys. • Programming Logic Questions. o From the given string find the first repeated character. o Find the sum of digits in a number. (Eg. 24 -> 2+4=6) o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be 1 2 3 4 5 6 7 8 9 10 o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be * * * * * * * * * *
Given a string and a char, write a function that returns the string without the char in it.
how to print a singly linked list backwards
Usual interview questions and multiple unprofessional questions
Finding the length of the longest substring containing unique characters
Merge 2 sorted lists
Programs like remove the duplicate numbers in sorted array by scanning the array only once, means {1,1,2,3,6,8,8,8,8}-->{1,2,3,6,8}, producer and consumer problem, and finding the sum of diagonal elemts in array of any size, etc
Difference between Encapsulation and Abstraction. Examples of OOPS concepts. Java Interfaces, access modifiers. Classes Objects. Keys in DBMS Difference between DROP, DELETE and TRUNCATE One question from coding round(which I could not solve). I was given 15 minutes to solve but I was unable to solve. Interviewers were helpful and Company is good.
Viewing 1611 - 1620 interview questions