Upload Button Icon Add office photos

Filter interviews by

Ci Global Technologies Junior Engineer Interview Questions and Answers

Updated 3 Aug 2024

Ci Global Technologies Junior Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about you and with family job
  • Ans. 

    I am a junior engineer with a passion for problem-solving and innovation. My family has always been supportive of my career choices.

    • I have a degree in engineering from XYZ University.

    • I have completed internships at ABC Company where I gained hands-on experience in project management.

    • My family has always encouraged me to pursue my passion for engineering and supported me throughout my education and career.

    • I am excited a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gud

Interview questions from similar companies

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Whats is your skill level in Should casting
  • Ans. 

    I have an intermediate skill level in shell casting.

    • I have experience in creating shell molds using different materials such as ceramic, resin, and plaster.

    • I am familiar with the process of pouring molten metal into the shell mold and the subsequent cooling and solidification process.

    • I have worked on projects that required precision and accuracy in shell casting, such as creating intricate metal parts for aerospace app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest , say what you know.
Stick to your basics.
Don't try to convince as if you know everything.

I applied via Approached by Company and was interviewed before Dec 2021. 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. What is n-tier architecture
  • Ans. 

    n-tier architecture is a software design pattern that divides an application into logical layers.

    • It separates presentation, application processing, and data management functions.

    • Each layer can be developed and maintained independently.

    • Examples include 3-tier and 4-tier architectures.

    • It improves scalability, maintainability, and flexibility of the application.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expectation from company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions and answers

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 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 

(1 Question)

  • Q1. Basic concepts of java , spring boot , angular and some coding Average interview . easy to crack if basics are clear
Round 3 - Technical 

(1 Question)

  • Q1. Little more deep on java , angular and some scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Objective technical question was given.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, DB, Spring, UI related questions asked.
  • Q2. CoreJava Multi-threading
  • Q3. Database many to many relattionship related question
Round 4 - Technical 

(1 Question)

  • Q1. Mutli-threading related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining details.

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 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. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java Multithreading
  • Q2. Core java using java 8 features
  • Ans. 

    Core Java features in Java 8 include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Default methods allow interfaces to have methods with implementat...

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

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

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q4. Spring MVC and Batch
  • Q5. Basic SQL queries, joins and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, whatever you know explain well.

Skills evaluated in this interview

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest

Ci Global Technologies Interview FAQs

How many rounds are there in Ci Global Technologies Junior Engineer interview?
Ci Global Technologies interview process usually has 1 rounds. The most common rounds in the Ci Global Technologies interview process are One-on-one Round.

Tell us how to improve this page.

Ci Global Technologies Junior Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.7k Interviews
HGS Interview Questions
3.8
 • 247 Interviews
Iris Software Interview Questions
4.0
 • 158 Interviews
TO THE NEW Interview Questions
3.7
 • 132 Interviews
Nielsen Interview Questions
3.7
 • 122 Interviews
BCD Travel Interview Questions
4.3
 • 112 Interviews
R.R. Donnelley Interview Questions
3.8
 • 109 Interviews
G4S Interview Questions
4.0
 • 103 Interviews
SGS Interview Questions
3.9
 • 97 Interviews
Epsilon Interview Questions
3.9
 • 90 Interviews
View all
Software Engineer
14 salaries
unlock blur

₹2.1 L/yr - ₹5.8 L/yr

Software Developer
8 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Junior Software Engineer
7 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

QA Engineer
6 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare Ci Global Technologies with

Wipro

3.7
Compare

HGS

3.8
Compare

G4S

4.0
Compare

SGS

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