1)
1: string consist of some capital and small letter... You have to maximize no. Of
small letter between two capital letter... Something like that
2: DP A person is sitting on round table. In how many steps he can go to target
position...
2)
ACID properties, SQL query, Dfs bfs, static keyword
Hm
2 codes and 1.5 hrs was shown
But you had to do 1 out of 2 in 45 mins
A recursion formula, result and one parameter was given you had to return minimum
of second parameter for which results is valid.
3)
Jaise ki ek string diya h upper aur lower case ka... zAAbbCXabcN.
Ab isme Tereko ek set aise bnana h ki max lower case wala ele ho aur different ho
Aur beech me upper case wale letters nahi hone chahiye
Isme sabse lamba string unique alphas ke sath abc bn rha h, to a,b,c 3 unique
elements aa rhe h
Exactly humko bhi yaad nahi aa rha h, but aisa hi kuch tha
4)
Temp Id was provided
Waited in cafeteria
Taken to an interviewer
Asked to solve 1 of the 2 given questions in 45 mins, same platform as previous
assessments
If atleast partially solved and interviewer is satisfied he may give you the chance
Interviewer asked for resume, looked at skill section and started questioning...
A recursion formula, result and one parameter was given you had to return minimum
of second parameter for which results is valid.
The DSA question that I solved
ACID properties
SQL query
Dfs bfs
static keyword
HashMap
Name of employee with 5th highest salary
And yes in start asked about the approach of the problem that was solved
2D DP question
Most of my friends were asked 2d, Strings rearrangement, Graph
(In my case I was trying to memorize but that didn't worked as when declaring the
2d matrix of that large size it said action not allowed on running.
May be there might be some pattern
I showed it to interviewer and he was convinced..)
5)
Guys...
The Interview went decent...
Questions asked..
# OOPS & 4 Pillars
# Create Table in SQL
# Linked list & types
# Heap sort
Apart from this asked about My Project & Certificates
Asked about self intro, relocation & SWOT(SWOT is an acronym for S`)
6)
name:Venkatesh sharma
role: SP
interview date: 18/3
interview location:chennai
questions asked: 2 dsa questions out of which 1 have to solve, to continue.
OOPS
DBMS
threading
Java platform independency
ACID property
2 SQL questions
I hope it helps, best of luck, folks.(Questions: triplet sum, and
longest consecutive subarray having difference either 0 or power of 2)
guys, prepare, sql query properly, those are bit complex
7)
2 DSA question were given, we have to choose 1 of them and solve it in 45min
If passed all test cases, then selection confirmed...only formality will be done in
interview
Questions are on Array, String, DP maximum based on friends and my experience
Like Longest Increasing Sequence with difference of 0 or Power of 2
Minimum time cookie
Minimum difference subset
Questions will be derivative of famous question
Interview will be resume based and basics of core subjects
Not focusing on ppt, just make for worst case
in sql,
join concepts,
count concept,
8)
Mine a bit different
2 dsa ques choose 1, both hard level in 40 min (Every one getting random ques, for
some medium, for some hard). Then my interview happened, and he asked majorly on my
projects and asked some sql queries.
9)
DSA ques ke liye mereko compiler issue hua first of all
Then jo interviewer hai wo khud bhi nhi bata paa rha tha, toh submit kr diya tha
meine, pr test cases pass nhi hue they
Fir Mera interview hua, maximum merse mere projects puche
Wo impressed tha mere projects dekhke, and uske upr hi questions kre. Then usne
mujse pucha rate urself on 1 to 5 in sql
Meine kaha I'm a beginner and said 3, fir basic queries krwae bss
Array tha, solve krne ko recursion and andr hi andr 1-2 functions orr likhne they
2nd string se tha
Dono ques hard level ke liye they, and 40 min mei solve Krna tha
Koi bhi 1, questions padhne ko extra time nhi tha
10)
Sharing My Bangalore Experience
You have to go to Gate 10 for the Visitor Card
And then from there you have to go to Building 44(kaafi door hai wahan pe cycle
Hota hai mil jayega to leliyo)
And then building 44 ke basement they will take Interviews.
You have to wait in the waiting room and then you can volunteer to Interview.
SP Experience:
The Interview was online for me. Once you volunteer they will tell you if it's
online and send the Link.
In a different room your interview will start. First the Interviewer asked me to
Introduce myself then asked to start screen sharing and then told to solve any one
of the Question.
One was mediumish and the other was hard. I couldn't solve all testcases but I
explained my approach and how It should be solved.(if you feel stuck, say you are a
bit stuck he might give you a clue.. depends ofc).Then he asked to present the
slides which I made. Then he asked some questions about the Projects and asked my
aspirations from slides. That's it. Asked if I have any questions for him and done.
(Shared my Experience. It might differ a bit)
The question was something like elements jn a array has some coins reward or
something like that. Find the no of elements in which you will get the
lowest number of coins(It's a variant of unbounded knapsack problem.... :
https://youtu.be/I-l6PBeERuc?feature=shared
Similar to this one)Similar The initial value of coins will be X and the
corresponding ones will be X=2*X-A[i]
11)
So I had interview in bengaluru yesterday, we were asked to solve one of the two
question, I could solve half, he took my interview, in the same room there was
another guy who couldn’t solve a single test case, he didn’t take his interview,
another person (who couldn’t solve) told, he explained his approach to interviewer
and his interview was taken so it really depends
SQL queries, java related in depth about private, static keywords and then
exception handling
In dsa: One tree question and one arrays
Return Lexicographically smallest binary string, you could remove either 1 or 0 if
1 followed by 0 is present
12)
For my 10 am slot, they would make us all sit in a room with our laptops then
around 10 am, the evaluation would start consisting of 2 DSA questions-
I don't remember the exact questions but one was that you have NxM grid, and
elements '*', A and E, A's are the armies that have to capture all E (enemy) and
you can't move to * marked spaces. So give the minimum moves or -1 if not possible-
something like this
Another question was in a circle table there are N chairs and Bob is at X position
so give the minimum number of jumps to reach Y position (where the door is located)
Some panelists were going around asking everyone what approach they were going for,
giving them hints, and helping to understand the question
Even though I was able to get 4 test cases passed, I explained my approach to
them.
Then everyone was allocated to different interviewers.
I was asked questions from my ppt, based on the technical skills I had mentioned
12)
Today,9:00 AM SP interview experience at Noida DC :
2 Leetcode Medium level Array question were asked, one we have to solve within 45
minutes.
1 SQL query : we have to implement functionality of JOIN function without actually
using JOIN function
Rest Questions were based on Skills mentioned in Introductory part of PPT :
What is bootstrap?
SQL vs NoSQL
Can we Store JSON file in Database using SQL and NoSQL?
What are agile methodologies?
No resume question,they didn't even ask for resume ,No project discussions ,No
discussion regarding past experience or internships
the question was like in an array A you have to implement operation such that A[i]
+ A[j] are not equal to a prime integer, i != j , i, j <= A.size(),if A[i] + A[j]
equal to prime integer then you have to remove one of both the elements,after the
operations are done you have to return length of Update array
13)
Hello everyone 👋
-SP interview experience at Noida dc
-2 dsa qs were asked ...one was something related to string and other was dp
array....
-Was asked to solve anyone in 30 -35 mins
-After assessment they asked 2 sql queries (pen paper)
-Then he asked me to present ppt
-then he asked what is oops ? Classes and objects and four pillars of oops.
All the best guys