CodeBlock Technologies Recruitment Process, Interview Questions & Answers

CodeBlock Technologies evaluates candidates through coding tests and technical interviews targeting software engineering fundamentals. The process concludes with discussions assessing practical project skills and alignment with company values.
4.3
based on 50 Reviews
About Company
Interview Guide
Interviews Experiance
FAQ's Questions

About CodeBlock Technologies

Company Description

CodeBlock Technologies is a leading software development firm specializing in innovative technology solutions for businesses across various sectors. Established with a vision to empower organizations through cutting-edge software, CodeBlock Technologies prides itself on its collaborative work culture that promotes creativity, continuous learning, and professional growth. The company fosters an inclusive environment where diverse ideas are welcomed, allowing employees to thrive and contribute to impactful projects. Team members are encouraged to share their insights, partake in mentorship programs, and engage in ongoing training, ensuring they stay ahead in the fast-evolving tech landscape. With a strong commitment to work-life balance, CodeBlock Technologies supports flexible working hours and remote work options, enhancing overall employee satisfaction and productivity.

Software Developer Interview Questions

Q1: Can you explain the difference between an abstract class and an interface in object-oriented programming?

An abstract class can provide both complete and incomplete methods, while an interface can only define method signatures. A class can inherit from one abstract class but can implement multiple interfaces.

Q2: How do you ensure your code is maintainable?

I follow best practices such as writing clean code, using meaningful variable names, documenting my code, and adhering to design patterns. I also perform code reviews and encourage feedback from peers.

Q3: What is your experience with version control systems?

I have extensively used Git for version control. I am comfortable with branching, merging, and handling conflicts. I also use platforms like GitHub for collaboration and code sharing.

Q4: Can you describe a challenging bug you encountered and how you resolved it?

I once faced a memory leak issue in a complex application. I used profiling tools to identify the leak, traced it back to unclosed resources, and implemented proper resource management to resolve it.

Q5: How do you approach testing your code?

I utilize unit testing frameworks to write tests for my code. I also practice Test-Driven Development (TDD) where I write tests before the actual code, ensuring functionality is as expected from the outset.

Project Manager Interview Questions

Q1: How do you prioritize tasks in a project?

I use methods like the Eisenhower Matrix to evaluate the urgency and importance of tasks. I also consider resource availability and project timelines to set priorities effectively.

Q2: Describe your experience with Agile methodologies.

I have worked in Agile environments for over three years, facilitating daily stand-ups, sprint planning, and retrospectives. I focus on iterative development and continuous feedback to improve project outcomes.

Q3: How do you handle conflicts within your team?

I approach conflicts by facilitating open communication, allowing team members to express their viewpoints. I aim to mediate and find common ground, ensuring a collaborative resolution.

Q4: What tools do you use for project management and tracking?

I frequently use tools like Jira and Trello for tracking progress and managing tasks. I also utilize Gantt charts and Kanban boards to visualize project timelines and workflows.

Q5: How do you measure project success?

I measure success through key performance indicators (KPIs) such as on-time delivery, budget adherence, and stakeholder satisfaction. Post-project reviews also help assess overall performance.

Quality Assurance Engineer Interview Questions

Q1: What is the difference between verification and validation in testing?

Verification ensures the product is built correctly according to specifications, while validation checks if the right product is being built, meeting user requirements and expectations.

Q2: Can you explain what a test case is and its importance?

A test case is a set of conditions under which a tester assesses whether a system or software application meets requirements. It is essential for ensuring comprehensive coverage and facilitating systematic testing.

Q3: Describe a time when you found a critical bug. How did you handle it?

I discovered a critical bug during a final regression test that could have caused data corruption. I immediately reported it to the development team, documented the issue, and collaborated to develop a fix before deployment.

Q4: What testing tools are you familiar with?

I am experienced with Selenium for automated testing, JIRA for bug tracking, and Postman for API testing. I also have used LoadRunner for performance testing.

Q5: How do you stay updated with the latest testing trends and tools?

I regularly attend webinars, participate in professional forums, and read industry publications and blogs. I also engage in online courses to learn new tools and methodologies.

DevOps Engineer Interview Questions

