About Thinkitive Technologies
Company Description
Thinkitive Technologies is a global software development and IT services company headquartered in Pune, India, with additional presence in the United States. Founded in 2008, the company specializes in custom software development, enterprise solutions, quality assurance, digital transformation, and data analytics. Thinkitive serves clients across multiple domains, including healthcare, finance, retail, logistics, and education, providing innovative technology solutions to optimize business processes.
The company emphasizes technology innovation, customer-centricity, and agile delivery. It is known for engaging employees in challenging projects, encouraging ownership, and providing opportunities to learn and grow in a supportive environment.
Work Culture and Job Environment
Thinkitive Technologies fosters a collaborative, inclusive, and flexible work culture. Key aspects include:
Innovation: Employees are encouraged to contribute ideas, experiment, and implement solutions that add value.
Professional Growth: Regular training, mentorship, and workshops help employees improve technical and soft skills.
Work-Life Balance: Flexible hours and supportive management allow employees to maintain a healthy balance.
Team Collaboration: Open communication and teamwork are central to delivering successful projects.
Recognition and Engagement: Performance is recognized through rewards, appreciation programs, and career progression.
Overall, Thinkitive is seen as a dynamic, employee-friendly environment where individuals can advance technically and professionally.
Software Engineer
Q1: What programming languages are you proficient in?
I am proficient in Java, Python, and C#, using them to develop scalable and maintainable software applications.
Q2: How do you debug a complex software issue?
I analyze logs, reproduce the issue, use debugging tools, isolate the problem, and systematically implement a fix.
Q3: What is your experience with version control systems?
I use Git for version control, manage branches, handle merge conflicts, and collaborate using pull requests.
Q4: Can you describe a challenging project you worked on?
I integrated a legacy system with a cloud-based solution, overcoming compatibility issues and ensuring data integrity.
Q5: How do you ensure code quality?
I follow coding standards, conduct peer reviews, write unit tests, and perform code refactoring regularly.
Q6: Explain OOP concepts you use regularly.
I use encapsulation to hide implementation details, inheritance to reuse code, polymorphism for flexibility, and abstraction for complex logic simplification.
Frontend Developer
Q1: Which frontend frameworks are you comfortable with?
React.js and Angular, using component-based architecture for dynamic UIs.
Q2: How do you ensure responsiveness in web apps?
Using CSS media queries, flexible grids, scalable images, and testing across devices.
Q3: Explain state management in React.
I use Redux and Context API to maintain consistent state across components.
Q4: How do you optimize frontend performance?
Lazy loading, code splitting, minimizing HTTP requests, and caching assets.
Q5: How do you handle cross-browser compatibility issues?
CSS resets, polyfills, and testing in multiple browsers to ensure consistency.
Backend Developer
Q1: What backend technologies do you specialize in?
Node.js, Python (Django/Flask), Java (Spring Boot), building REST APIs and backend systems.
Q2: How do you secure a backend application?
Input validation, encryption, authentication/authorization, and prevention against common attacks like SQL injection.
Q3: What databases have you worked with?
MySQL, PostgreSQL (relational), MongoDB, and Redis (NoSQL).
Q4: Explain RESTful API principles.
Stateless operations, uniform interface, client-server separation, and using standard HTTP methods.
Q5: How do you optimize backend performance?
Database indexing, caching, async operations, and minimizing heavy computations on server-side.
Full Stack Developer
Q1: How do you manage frontend-backend integration?
By designing consistent API contracts, handling data validation, and ensuring smooth client-server communication.
Q2: Which stacks have you used?
MERN (MongoDB, Express.js, React, Node.js), MEAN (MongoDB, Express.js, Angular, Node.js).
Q3: How do you manage state across full-stack applications?
Frontend state management libraries (Redux), backend sessions, and database consistency.
Q4: Explain a project where you implemented full-stack solutions.
Developed a task management tool using React for frontend and Node.js with MongoDB for backend, enabling CRUD operations and real-time updates.
Q5: How do you ensure security in full-stack apps?
JWT authentication, HTTPS, secure API design, and sanitizing user inputs.
QA Engineer
Q1: What testing methods do you use?
Manual testing, automated testing, regression testing, performance testing, and integration testing.
Q2: Which automation tools are you familiar with?
Selenium, JUnit, TestNG, Postman for API testing.
Q3: How do you write effective test cases?
Clear objectives, detailed steps, expected outcomes, and prioritization based on risk.
Q4: Explain your experience with bug tracking tools.
Jira and Bugzilla for reporting, tracking, and managing defects throughout the SDLC.
Q5: How do you ensure software quality under tight deadlines?
Prioritize critical functionality, automate repetitive tests, and perform risk-based testing.
Node.js Developer
Q1: How do you handle asynchronous operations in Node.js?
Using callbacks, promises, and async/await for clean and efficient async code.
Q2: Explain event-driven architecture in Node.js.
Node.js processes events using an event loop, enabling non-blocking I/O and efficient handling of multiple requests.
Q3: How do you secure Node.js applications?
Input validation, JWT authentication, HTTPS, and proper error handling.
Q4: Describe middleware usage in Express.js.
Middleware functions handle requests, responses, and next function chaining for modular routing and processing.
Q5: How do you optimize Node.js app performance?
Caching, clustering, minimizing synchronous code, and database query optimization.
React.js Developer
Q1: Explain the virtual DOM.
The virtual DOM is an in-memory representation of the actual DOM. React uses it to efficiently update only the necessary parts of the UI.
Q2: How do you manage component state?
Using React hooks (useState, useReducer) and Redux for global state management.
Q3: What is component lifecycle in React?
Lifecycle methods manage component mounting, updating, and unmounting. Functional components use useEffect to replicate lifecycle behavior.
Q4: How do you handle API calls in React?
Using fetch, axios, or async/await inside useEffect or custom hooks.
Q5: How do you optimize React app performance?
Memoization (React.memo, useMemo), code splitting, lazy loading, and minimizing unnecessary re-renders.
Business Analyst
Q1: How do you gather requirements from stakeholders?
Conduct meetings, interviews, surveys, and document business needs clearly.
Q2: How do you prioritize requirements?
Based on business value, urgency, complexity, and stakeholder inputs.
Q3: What tools do you use for documentation?
Microsoft Visio, Jira, Confluence, and Excel for process mapping and requirement tracking.
Q4: Explain how you handle conflicting requirements.
Facilitate discussions, analyze business impact, and negotiate to reach consensus.
Q5: How do you validate requirements?
Reviewing with stakeholders, prototyping, and ensuring alignment with business goals.
Data Engineer
Q1: What ETL tools have you worked with?
Apache NiFi, Talend, Informatica, and Python-based ETL scripts.
Q2: How do you design data pipelines?
Collect data from sources, transform with business logic, and load into target storage efficiently.
Q3: Which databases do you work with?
SQL (PostgreSQL, MySQL), NoSQL (MongoDB, Cassandra), and cloud-based solutions (AWS Redshift, BigQuery).
Q4: How do you ensure data quality?
Data validation, cleansing, and monitoring for anomalies during ETL processes.
Q5: How do you optimize data storage and queries?
Indexing, partitioning, compression, and caching frequently used queries.
Java Developer
Q1: What Java frameworks are you familiar with?
Spring Boot, Hibernate, and JavaFX.
Q2: How do you manage exceptions in Java?
Using try-catch-finally blocks and creating custom exception classes where appropriate.
Q3: How do you optimize Java applications?
Efficient algorithms, minimizing object creation, profiling, and JVM tuning.
Q4: What design patterns do you use in Java?
Singleton, Factory, Observer, and MVC patterns for maintainable and reusable code.
Q5: How do you ensure Java application security?
Input validation, secure API communication, encryption, and role-based access control.
Python Developer
Q1: What Python frameworks have you worked with?
Django, Flask, FastAPI for web development and data-driven applications.
Q2: How do you manage dependencies in Python projects?
Using virtual environments (venv, conda) and dependency managers (pip, poetry).
Q3: How do you optimize Python code for performance?
Using efficient data structures, vectorized operations (NumPy/Pandas), and asynchronous programming where needed.
Q4: How do you handle errors in Python applications?
Using try-except blocks, logging exceptions, and writing tests to catch edge cases.
Q5: How do you design REST APIs in Python?
Using Flask/Django REST Framework, defining endpoints, handling requests/responses, and ensuring security with authentication.
Skills (for reference): Java, Python, Node.js, React.js, Angular, Full-Stack Development, SQL/NoSQL, API Design, QA Testing, Business Analysis, Data Engineering
Previous Roles (for reference): Junior Developer, Software Engineer, Frontend/Backend Developer, Full-Stack Developer, QA Analyst, Business Analyst, Data Engineer
Company Background and Industry Position
Thinkitive Technologies has carved a niche for itself in the competitive world of software development and digital innovation. Founded as a boutique technology firm, it has steadily grown into a global player known for delivering custom web and mobile solutions across diverse industries. What sets Thinkitive apart is its emphasis on agile development and deep client collaboration, which resonates well amid today's fast-evolving tech landscape.
While it’s not a tech giant like Google or Microsoft, Thinkitive competes strongly against mid-size technology companies that focus on product engineering, enterprise solutions, and end-to-end software services. Its market position reflects a blend of startup agility and matured delivery processes. Companies seeking tailored digital transformation often turn to vendors like Thinkitive because of their balance between innovation and cost-effectiveness.
For candidates, this means stepping into an environment where adaptability and broad skill sets matter — not just raw coding ability but also understanding client needs and iterative product development. The company’s culture tends to favor problem solvers who can shift gears quickly and communicate effectively, an essential context to keep in mind before diving into their recruitment journey.
How the Hiring Process Works
- Application and Resume Screening: Thinkitive starts by filtering resumes for relevancy and technical competence tied to the specific job role. This is not just a formality; the screening weeds out candidates lacking foundational skills or misaligned experience early on.
- Initial HR Interview: The HR round focuses on cultural fit, candidate motivation, and logistical details such as notice period and salary expectations. It’s a two-way street: candidates also gauge whether Thinkitive’s environment suits their work style and career goals.
- Technical Evaluation: This is the meat of the hiring process. Depending on the role, candidates face coding tests, problem-solving exercises, or design discussions. These sessions are crafted to assess both technical depth and practical application.
- Managerial or Team Lead Round: Beyond technical abilities, this round evaluates collaboration potential, problem-solving approach, and alignment with project needs. Here, candidates often discuss past projects and hypothetical scenarios with potential supervisors.
- Offer and Negotiation: After clearing all previous steps, candidates receive an offer. Negotiations happen here, especially for mid to senior-level roles, covering salary, benefits, and joining timelines.
The process is designed to be comprehensive yet flexible, striking a balance between thorough vetting and a positive candidate experience. Interview rounds are spaced to avoid burnout but can feel intense if unprepared for the depth of questioning at the technical stage.
Interview Stages Explained
1. Resume Screening: More Than Just Keywords
Thinkitive’s recruiters do more than scan for buzzwords. They look for evidence of problem-solving, relevant tech stack experience, and project contributions that indicate practical exposure. For example, a candidate applying for a Full Stack Developer role is expected to demonstrate experience not only with languages like JavaScript or Python but also with real-world implementation of frameworks and API integration.
2. HR Interview: Setting the Stage
This stage feels less intimidating than the technical rounds but is crucial. HR wants to understand your career trajectory, why you want to join Thinkitive, and how you handle workplace challenges. Expect questions about your strengths, weaknesses, and conflict handling. It’s also the moment to clarify any resume gaps or role switches.
3. Technical Interview: The Core Challenge
Depending on the job role, this can be a coding round, system design, or problem-solving discussion. Developers might be asked to solve algorithmic problems on platforms like HackerRank or explain their approach to a hypothetical software design. Quality Assurance candidates face scenario-based questions on test case creation and bug tracking. The key here is demonstrating logical thinking and clarity in your solutions, not just churning out code.
4. Managerial Round: Assessing Fit and Future Potential
Thinkitive places importance on team dynamics. The hiring manager probes into how you collaborate, manage pressure, and prioritize tasks. Often, candidates are asked to recount challenging projects or how they contributed beyond their core tasks. This round reveals a lot about your work ethic and adaptability, traits crucial in Thinkitive’s client-driven projects.
Examples of Questions Candidates Report
- Technical Interview: “Explain how you would optimize a slow-running SQL query.”
- Technical Interview: “Write a function to detect palindrome strings efficiently.”
- System Design: “Design a URL shortening service similar to bit.ly.”
- HR Interview: “Tell me about a time when you had a conflict with a teammate and how you resolved it.”
- Managerial Round: “How do you manage tight deadlines when multiple projects are ongoing?”
These questions reflect Thinkitive’s focus not only on technical strength but on communication and practical problem-solving — a vital combination in client-facing roles.
Eligibility Expectations
Thinkitive generally looks for candidates with a bachelor’s degree or higher in computer science, engineering, or related fields. Fresh graduates are considered, especially if they show hands-on experience via internships or projects. For mid-level and senior positions, a minimum of 2-3 years of relevant experience is common.
Key eligibility criteria also include proficiency in the technologies specific to the role. For example, React.js and Node.js expertise for frontend roles or Java and Spring Boot for backend positions. Soft skills like communication, teamwork, and adaptability are increasingly weighed, reflecting the company’s collaborative culture.
Common Job Roles and Departments
Thinkitive’s core departments encompass:
- Software Development: Frontend, Backend, Full Stack Engineers
- Quality Assurance: Manual and Automation Testers
- UI/UX Design: Designing intuitive and client-friendly interfaces
- Project Management: Agile Scrum Masters, Product Owners
- Business Analysis: Translating client needs into technical specifications
- DevOps and Cloud Engineering: Managing deployments and cloud infrastructure
These roles often overlap in projects, so candidates should be prepared to demonstrate interdisciplinary awareness during interviews.
Compensation and Salary Perspective
| Role | Estimated Salary |
|---|---|
| Junior Software Engineer | ₹3,00,000 – ₹5,00,000 per annum |
| Senior Developer | ₹7,00,000 – ₹12,00,000 per annum |
| Quality Assurance Engineer | ₹3,50,000 – ₹6,00,000 per annum |
| Project Manager | ₹10,00,000 – ₹18,00,000 per annum |
| UI/UX Designer | ₹4,00,000 – ₹8,00,000 per annum |
These numbers are approximate and vary with location, candidate experience, and negotiation skills. Compared to giants like TCS or Infosys, Thinkitive's packages might be on the modest side, but the opportunity for faster career progression and diverse project exposure often balances this out.
Interview Difficulty Analysis
Candidates often describe Thinkitive’s interview rounds as moderately challenging. The technical rounds test foundational skills extensively – expect a mix of coding, practical problem-solving, and conceptual questions. It’s not about trick questions but about assessing whether you truly understand your tools and can apply them under pressure.
Compared to startups that may focus heavily on coding marathons or large corporations with multiple bureaucratic layers, Thinkitive strikes a middle ground. The HR and managerial rounds can be more conversational but are just as crucial since they determine your cultural alignment.
Remember, the company values candidates who show logical thinking and clear communication over those who just memorize answers. So, the difficulty lies in demonstrating genuine understanding and fit rather than surviving a gauntlet of obscure puzzles.
Preparation Strategy That Works
- Deep dive into the specific tech stack relevant to your role — practice coding problems on platforms like LeetCode or HackerRank but focus on problem-solving clarity over speed.
- Review basic algorithms and data structures — Thinkitive often includes questions on arrays, strings, recursion, and search/sort techniques.
- Understand system design fundamentals — even for junior roles, having an overview of scalable architecture concepts helps.
- Practice explaining your past projects concisely, emphasizing challenges faced and how you overcame them.
- Prepare for behavioral questions by reflecting on teamwork, conflict resolution, and time management experiences.
- Research Thinkitive’s current products and clients to tailor your answers and show genuine interest.
Work Environment and Culture Insights
From what candidates and insiders share, Thinkitive fosters an open culture that values transparency and continuous learning. Given its client-centric projects, teamwork is non-negotiable, and communication lines stay active between developers, managers, and clients.
People appreciate the relative flexibility in work arrangements, with hybrid and remote options increasingly common. The leadership tends to be approachable, which creates a relatively flat hierarchy compared to larger IT firms. However, since projects can be deadline-driven, occasional crunch times aren’t unusual.
Career Growth and Learning Opportunities
Thinkitive invests in employee skill development through internal workshops, access to online learning platforms, and encouraging certifications relevant to ongoing projects. The company’s agile environment means employees frequently switch between technologies and domains, which broadens experience rapidly.
Mid-level employees often find chances to transition into leadership or specialized roles, given the company's growth trajectory. While it may not have the structured training tracks of huge MNCs, the hands-on exposure compensates by accelerating real-world learning.
Real Candidate Experience Patterns
Many candidates note the hiring process at Thinkitive to be transparent yet demanding. The technical rounds, while intensive, provide good opportunities to showcase problem-solving approaches if one remains calm. Some recall the HR round as friendly but probing, which can catch unprepared candidates off-guard if answers feel rehearsed.
Those who succeed often emphasize the importance of researching the company thoroughly and practicing role-specific scenarios. Candidates less familiar with system design or client-facing communication sometimes find the managerial round challenging.
One recurring observation is that interviewers appreciate honesty — admitting when you don’t know something but showing a willingness to learn can leave a positive impression.
Comparison With Other Employers
| Aspect | Thinkitive Technologies | Typical Mid-Size Tech Firm | Large IT Corporation |
|---|---|---|---|
| Interview Rigor | Moderate, practical focus | High, technical deep dives | Structured, multiple rounds |
| Candidate Experience | Transparent, interactive | Variable, often formal | Formal, bureaucratic |
| Salary Competitiveness | Moderate, negotiable | Varies | Often higher, structured |
| Growth Opportunities | Broad, hands-on learning | Depends on firm size | Structured, hierarchical |
| Work Culture | Collaborative, flexible | Depends | Formal, process-driven |
Thinkitive offers a balanced proposition — not as rigid as big corporations and more stable than startups. For candidates looking for a middle ground between growth and culture, it can be a smart choice.
Expert Advice for Applicants
When you prepare for Thinkitive’s interview, focus on quality over quantity. Know your core programming concepts inside out and practice articulating your thought process clearly. Don’t just memorize answers but understand why a solution works.
Approach the HR rounds with honesty and confidence. Companies like Thinkitive value integrity and cultural fit as much as technical prowess. Before the interview, take time to connect your personal career goals with what Thinkitive offers — interviewers notice when candidates have done this homework.
Lastly, manage your expectations realistically. The hiring process is competitive, but it’s equally fair and transparent. If you don’t succeed the first time, use feedback constructively and revisit your preparation strategy.
Frequently Asked Questions
What does the Thinkitive interview process typically include?
It usually consists of resume screening, an HR round to assess cultural fit, a technical evaluation involving coding or design questions, and a managerial round focused on teamwork and project alignment.
How hard are the technical interview questions?
The technical questions are moderately difficult, focusing on practical application rather than tricky puzzles. You’ll need a solid grasp of algorithms, data structures, and role-specific technologies.
Is Thinkitive open to fresh graduates?
Yes, Thinkitive considers freshers, especially those with internships or substantial project work demonstrating hands-on experience and enthusiasm.
What salary can I expect at Thinkitive?
Salary depends on role and experience but generally ranges from ₹3,00,000 to ₹18,00,000 per annum across junior to managerial levels, with room to negotiate based on skills.
How important is cultural fit for Thinkitive?
Very important. The company values communication, teamwork, and adaptability alongside technical skills, reflecting its client-driven and collaborative work environment.
Final Perspective
Thinkitive Technologies offers a compelling opportunity for candidates eager to work in a dynamic, client-focused software development environment. Its interview and hiring process aims at ensuring not just technical competence but a genuine match between candidate and company culture. While the technical challenges are real, they are balanced with conversational rounds that assess your personality and problem-solving approach.
Success here means showing authentic engagement, flexibility, and a hunger to learn — qualities that go beyond just answering questions correctly. For those who invest in thorough preparation and embrace the company’s values, Thinkitive can be a rewarding destination for building a technology career that’s both impactful and evolving.
Thinkitive Technologies Interview Questions and Answers
Updated 21 Feb 2026UI/UX Designer Interview Experience
Candidate: Sonal Mehta
Experience Level: Entry-level
Applied Via: Campus recruitment
Difficulty: Easy
Final Result:
Interview Process
2
Questions Asked
- Showcase your portfolio.
- What design tools are you proficient in?
- How do you handle feedback on your designs?
Advice
Have a strong portfolio and be confident in discussing your design choices.
Full Experience
The campus recruitment process was smooth with a portfolio review and an HR round. The interviewers were supportive and interested in my creative process.
Project Manager Interview Experience
Candidate: Priya Singh
Experience Level: Mid-level
Applied Via: LinkedIn
Difficulty:
Final Result:
Interview Process
3
Questions Asked
- Describe your project management methodology.
- How do you handle team conflicts?
- Explain risk management in projects.
Advice
Be ready to share real-life examples and demonstrate leadership skills.
Full Experience
After applying via LinkedIn, I had a telephonic screening, followed by a technical interview with scenario questions, and finally an HR round. The interviewers appreciated my practical approach and communication skills.
Business Analyst Interview Experience
Candidate: Amit Verma
Experience Level: Senior
Applied Via: Company website
Difficulty: Hard
Final Result:
Interview Process
4
Questions Asked
- How do you gather requirements from stakeholders?
- Explain a challenging project you managed.
- What tools do you use for documentation?
- Case study: Improve process efficiency for a client.
Advice
Prepare for behavioral and case study questions thoroughly.
Full Experience
The interview process was extensive with multiple rounds including HR, technical, and a case study presentation. The panel was thorough and expected detailed answers. It was challenging but rewarding.
Quality Assurance Engineer Interview Experience
Candidate: Neha Gupta
Experience Level: Entry-level
Applied Via: Referral
Difficulty: Easy
Final Result: Rejected
Interview Process
2
Questions Asked
- What is the difference between verification and validation?
- How do you write test cases?
- Explain bug life cycle.
Advice
Gain more practical experience with test case writing and bug tracking tools.
Full Experience
I was referred by a friend and had two rounds: a telephonic HR screening and a technical round. The technical round was straightforward but I struggled with some scenario-based questions. The feedback was to improve practical testing knowledge.
Software Engineer Interview Experience
Candidate: Rahul Sharma
Experience Level: Mid-level
Applied Via: Online job portal
Difficulty:
Final Result:
Interview Process
3
Questions Asked
- Explain OOP concepts.
- What is REST API?
- Write a function to reverse a linked list.
- Describe your past project experience.
Advice
Brush up on data structures and be ready to discuss your projects in detail.
Full Experience
The process started with an online application followed by a technical test. The first round was a telephonic interview focusing on basics, then a technical round with coding questions, and finally an HR round. The interviewers were friendly and gave me a chance to explain my approach thoroughly.
Frequently Asked Questions in Thinkitive Technologies
Have a question about the hiring process, company policies, or work environment? Ask the community or browse existing questions here.
Common Interview Questions in Thinkitive Technologies
Q: A man has a wolf, a goat, and a cabbage. He must cross a river with the two animals and the cabbage. There is a small rowing-boat, in which he can take only one thing with him at a time. If, however, the wolf and the goat are left alone, the wolf will eat the goat. If the goat and the cabbage are left alone, the goat will eat the cabbage. How can the man get across the river with the two animals and the cabbage?
Q: A hare and a tortoise have a race along a circle of 100 yards diameter. The tortoise goes in one directionand the hare in the other. The hare starts after the tortoise has covered 1/5 of its distance and that too leisurely.The hare and tortoise meet when the hare has covered only 1/8 of the distance. By what factor should the hareincrease its speed so as to tie the race?
Q: A rich merchant had collected many gold coins. He did not want anybody to know about them. One day his wife asked, "How many gold coins do we have?" After pausing a moment, he replied, "Well! If I divide the coins into two unequal numbers, then 32 times the difference between the two numbers equals the difference between the squares of the two numbers."The wife looked puzzled. Can you help the merchant's wife by finding out how many gold coins they have?
Q: 9 cards are there. You have to arrange them in a 3*3 matrix. Cards are of 4 colors. They are red, yellow, blue and green. Conditions for arrangement: one red card must be in first row or second row. 2 green cards should be in 3rd column. Yellow cards must be in the 3 corners only. Two blue cards must be in the 2nd row. At least one green card in each row.
Q: Consider a pile of Diamonds on a table. A thief enters and steals 1/2 of the total quantity and then again 2 extra from the remaining. After some time a second thief enters and steals 1/2 of the remaining+2. Then 3rd thief enters and steals 1/2 of the remaining+2. Then 4th thief enters and steals 1/2 of the remaining+2. When the 5th one enters he finds 1 diamond on the table. Find out the total no. of diamonds originally on the table before the 1st thief entered.
Q: 3 policemen and 3 thieves had to cross a river using a small boat. Only two can use the boat for a trip. All the 3 policemen and only 1 thief knew to ride the boat. If 2 thieves and 1 policeman were left behind they would kill him. But none of them escaped from the policemen. How would they be able to cross the river?
Q: T, U, V are 3 friends digging groups in fields. If T & U can complete i groove in 4 days &, U & V can complete 1 groove in 3 days & V & T can complete in 2 days. Find how many days each takes to complete 1 groove individually.
Q: A light bulb is hanging in a room. Outside of the room there are three switches, of which only one is connected to the lamp. In the starting situation, all switches are 'off' and the bulb is not lit. If it is allowed to check in the room only once.How would you know which is the switch?
Q: ABCDE are sisters. Each of them gives 4 gifts and each receives 4 gifts No two sisters give the same combination ( e.g. if A gives 4 gifts to B then no other sisters can give four to other one.)Â (i) B gives four to A.(ii) C gives 3 to E. How much did A,B,C,E give to D?
Q: Every day a cyclist meets a train at a particular crossing .The road is straight before the crossing and both are travelling in the same direction.Cyclist travels with a speed of 10 kmph.One day the cyclist come late by 25 minutes and meets the train 5 km before the crossing.What is the speed of the train?
Q: Tom has three boxes with fruits in his barn: one box with apples, one box with pears, and one box with both apples and pears. The boxes have labels that describe the contents, but none of these labels is on the right box. How can Tom, by taking only one p
Q: A vessel is full of liquid. From the vessel, 1/3rd of the liquid evaporates on the first day. On the second day 3/4th of the remaining liquid evaporates. What fraction of the volume is present at the end of the second day
Q: If I walk with 30 miles/hr i reach 1 hour before and if i walk with 20 miles/hr i reach 1 hour late. Find the distance between 2 points and the exact time of reaching destination is 11 am then find the speed with which it walks.
Q: A Man is sitting in the last coach of train could not find a seat, so he starts walking to the front coach ,he walks for 5 min and reaches front coach. Not finding a seat he walks back to last coach and when he reaches there,train had completed 5 miles. what is the speed of the train ?
Q: A man driving the car at twice the speed of auto one day he was driven car for 10 min. and car is failed. he left the car and took auto to go to the office .he spent 30 min. in the auto. what will be the time take by car to go office?
Q: Joe started from Bombay towards Pune and her friend julie in opposite direction. they met at a point . distance traveled by joe was 1.8 miles more than that of julie.after spending some both started there way. joe reaches in 2 hours while julie in 3.5 hours.Assuming both were traveling with constant speed. What is the distance between the two cities.
Q: Four persons have to cross the bridge they are having one torch light. Four persons take 1,2,5,10 minutes respectively, when two persons are going they will take the time of the slowest person. What is the time taken to cross by all of them.
Q: In a certain year, the number of girls who graduated from City High School was twice the number of boys. If 3/4 of the girls and 5/6 of the boys went to college immediately after graduation, what fraction of the graduates that year went to college immediately after graduation?
Q: Two unemployed young men decided to start a business together. They pooled in their savings, which came to Rs. 2,000. They were both lucky, their business prospered and they were able to increase their capital by 50 per cent every three years. How much did they have in all at the end of eighteen years?
Q: A person gives a book for binding, but the binder cuts the book in such a way that he cutsaway the numbers on the pages. So now the person sits down to write the page numbers.What he observes is that the book had 61 times 3¶s. How many pages does the book contain?