Upload Button Icon Add office photos

Filter interviews by

Sarjen Systems Interview Questions and Answers

Updated 31 Oct 2024

Sarjen Systems Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic logical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your
  • Q2. Why you chose this role
  • Ans. 

    I chose this role because of my passion for coding and problem-solving, as well as the opportunity for growth and learning in the field of technology.

    • Passion for coding and problem-solving

    • Opportunity for growth and learning in technology

    • Interest in working with cutting-edge technologies like DOT NET

  • Answered by AI

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Executive Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - HR 

(1 Question)

  • Q1. Basic HR questions
Round 2 - Technical 

(1 Question)

  • Q1. What kind project you have done?

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2023. 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 - HR 

(1 Question)

  • Q1. Intro and about the job
Round 3 - Technical 

(1 Question)

  • Q1. Normal sql ques and sdlc
Round 4 - Behavioral 

(1 Question)

  • Q1. Intro and about the role

Interview Preparation Tips

Topics to prepare for Sarjen Systems Business Technology Consultant interview:
  • SQL
  • SDLC
Interview preparation tips for other job seekers - Easy to crack and good for freshers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a cumulative test based on aptitude and reasoning ability.

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions based on SDLC, URS/FRS and other documentations
  • Ans. SDLC is a complete lifecycle of software, right from its inception to deployment. It involves various stages such as Requirement Analysis, Feasibility Check, Development, Testing, Deployment and service.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear knowledge of basics of software lifecycle. If it is clear, then rest all documentations will be in and around what you know.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Sarjen Systems interview questions for popular designations

 Business Technology Consultant

 (2)

 DOT NET Developer

 (1)

 Executive

 (1)

 Business Analyst

 (1)

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

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

Round 1 - Aptitude Test 

Random aptitude questions,mainly pertaining to pharma knowledge.

Round 2 - HR 

(4 Questions)

  • Q1. Asks questions related to your stability once or if you join, to secure you completely that's all, nothing about you or your caliber in the start
  • Q2. Would you be willing to travel if needs be?
  • Q3. How do you work under pressure?
  • Q4. Etc. Type questions mainly pertaining to your sustainability there.
Round 3 - One-on-one 

(1 Question)

  • Q1. One to one with the CEO, pretty detailed and not much chitchats included. Strictly adhering to the main point when discussing.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you land there, keep an eye for work and refrain talking to others, and communicate only if necessary, people there are way too soft and may get triggered without you knowing. It's a work oriented company, not people oriented.

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

Sarjen Systems Interview FAQs

How many rounds are there in Sarjen Systems interview?
Sarjen Systems interview process usually has 2-3 rounds. The most common rounds in the Sarjen Systems interview process are Aptitude Test, HR and Technical.
How to prepare for Sarjen Systems 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 Sarjen Systems. The most common topics and skills that interviewers at Sarjen Systems expect are Javascript, HTML, SAP ABAP, Software Development and Software Engineering.
What are the top questions asked in Sarjen Systems interview?

Some of the top questions asked at the Sarjen Systems interview -

  1. One to one with the CEO, pretty detailed and not much chitchats included. Stric...read more
  2. Etc. Type questions mainly pertaining to your sustainability the...read more
  3. Basic questions based on SDLC, URS/FRS and other documentati...read more

Tell us how to improve this page.

Sarjen Systems Interview Process

based on 8 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Cygnet Infotech Interview Questions
3.6
 • 19 Interviews
View all

Sarjen Systems Reviews and Ratings

based on 61 reviews

3.8/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.5

Salary

4.0

Job security

3.5

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 61 Reviews and Ratings
Software Developer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Technology Consultant
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP Fico Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sarjen Systems with

Cygnet Infotech

3.6
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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