Q1: What is DevOps, and how does it benefit organizations?

DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the development lifecycle and improve deployment frequency. It leads to faster time-to-market and increased reliability.

Q2: Can you explain the concept of Continuous Integration and Continuous Deployment (CI/CD)?

CI/CD is a DevOps practice that involves automatically integrating code changes and deploying them to production. CI ensures that code changes are tested and merged frequently, while CD automates the release process.

Q3: What tools do you use for configuration management?

I commonly use tools like Ansible and Puppet for configuration management. They help automate the setup and maintenance of servers and applications, ensuring consistency across environments.

Q4: How do you handle system failures or outages?

I follow a predefined incident response plan, which includes quickly identifying the cause, communicating with stakeholders, and implementing a fix. Post-incident, I conduct a root cause analysis to prevent future occurrences.

Q5: What is containerization, and how does it differ from virtualization?

Containerization encapsulates an application and its dependencies into a container, ensuring consistency across environments. Unlike virtualization, which creates entire virtual machines, containers share the host OS, making them lighter and faster.

User Experience Designer Interview Questions

Q1: What design principles do you follow when creating user interfaces?

I prioritize usability, accessibility, and aesthetics. I follow principles like consistency, feedback, and simplicity to create intuitive experiences for users.

Q2: How do you conduct user research?

I use methods like surveys, interviews, and usability testing to gather insights from users. Analyzing user behavior helps inform design decisions and improve overall user experience.

Q3: Can you describe a project where you improved user experience significantly?

In a recent project, I redesigned a complex navigation system for a web application. By simplifying the structure and enhancing visual cues, user engagement increased by 30% and feedback was overwhelmingly positive.

Q4: What tools do you use for prototyping and wireframing?

I use tools like Sketch and Figma for wireframing and prototyping. These tools allow me to create interactive designs and collaborate with team members effectively.

Q5: How do you incorporate feedback into your designs?

I actively seek feedback through user testing sessions and stakeholder reviews. I analyze the feedback and iterate on my designs to address user needs and improve functionality.

CodeBlock Technologies Interview Guide

Company Background and Industry Position

When job seekers set their sights on CodeBlock Technologies, they’re looking at a company that has steadily carved out a reputation for innovative software solutions tailored to enterprise clients. Founded just over a decade ago, CodeBlock quickly evolved from a startup with a handful of developers into a mid-sized tech firm recognized for its cutting-edge AI integration and cloud-based platforms. In a crowded tech market, their focus on scalable, secure applications places them alongside industry heavyweights, though they maintain a distinctly agile culture more common in startups.

This positioning impacts how they approach hiring: they want people who can think fast, adapt quickly, and contribute ideas, not just follow instructions. The company’s rapid growth trajectory means recruitment is competitive but also diverse, spanning roles from junior developers to senior architects and project managers. Understanding this backdrop helps candidates appreciate why the interview process at CodeBlock Technologies emphasizes both technical rigor and cultural fit.

How the Hiring Process Works

  1. Application and Resume Screening: CodeBlock receives a flood of resumes for every open role, making this first step crucial. Recruiters sift through applications to identify candidates who match the role’s technical requirements and show potential for growth. Expect your resume to be evaluated not just for skills but also for clarity and relevance.
  2. Initial HR Interview: This stage is often a phone or video call with a recruiter or HR representative. It’s less about technical chops and more about assessing communication skills, motivation, and alignment with company values. Candidates get a chance to understand CodeBlock’s culture and ask questions.
  3. Technical Assessment: This can take several forms — online coding tests, take-home assignments, or live coding sessions. The goal here is to gauge problem-solving ability, coding proficiency, and sometimes domain knowledge specific to the job role.
  4. Technical Interview Rounds: Usually conducted by senior engineers or team leads, these rounds dive deeper into algorithms, system design, and practical coding questions. Expect scenario-based questions and discussions about previous work experience.
  5. Managerial/Behavioral Interview: Beyond technical expertise, CodeBlock looks for candidates with strong collaboration skills and leadership potential. This round assesses how well you’d fit into teams and handle workplace challenges.
  6. Offer and Negotiation: If all goes well, candidates receive an offer detailing salary range, benefits, and role expectations. While CodeBlock’s offers are competitive, negotiation is possible, especially for experienced hires.

