Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aparajitha Corporate Services Team. If you also belong to the team, you can get access from here

Aparajitha Corporate Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aparajitha Corporate Services Technical Support Engineer Interview Questions and Answers for Freshers

Updated 11 Feb 2022

Aparajitha Corporate Services Technical Support Engineer Interview Experiences for Freshers

1 interview found

I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Actually sir i can work ms word and ms excel and software and hardware which i know some as a trobleshoot problem basic software and Drp13
Round 2 - Technical 

(1 Question)

  • Q1. Technical which software and hardware

Interview Preparation Tips

Interview preparation tips for other job seekers - I thing it is the very important for me which is good option give me a job seekers so i can work on any base at list i know some istallation basic about software

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 in Sep 2022. There were 3 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 

(1 Question)

  • Q1. 1. Strings,collections,exceptionhandling,multithreading 2.spring framework features and advantages,springsecurity,springAOP, 3.Springbootframework and features,Annotations,CRUDoperations,DataJPA, 4.RestWe...
Round 3 - HR 

(1 Question)

  • Q1. 1.personalInformation 2.why changing company 3.total projects and domains and clients that worked in our total experience 4.culture of your organization day to day activities 5.one critical situation or co...

Interview Preparation Tips

Interview preparation tips for other job seekers - Having Good Clients with new Technology Stack . it was great oppurtunity to enhance their skills for experienced and for freshers good place to learn and knowledge of new tech stack.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. PowerApps question
  • Q2. Name of client, what is
  • Ans. 

    The name of the client is the entity or organization that is receiving the software engineering services.

    • Client name is typically a company or individual who has requested the development of a software product.

    • It is important to maintain confidentiality and professionalism when discussing client names.

    • Examples of client names could be Google, Microsoft, Apple, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job based on project, If they have no project then no job.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common first and last name

    • No middle name

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain git module
  • Ans. 

    Git module is a software tool that allows for version control and collaboration on code projects.

    • Git module is a version control system used for tracking changes in code files.

    • It allows multiple developers to work on the same project simultaneously.

    • Git module helps in managing different versions of code and merging changes from different branches.

    • Common git commands include git clone, git add, git commit, git push, and...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Written test was easy. It comprised aptitude and general english questions

Round: Technical Interview
Experience: Questions were about project, Simple programming concepts, etc
Code to basic programming concepts.
Tips: Do not say Algorithms as an area of interest.

General Tips: Be confident in your answers. Show that you have positive attitude always. Do not lose your confidence if you are not selected for the company. try the other with full hope. All the best!
College Name: IIT-ROORKEE

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.
I usually changed my “Areas of Interest” as per the company profile. For Headstrong I mentioned subjects that dealt with coding and data structure.

Round: Test
Experience: First round was a written test containing 90 aptitude based questions and the time allotted for the same was 90 minutes. Questions were of high difficulty level; most of the questions based on probability, permutation and combination. 40 people were shortlisted out of the 180 applicants.
Duration: 90 minutes
Total Questions: 90

Round: Group Discussion
Experience: In Group Discussion there were 11 people in my group. The topic for the discussion was the “impact of family drama daily soaps (saas bahu serials) on the society”. Almost all of us agreed to the fact that these serials were sending wrong message to the society. They were interested in students who were expressive. 3 people got selected from my group.

Round: Technical Interview
Experience: The first round was a technical interview. Questions related to my family and areas of interest were also asked though. Questions related to C++ were asked and the topic of data structure was their main focus. They asked me questions on linked list and other forms of data structure. Finally they asked few general puzzles too. This interview continued for around 20 minutes.

Round: HR Interview
Experience: In the HR interview, questions were asked on why they should choose me and why I had opted for Headstrong. They also asked which location I would prefer for the job. They wanted someone who would be comfortable with any location whether it be south or north India. This last interview was small and lasted around 5-10 minutes.
Tips: Preparation of puzzles foe the interview would be beneficial.

College Name: IIT ROORKEE
Motivation: Most information regarding the company was obtained by attending the pre placement talk. The company did not check much about our knowledge related to the company but were more concerned with our technical knowledge.

I was interviewed in Nov 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: The round was quite easy.The HR was very seriously listening to each and every candidate.
Tips: Only speak valid points.

Round: VBA(i-speak)
Experience: The round was quite easy.The HR was very seriously listening to each and every candidate.
Tips: Only speak valid points.

Skills: Communication And Confidence
College Name: Dr. KNMIET

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Java Basic questions and Git

Interview Preparation Tips

Interview preparation tips for other job seekers - After selection they haven't rolled the offer and put the profile on hold and then doesn't pick calls.

Aparajitha Corporate Services Interview FAQs

How many rounds are there in Aparajitha Corporate Services Technical Support Engineer interview for freshers?
Aparajitha Corporate Services interview process for freshers usually has 2 rounds. The most common rounds in the Aparajitha Corporate Services interview process for freshers are Technical.
What are the top questions asked in Aparajitha Corporate Services Technical Support Engineer interview for freshers?

Some of the top questions asked at the Aparajitha Corporate Services Technical Support Engineer interview for freshers -

  1. Actually sir i can work ms word and ms excel and software and hardware which i ...read more
  2. Technical which software and hardw...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
Quess Interview Questions
3.9
 • 410 Interviews
Randstad Interview Questions
3.8
 • 260 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Adecco Group Interview Questions
3.7
 • 89 Interviews
UnitedLex Interview Questions
3.1
 • 69 Interviews
ManpowerGroup Interview Questions
3.8
 • 49 Interviews
Integreon Interview Questions
3.3
 • 43 Interviews
Iksula Interview Questions
3.5
 • 27 Interviews
View all
HR Executive
233 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Personnel Executive
176 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior HR Executive
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Compliance Executive
107 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Aparajitha Corporate Services with

Team Lease

3.9
Compare

Quess

3.9
Compare

Iksula

3.4
Compare

Randstad

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