Upload Button Icon Add office photos

Pyramid IT Consulting

Compare button icon Compare button icon Compare

Filter interviews by

Pyramid IT Consulting Interview Questions, Process, and Tips

Updated 26 Nov 2024

Top Pyramid IT Consulting Interview Questions and Answers

View all 12 questions

Pyramid IT Consulting Interview Experiences

Popular Designations

25 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Interview is fake. No job. just for time begin this interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't trust this companies. This is fake job posting.
no job in this company. my friend is working and he asked me to drop my resume and came to know asking for less salary.
just to show in the IT market that this is one of the IT consultancies is available
They saying that its remote job. first of all. there is no company in bangalore

Snowflake Data Engineer Interview Questions asked at other Companies

Q1. What are the performance tuning options in snowflake?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Have you worked on angular
  • Q2. What is difference between temp data and view data
  • Ans. 

    Temp data is used to store data for a single request, while view data is used to pass data between controller and view.

    • Temp data is used to store data for a single request and is accessible only in the current request.

    • View data is used to pass data between controller and view and is accessible in the current request and the subsequent request.

    • Temp data is typically used for passing error messages or status messages bet...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. What is mvc architecture
  • Ans. 

    MVC architecture is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model: Represents the data and business logic of the application

    • View: Represents the UI components of the application

    • Controller: Acts as an intermediary between Model and View, handling user input and updating the Model accordingly

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your strength
  • Q2. About your self
Round 4 - One-on-one 

(2 Questions)

  • Q1. How to handle team
  • Q2. What is project plan
  • Ans. 

    A project plan is a detailed document that outlines the scope, objectives, timeline, resources, and deliverables of a project.

    • Defines project scope and objectives

    • Outlines timeline and milestones

    • Identifies resources needed

    • Specifies deliverables and success criteria

    • Helps in tracking progress and managing risks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All are good

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Ask about experience
  • Q2. Ask about clients

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Data Engineer Interview Questions & Answers

user image Siva Tirri

posted on 11 Jul 2024

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

(2 Questions)

  • Q1. Create datafram, create new column, find the consucutive user id by date
  • Ans. 

    Create dataframe, add new column, find consecutive user IDs by date

    • Create a dataframe with user IDs and dates

    • Add a new column to calculate the difference in dates for each user ID

    • Identify consecutive user IDs based on the date difference

  • Answered by AI
  • Q2. Azure, dalta tables,
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Why do you want to switch

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Pyramid IT Consulting interview questions for popular designations

 Executive Resourcing

 (2)

 Associate Software Engineer

 (1)

 Data Engineer

 (1)

 Executive - Operations and HR

 (1)

 Management Trainee

 (1)

 P2P Accounts Payable Executive

 (1)

 QA Technical Lead

 (1)

 Resourcing Trainee

 (1)

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

I applied via campus placement at Institute of Hotel Management, Hyderabad and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Your Industrial Training Experience

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why you want to join us.

Interview Preparation Tips

Interview preparation tips for other job seekers - Give Your Best.

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (44)

Get interview-ready with Top Pyramid IT Consulting Interview Questions

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

Logical question related to programming

Round 2 - Technical 

(1 Question)

  • Q1. Mixing, db migration, docker, file handling

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at Pyramid IT Consulting

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Check Valid parenthesis
  • Ans. 

    Check if a string of parentheses is valid

    • Use a stack to keep track of opening parentheses

    • Pop from stack when encountering a closing parenthesis

    • If stack is empty at the end and all parentheses are matched, it is valid

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. More about my past experience
Round 2 - Technical 

(1 Question)

  • Q1. Difference between L&D and T&D
  • Ans. 

    L&D focuses on overall learning and development, while T&D focuses on specific training needs.

    • L&D encompasses a broader scope of activities, including talent development, leadership development, and organizational development.

    • T&D is more focused on providing specific training programs to address skill gaps or improve performance in a particular area.

    • L&D aims to enhance the overall capabilities and competencies of indiv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an easy interview regarding my past experience

Senior Training Specialist Interview Questions asked at other Companies

Q1. How is Training evolving into a 'continuous process'?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.

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 - One-on-one 

(5 Questions)

  • Q1. Reading the technical round of interview, technical question, latest version of all technologies, and process of End to end and recruitment
  • Q2. Regarding java.net testing, question
  • Q3. Some latest version of all the technologies
  • Q4. Process of the sourcing profile
  • Ans. 

    The process of sourcing profiles involves identifying, attracting, and engaging potential candidates for a job opening.

    • Identify the specific skills, qualifications, and experience required for the position

    • Utilize various sourcing methods such as job boards, social media, networking, and referrals

    • Engage with potential candidates through personalized messaging and communication

    • Evaluate candidates based on their fit for t...

  • Answered by AI
  • Q5. Final Round with senior manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Candidates should be have very good technical skills experience, have very good communication skills

Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. On what basis do you select/source candidates and move them forward?
View answer (1)

Executive- Resourcing Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions from resume
Round 3 - Technical 

(1 Question)

  • Q1. Basics on recruitment and day-day activities at work

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a consultancy worst management. Don’t get into this consultancy.

Pyramid IT Consulting Interview FAQs

How many rounds are there in Pyramid IT Consulting interview?
Pyramid IT Consulting interview process usually has 2-3 rounds. The most common rounds in the Pyramid IT Consulting interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Pyramid IT Consulting 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 IT Consulting. The most common topics and skills that interviewers at Pyramid IT Consulting expect are Java, SQL, .Net, Python and Javascript.
What are the top questions asked in Pyramid IT Consulting interview?

Some of the top questions asked at the Pyramid IT Consulting interview -

  1. What is java Java is object oriented language is called as j...read more
  2. How do you deal with fake candidat...read more
  3. What is difference between temp data and view d...read more
How long is the Pyramid IT Consulting interview process?

The duration of Pyramid IT Consulting interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Pyramid IT Consulting Interview Process

based on 25 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Randstad Interview Questions
3.8
 • 259 Interviews
View all

Pyramid IT Consulting Reviews and Ratings

based on 493 reviews

3.0/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

3.0

Salary

2.6

Job security

2.8

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 493 Reviews and Ratings
Rust Developer (4-7 yrs)

4-7 Yrs

Not Disclosed

Explore more jobs
Executive Resourcing
129 salaries
unlock blur

₹2.1 L/yr - ₹8 L/yr

Senior Executive Resourcing
118 salaries
unlock blur

₹3.5 L/yr - ₹11.6 L/yr

Information Technology Recruiter
60 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Software Engineer
59 salaries
unlock blur

₹7.6 L/yr - ₹23.1 L/yr

Technical Lead
56 salaries
unlock blur

₹14 L/yr - ₹30.9 L/yr

Explore more salaries
Compare Pyramid IT Consulting with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview