Upload Button Icon Add office photos

Pyramid Softsol

Compare button icon Compare button icon Compare

Filter interviews by

Pyramid Softsol Application Developer Interview Questions and Answers

Updated 9 Jan 2025

Pyramid Softsol Application Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency Injection
  • Q2. What is joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Top trending discussions

View All
Interview Hub
2w
a sales executive
Walked out of an interview today
I walked out of an interview today. This was my third interview with the company. Interviewer goes on to mention there's a fourth interview with the manager and I said nope. I stood up, and said "you've met me 3 times already and should know if you want to hire me at this point. I am not doing a 4th interview." She was shocked. I wish I took a picture of the look on her face. She kept saying, "but I really like you." And, "no one's ever done this before." Nope, don't care.
Got a question about Pyramid Softsol?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java program for duplicate elements in array

Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
Q2. Aapali Taxi is a taxi cab operator. They have 3 types of cars- Mi ... read more
asked in Fujitsu
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Two persons X and Y are sitting side by side with a coin in each’ ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Q3. What is your Goal
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Nov 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Tell me about yourself.
  • Q2. What do you know about Magento 2?
  • Ans. 

    Magento 2 is a powerful e-commerce platform offering flexibility, scalability, and a rich set of features for online stores.

    • Modular architecture allows for easy customization and extension of functionalities.

    • Improved performance with full-page caching and optimized indexing.

    • User-friendly admin interface enhances the management of products and orders.

    • Supports multiple storefronts, enabling businesses to manage different...

  • Answered by AI
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Situation based questions
Are these interview questions helpful?
Interview experience
3
Average
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. What are some common questions related to Elastic Search?
  • Q2. What are the key features and benefits of using Snowflake in data warehousing?
  • Ans. 

    Snowflake offers a cloud-based data warehousing solution with scalability, performance, and ease of use.

    • Separation of storage and compute: Allows independent scaling of resources, optimizing costs and performance.

    • Automatic scaling: Snowflake can automatically scale up or down based on workload demands, ensuring efficient resource usage.

    • Concurrency handling: Supports multiple users and queries simultaneously without per...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider joining a company for greater stability.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Easy Level DS Questions - 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud Services related questions
  • Q2. ETL Based question
Round 3 - Coding Test 

A comprehensive coding test which included job role simulation.

Round 4 - Coding Test 

Advanced Cloud Services questions

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why did you leave your last organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. How to you approach performance optimization in your database?
  • Ans. 

    I optimize database performance through indexing, query optimization, and regular maintenance practices.

    • Use indexing to speed up data retrieval; for example, create indexes on frequently queried columns.

    • Analyze and optimize slow queries using tools like EXPLAIN to understand execution plans.

    • Implement caching strategies to reduce database load; for instance, use Redis for frequently accessed data.

    • Regularly perform datab...

  • Answered by AI
  • Q2. What design pattern you used frequently and why?
  • Ans. 

    I frequently use the Singleton pattern for managing shared resources and ensuring a single instance across the application.

    • Ensures a class has only one instance, e.g., a configuration manager.

    • Provides a global point of access, useful for logging services.

    • Lazy initialization can be implemented to improve performance.

    • Thread-safe implementations prevent issues in multi-threaded environments.

  • Answered by AI

Pyramid Softsol Interview FAQs

How many rounds are there in Pyramid Softsol Application Developer interview?
Pyramid Softsol interview process usually has 1 rounds. The most common rounds in the Pyramid Softsol interview process are Technical.
How to prepare for Pyramid Softsol Application Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Pyramid Softsol. The most common topics and skills that interviewers at Pyramid Softsol expect are Android Studio, Javascript, Mobile Application Development, React Native and XCode.
What are the top questions asked in Pyramid Softsol Application Developer interview?

Some of the top questions asked at the Pyramid Softsol Application Developer interview -

  1. What is dependency Inject...read more
  2. What is jo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Software Engineer
44 salaries
unlock blur

₹2.4 L/yr - ₹7.1 L/yr

Software Developer
15 salaries
unlock blur

₹3.1 L/yr - ₹7.2 L/yr

Technical Lead
10 salaries
unlock blur

₹20.6 L/yr - ₹29.5 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹8.5 L/yr - ₹16.4 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Explore more salaries
Compare Pyramid Softsol with

Pioneer e Solutions

3.5
Compare

Anlage Infotech

3.4
Compare

Digital Web Solutions

3.7
Compare

Primus Global Technologies

3.8
Compare
write
Share an Interview