Upload Button Icon Add office photos

Filter interviews by

Pennant Technologies Technical Consultant Interview Questions, Process, and Tips

Updated 1 Dec 2022

Pennant Technologies Technical Consultant Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Why you want to switch your career from teaching to software?
  • Q2. Are you willing to work overtime?
  • Q3. Are you ok with holidays pattern?
  • Ans. 

    Yes, I am flexible with holidays pattern.

    • I understand that the nature of consulting work may require me to work during holidays.

    • I am willing to adjust my schedule to meet the needs of the project and the client.

    • I am open to discussing holiday schedules and finding a solution that works for everyone.

    • I have experience working during holidays and understand the importance of meeting deadlines and delivering quality work.

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What are the real time applications of spring concept in java?
  • Ans. 

    Spring is widely used in Java for building enterprise-level applications.

    • Dependency Injection

    • Aspect-Oriented Programming

    • Spring MVC for web applications

    • Spring Boot for microservices

    • Spring Security for authentication and authorization

    • Spring Data for database access

    • Integration with other frameworks like Hibernate and Struts

    • Support for testing with JUnit and Mockito

  • Answered by AI
  • Q2. Explain the real time examples of OOPs concepts in java?
  • Ans. 

    Real-time examples of OOPs concepts in Java

    • Inheritance: A car is a vehicle, so Car class can inherit from Vehicle class

    • Polymorphism: A shape can be a circle or a square, so Shape class can have draw() method overridden by Circle and Square classes

    • Encapsulation: A bank account has balance and transactions, but they are hidden from the user

    • Abstraction: A TV remote has buttons to change channels and volume, but the user d

  • Answered by AI
  • Q3. How can you teach the students with an effective way?
  • Ans. 

    Effective teaching involves understanding the students' learning styles, creating engaging lessons, and providing opportunities for practice and feedback.

    • Identify the students' learning styles and adapt teaching methods accordingly

    • Create interactive and engaging lessons that cater to different learning styles

    • Provide opportunities for practice and feedback to reinforce learning

    • Encourage active participation and collabor...

  • Answered by AI
  • Q4. What are your teaching strategies?
  • Ans. 

    I use a variety of teaching strategies to cater to different learning styles and engage learners.

    • I assess the learning style of each individual and tailor my teaching approach accordingly.

    • I use a combination of lecture, discussion, hands-on activities, and multimedia resources to keep learners engaged.

    • I encourage active participation and provide opportunities for learners to apply what they have learned.

    • I provide regul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear. If you don't no something please say I don't know. But don't tell the stupid answers. Be polite with the interviewers.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Nov 2021. 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 - Technical 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Q's about the Technology that we are working on
Round 2 - Technical 

(1 Question)

  • Q1. Realtime scenario Q's on the application
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and working experiences with previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to moderate interview rounds and needs to Focus on the scenario Q's only.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

  • Q1. Detailed process about OFSAA Support
  • Q2. In depth knowledge of the application process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. BASIC JAVASCRIPT
  • Q2. OBDX RELATED backend and front end
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What kind of designs can you create for clients?
  • Ans. 

    I create tailored designs that enhance user experience, brand identity, and operational efficiency for diverse clients.

    • User Interface (UI) Design: Crafting visually appealing and intuitive interfaces for web and mobile applications.

    • Brand Identity Design: Developing logos, color schemes, and typography that reflect a client's values and mission, e.g., a tech startup.

    • Product Design: Creating functional and aesthetically ...

  • Answered by AI
  • Q2. What skills do you possess as a UI/UX designer?
  • Ans. 

    I possess a blend of design, research, and technical skills that enhance user experience and interface design.

    • User Research: Conducting interviews and surveys to understand user needs, like creating personas for targeted design.

    • Wireframing & Prototyping: Using tools like Figma and Sketch to create wireframes and interactive prototypes for user testing.

    • Visual Design: Applying principles of color theory and typograph...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SQL window functions
  • Q2. Basic SQL queries
  • Q3. Basic Power BI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind and humble and don't cheat. The interview will be a cup of cake if you even have some decent experience. Just get your basic right. There won't be much scenarios and coding questions

Pennant Technologies Interview FAQs

How many rounds are there in Pennant Technologies Technical Consultant interview?
Pennant Technologies interview process usually has 3 rounds. The most common rounds in the Pennant Technologies interview process are HR, Technical and Resume Shortlist.
What are the top questions asked in Pennant Technologies Technical Consultant interview?

Some of the top questions asked at the Pennant Technologies Technical Consultant interview -

  1. What are the real time applications of spring concept in ja...read more
  2. How can you teach the students with an effective w...read more
  3. Explain the real time examples of OOPs concepts in ja...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
Pennant Technologies Technical Consultant Salary
based on 4 salaries
₹6.2 L/yr - ₹8.8 L/yr
38% less than the average Technical Consultant Salary in India
View more details

Pennant Technologies Technical Consultant Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
80 salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Associate Software Engineer
55 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Business Analyst
32 salaries
unlock blur

₹4.6 L/yr - ₹18.6 L/yr

SQA Engineer
21 salaries
unlock blur

₹3.3 L/yr - ₹11 L/yr

Explore more salaries
Compare Pennant Technologies with

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare

JMR Infotech

4.3
Compare

Hidden Brains InfoTech

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