Veermata Jijabai Technological Institute (VJTI), Mumbai

Mumbai, Maharashtra

What if you can't knock at your Veermata Jijabai Technological Institute (VJTI), Mumbai seniors' door for advice? Read their placement interview questions and crack your next interview. 🏆

filter iconFilter interviews by

Veermata Jijabai Technological Institute (VJTI), Mumbai Placement Interview Questions

Updated 8 Jan 2025

167 interviews found

user image Anonymous

posted on 14 Sep 2015

1 Interview Round

Interview Preparation Tips

Round: Technical Interview
Experience: make perfect-machine, power system, switchgear etc...........

Skill Tips: take practice aptitude test & GD
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview

NA Interview Questions

user image Anonymous

posted on 14 Sep 2015

4 Interview Rounds

Interview Preparation Tips

Round: Technical Interview
Experience: "1. Create a 8:1 mux using 2:1 muxes only
2. Create a and gate, or gate, not gate using a 2:1 mux
3. Asked me to write a code for some mux logic (pseudo code in C)
4. Difference between a decoder and a demux
5. difference between a muc and mup
Thats all I remember. The questions were pretty simple. I did not make through this round to the next HR round though."

Skill Tips: Every interview had the same set of questions. Pray that you dont end up being the first to appear for the interview.
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview

not mentioned Interview Questions

user image Anonymous

posted on 13 Sep 2015

1 Interview Round

Interview Questions

Interview Preparation Tips

Round: Technical Interview
Tips: Know ur 4-5 sem subjects
For electricals :- they generally ask about switch gears


College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview
user image Anonymous

posted on 13 Sep 2015

1 Interview Round

Interview Preparation Tips

Round: Technical Interview
Experience: Just practise last 20 years GATE paper for section Analog Integrated circuits & Digital design
Cypress apti is very difficult-- 3 section-- Analog , Digital, C -- C was kind of optional becoz i got 4/20 in C then also selected

You should be crystal clear on your projects

UART , SPI & I2C
ADC & DAC
Sigma delta & Succesive Approx should be known
op-amp ---application
SRAM & DRAM
What is NV-SRAM?
USB protocol --(if u kow then only tell).
Google about PSoC (progg syst on chip)..all is configutrable....u can select no of bit ADC u want... protocol to communicate.....has ADC , UART, spi i2c digital filters, op-amps all in ONE chip....so system on chip

Tips: if u tell i don't know something on ur project ,.....then all screwed up!!!
pls know everything on ur proj
don't tell i didn't do it ...my friend did it


College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: One general aptitude test: questions on logic and language. Easy-moderate difficulty level but a little long. Selected candidates went on to a technical cum HR interview.

Round: HR Interview
Tips: 1) Be truthful throughout the interview.
2) Don't worry too much.They like VJTIans. (In fact, there's a fair chance that the interviewer himself is one).

Round: Technical Interview
Experience: Most candidates were quizzed on 2 or 3 subjects of their own choice (from any semester). I was quizzed on Fluid Mechanics and I found the questions easy.

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview

1 Interview Round

Interview Preparation Tips

Round: Technical Interview
Experience: questions were mainly asked on C, data structures linked lists, wireless communications. i was asked questions on pointers, linked lists, difference between structures and unions, endien-ness(big or little)
about microprocesors- interrupt scheme: which scheme is better , when?
about assembly programming.
They may ask you to write assembly codes/C program
emphasis is on the logic used and not so much on the syntax.

Tips: do C really well. they ask you about projects. also do communication subjects, microprocessors.
they prefer if you know about data structures and OS but it's okay even if you don't.
be honest. if you don't know something say you don't.
do your final year project well.

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview
user image Anonymous

posted on 13 Sep 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Other Interview
Experience: it was management interview
Tips: -Make sure you know everthing on your resume.Most questions are based on your resume

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview

4 Interview Rounds

