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 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: Suppose a newly-born pair of rabbits, one male, one female, are put in a field. Rabbits are able to mate at the age of one month so that at the end of its second month a female can produce another pair of rabbits. Suppose that our rabbits never die and that the female always produces one new pair (one male, one female) every month from the second month on.
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: A rich man died. In his will, he has divided his gold coins among his 5 sons, 5 daughters and a manager. According to his will: First give one coin to manager. 1/5th of the remaining to the elder son.Now give one coin to the manager and 1/5th of the remaining to second son and so on..... After giving coins to 5th son, divided the remaining coins among five daughters equally.All should get full coins. Find the minimum number of coins he has?
Q: There are two balls touching each other circumferencically. The radius of the big ball is 4 times the diameter of the small all. The outer small ball rotates in anticlockwise direction circumferencically over the bigger one at the rate of 16 rev/sec. The bigger wheel also rotates anticlockwise at N rev/sec. What is 'N' for the horizontal line from the centre of small wheel always is horizontal.
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: The citizens of planet nigiet are 8 fingered and have thus developed their decimal system in base 8. A certain street in nigiet contains 1000 (in base 8) buildings numbered 1 to 1000. How many 3s are used in numbering these buildings?
Q: There are 3 sticks placed at right angles to each other and a sphere is placed between the sticks . Now another sphere is placed in the gap between the sticks and Larger sphere . Find the radius of smaller sphere in terms of radius of larger sphere.
Q: A long, long time ago, two Egyptian camel drivers were fighting for the hand of the daughter of the sheik of Abbudzjabbu. The sheik, who liked neither of these men to become the future husband of his daughter, came up with a clever plan: a race would dete
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: There are 7 letters A,B,C,D,E,F,GAll are assigned some numbers from 1,2 to 7.B is in the middle if arranged as per the numbers.A is greater than G same as F is less than C.G comes earlier than E.Which is the fourth letter
Q: Jarius and Kylar are playing the game. If Jarius wins, then he wins twice as many games as Kylar. If Jarius loses, then Kylar wins as the same number of games that Jarius wins. How many do Jarius and Kylar play before this match?
Q: In a Park, N persons stand on the circumference of a circle at distinct points. Each possible pair of persons, not standing next to each other, sings a two-minute song ? one pair immediately after the other. If the total time taken for singing is 28 minutes, what is N?
Q: Give two dice - one is a standard dice, the other is blank (nothing painted on any of the faces). The problem is to paint the blank dice in such a manner so that when you roll both of them together, the sum of both the faces should lie between 1 and 12. Numbers from 1-12 (both inclusive) equally likely.
Q: Raj has a jewel chest containing Rings, Pins and Ear-rings. The chest contains 26 pieces. Raj has 2 and 1/2 times as many rings as pins, and the number of pairs of earrings is 4 less than the number of rings. How many earrings does Raj have?...
Q: An escalator is descending at constant speed. A walks down and takes 50 steps to reach the bottom. B runs down and takes 90 steps in the same time as A takes 10 steps. How many steps are visible when the escalator is not operating.Â
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: A person meets a train at a railway station coming daily at a particular time. One day he is late by 25 minutes, and he meets the train 5 k.m. before the station. If his speed is 12 kmph, what is the speed of the train.