Interview Stages Explained

Resume Screening and Initial Contact

Resume screening at CodeBlock is more nuanced than simply ticking skill boxes. Recruiters often look for evidence of impact — projects completed, technologies mastered, and continuous learning. A candidate with diverse project exposure might get preference over someone with a narrow technical background but similar years of experience. It’s a clear signal CodeBlock values adaptability.

First Round: The HR Interview

What’s notable here is the two-way nature of this conversation. Candidates often report that recruiters at CodeBlock spend time explaining the company’s values and future roadmap. They’re not just trying to weed out applicants; they want to ensure mutual fit. Questions revolve around career goals, understanding of the company, and cultural alignment. It’s common to get queries like “Tell me about a time you handled conflict in a team” rather than deeply technical questions.

Technical Assessments

This step differs by role but tends to center on practical problem-solving. For software developer roles, online coding platforms like HackerRank or Codility are frequently used. Unlike some companies that bank heavily on whiteboard challenges, CodeBlock values realistic coding tasks reflecting day-to-day work. For example, backend developers might get a challenge to optimize a database query or design a RESTful API. Candidates often appreciate this approach because it feels more relevant and less artificial.

Technical Interview Rounds

Once past the coding tests, candidates face the real meat of the process: in-depth interviews with engineers and team leads. These sessions are intense but fair. They cover algorithms, data structures, and sometimes domain-specific questions. What sets CodeBlock apart is the emphasis on thought process — interviewers ask candidates to explain their reasoning step-by-step. This isn’t just about getting the right answer but demonstrating clear, logical problem solving.

Managerial and Behavioral Interview

At this point, interviewers want to see how well you fit into the company’s culture and work environment. Expect questions exploring teamwork, adaptability, and leadership. Something like “Describe a project where you had to manage changing requirements” is typical. It’s an opportunity for candidates to show soft skills alongside technical ability. This stage also often introduces discussion around salary expectations and career aspirations.

Final Decision and Offer

The final offer reflects a balance between market standards and candidate experience. CodeBlock tends to offer mid-to-upper market salaries and emphasizes benefits like flexible work arrangements and professional development budgets. Candidates may feel the process is lengthy, but this careful multi-stage evaluation ensures a good match on both sides.

Examples of Questions Candidates Report

  • Technical: “How would you optimize a slow SQL query that’s affecting performance in production?”
  • Scenario-Based: “Walk me through designing a scalable notification system for millions of users.”
  • Coding Challenge: “Implement an algorithm to detect cycles in a directed graph.”
  • Behavioral: “Tell me about a time when you disagreed with a team member and how you resolved it.”
  • HR: “What attracted you to CodeBlock Technologies, and where do you see yourself in five years?”

Eligibility Expectations

It’s no secret that eligibility criteria at CodeBlock are firm but fair. For entry-level developer roles, a bachelor’s degree in computer science or related fields is often expected, although strong self-taught programmers with solid portfolios can make the cut. Mid-level and senior roles typically demand 3-7 years of relevant experience and proven expertise in specific tech stacks like Java, Python, or cloud platforms.

Certifications are a bonus but not mandatory. More importantly, candidates must demonstrate problem-solving skills and a collaborative mindset. The hiring managers look for people who can grow with the company rather than just plug existing skills into a role.

Common Job Roles and Departments

The hiring landscape at CodeBlock is diverse, reflecting their multiple product lines and services. Here are some primary categories:

  • Software Development: Frontend, Backend, Full-stack engineers with proficiency in modern frameworks like React, Angular, Node.js, and cloud infrastructure.
  • Data Science and AI: Roles focused on machine learning algorithms, data modeling, and predictive analytics.
  • Quality Assurance: Test automation engineers and manual testers ensuring robust product releases.
  • Product Management: Bridging technical and business teams, driving product vision and execution.
  • DevOps and Infrastructure: Specialists managing CI/CD pipelines, cloud deployments, and system reliability.
  • Technical Support and Customer Success: Roles that ensure client satisfaction and issue resolution.

