Upload Button Icon Add office photos

Filter interviews by

Parkar Digital Software Engineer Level 1 Interview Questions and Answers

Updated 13 Oct 2023

Parkar Digital Software Engineer Level 1 Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 - Coding Test 

HackerEarth 2 coding question

Round 3 - Technical 

(4 Questions)

  • Q1. Knowledge check on programming language you mentioned and etc.
  • Q2. WAP to print prime numbers
  • Ans. 

    Print prime numbers using a simple program

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check for factors of each number

    • Print the number if it has only 2 factors (1 and itself)

  • Answered by AI
  • Q3. JavaScript questions
  • Q4. Java questions.
Round 4 - HR 

(1 Question)

  • Q1. General questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not Join this Company.

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 was interviewed in Nov 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Complete oops concepts with examples?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include encapsulation, inheritance, and polymorphism.

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

    • Inheritance allows classes to inherit at...

  • Answered by AI
  • Q2. Virtual function and virtual Destructor?
  • Q3. Multithreading with example?
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.

    • Each thread has its own program counter, stack, and set of registers.

    • Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Oops, concepts with examples?
  • Q2. Matrix rotate by 180 degrees?
  • Ans. 

    Rotate a 2D matrix by 180 degrees in place without using extra space.

    • Iterate through the matrix and swap elements symmetrically across the center row.

    • Use two pointers, one starting from the first row and the other from the last row, to swap elements.

    • Repeat the swapping process for each row until the entire matrix is rotated.

    • Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test held on Hipro platform which had 3 coding questions including mcqs

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer was very friendly first he started with his introduction and experience and tech later he asked to introduce yourself and he started with basic data structures and algorithms later he asked me ...

Interview Preparation Tips

Topics to prepare for CGI Group Software Engineer Level 1 interview:
  • Data Structures
  • DBMS
  • Operating Systems
  • Computer Networking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a linked List
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating the pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Question on queue

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Coding Test 

There were 2 questions to be solved in 2 hours. Ques were hard level DP.

Round 3 - Technical 

(1 Question)

  • Q1. Ques were random. There was no focus on DSA, interviewer was only checking the cs fundamentals knowledge. It was easy if you have average knowledge of topics like OOPS, OS, DBMS and your project.
Round 4 - HR 

(1 Question)

  • Q1. General HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advise everyone to AVOID this company at any cost. And if you are getting an offer then move forward on your own risk.
This company came in my college which is an IIT for on-campus placements and selected 5 students including me but after 3 days they revoked offers of 3 students and I was among the students who were revoked. So basically, this company can revoke an employee even before he/she joins their office. My college will blacklist this company so that future students are safe from it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Osmania University and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple questions, easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to domain
  • Q2. Simple questions related to projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test regarding the tools and technologies

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the connections
  • Q2. Questions on coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It's some what Moderate question

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Covered all java concepts
  • Q2. Basics of spring boot
Round 3 - Technical 

(1 Question)

  • Q1. Stream based questions, sql queries to find correct output
Round 4 - HR 

(1 Question)

  • Q1. Expected salary, basic hr questions, strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Covers all core java concepts, microservices architecture. Advantages of spring boot over spring
Round 1 - Coding Test 

You will have to brush up core java concepts like oops, multithreading, string manupulation, immutable, java 8 features

Round 2 - Technical 

(2 Questions)

  • Q1. Java core basics, oops concept, multithreading
  • Q2. Live project tasks, roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basic of java. OOPs, multithreading, java 8 features if you have used, sql quries

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java 8, stream operations, collection framework in depth
  • Q2. Microservice architecture with sprong boot
  • Ans. 

    Microservice architecture with Spring Boot is a popular approach to building scalable and resilient applications.

    • Spring Boot provides a convenient way to create and deploy microservices

    • Each microservice should have a clear and well-defined responsibility

    • Communication between microservices can be achieved through REST APIs or messaging systems like Kafka

    • Containerization with Docker and orchestration with Kubernetes can ...

  • Answered by AI
  • Q3. Spring security and transaction management
Round 2 - Technical 

(3 Questions)

  • Q1. Current Project in depth, roles and responsibilities
  • Q2. Reason for change, design patterns
  • Ans. 

    Design patterns are used to solve common software design problems and improve code quality.

    • Design patterns provide reusable solutions to common software design problems.

    • They improve code quality by promoting best practices and reducing code complexity.

    • Examples of design patterns include Singleton, Factory, and Observer patterns.

    • Reasons for changing design patterns may include improving performance, scalability, or main...

  • Answered by AI
  • Q3. Amazon web services, cloud front, lambda, ec2
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, do not put or highlight anything which you haven't prepared for.
Interview process is transparent and panelist made the process smooth.

Skills evaluated in this interview

Parkar Digital Interview FAQs

How many rounds are there in Parkar Digital Software Engineer Level 1 interview?
Parkar Digital interview process usually has 4 rounds. The most common rounds in the Parkar Digital interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Parkar Digital Software Engineer Level 1 interview?

Some of the top questions asked at the Parkar Digital Software Engineer Level 1 interview -

  1. WAP to print prime numb...read more
  2. Knowledge check on programming language you mentioned and e...read more
  3. Java questio...read more

Tell us how to improve this page.

Parkar Digital Software Engineer Level 1 Salary
based on 9 salaries
₹4.5 L/yr - ₹5.2 L/yr
51% less than the average Software Engineer Level 1 Salary in India
View more details
Software Engineer
17 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Technical Lead
17 salaries
unlock blur

₹14.1 L/yr - ₹25 L/yr

Senior Technical Associate
12 salaries
unlock blur

₹8.5 L/yr - ₹20.6 L/yr

Software Engineer2
11 salaries
unlock blur

₹5 L/yr - ₹16.8 L/yr

Software Engineer Level 1
9 salaries
unlock blur

₹4.5 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Parkar Digital with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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