2 rounds of written test then 4 rounds of interview . the first written test included aptitude , technical ie c and java and sql and unix questions .
second written test included code writing, C programs , shell scripting and sql queries.
interview focuses mainly on database related questions and puzzles. Be prepared for questions like diff btw dbms, rdbms , ordbms .
Interview questions [1]
Question 1
be prepared to think out of the box because they ll be asking quite a few puzzles for to solve
I applied through college or university. The process took 3 days. I interviewed at Informatica (Bengaluru) in Jun 2012
Interview
The first question, was explaining about work profile which was good start to demonstrate technical capabilities and make good impression of expertise in domain and technologies. ( this is what we already write in our resume/profile, but it was chance given to explain out yourself).
Next question was to explain out current project architecture and implementation on big board. Here, had interactive session for 5-10 mins on process flow, different pros and cons of architecture design and explaining out how this design works with actual use cases. ( This works out to be good demonstration for what currently doing, so started with explaining project architecture SOA based layered architecture, emphasizing more on J2EE core design pattern, GOF design pattern for creational, behavioral and structural, also talking of solution components and how they are integrated like EJB, Webservices, JMS, Database, Quartz batch scheduler.
Next questions was sort in debate mode on clustering (application running on multiple server) and how application works. More specifically on batch scheduler running in cluster environment. Expectation was high level explanation how Quartz scheduler handlers cluster deployment.
Next question was on making MQ messages transactional in synchronous communication environment. Let's say I have an application which need to send out messages to two databases oracle and sybase, part of record is written in oracle remaining part of same message goes in sybase, so let's say if sybase transaction failed then how would you roll back whole transaction so that data in oracle is not inconsistency with sybase database
I applied through college or university. The process took 1+ week. I interviewed at Informatica (Campus) in Feb 2014
Interview
First contact was on campus at a school job fair. Submitted my resume and got a call within a couple of days to appear for an on campus interview. I only have 5 days in between to prepare for the interview so I definitely could have done better....
Interview questions [1]
Question 1
In your opinion, how would you design the "model" portion of the model view controller schema for notepad or any text-based editor.