Compensation and Salary Perspective

RoleEstimated Salary (Annual)
Junior Software Engineer$55,000 - $75,000
Mid-Level Developer$85,000 - $110,000
Senior Software Engineer$120,000 - $150,000
Data Scientist$110,000 - $140,000
Product Manager$95,000 - $130,000
DevOps Engineer$100,000 - $140,000

These figures reflect an above-average salary band for mid-sized tech firms, emphasizing CodeBlock’s commitment to attracting top talent. The salary range can vary significantly depending on location, role complexity, and individual negotiation. Benefits and bonuses often complement these packages.

Interview Difficulty Analysis

Candidates often describe CodeBlock’s interview as challenging but fair. The technical rounds are demanding, especially for roles requiring deep algorithm knowledge. However, the company’s preference for practical, real-world problems over abstract puzzles helps balance the difficulty.

Compared to tech giants like Google or Amazon, CodeBlock’s process may feel less intense in terms of volume but still expects solid technical competence. The behavioral rounds can catch some off guard if they’re not prepared to discuss teamwork and conflict resolution candidly. Overall, the process filters for adaptable problem solvers rather than pure coders.

Preparation Strategy That Works

  • Focus on practical coding skills—practice problems reflecting real scenarios, not just abstract algorithms.
  • Thoroughly research CodeBlock’s products and recent technological initiatives to tailor your answers.
  • Prepare stories about teamwork, leadership, and problem-solving to navigate behavioral interviews.
  • Brush up on system design concepts, especially for senior roles.
  • Simulate coding interviews with peers or platforms that offer feedback.
  • Review your previous projects and be ready to discuss technical decisions in detail.
  • Understand the company culture by connecting with current or former employees on professional networks.

Work Environment and Culture Insights

What stands out about CodeBlock’s culture is its blend of startup hustle with mid-sized company structure. Employees usually highlight a collaborative atmosphere where ideas flow freely, and hierarchy is relatively flat. Flexibility in work hours and remote work options have become more prominent, reflecting evolving industry standards. The leadership tends to be approachable, which candidates often find refreshing during interviews and onboarding.

That said, the fast pace means you’ll need to be comfortable with occasional pressure and shifting priorities. The culture rewards initiative and learning agility, which aligns well with their innovation-driven business model.

Career Growth and Learning Opportunities

CodeBlock invests significantly in employee development. There’s a structured mentorship program, regular internal workshops, and access to online learning platforms. For ambitious candidates, this means real chances to upskill and move into leadership or specialized technical roles.

Performance reviews are comprehensive and often tied to personalized growth plans. Unlike some companies where career trajectories feel opaque, CodeBlock is noted for transparent communication about advancement pathways. This aligns with their aim to retain talent by providing clear opportunities rather than relying solely on compensation.

Real Candidate Experience Patterns

From conversations and shared testimonials, a pattern emerges: candidates appreciate the transparency throughout the recruitment stages. Many mention that interviewers are professional and genuinely interested in their background and thoughts. However, some report that the wait between interview rounds can be longer than expected, which sometimes causes anxiety.

Technical questions may feel tough initially, especially when unexpected system design problems arise. But those well-prepared tend to navigate these smoothly. Behavioral interviews are often described as straightforward yet probing, with an emphasis on honesty and reflection. Overall, the feedback slants positive, highlighting a respectful and thorough hiring approach.

Comparison With Other Employers

If you’re weighing CodeBlock Technologies against other tech employers, a few things become apparent. Compared to giant firms like Microsoft or Amazon, CodeBlock offers a more personalized interview process and arguably faster decision cycles, though the technical bar remains high. In contrast to early-stage startups, CodeBlock provides greater role clarity and structured growth opportunities but may feel less experimental or chaotic.

The table below summarizes key hiring process contrasts:

Aspect CodeBlock Technologies Big Tech (Google, Amazon) Startups
Interview Length 3-5 rounds over 2-3 weeks 5-7 rounds, sometimes extensive 1-3 rounds, often rapid
Technical Focus Practical, project-oriented Algorithms-heavy, abstract Pragmatic, task-specific
Cultural Fit Emphasized and assessed Important but secondary Critical and informal
Offer Negotiation Possible, personalized Limited room Flexible but varies

