About gep
Company Description
GEP is a global leader in procurement technology and consulting, specializing in delivering innovative solutions to help organizations optimize their supply chains and drive business transformation. With a presence in multiple countries, GEP serves Fortune 500 and Global 2000 companies across various industries, offering end-to-end procurement services and software solutions.
Work Culture & Job Environment
GEP fosters a dynamic and inclusive work environment that encourages collaboration, innovation, and continuous learning. Employees are empowered to take ownership of their work, contribute to meaningful projects, and grow professionally. The company values diversity and promotes a culture of respect and inclusivity, ensuring that all team members feel valued and supported.
Interview Questions & Answers
Software Developer Intern
Q1: What programming languages are you proficient in?
I am proficient in Java, Python, and JavaScript, and have experience working with frameworks like Spring Boot and React.
Q2: How do you approach problem-solving in coding?
I break down the problem into smaller components, analyze each part, and implement solutions incrementally while testing thoroughly.
Q3: Can you explain the concept of Object-Oriented Programming?
OOP is a programming paradigm based on the concept of objects, which contain data and methods. It promotes code reusability and modularity through principles like inheritance, encapsulation, and polymorphism.
Q4: How do you ensure the quality of your code?
I adhere to coding standards, write unit tests, conduct code reviews, and use version control systems to maintain code quality.
Q5: Describe a challenging project you worked on and how you overcame obstacles.
I worked on a project that required integrating multiple APIs. The challenge was handling asynchronous responses. I overcame this by implementing proper error handling and using asynchronous programming techniques.
Trainee Software Engineer
Q1: What is the Software Development Life Cycle (SDLC)?
SDLC is a structured approach to software development that includes stages like planning, design, development, testing, deployment, and maintenance.
Q2: How do you manage tight deadlines?
I prioritize tasks based on urgency and importance, break them into manageable chunks, and focus on delivering quality work within the given time frame.
Q3: Explain the difference between REST and SOAP web services.
REST is an architectural style that uses HTTP methods and is lightweight, while SOAP is a protocol that relies on XML and is more rigid and standardized.
Q4: How do you handle version control in your projects?
I use Git for version control, creating branches for features and bug fixes, and regularly commit changes with meaningful messages.
Q5: Describe a situation where you had to learn a new technology quickly. How did you approach it?
I was tasked with learning Docker for containerization. I followed online tutorials, practiced by setting up containers, and sought guidance from experienced colleagues.
SQL Developer
Q1: What is normalization in databases?
Normalization is the process of organizing data to reduce redundancy and dependency by dividing large tables into smaller ones and defining relationships between them.
Q2: How do you optimize SQL queries?
I use indexing, avoid unnecessary joins, and write efficient queries to improve performance.
Q3: Explain the difference between INNER JOIN and LEFT JOIN.
INNER JOIN returns records that have matching values in both tables, while LEFT JOIN returns all records from the left table and matched records from the right table.
Q4: How do you handle large datasets in SQL?
I use pagination, batch processing, and indexing to manage large datasets efficiently.
Q5: What is a stored procedure?
A stored procedure is a precompiled collection of one or more SQL statements that can be executed as a single unit.
Backend Developer
Q1: What is the difference between synchronous and asynchronous programming?
Synchronous programming executes tasks sequentially, while asynchronous programming allows tasks to run concurrently, improving efficiency.
Q2: How do you ensure the scalability of backend systems?
I design stateless services, implement load balancing, and use caching mechanisms to ensure scalability.
Q3: Explain the concept of microservices architecture.
Microservices architecture involves breaking down an application into smaller, independent services that communicate over a network, allowing for easier scaling and maintenance.
Q4: How do you handle error management in backend systems?
I implement structured error handling, log errors for monitoring, and provide meaningful error messages to users.
Q5: What is the role of middleware in backend development?
Middleware functions as an intermediary layer that processes requests and responses, handling tasks like authentication, logging, and error handling.
Full Stack Developer
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 (logic), promoting modularization.
Q2: How do you manage state in React applications?
I use React's useState and useReducer hooks for local state management and Context API or Redux for global state management.
Q3: Explain the concept of responsive web design.
Responsive web design ensures that web applications provide an optimal viewing experience across a wide range of devices by using flexible layouts and media queries.
Q4: How do you handle form validation in web applications?
I use both client-side and server-side validation techniques to ensure data integrity and provide immediate feedback to users.
Q5: What is the purpose of Webpack in modern web development?
Webpack is a module bundler that compiles JavaScript files, optimizes assets, and manages dependencies to improve performance.
ERP Support Engineer
Q1: What is ERP software?
ERP (Enterprise Resource Planning) software integrates core business processes, such as finance, HR, and supply chain, into a unified system.
Q2: How do you handle ERP system upgrades?
I test upgrades in a staging environment, assess compatibility, and coordinate with stakeholders for a smooth transition.
Q3: Explain the concept of data migration in ERP systems.
Data migration involves transferring data from legacy systems to the new ERP system, ensuring data integrity and minimal disruption.
Q4: How do you provide user support for ERP systems?
I offer training sessions, create user manuals, and provide timely assistance to resolve issues.
Q5: What is the role of customization in ERP systems?
Customization tailors the ERP system to meet specific business needs, enhancing functionality and user experience.
QA Engineer
Q1: What is the difference between functional and non-functional testing?
Functional testing verifies that the software performs its intended functions, while non-functional testing assesses aspects like performance, security, and usability.
Q2: How do you design test cases?
I analyze requirements, identify test scenarios, and define input data, expected results, and execution steps.
Q3: Explain the concept of regression testing.
Regression testing ensures that new code changes do not adversely affect existing functionalities.
Q4: How do you prioritize test cases?
I prioritize test cases based on factors like business impact, risk, and complexity.
Q5: What is the role of automation in testing?
Automation increases efficiency, reduces human error, and allows for repetitive tests to be executed consistently.
Technical Support Engineer
Q1: How do you approach troubleshooting technical issues?
I gather information, replicate the issue, analyze logs, and implement solutions systematically.
Q2: How do you handle difficult customers?
I listen actively, empathize with their concerns, and work collaboratively to resolve issues promptly.
Q3: What tools do you use for remote support?
I use remote desktop tools, ticketing systems, and diagnostic utilities to assist users effectively.
Q4: How do you document support cases?
I maintain detailed records of issues, resolutions, and user interactions for future reference.
Q5: How do you stay updated with technical knowledge?
I participate in training sessions, read technical documentation, and engage with professional communities.
Data Analyst
Q1: What is data normalization?
Data normalization is the process of organizing data to reduce redundancy and improve integrity by dividing large tables into smaller ones and defining relationships between them.
Q2: How do you handle missing data?
I use techniques like imputation, deletion, or substitution based on the nature of the data and the analysis requirements.
Q3: What is the difference between descriptive and inferential statistics?
Descriptive statistics summarize and describe data, while inferential statistics make predictions or inferences about a population based on sample data.
Q4: How do you visualize data?
I use tools like Excel, Tableau, or Python libraries to create charts and graphs that effectively communicate insights.
Q5: How do you ensure data accuracy?
I validate data sources, perform data cleaning, and cross-check findings to ensure reliability.
Business Analyst
Q1: How do you gather requirements from stakeholders?
I conduct interviews, surveys, and workshops to understand stakeholder needs and expectations.
Q2: How do you document business processes?
I use flowcharts, diagrams, and documentation tools to represent processes clearly.
Q3: How do you handle conflicting requirements?
I facilitate discussions to understand underlying concerns and work towards a consensus.
Q4: How do you ensure solutions align with business objectives?
I map requirements to business goals and validate solutions against these objectives.
Q5: How do you measure the success of implemented solutions?
I define key performance indicators (KPIs) and monitor outcomes to assess effectiveness.
Company Background and Industry Position
GEP, a global leader in procurement and supply chain solutions, has carved out a distinctive niche in the consulting and technology landscape. Founded in the early 1990s, GEP has grown beyond the typical consulting firm by integrating advanced technology platforms with strategic procurement expertise. This blend positions GEP squarely at the intersection of business intelligence and operational efficiency, which is rare in the competitive market of procurement services.
What stands out about GEP is its focus on transforming the procurement function through digital solutions like AI-powered analytics and cloud-based platforms. Compared to traditional consulting entities, GEP’s edge lies in this technology-first approach combined with deep domain knowledge. For job seekers aiming to join the company, understanding this dual focus on consulting and tech innovation is crucial—it shapes the kind of talent GEP seeks and the questions interviewers ask.
How the Hiring Process Works
- Application and Screening: It all begins online. Whether through GEP’s career portal or job boards, candidates submit resumes tailored to specific job roles. Recruiters use a mix of ATS (Applicant Tracking Systems) and manual review to shortlist profiles based on eligibility criteria and keyword matches. At this stage, clarity and relevance in your resume can make or break your chance.
- Initial HR Conversation: The first human touchpoint usually involves a recruiter or HR representative. This session screens for cultural fit, communication skills, and basic role understanding. It's less about technical prowess here and more about whether you're someone they can picture fitting with the team.
- Technical Assessment or Test: Depending on the role, candidates might face a technical test—either online or in person. For technical roles, this could be coding challenges or case studies focused on procurement analytics. This step is designed not just to test knowledge but to assess problem-solving approaches and logical thinking.
- In-Depth Technical Interview: Often conducted by senior team members or hiring managers, this round dives deeper into domain-specific expertise. Interviewers evaluate how candidates apply their skills to real-world scenarios, probing into past experiences and technical knowledge. The goal is to gauge readiness to handle the complexities of GEP client projects.
- Final HR Interview and Offer Discussion: The last stage is usually a more conversational HR interview addressing salary expectations, career goals, and alignment with company culture. This is where negotiation might happen if all the technical boxes are checked.
Interview Stages Explained
Initial HR Screening
This is your chance to make a first impression beyond your resume. Recruiters want to see enthusiasm and a clear understanding of the job description. They’re sizing you up for the intangibles—do you communicate well? Are you motivated by what GEP does? Expect questions like, “Why GEP?” or “Tell me about yourself.” It might seem straightforward, but the way you frame your answers can set the tone for the rest of the process.
Technical Assessment
This phase varies widely depending on the role. For a technology-focused position, you might encounter timed coding problems on platforms like HackerRank, while supply chain roles could involve case simulations requiring strategic thinking. The assessment isn't just about right or wrong answers; rather, interviewers are keenly observing your approach—how you structure your thought process and adapt under pressure. The design of this round reflects GEP's emphasis on problem-solving over rote knowledge.
Technical Interview
By the time you reach this stage, expect a rigorous dialogue. Interviewers often probe into your previous projects and challenge you with situational questions crafted to mirror client work scenarios. For instance, a procurement analyst candidate might be asked how they would manage supplier risks or optimize cost efficiencies under budget constraints. This step is about assessing real-world application, not textbook definitions.
Final HR Interview
Often more relaxed in tone but critical in impact, this discussion confirms mutual fit beyond skills. They want to understand your personal aspirations and evaluate your cultural compatibility. Candidates frequently notice that recruiters here gauge flexibility around roles and willingness to learn, reflecting GEP’s dynamic work environment. It’s also the moment where compensation and benefits are clarified, rounding off the candidate experience.
Examples of Questions Candidates Report
- “Describe a challenging procurement negotiation you led. What was the outcome?”
- “How would you approach vendor selection when cost and quality are conflicting factors?”
- “Explain a time you used data analytics to improve a supply chain process.”
- “Coding problem: Write a function to identify duplicates in a dataset.” (For technical roles)
- “How do you handle tight deadlines while managing multiple client deliverables?”
- “What interests you most about working at GEP rather than other consulting firms?”
Eligibility Expectations
GEP’s eligibility criteria vary by position, but across the board, they expect a foundation of relevant education and work experience. For entry-level roles, a bachelor’s degree in business, engineering, computer science, or a related field is standard. Mid to senior positions demand proven track records in procurement, consulting, or technology implementation.
Candidates often notice that GEP favors versatility—those who combine technical skills with strategic insight tend to stand out. Certifications like CPSM (Certified Professional in Supply Management) or PMP (Project Management Professional) can be advantageous but not mandatory. The key is demonstrable problem-solving ability and adaptability.
Common Job Roles and Departments
While GEP’s core focus revolves around procurement and supply chain excellence, the company houses diverse roles. Here are some typical positions:
- Procurement Consultant: Advises clients on sourcing strategies, supplier management, and cost reduction.
- Supply Chain Analyst: Analyzes logistics data to streamline operations and identify efficiency gains.
- Software Engineer: Develops and maintains GEP’s proprietary procurement technology platforms.
- Project Manager: Oversees client engagements, ensuring timely delivery and quality.
- Data Scientist: Leverages big data to generate actionable procurement insights.
Each role has distinct hiring nuances. For example, tech roles lean heavily on technical interview rounds, whereas consulting positions emphasize situational judgment and client-facing skills.
Compensation and Salary Perspective
| Role | Estimated Salary (Annual) |
|---|---|
| Procurement Consultant | $70,000 - $110,000 |
| Supply Chain Analyst | $60,000 - $90,000 |
| Software Engineer | $80,000 - $130,000 |
| Project Manager | $90,000 - $140,000 |
| Data Scientist | $100,000 - $150,000 |
Keep in mind, these ranges reflect broad market factors and depend on location, experience, and role complexity. GEP tends to offer competitive compensation aligned with other top consulting and technology companies, sometimes accompanied by performance bonuses or client-specific incentives. Salary discussions usually arise in the final HR round, where transparency and realistic expectations help in negotiating a mutually satisfying offer.
Interview Difficulty Analysis
Candidates often describe the GEP hiring process as challenging but fair. The difficulty balances technical rigor with behavioral assessments. For many, the technical interview is the most daunting—expect nuanced questions that require both depth and breadth of knowledge. However, unlike purely technical companies, GEP’s interviews frequently assess your ability to think strategically and communicate clearly under pressure.
Some candidates reflect on their surprise at how scenario-based questions dominated their interviews. This is intentional—GEP wants to understand not just what you know, but how you apply it in messy, real-world situations. The HR rounds, in contrast, are typically manageable for anyone with sound communication skills and a clear career vision.
Preparation Strategy That Works
- Deep dive into GEP’s business model and recent projects to understand their client impact. This helps tailor your answers beyond generic consulting clichés.
- Brush up on procurement and supply chain fundamentals if applying for consulting roles; revisit case studies and problem-solving frameworks.
- For technology roles, practice coding and algorithm problems on platforms like LeetCode or HackerRank, focusing on efficiency and clarity.
- Prepare examples from your experience that illustrate problem-solving, teamwork, and adaptability—stories resonate far more than generic answers.
- Mock interviews focusing on situational and behavioral questions can reduce nerves and clarify thought process during real interaction.
- Research typical salary ranges beforehand to negotiate confidently without overshooting expectations.
Work Environment and Culture Insights
GEP fosters a culture that blends professionalism with innovation. Employees often remark on the collaborative atmosphere, where diverse teams work together on complex problems. The company encourages continuous learning and values input from all levels, which makes it appealing to candidates eager to grow.
That said, the consulting nature implies a fast-paced, sometimes demanding work style. Those who thrive here are adaptable and comfortable with a degree of ambiguity. The emphasis on technology also means you’ll be expected to keep pace with evolving tools and methodologies.
Career Growth and Learning Opportunities
Growth at GEP is structured but personalized. Employees receive access to formal training programs, mentorship, and opportunities to work with global clients. The hybrid consulting-tech model opens doors to specialize deeply in procurement or broaden skill sets into analytics and software development.
Many employees share that the company’s commitment to career development is genuine, with clear paths for advancement tied closely to performance and initiative. For candidates, this signals the importance of demonstrating both competence and proactive learning during interviews.
Real Candidate Experience Patterns
From conversations with multiple candidates, a common thread emerges—expect thorough preparation to pay off. Many recall the early rounds feeling straightforward but say the technical interviews required serious mental agility. A few recounted moments where interviewers challenged their assumptions, pushing candidates to think on their feet. This can be unsettling if unprepared but rewarding for those who see it as a genuine conversation rather than interrogation.
Candidates also frequently mention the courteous and transparent communication from GEP’s recruitment team, which eases anxiety. Still, some candidates experience waiting periods between rounds, reflecting typical corporate scheduling hurdles but nothing extraordinary. Overall, the candidate experience leans positive with a professional yet human touch.
Comparison With Other Employers
When stacked against peers like Accenture, Deloitte, or Infosys, GEP’s hiring process is more specialized. While the big consulting firms might test broader business acumen, GEP zeroes in on procurement and supply chain expertise combined with technical aptitude. This focus means interviews can feel less generic, which many candidates appreciate.
In terms of interview difficulty, GEP falls somewhere in the middle. It’s more demanding than entry-level IT companies but less intense than elite tech giants. Compensation aligns closely with mid-tier consulting firms, but the opportunity to work at the intersection of consulting and technology is a unique lure.
Expert Advice for Applicants
If I were mentoring someone about to interview at GEP, I’d stress the importance of preparation beyond just facts. Understand their business challenges and reflect on how your skills can solve them. Be ready to tell stories that showcase your flexibility and analytical mindset.
Don’t underestimate the HR rounds—they’re not just formality but crucial in assessing cultural fit. Practice clear, authentic communication. Also, keep in mind that negotiation is normal; having reasonable salary expectations backed by market research empowers you during offer discussions.
Finally, embrace the mindset that every interaction is a two-way street. Interviews aren’t just about being judged; they’re your moment to assess if GEP aligns with your career vision.
Frequently Asked Questions
What kind of technical interviews does GEP conduct?
Technical interviews vary by role but typically include problem-solving questions relevant to procurement analytics, coding challenges for engineering roles, or case-study discussions for consulting positions. Interviewers focus on both knowledge and practical application.
How long does the overall hiring process usually take?
From application to offer, candidates can expect anywhere between two to six weeks. This depends on role urgency, interview scheduling, and the number of recruitment rounds involved.
Is prior experience in procurement mandatory for all roles?
No. While many roles benefit from procurement or supply chain experience, GEP also hires fresh graduates for entry-level positions and candidates with strong analytical or technical backgrounds who demonstrate a willingness to learn.
Does GEP provide feedback after interviews?
Feedback is generally provided after final interviews, though it may vary by recruiter. Candidates often appreciate the transparent communication style GEP maintains throughout the process.
Are remote interviews common at GEP?
Yes, especially post-pandemic, most initial rounds and technical assessments are conducted remotely. Final interviews can be virtual or in-person depending on the office location and role.
Final Perspective
GEP stands out as a company that demands more than just textbook knowledge; it seeks problem solvers who can navigate complexity with clarity and creativity. The hiring process reflects this ethos—structured but human, challenging but fair. For candidates willing to invest in understanding GEP’s unique blend of consulting and technology, the recruitment journey can be both rewarding and career-defining.
Success here isn’t about ticking boxes; it’s about demonstrating how your experiences, ideas, and mindset align with a company that’s innovating procurement on a global scale. So take the time to prepare thoughtfully, engage authentically, and view every step as a chance to learn—not just to impress.
gep Interview Questions and Answers
Updated 21 Feb 2026Quality Assurance Engineer Interview Experience
Candidate: Suresh Kumar
Experience Level: Entry-level
Applied Via: Campus recruitment
Difficulty: Easy
Final Result:
Interview Process
2
Questions Asked
- What is the difference between manual and automated testing?
- Explain test case design.
- How do you prioritize testing tasks?
- Describe a bug lifecycle.
Advice
Understand basic testing concepts well and be confident in explaining your internship experiences.
Full Experience
The first round was a written test on basic QA concepts. The second round was an interview with the QA manager focusing on practical scenarios and my internship experience.
Data Scientist Interview Experience
Candidate: Priya Singh
Experience Level: Mid-level
Applied Via: LinkedIn
Difficulty:
Final Result: Rejected
Interview Process
3
Questions Asked
- Explain the difference between supervised and unsupervised learning.
- How do you handle missing data?
- Describe a machine learning project you worked on.
- Write SQL queries to extract data.
- What evaluation metrics do you use for classification?
Advice
Strengthen your coding skills and be prepared to explain your projects in detail.
Full Experience
The first round was a coding test with data manipulation problems. The second was a technical interview focusing on machine learning concepts. The final round was a discussion on past projects and problem-solving approaches.
Project Manager Interview Experience
Candidate: Rohit Verma
Experience Level: Senior
Applied Via: Company website
Difficulty: Hard
Final Result:
Interview Process
4
Questions Asked
- Describe your project management methodology.
- How do you manage project risks?
- Explain a time you handled a difficult team member.
- What tools do you use for project tracking?
- How do you ensure project delivery on time and budget?
Advice
Prepare detailed examples of past project successes and challenges, and be ready for behavioral questions.
Full Experience
The interview process was thorough, starting with an HR screening, followed by technical rounds with senior managers, and concluding with a leadership panel. Each round tested different skills including technical knowledge, leadership, and communication.
Business Analyst Interview Experience
Candidate: Neha Gupta
Experience Level: Entry-level
Applied Via: Referral
Difficulty: Easy
Final Result: Rejected
Interview Process
2
Questions Asked
- What is requirement gathering?
- How do you handle conflicting stakeholder requirements?
- Explain SWOT analysis.
- Describe a time you solved a problem in a team.
Advice
Gain more practical experience in requirement analysis and improve communication skills.
Full Experience
The first round was a telephonic interview focusing on basics of business analysis. The second round was an in-person interview with scenario-based questions. I felt underprepared for some questions related to stakeholder management.
Software Engineer Interview Experience
Candidate: Amit Sharma
Experience Level: Mid-level
Applied Via: Online job portal
Difficulty:
Final Result:
Interview Process
3
Questions Asked
- Explain OOP concepts.
- What is polymorphism?
- Describe a challenging bug you fixed.
- Write a function to reverse a linked list.
- How do you handle version control?
Advice
Brush up on data structures and algorithms, and be ready to discuss past projects in detail.
Full Experience
The process started with an online test focusing on coding and logical reasoning. The second round was a technical interview discussing my previous work and some coding problems. The final round was with the team lead, focusing on system design and behavioral questions.
Frequently Asked Questions in gep
Have a question about the hiring process, company policies, or work environment? Ask the community or browse existing questions here.
Common Interview Questions in gep
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: 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: 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: 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: 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: At 6?o a clock ticks 6 times.The time between first and last ticks is 30 seconds.How long does it tick at 12?o clock?2.A hotel has 10 storey. Which floor is above the floor below the floor, below the floor above the floor, below the floor above the fifth.
Q: There is a room with a door (closed) and three light bulbs. Outside the room there are three switches, connected to the bulbs. You may manipulate the switches as you wish, but once you open the door you can't change them. Identify each switch with its bulb.
Q: The egg vendor calls on his first customer and sells half his eggs and half an egg. To the second customer, he sells half of what he had left and half an egg and to the third customer he sells half of what he had then left and half an egg. By the way he did not break any eggs. In the end three eggs were remaining . How many total eggs he was having ?
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: 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: In a country where everyone wants a boy, each family continues having babies till they have a boy. After some time, what is the proportion of boys to girls in the country? (Assuming probability of having a boy or a girl is the same)
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 ?