Upload Button Icon Add office photos

Filter interviews by

Pennybase Technology Solutions Interview Questions and Answers

Updated 29 Oct 2020

Pennybase Technology Solutions Interview Experiences

1 interview found

I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Java is platform dependent or independent? Why.
  • Ans. 

    Java is platform independent because of its bytecode and JVM.

    • Java code is compiled into bytecode which can run on any platform with a JVM

    • JVM acts as a virtual machine that interprets the bytecode and executes it

    • This makes Java code platform independent and portable

    • Java's write once, run anywhere (WORA) principle is based on this

  • Answered by AI
  • Q2. What is channels and goroutins?
  • Ans. 

    Channels and goroutines are concurrency features in Go programming language.

    • Goroutines are lightweight threads that allow concurrent execution of functions.

    • Channels are used for communication and synchronization between goroutines.

    • Channels can be used to pass data between goroutines.

    • Channels can be buffered or unbuffered.

    • Buffered channels have a fixed size and can hold a limited number of values.

    • Unbuffered channels hav...

  • Answered by AI
  • Q3. If you have 100 coins with 10 heads and 90 tails, how will you distribute these 100 coins between two person such that they have equal heads. Condition are 1. You are blind.2 you can flip the coin.
  • Q4. If you have 9 bags filled with multicolour ball of weight 10 gm each, one bag has each ball of 9 gm. Find that bag. You have weighing machine. And can weight one times only.
  • Q5. About sql and nosql.
  • Q6. What is cloud computing, diff between vm and containers, interpretor and compiler,
  • Ans. 

    Cloud computing is the delivery of computing services over the internet.

    • VMs are virtual machines that emulate a complete hardware system, while containers are lightweight and share the host OS kernel.

    • An interpreter translates code into machine language one line at a time, while a compiler translates the entire code into machine language at once.

  • Answered by AI
  • Q7. Mongodb, Sockets, tcp, ssl,
  • Q8. Simple linked list question, find a loop in Linked list
  • Ans. 

    Detecting a loop in a linked list using Floyd's Cycle-Finding Algorithm.

    • Use two pointers: slow and fast. Slow moves one step, fast moves two steps.

    • If there's a loop, slow and fast will eventually meet.

    • If fast reaches the end (null), there's no loop.

    • Example: For a list 1 -> 2 -> 3 -> 4 -> 2 (loop back to 2), slow and fast will meet at 2.

  • Answered by AI
  • Q9. Coin change problem by dynamic programming
  • Ans. 

    Coin change problem is solved by dynamic programming to find minimum number of coins needed to make a given amount.

    • Create an array to store minimum number of coins needed for each amount from 0 to target amount

    • Iterate through each coin denomination and update the array for each amount

    • Return the value at target amount index of the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I answered all of these questions with perfect datas and giving suitable examples with sudo code. And got selected for further hr round.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Pennybase Technology Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What's is your ambition
  • Ans. 

    My ambition is to grow as a professional, contribute meaningfully, and lead innovative projects that make a positive impact.

    • I aim to develop my skills in project management, ensuring successful delivery of initiatives.

    • I aspire to lead a team, fostering collaboration and creativity to achieve common goals.

    • I want to contribute to sustainable practices in my field, such as implementing eco-friendly solutions.

    • I envision my...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go and attend the interview with fearless

I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Egerly they asked questions about your inner confidence of tha job seekers

Interview Preparation Tips

Interview preparation tips for other job seekers - Ntg is impossible first you consatret your looking i meen your dress sens... first impression is tha best impression so u look complete formally & kindly answer tha questions very confidently ..be honest delivered good communication skills

Interview Questionnaire 