Expert Advice for Applicants

Don’t underestimate the power of storytelling. Your technical skills might get your foot in the door, but how you convey your experiences during behavioral rounds often makes the difference. Be ready to talk about failures, conflicts, and learning moments candidly.

Also, never treat the coding challenges as isolated puzzles. Think about optimization, readability, and real-world application. If you get stuck, verbalize your thought process—it’s a signal that shows your approach, not just your final solution.

Lastly, reach out to current employees if possible. Informational interviews can offer insights into what specific teams value, helping you tailor your prep and questions during interviews.

Frequently Asked Questions

What types of interview questions does CodeBlock Technologies typically ask?

Expect a mix of practical coding problems, system design questions for senior roles, and behavioral interview questions focused on teamwork and adaptability. HR interviews focus on motivation and cultural fit rather than technical points.

How many recruitment rounds are there in the selection process?

The average process involves around three to five rounds, starting with HR screening, followed by technical assessments, technical interviews, and concluding with managerial or behavioral interviews.

What is the usual salary range offered at CodeBlock?

Salaries vary by role and experience but generally range from $55,000 for entry-level positions up to $150,000 for senior technical roles, reflecting competitive mid-market compensation.

Is prior work experience mandatory for all roles?

While some experience is expected for mid and senior-level roles, CodeBlock does consider strong fresh graduates or self-taught programmers with solid portfolios for junior positions. Eligibility criteria emphasize potential alongside credentials.

How should I prepare for the technical interview rounds?

Focus on problem-solving exercises that simulate real work scenarios, practice system design topics if applicable, and be ready to explain your reasoning clearly. Behavioral preparation is equally important.

Final Perspective

Landing a role at CodeBlock Technologies means navigating a recruitment process that balances rigor with respect for the candidate’s journey. The company’s growth stage and industry niche demand versatile individuals who can couple technical excellence with interpersonal skills. The hiring strategy reflects this, prioritizing candidates who can think critically and collaborate effectively.

For job seekers, this means preparation should be holistic — don’t just focus on coding questions, but also sharpen your storytelling and cultural insights. The process might be challenging, but it’s designed to find the best fit for both candidates and CodeBlock’s ambitious goals. With the right mindset and preparation, you can turn the interview journey into a rewarding experience and take a confident step into a promising career.

CodeBlock Technologies Interview Questions and Answers

Updated 21 Feb 2026

Quality Assurance Engineer Interview Experience

Candidate: Emily Zhang

Experience Level: Junior

Applied Via: Company Career Page

Difficulty:

Final Result: Rejected

Interview Process

3

Questions Asked

  • What is the difference between regression and smoke testing?
  • Write test cases for a login feature.
  • Describe a time you found a critical bug.

Advice

Gain hands-on experience with test case writing and familiarize yourself with testing tools.

Full Experience

I applied through the company career page. The first round was a phone screening with HR. The second round was a technical interview with practical questions on testing methodologies. The final round was with the QA team focusing on scenario-based questions. Although I was not selected, the interviewers provided constructive feedback.

UX Designer Interview Experience

Candidate: David Kim

Experience Level: Mid-level

Applied Via: Indeed

Difficulty: Easy

Final Result:

Interview Process

2

Questions Asked

  • Walk us through your design portfolio.
  • How do you incorporate user feedback into your designs?
  • What tools do you use for prototyping?

Advice

Have a strong portfolio ready and be prepared to discuss your design decisions.

Full Experience

I applied via Indeed and was contacted for a video interview. The first round was a portfolio review and discussion. The second round was with the design lead focusing on collaboration and process. The interviewers were supportive and the process was straightforward.

Data Scientist Interview Experience

Candidate: Clara Martinez

Experience Level: Entry-level

Applied Via: Referral

Difficulty:

Final Result:

Interview Process

3

Questions Asked

  • Explain the difference between supervised and unsupervised learning.
  • How would you handle missing data in a dataset?
  • Write a SQL query to find the top 5 customers by revenue.

Advice

Be ready to explain your projects clearly and demonstrate your coding skills.

