Skip to main content

Technical Interview at Josh Technology


Hi, Its Suraj Jeswara, a Computer Engineer. I had my technical interview under Josh technologies on 29.03.17 conducted by Amcat
at BP Poddar Institute of Management & Technology. The technical interview was basically comprised of an online and a written test. The test was far more challenging than anticipated at the beginning. The online test was comprised of quantitative aptitude, computer programming and automata. The quants portion was kinda the one we encounter in Amcat examination. Easy but time crux do exists. In automata section only 2 questions were to be done in 45. Seems pretty easy but I vouch if you are not in flow with coding you can not solve a single one. I could do a pattern problem.
Question : Print the following pattern
1
3*2
4*5*6
10*9*8*7
11*12*13*14*15


For n rows… we were suppose to run and compile it against the test cases provided.
The 2nd one was on linked list and unfortunetly I couldn’t dispose it on time. The computer programing part was like the one appeared in Amcat papers but a bit more complicated. One of the question that I can recall is.:


Question: what will be the output of:


Printf(“%d”, printf(“%d”, 1234);


Then after all this a 45 min written round took place. We were suppose to write the functions to perform certain computations. Let me share a question from this session.


Question: Write a function which takes an array and a value as an argument. It returns 1 if any 2 values of the array when added gives the value passed, Else it returns - 1. .For example
the function signature is :
addtwonumbers(int A[],int k)
where,
A[]={4,6,1,7,9}
K passed be 15
since, 6+9=15.
1 returned.


The question seems very simple but the twist was that the solution must have a O(n) time complexity. I did it and one more question on linked list which is too lengthy to be shared . Rest were beyond my scope in that trifle of time.
Hope u guys got some serious idea about the pattern. What I will suggest is that go through pointers, linked list and binary tree concepts often, It may help in lots of campuses and will fetch you a better job.

Coding and solving critical computations is highly essential. You people can refer to geekforgeeks (http://www.geeksforgeeks.org/data-structures/) and hackeearth (https://www.hackerearth.com/)  to keep practicing coding and off course an all round development was done by EDUFUN .


Comments

  1. thanks suraj da,... really helped a lot

    ReplyDelete
    Replies
    1. Thanku suraj daa....i will surely try to solve the problems.

      Delete
  2. The logical or mathematical modal of a particular data is called data structure.

    OR

    A way to organized and manipulate the data is called data structure

    https://cuitutorial.com/courses/data-structure/

    ReplyDelete

Post a Comment

Popular posts from this blog

KPMG Interview Experience

Hello Readers, This blog is about my interview experience with KPMG India. I have covered the intricacies of the interview process along with the questions asked. I must highlight my profile to you guys so that you get the context of the interview. I had 1 year of experience working as a web developer and had worked as an ETL developer at cognizant for 3 years. During my stint, I got to work on tools and technologies like Informatica Powercenter, Informatica B2B Dx, Informatica MFT, Splunk, Python, Shell Scripting, PHP, MongoDB, Laravel, NodeJS, and SQL.  So, let me begin. I have divided it into parts so that it gets easy to comprehend the sections separately.  The Application. I have been applying for jobs since September 2020. In the beginning, I hardly received any calls for the interview. I applied using Naukri and even got a Linkedin premium account. I must admit that most of the calls that I received later were via my applications over LinkedIn but during the initial period, I ha

Cognizant Interview Experience

Hi all, I am back again with a new interview experience with cognizant. The interview was held on 11th March 18, at Unitech, Kolkata …. The candidates who cleared an online assessment by amcat were called for the interview. The assessment was on quantitative, verbal and non verbal questions. Also, there was a coding test of one hour that comprised of two programs. The problems were quite simple based on loops, arrays and functions. However, it must not be taken lightly because some Of the problems were quite challenging. I insists one to solve some questions from hackerank before you sit for the automata round. Let's move on to the interview experience now. My reporting time was 11:00 am and I reached there on time with all the asked documents. The amcat team was present there to assess and check the documents. I must highlight that they are very strict with the documents, so don't miss out carrying any of the document they have asked for. Each of the cand