Interview Questions

  • Q1. Can pointers be added,subtracted etc
  • Q2. Algo,code,walkthrough for tower of hanoi
  • Q3. Reverse a doubly linked list(only head pointer is given) (Both recursive and non-recursive methods) //this Q was asked to almost 10-12 students ;)
  • Q4. Array of pointers,pointer to arrays and their byte sizes
  • Q5. Identify a system as big or little endian
  • Q6. -find if a linkedlist is circular
  • Q7. Macro to set a particular bit of a number
  • Q8. Concepts on compiling,linking and loading //this Q was asked to almost 5-6 students
  • Q9. What is paging,segmentation
  • Q10. Reverse a singly link list
  • Q11. Program Logic to solve Sudoku
  • Q12. Whats the maximum memory you can allocate with malloc()
  • Q13. What is virtual memory ? Why is it called virtual ? Whats the area of hard disk where pages are replaced to, called?
  • Q14. What is the role of virtual memory if there is no swap space...(Interviewer was So knowledgeable about memory management that We spent 1 hour out of 1.45 hour o...read more
  • Q15. Process p1 & p2. p1 writes to an address & sleeps...p2 writes another value to the same address & terminates. Now p1 wakes up & reads value of that address. He ...read more
  • Q16. What determines the padding size for the last member of the struct ? (We discussed this for half an hour probably !!)
  • Q17. Write a C code to delete a node from circular doubly linked list where you cannot delete the head node.. (At the last i was very eager to know the answers to th...read more
  • Q18. Int *p[5]; int (*q)[5]; sizeof(p)=? sizeof(q)=?
  • Q19. How static and global variables work- when they are declared inside and when they are declared outside the functions
  • Q20. Write code to reverse a doubly linked list
  • Q21. Towers of hanoi- explain algorithm and write code [recursive]
  • Q22. Final year project, general info abt wht u r gonna do
  • Q23. 2 queues q1 and q2 are given.A background process copies elements from q1 to q2.In case an error occurs elements from q2 need to be copied back again to q1.Writ...read more
  • Q24. Why cant u open two serial port connections at a time
  • Q25. A function returns a float ,the float value may also indicate error/failure in the function.How will u implement it?
  • Q26. Synchronisation and locks - given 2 threads...print out 1 to 10 such that 1 thread shud print all odd nos and other should print even nos
  • Q27. What is binary search tree...given n elements in binary tree....what is max ht of tree...what is search complexity for the case when this ht is max....how can u...read more
  • Q28. -a try block throws an exception which is caught by catch()...how the throw() is internally implemented
  • Q29. Int a[10] printf(“%d”,sizeof(a)) what will be the output?
  • Q30. How are static functions used in c/c++
  • Q31. Tell me something about your Final year project. (My final year project is Soooo advanced that i ended up telling him mam will give us research papers and then ...read more
  • Q32. Write a code to delete a node from singly linked list where you will be given head and offset of the node to be deleted
  • Q33. Represent numbers using linked list. How would you add two numbers represented in linked list form. Length of numbers can be different
  • Q34. What are Tries and why they are used
  • Q35. Given a linked list find if there is loop. (I gave standard algo, then he asked why it works?) Extended to find loop point. (I said I know this question, So he ...read more
  • Q36. What are locks? If you have non pre-emptive uni processor system, is there any need of lock. (He himself was confused about what he was asking & my questions ma...read more
  • Q37. Where are static global variables stored. Where are function’s static variable stored ?
  • Q38. Why the value of static variable initialised to Zero ? Why not any other constant ?
  • Q39. Can you assign variable value to a static variable during initialization ?
  • Q40. What is macro ? What are differences between Macro and function ? Later changed to What are differences between macro and In-line functions?
  • Q41. What is paging ?
  • Q42. What is associative mapping ? What is difference between associative mapping and direct mapping ? What is set associative mapping? (After hearing last question ...read more
  • Q43. Can paging be implemented completely in OS, thus, removing paging hardware?
  • Q44. What is TLB ?
  • Q45. Write a macro To add/multiply two numbers and some variations
  • Q46. Write a Macro in which you will define temporary variables & User can call this macro multiple times & still it should not give multiple definitions error
  • Q47. Write all possible test cases for adder
  • Q48. What is your rating on topcoder ? Why you call yourself so passionate about coding ?
  • Q49. You say u can sit for hours coding, forgetting everything, does it imply your inability to solve the simple question?:P :P or is it that you solve too many ?
  • Q50. Struct abc{ int a; int b; char c;}; wht is the size of the structure? how will the members be allocated memory?
  • Q51. If i change it to struct abc{ int a; char c; int b;}; will size change?
  • Q52. Wht ll be the size of struct abc{ int a; char b; short c;}; ? how will they be arranged when they are allocated memory?
  • Q53. Why is this padding done? how is it decided how much padding should be done and where?
  • Q54. There are 2 processors each executing a separate program- processor 1 int a=10 int *ptr = &a; ptr is written into file1 processor sleeps for 10sec printf("%d",a...read more
  • Q55. ] the above above question led to a lot of other questions- how do virtual n physical addresses work? how is paging done? is paging done for individual programs...read more
  • Q56. Theres a two player game- there is a round table, each player puts a single coin on the table in each turn such that it does not ovrelap any other coin, a playe...read more
  • Q57. How ll u implement a queue using a stack, u can use only push n pop
  • Q58. How ll u find out if there is a loop in a link list
  • Q59. Write a function to check whether a substring is present in the string

Interview Preparation Tips

Round: Test
Experience: (Shortlisted comps:12 I.T.:3 & tronics:5)
-Consisted of 30 questions,7 from quant and remaining from C and OS
-Questions from C were like what will be the output, will the code give error or not
-those from OS - 2 Qs on Real time Systems (chp 19 from Galvin, 8th edition), process sheduling algos.


Round: Technical Interview
Experience: struct
{ int a;
char b;
}
what will be the size of the struct?...i said 5 bytes....he sd...dont you know abt padding?...i sd no...so he gave me this prob..
short* ptr;
int a;
ptr=&a;
and asked me what happens here...
For me, it was all about 1st interview. Because 2nd interview was timepass. Qs form !st interview -->
-Interviewer started with pointers, can we add pointers, can we subtract them.
-int a, *p=&a; what will happen if i write **p;
-can we access static variable of 1 file from another file. can we pass address of static variable from 1 file to another.
-3 programs, each having some global variables. he gave me the code and asked how
-implement memcpy function. i said i dont know what that function is about. then he explained me what function does and then asked me to write the code for the same. he was expecting solution to that condition where source and destination overlap.
-padding in case of structures.
-struct student {int rollno; char *name,*address...}; which data structure you will use to store records of 100 students..(array). Then he asked, what you will use to store records where no of students is not fixed. (linked list with each node containing record of 10 students and pointer to next node).
-reverse linked list (recursive and non-recursive)
-then he asked about final year project.
-then he asked the reason for not going for Higher education.
He asked me Qs only from C n DS. no Q from OS was asked. But do prepare for OS as some friends were grilled for 1-1.5 hours over only OS.

Tips: 1) Be truthful throughout the interview.
2) Don't worry too much.They like VJTIans. (In fact, there's a fair chance that the interviewer himself is one).

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview
user image Anonymous

posted on 12 Sep 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: :14 shortlisted after apti
- There were 2 tests


Round: Technical Interview
Experience: For technical test 2 choices were given - c/c++ and Java.

- c/c++ had fairly easy questions. It also included one tree traversal, sort complexity,etc.

GSAT (Global Samsung Aptitude Test) - (50 questions, 60 mins, no -ve scoring)

- It included questions from data interpretation, logical reasoning.
- Questions were simple but lenghty and irritating.
* 14 Students were shortlisted after this round.

Round: HR Interview
Experience: Be careful about what you write in your resume. Even the technical guy read my resume line by line.
- When the HR guy asks you what do you know about Samsung, you must sound like you have done a lot of research on the Internet about the company and you are really focused.
- Be confident in technical interview and stick with your answer. They may manipulate you so that you change your correct answer.
- When they ask you to ask question, do try to ask questions. But don’t ask anything irrelevant.
- When they ask you about job location (Noida), you must convince them that you really want to go there.
- Prepare the c/c++/ds basics and you can easily crack the technical interview.

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview
user image Anonymous

posted on 12 Sep 2015

6 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: 18 shortlisted after apti
-Two sections and Essay:
*Section 1: General Ability (15 min, 40 ques: 40 marks)
These were easy ques mostly logical , about 5 verbal questions and remaining data sufficiency questions.All were easy we have to just keep track of time.

*Section 2: Technical Ability Test: (20 ques, 30 marks)
Here mostly geometry related ques, some of them were easy and some were difficult.
Some of the questions on Quant (Time and Work, Time and Distance, Profit and Loss etc.)

*Essay: Topic- “What I dreamt last night” (15 min)


Round: HR Interview
Tips: -Be Confident while answering HR questions( make them feel that u r born for this company)
-If u really want to place in company then prepare very good answer for “Why dont u want to go for higher studies?”.

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
share interview