Full Experience

I was referred by a current employee which helped get my resume noticed. The first round was a phone interview covering my resume and basic data science concepts. The second round was a technical test including coding and SQL. The final round was with the data science team focusing on problem-solving and communication skills.

Product Manager Interview Experience

Candidate: Brian Lee

Experience Level: Senior

Applied Via: Company Website

Difficulty: Hard

Final Result: Rejected

Interview Process

4

Questions Asked

  • How do you prioritize features in a product roadmap?
  • Describe a time you handled a difficult stakeholder.
  • Design a product for remote team collaboration.
  • How do you measure product success?

Advice

Prepare detailed examples of past product management experiences and practice case studies.

Full Experience

I applied through the company website and was initially screened by HR. The second round was a case study presentation where I had to design a product feature. The third round was a deep dive into my past projects with the hiring manager. The final round was a panel interview with cross-functional team members. The process was intense and required thorough preparation.

Software Engineer Interview Experience

Candidate: Alice Johnson

Experience Level: Mid-level

Applied Via: LinkedIn

Difficulty:

Final Result:

Interview Process

3

Questions Asked

  • Explain the difference between REST and SOAP APIs.
  • Write a function to reverse a linked list.
  • Describe a challenging bug you fixed in a previous project.

Advice

Brush up on data structures and practice coding problems before the technical round.

Full Experience

The process started with an online application through LinkedIn. The first round was a phone screen focusing on my background and some basic coding questions. The second round was a technical interview with a senior engineer where I had to solve coding problems on a whiteboard. The final round was with the team lead, focusing on system design and behavioral questions. Overall, the interviewers were friendly and the questions were fair.

View all interview questions

Frequently Asked Questions in CodeBlock 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 CodeBlock Technologies

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: T, U, V are 3 friends digging groups in fields. If T & U can complete i groove in 4 days &, U & V can complete 1 groove in 3 days & V & T can complete in 2 days. Find how many days each takes to complete 1 groove individually.

Q: 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: 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: 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: 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: There are four dogs/ants/people at four corners of a square of unit distance. At the same instant all of them start running with unit speed towards the person on their clockwise direction and will always run towards that target. How long does it take for them to meet and where?

Q: Given a collection of points P in the plane , a 1-set is a point in P that can be separated from the rest by a line, .i.e the point lies on one side of the line while the others lie on the other side. The number of 1-sets of P is denoted by n1(P)....

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: A man driving the car at twice the speed of auto one day he was driven car for 10 min. and car is failed. he left the car and took auto to go to the office .he spent 30 min. in the auto. what will be the time take by car to go office?

Q: Joe started from Bombay towards Pune and her friend julie in opposite direction. they met at a point . distance traveled by joe was 1.8 miles more than that of julie.after spending some both started there way. joe reaches in 2 hours while julie in 3.5 hours.Assuming both were traveling with constant speed. What is the distance between the two cities.

Q: In mathematics country 1,2,3,4....,8,9 are nine cities. Cities which form a no. that is divisible by 3 are connected by air planes. (e.g. cities 1 & 2 form no. 12 which divisible by 3 then 1 is connected to city 2). Find the total no. of ways you can go to 8 if you are allowed to break the journeys.

Q: Four persons have to cross the bridge they are having one torch light. Four persons take 1,2,5,10 minutes respectively, when two persons are going they will take the time of the slowest person. What is the time taken to cross by all of them.

Q: The profit made by a company in one year is enough to give 6% return on all shares. But as the preferred shares get on return of 7.5%, so the ordinary shares got on return of 5%. If the value of preferred shares is Rs 4,000000, then what is the va...

Q: On a particular day A and B decide that they would either speak the truth or will lie. C asks A whether he is speaking truth or lying? He answers and B listens to what he said. C then asks B what A has said B says "A says that he is a liar"

Q: Six persons A,B,C,D,E & F went to solider cinema. There are six consecutive seats. A sits in one of the seats followed by B, followed by C and soon. If a taken one of the six seats , then B should sit adjacent to A. C should sit adjacent A or B. D should sit adjacent to A, B,or C and soon. How many possibilities are there?

Similar Companies Interview Questions