1 Question

  • Q1. Can you handle a team.
  • Ans. Yes presently I have 10 members TEAM.
  • Answered Anonymously

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Can you describe a time when you led a team?
  • Q2. How do you motivate and inspire team members
  • Ans. 

    I motivate team members by fostering collaboration, recognizing achievements, and encouraging personal growth.

    • Encourage open communication: Create an environment where team members feel comfortable sharing ideas and feedback.

    • Recognize achievements: Celebrate both small wins and major milestones to boost morale and motivation.

    • Set clear goals: Help team members understand their roles and how they contribute to the larger...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a master resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. A major feature you notice in any application?
  • Ans. 

    A major feature in any application is its user interface, which significantly impacts usability and user satisfaction.

    • Intuitive Navigation: Users should easily find what they need, like a clear menu structure in a banking app.

    • Responsive Design: Applications should work seamlessly across devices, such as mobile and desktop versions of e-commerce sites.

    • Accessibility Features: Important for inclusivity, like screen reader...

  • Answered by AI
  • Q2. Suppose there are two application suppose named zomato and domino’s what basic difference you find between the two
  • Ans. 

    Zomato focuses on restaurant discovery and reviews, while Domino's specializes in pizza delivery and online ordering.

    • Zomato offers restaurant reviews and ratings, helping users choose dining options.

    • Domino's provides a streamlined pizza ordering experience with delivery tracking.

    • Zomato includes features like food delivery, table reservations, and user-generated content.

    • Domino's emphasizes promotional deals and a user-f...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. How will you handle clients if they are not very technically sound.?
  • Ans. 

    I would simplify technical concepts, use relatable analogies, and ensure open communication to build client confidence.

    • Use simple language: Avoid jargon and explain concepts in layman's terms. For example, instead of saying 'API', I might say 'a way for two software systems to talk to each other'.

    • Utilize visuals: Diagrams and flowcharts can help illustrate complex ideas. For instance, showing a process flow can clarify...

  • Answered by AI
  • Q2. What approach would you take if you received a client requirement that you are unfamiliar with?
  • Ans. 

    I would research, consult experts, and collaborate with the client to understand their requirements thoroughly.

    • Conduct thorough research on the unfamiliar requirement to gather background information.

    • Engage with subject matter experts or colleagues who have experience in the area.

    • Schedule a meeting with the client to clarify their needs and expectations.

    • Utilize online resources, forums, and industry publications to gai...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Describe your professional background
  • Ans. 

    I have over 5 years of experience in software development, specializing in web applications and agile methodologies.

    • Developed a full-stack web application using React and Node.js for an e-commerce platform, improving user engagement by 30%.

    • Led a team of 4 developers in an agile environment, successfully delivering projects on time and within budget.

    • Implemented RESTful APIs that enhanced data retrieval speed by 25%, opt...

  • Answered by AI
  • Q2. What is your ideal job
  • Ans. 

    My ideal job is one that fosters creativity, collaboration, and continuous learning while making a positive impact through technology.

    • A collaborative environment where team members share ideas and support each other, like in Agile development teams.

    • Opportunities for continuous learning, such as attending workshops or conferences to stay updated on the latest technologies.

    • Projects that have a meaningful impact, like dev...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is very easy interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. What reasons would you provide to support why you should be hired?

Pennybase Technology Solutions Interview FAQs

What are the top questions asked in Pennybase Technology Solutions interview?

Some of the top questions asked at the Pennybase Technology Solutions interview -

  1. If you have 100 coins with 10 heads and 90 tails, how will you distribute these...read more
  2. If you have 9 bags filled with multicolour ball of weight 10 gm each, one bag h...read more
  3. What is cloud computing, diff between vm and containers, interpretor and compil...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 88 Interviews
Wayfair Interview Questions
3.6
 • 60 Interviews
Tradeshala Interview Questions
4.5
 • 53 Interviews
KLA Interview Questions
3.8
 • 48 Interviews
Apptunix Interview Questions
4.2
 • 46 Interviews
Busibud Interview Questions
3.9
 • 42 Interviews
View all

Pennybase Technology Solutions Reviews and Ratings

based on 12 reviews

1.7/5

Rating in categories

1.7

Skill development

2.1

Work-life balance

1.8

Salary

1.8

Job security

1.8

Company culture

1.8

Promotions

1.7

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹3.6 L/yr - ₹14.9 L/yr

UI Developer
3 salaries
unlock blur

₹1 L/yr - ₹4.6 L/yr

Linux Server Administrator
3 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Devops Engineer
3 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Pennybase Technology Solutions with

Amazon Sellers Services

4.0
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.8
Compare

Magneti Marelli Motherson Auto System

3.8
Compare
write
Share an Interview