About josh technology group
Company Description
Josh Technology Group (JTG) is a dynamic product engineering firm headquartered in Gurgaon, India. With over a decade of experience, JTG specializes in building scalable, high-performance software solutions for startups and enterprises. The company has been instrumental in launching and empowering over 100 companies, contributing to their growth and success. JTG's expertise spans various domains, including cloud computing, data engineering, and mobile application development.
Work Culture and Job Environment
JTG fosters a collaborative and innovative work environment, emphasizing mentorship, continuous learning, and a flat organizational structure. Employees are encouraged to take ownership of projects and contribute to the company's growth. The company offers flexible work hours, remote work options, and organizes regular team-building activities, hackathons, and offsite events to promote a healthy work-life balance. While the work environment is generally positive, some employees have noted areas for improvement in management processes.
Software Developer
Skills (for reference): Proficiency in programming languages (e.g., Java, Python, C++), understanding of data structures and algorithms, problem-solving abilities.
Previous Roles (for reference): Junior Developer, Backend Developer.
Interview Questions:
Q1: What is the difference between a stack and a queue?
A stack follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.
Q2: Explain the concept of inheritance in object-oriented programming.
Inheritance allows a class to inherit properties and methods from another class, promoting code reusability.
Q3: How would you reverse a linked list?
Iterate through the list, changing the next pointer of each node to point to the previous node, and update the head pointer.
Q4: What are the advantages of using a hash table?
Hash tables provide fast data retrieval with average time complexity of O(1) for search, insert, and delete operations.
Q5: Can you explain the concept of polymorphism?
Polymorphism allows objects of different classes to be treated as objects of a common superclass, enabling method overriding and dynamic method dispatch.
Q6: What is the purpose of a constructor in a class?
A constructor initializes objects of a class, setting initial values for object attributes.
Frontend Developer
Skills (for reference): Proficiency in HTML, CSS, JavaScript, React.js, responsive design, version control (Git).
Previous Roles (for reference): UI Developer, Web Developer.
Interview Questions:
Q1: What is the difference between '==' and '===' in JavaScript?
'==' compares values with type coercion, while '===' compares both value and type without type coercion.
Q2: Explain the box model in CSS.
The box model defines the rectangular boxes generated for elements, consisting of margins, borders, padding, and the actual content area.
Q3: How does the event delegation model work in JavaScript?
Event delegation involves attaching a single event listener to a parent element to manage events for its child elements, improving performance and simplifying code.
Q4: What are promises in JavaScript?
Promises represent the eventual completion (or failure) of an asynchronous operation and its resulting value.
Q5: Can you explain the concept of 'this' in JavaScript?
'This' refers to the context in which a function is called, determining the value it represents.
Q6: What is the purpose of the 'useEffect' hook in React?
'useEffect' allows you to perform side effects in function components, such as data fetching, subscriptions, or manually changing the DOM.
Backend Developer
Skills (for reference): Proficiency in server-side languages (e.g., Node.js, Java, Python), database management (SQL/NoSQL), API development, security practices.
Previous Roles (for reference): API Developer, Database Administrator.
Interview Questions:
Q1: Explain the concept of RESTful APIs.
RESTful APIs adhere to representational state transfer principles, using standard HTTP methods and status codes to perform CRUD operations on resources.
Q2: What is the difference between SQL and NoSQL databases?
SQL databases are relational and use structured query language for defining and manipulating data, while NoSQL databases are non-relational and can handle unstructured data.
Q3: How would you implement authentication in a web application?
Authentication can be implemented using methods like session-based, token-based (JWT), or OAuth, depending on the application's requirements.
Q4: What are the advantages of using microservices architecture?
Microservices allow for independent deployment, scalability, and development of services, leading to improved maintainability and fault isolation.
Q5: Can you explain the concept of database normalization?
Database normalization involves organizing data to reduce redundancy and dependency by dividing large tables into smaller ones and defining relationships.
Q6: What is the purpose of indexing in databases?
Indexing improves the speed of data retrieval operations on a database table at the cost of additional space and increased maintenance time.
Full Stack Developer
Skills (for reference): Combination of frontend and backend development skills, proficiency in both client-side and server-side technologies, understanding of databases and version control.
Previous Roles (for reference): Web Developer, Software Engineer.
Interview Questions:
Q1: What is the Model-View-Controller (MVC) architecture?
MVC is a design pattern that separates an application into three interconnected components: Model (data), View (UI), and Controller (business logic), promoting separation of concerns.
Q2: How do you manage state in a React application?
State in React can be managed using hooks like 'useState' for local component state and 'useReducer' for more complex state logic.
Q3: What is the purpose of middleware in Express.js?
Middleware functions in Express.js have access to the request, response, and next middleware function, allowing for tasks like logging, authentication, and error handling.
Q4: Explain the concept of asynchronous programming.
Asynchronous programming allows for non-blocking operations, enabling the execution of tasks like I/O operations without waiting for them to complete.
Q5: What is Cross-Origin Resource Sharing (CORS)?
CORS is a security feature implemented by browsers to restrict web pages from making requests to domains other than the one that served the web page, preventing cross-site request forgery attacks.
Q6: How would you optimize the performance of a web application?
Performance optimization can include techniques like lazy loading, code splitting, minimizing HTTP requests, and optimizing images and assets.
Quality Assurance Engineer
Skills (for reference): Knowledge of software testing methodologies, experience with automation tools (e.g., Selenium), attention to detail, analytical skills.
Previous Roles (for reference): QA Tester, Test Engineer.
Interview Questions:
Q1: What is the difference between functional and non-functional testing?
Functional testing verifies that the software functions as expected, while non-functional testing assesses aspects like performance, usability, and security.
Q2: How do you prioritize test cases?
Test cases are prioritized based on factors like critical functionality, impact on users, and the likelihood of defects.
Q3: Explain the concept of regression testing.
Regression testing ensures that new code changes do not adversely affect the existing functionality of the software.
Q4: What is the purpose of a test plan?
A test plan outlines the scope, approach, resources, and schedule for testing activities, ensuring systematic and organized testing efforts.
Company Background and Industry Position
josh technology group, though not a household name everywhere, has steadily carved a niche in the IT services and consulting space. With a focus on delivering tailored digital transformation and software development solutions, they cater primarily to clients looking for agility combined with technical excellence. What’s interesting is how they combine startup-like enthusiasm with a mature process-driven approach, making them a unique player in a crowded market.
This blend allows josh technology group to position itself as a mid-tier technology firm, targeting sectors like BFSI, healthcare, and retail with customized software solutions. Their emphasis on innovation and client collaboration partly explains why their hiring is selective and strategically aligned with long-term goals. For job seekers, understanding this angle helps; it’s not just about technical chops but also about fitting into a culture that values adaptability and hands-on problem-solving.
How the Hiring Process Works
- Online Application and Resume Screening: The journey usually starts with submitting an application via their career portal or recruitment platforms. Resumes are screened for relevant experience and skills aligned with the advertised job roles, emphasizing both technical expertise and domain knowledge.
- Preliminary HR Interaction: This initial chat isn’t just a formality. Recruiters dive into your motivation, communication skills, and alignment with the company's core values. It’s also a chance for candidates to clarify role expectations and eligibility criteria.
- Technical Evaluation: Depending on the role, this could be an online coding test, a case study, or a technical questionnaire. The goal here is to filter candidates who can handle practical challenges, not just theoretical knowledge.
- Technical Interview Rounds: Usually conducted by senior engineers or managers, these rounds gauge problem-solving approaches, coding skills, and sometimes system design. The focus is firmly on how you think through complex problems, not just the final answer.
- Managerial/Behavioral Interview: This stage assesses cultural fit and soft skills. Hiring managers look for teamwork capabilities, leadership potential, and adaptability. It often includes scenario-based questions to sense your decision-making style.
- Offer and Negotiation: Successful candidates receive an offer detailing the salary range and benefits. Negotiations here are possible but typically within set brackets informed by market benchmarks.
This layered process exists for a reason: it balances technical merit with cultural compatibility, ensuring that new hires can contribute sustainably. Candidates should view each stage as an opportunity to showcase different facets of their professionalism.
Interview Stages Explained
Resume Screening and Eligibility Checks
Resume screening at josh technology group is more than keyword matching. Recruiters assess whether your educational background, certifications, and professional trajectory fit the role's demands. For instance, a role in software development usually requires a solid foundation in programming languages and possibly experience in agile environments.
This phase weeds out candidates who fall short on eligibility criteria, such as minimum experience or mandatory technical skills. It’s not uncommon for candidates to feel discouraged if they’re not shortlisted here, but the company maintains strict standards to ensure efficiency in subsequent rounds.
HR Interview – The Cultural Lens
The HR round is often underestimated. But here, recruiters gauge your communication fluency and enthusiasm. Expect questions around your career goals, why you want to join josh technology group, and how you handle work pressure.
Interestingly, they want to ensure you’re not just a technical fit but someone who will thrive within their collaborative and fast-paced culture. This explains why candidates sometimes encounter unexpected questions unrelated to technical skills but more about personal adaptability and teamwork experiences.
Technical Evaluation – Crafting the First Technical Filter
Technical tests vary by role. Developers might face coding challenges on platforms like HackerRank or Codility, while QA roles might get test scenarios or automation scripts to analyze. The rationale is straightforward: the company wants to know if you can solve real-world problems under time constraints.
This round’s design filters out those who have a superficial grasp of technology from candidates with deep, practical understanding. So, surface-level memorization won’t cut it here.
Technical Interview Rounds – Deep Dives into Skill and Thought Process
Here’s where things get intense. Interviewers often delve into your problem-solving methods, asking you to explain your reasoning, optimize solutions, or debug code snippets on the spot. For senior roles, system design questions become prominent, assessing architectural thinking and scalability awareness.
Candidates often share that these rounds feel like conversations rather than interrogations, which helps. Interviewers appreciate transparency—if you don’t know something, admitting it and reasoning aloud is better than guessing blindly. This reflects real workplace scenarios where collaboration and clarity matter.
Managerial/Behavioral Interview – Aligning Values and Future Potential
After clearing the technical hurdles, the hiring manager seeks to understand how well you’ll gel with the team and company ethos. Questions may revolve around conflict resolution, leadership instances, or adapting to change.
The point? They want employees who won’t just do the job but will grow with the organization. So, preparing examples from your past experiences that highlight resilience and collaboration can set you apart.
Examples of Questions Candidates Report
- Technical: “Explain how you would optimize a SQL query that’s running slow.”
- Problem Solving: “Write a function to detect if a linked list has a cycle.”
- Behavioral: “Describe a time when you had to work with a difficult team member. How did you handle it?”
- Scenario-based: “Imagine the client changes requirements mid-sprint. How would you manage your tasks?”
- Domain-Specific: For QA roles: “How do you approach writing test cases for a new feature?”
- Salary and Motivation: “What are your salary expectations?”
Eligibility Expectations
josh technology group typically looks for candidates with a bachelor’s degree in engineering, computer science, or related fields. However, the company values hands-on experience and certifications, especially for mid to senior-level roles. Fresh graduates often need to clear aptitude and coding rounds, whereas experienced hires should demonstrate project expertise and domain knowledge.
Key eligibility includes:
- Relevant educational background aligned with the job role
- Minimum experience thresholds—usually 1-3 years for entry to mid-level positions
- Technical proficiency in languages or tools specific to the role
- Soft skills such as communication and teamwork capacity
- Sometimes, location preferences or visa eligibility might be factors for global positions
Common Job Roles and Departments
The company’s roles reflect their service offerings, so here’s a quick look:
- Software Developers: Working on full stack, backend, or frontend technologies, often with Java, .NET, or JavaScript frameworks.
- Quality Assurance Engineers: Manual and automation testing, writing test scripts, and ensuring product quality.
- Business Analysts: Bridging client needs with technical teams, requirements gathering, and process documentation.
- Project Managers: Overseeing delivery timelines, client communication, and team coordination.
- Consultants and Solution Architects: Designing end-to-end solutions and providing technical guidance.
Each department has tailored recruitment rounds emphasizing core competencies, which reflects the company’s nuanced hiring strategy.
Compensation and Salary Perspective
| Role | Estimated Salary (INR per annum) |
|---|---|
| Junior Software Developer | 3,00,000 – 5,00,000 |
| Senior Developer | 7,00,000 – 12,00,000 |
| QA Engineer | 3,50,000 – 6,50,000 |
| Project Manager | 10,00,000 – 18,00,000 |
| Business Analyst | 5,00,000 – 9,00,000 |
| Solution Architect | 15,00,000 – 25,00,000 |
While the salary ranges align broadly with market standards for IT firms of similar scale, josh technology group often emphasizes performance-based incentives and offers room for growth. Candidates should be realistic that initial packages might be modest compared to giants like TCS or Infosys, but the potential to scale quickly exists for high performers.
Interview Difficulty Analysis
From conversations with candidates, the difficulty level of josh technology group interviews lands between moderate to challenging, depending on the role. Entry-level positions tend to focus on fundamentals, with coding tests and algorithm questions that are standard in the industry. Mid-level and senior roles require deeper system design skills and domain expertise, so candidates must prepare accordingly.
Unlike large MNCs with highly standardized tests, josh technology group mixes scripted questions with spontaneous problem-solving, which keeps candidates on their toes. Some find this refreshing, as it mirrors real project scenarios more closely. On the flip side, the behavioral rounds can sometimes feel unpredictable, as interviewers probe for cultural fit with open-ended questions.
Preparation Strategy That Works
- Understand the Role Deeply: Review the job description carefully and map your skills to the requirements. This helps tailor your preparation to the company’s expectations.
- Sharpen Coding and Problem-Solving: Practice on platforms like LeetCode or HackerRank focusing on data structures, algorithms, and language-specific problems relevant to the role.
- Brush Up on Domain Knowledge: For roles like QA, business analyst, or architects, revisiting concepts and case studies is crucial.
- Mock Interviews: Simulate technical and HR rounds with peers or mentors. This builds confidence and reduces anxiety.
- Prepare Stories for Behavioral Questions: Use the STAR method (Situation, Task, Action, Result) to narrate experiences, emphasizing teamwork, challenges, and learning.
- Research the Company: Get a feel for josh technology group’s culture, projects, and values to answer “why us?” convincingly.
- Rest and Manage Stress: Interviews are as much psychological as technical; staying calm and focused improves performance.
Work Environment and Culture Insights
People who have worked at josh technology group often talk about a culture that values agility and continuous learning. The work environment is reported as dynamic, not overly hierarchical, with an emphasis on collaboration and direct communication. This contrasts with the traditional “command and control” models in some IT firms.
Employees mention flexibility in work styles, openness to innovative ideas, and a moderate degree of work-life balance. On the flip side, the fast-paced nature can sometimes bring tight deadlines, so adaptability is key. For many, the culture feels like a “small company with big company aspirations,” which means a lot of individual responsibility and opportunity.
Career Growth and Learning Opportunities
Josh technology group invests in employee development through training programs, workshops, and certifications, often tailored to current project needs. This pragmatic approach to learning helps keep skills aligned with market trends and client demands.
Unlike larger firms where growth can be slower or more bureaucratic, reports from insiders suggest that high performers here can move up faster, taking on leadership or specialized roles within a few years. However, growth is merit-based and requires consistent delivery, so candidates should be ready for a results-driven environment.
Real Candidate Experience Patterns
Listening to those who’ve been through the process reveals common themes. First, candidates appreciate transparency during the recruitment rounds—interviewers often explain what’s expected next and provide feedback when possible. Second, many note that while the technical rounds are challenging, the interviewers are generally supportive, encouraging dialogue rather than rapid-fire questioning.
That said, some report the HR rounds as somewhat unpredictable, with questions that feel disconnected from technical skills. A few candidates wished for clearer communication about timeline expectations post-interview. Overall, the process can take a few weeks, which means patience is essential.
Comparison With Other Employers
Compared to IT giants like Infosys, Wipro, or Cognizant, josh technology group offers a more personalized and less bureaucratic hiring experience. The technical rounds here tend to be more practical and less reliant on theoretical overflow. However, salary packages may lag slightly behind the bigger players initially.
Against startups, josh technology group strikes a middle ground—it offers more structure than a fledgling startup but retains some of the agility and exposure you’d expect in smaller firms. For candidates seeking a blend of stability and innovation, this company’s recruitment process reflects those values.
Expert Advice for Applicants
Don’t just prepare for the “what” of the interview questions, but the “why.” Understand that josh technology group seeks problem solvers who can adapt, communicate, and collaborate effectively. Tailor your preparation to demonstrate these qualities clearly.
Invest time in mock interviews that simulate both technical and HR interactions. Remember, the cultural fit round isn’t just about fitting in but about showing how you’ll add value to their evolving team dynamics.
Keep your expectations realistic on compensation but be open to discussing growth and learning opportunities—express a long-term perspective.
Finally, don’t underestimate the power of research. Knowing recent projects, client focus areas, and company values can give you an edge in behavioral discussions.
Frequently Asked Questions
What are the typical interview questions asked at josh technology group?
Expect a mix of technical coding problems, domain-specific questions, and behavioral scenarios. For developers, algorithm-based questions are common, while managerial roles focus more on leadership and conflict resolution.
How long does the entire selection process take?
On average, the recruitment rounds can span 2-4 weeks. Delays sometimes occur due to scheduling constraints, but candidates typically get updates throughout.
Is there a coding test for all roles?
Not necessarily. Coding or technical tests are standard for technical positions but might be replaced with case studies or analytical questions for business or management roles.
What is the company's salary range compared to market standards?
Salaries tend to be competitive for mid-sized firms but may be slightly below top-tier IT companies. Performance incentives and growth opportunities balance this out.
How can I best prepare for the behavioral interview?
Reflect on your past work experiences, focusing on teamwork, challenges, and problem-solving. Use structured storytelling (like the STAR technique) to share clear examples.
Final Perspective
josh technology group's recruitment journey is not just a test of skills but an exploration of fit—technical, cultural, and aspirational. Candidates who excel here tend to be those who understand the company’s unique position in the IT landscape and prepare accordingly.
While the hiring process can feel rigorous, it's designed to find professionals who are not only competent but also ready to contribute meaningfully to evolving client needs and internal innovation.
For job seekers willing to embrace a dynamic environment, demonstrate practical knowledge, and communicate effectively, josh technology group offers a compelling career path that blends stability with the excitement of continuous learning.
josh technology group Interview Questions and Answers
Updated 21 Feb 2026DevOps Engineer Interview Experience
Candidate: Arjun Mehta
Experience Level: Mid-level
Applied Via: Campus recruitment
Difficulty: Hard
Final Result: Rejected
Interview Process
3
Questions Asked
- Explain CI/CD pipelines.
- How do you monitor system performance?
- What configuration management tools have you used?
- Describe a time you automated a manual process.
Advice
Gain deeper knowledge of cloud platforms and container orchestration tools.
Full Experience
The first round was a technical test on Linux and scripting. The second was a technical interview with practical problem-solving. The final round was with the team lead focusing on culture and teamwork. I was told to improve on cloud skills.
Project Manager Interview Experience
Candidate: Sneha Kulkarni
Experience Level: Mid-level
Applied Via: LinkedIn
Difficulty:
Final Result:
Interview Process
3
Questions Asked
- How do you manage project timelines?
- Describe your experience with Agile methodologies.
- How do you handle team conflicts?
- Explain risk management in projects.
Advice
Focus on your project management certifications and provide clear examples of past project successes.
Full Experience
Initial HR round was about my background and expectations. The second round was technical with scenario-based questions. The final round was with senior management focusing on leadership and company culture alignment.
Business Analyst Interview Experience
Candidate: Vikram Patel
Experience Level: Senior
Applied Via: Company website
Difficulty: Hard
Final Result:
Interview Process
4
Questions Asked
- How do you gather requirements from stakeholders?
- Describe a challenging project you managed.
- Explain SWOT analysis.
- How do you handle conflicting requirements?
- What tools do you use for documentation?
Advice
Prepare real-life examples demonstrating your analytical and communication skills.
Full Experience
The process started with an HR screening, followed by a detailed technical round with case studies. Then a managerial round assessing leadership skills, and finally a cultural fit interview.
QA Engineer Interview Experience
Candidate: Anita Desai
Experience Level: Entry-level
Applied Via: Employee referral
Difficulty: Easy
Final Result: Rejected
Interview Process
2
Questions Asked
- What is the difference between manual and automated testing?
- Explain the software testing lifecycle.
- How do you write test cases?
- What tools have you used for bug tracking?
Advice
Gain more hands-on experience with automation tools and understand testing frameworks better.
Full Experience
The HR round was straightforward, mostly about my resume and interest. The technical round focused on basic testing concepts and scenarios. I felt I lacked depth in automation knowledge which was highlighted.
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 polymorphism?
- Write a function to reverse a linked list.
- Describe RESTful APIs.
- How do you handle version control in Git?
Advice
Brush up on data structures and algorithms, and be prepared to discuss your past projects in detail.
Full Experience
The first round was an HR screening focusing on my background and motivation. The second round was a technical interview with coding questions and system design basics. The final round was with the team lead, focusing on problem-solving and cultural fit.
Frequently Asked Questions in josh technology group
Have a question about the hiring process, company policies, or work environment? Ask the community or browse existing questions here.
Common Interview Questions in josh technology group
Q: In a sports contest there were m medals awarded on n successive days (n > 1). 1. On the first day 1 medal and 1/7 of the remaining m - 1 medals were awarded. 2. On the second day 2 medals and 1/7 of the now remaining medals was awarded; and so on.On the nth and last day, the remaining n medals were awarded.How many days did the contest last, and how many medals were awarded altogether?
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: 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: 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: There are 3 clans in an island - The Arcs who never lie, the Dons who always lie and the Slons who lie alternately with the truth. Once a tourist meets 2 guides who stress that the other is a Slon. They proceed on a tour and see a sports meet. The first guide says that the prizes have been won in the order Don, Arc, Slon. The other says that, the order is Slon, Don, Arc. (the order need not be exact). To which clan did each of the guides and the players belong? ...
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: 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: 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: 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: 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: 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: 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: 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: Consider a series in which 8 teams are participating. each team plays twice with all other teams. 4 of them will go to the semi final. How many matches should a team win, so that it will ensure that it will go to semi finals.?
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: 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: There are some chickens in a poultry. They are fed with corn. One sack of corn will come for 9 days. The farmer decides to sell some chickens and wanted to hold 12 chicken with him. He cuts the feed by 10% and sack of corn comes for 30...