Upload Button Icon Add office photos

Filter interviews by

Gibraltar Technologies Junior Software Developer Interview Questions and Answers

Updated 19 Jun 2021

Gibraltar Technologies Junior Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Which of the following is not a storage class in C? a) auto. b)extern. ...
  • Q2. What is a lint? a) Analyzing tool. b)compiler. c)debugger. ...
  • Ans. 

    A lint is an analyzing tool used to identify and report coding errors, bugs, and stylistic issues in software code.

    • Lint is commonly used in programming languages like C, C++, Java, and Python.

    • It helps developers catch potential bugs and improve code quality.

    • Lint tools can detect issues such as unused variables, missing semicolons, and inconsistent indentation.

    • Examples of popular linters include ESLint for JavaScript an

  • Answered by AI
  • Q3. Int x:4; what does it mean ? a) x is a four digit number. b)x is four bit integer. c)x is cannot be greater than 4 digits. ...
  • Ans. 

    b) x is four bit integer.

    • The statement 'int x:4;' indicates that x is a four bit integer.

    • A four bit integer can have values ranging from 0 to 15.

    • The colon followed by the number 4 specifies the number of bits allocated for x.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is a technical but was majorly a typical one .it is intial step we have to take up carefully to get a good way for monitoring our future.instead of being anxiety and tensing ,maintain patience while interviewing.it will helps you to show your soft skills and atttention towards towards your activities.and also check each and every line of your resume before submittion.

Skills evaluated in this interview

Interview questions from similar companies

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

Logical, qualitative, verbal

Round 2 - Coding Test 

Basic of c program quiz

Round 3 - Coding Test 

Given 2 questions to solve in c language, time duration of 180 minutes

Round 4 - Technical 

(2 Questions)

  • Q1. Question regarding rhe way you solved the given problem
  • Q2. What you k ow about zoho
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website 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 

Online Assessment, most of the questions are easy and middle difficulty

Round 3 - Technical 

(1 Question)

  • Q1. Stack for water
  • Ans. 

    A stack for water is a data structure that follows the Last In First Out (LIFO) principle, where elements are added and removed from the top of the stack.

    • Stack for water can be implemented using an array or a linked list.

    • When water is poured into a stack, it fills from the top and the last poured water is the first to be removed.

    • Example: If we pour water into a stack in the order 1, 2, 3, the stack will look like [3, 2

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. How to build a chess game
  • Ans. 

    To build a chess game, you need to create a board, implement the rules of chess, and allow players to make moves.

    • Create an 8x8 grid to represent the chess board

    • Assign pieces to their starting positions on the board

    • Implement the rules of movement for each type of chess piece (e.g. pawn, rook, bishop)

    • Allow players to make legal moves and update the board accordingly

    • Check for checkmate and end the game when one player's k

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy cognitive aptitude and reasoning qsns

Round 2 - Coding Test 

Med-Hard problems given 1hr to solve for 2 qsns

Round 3 - Technical 

(2 Questions)

  • Q1. Explain one of the project that you are good at
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented features like reminders and progress tracking

    • Tested app with focus groups for feedback and improvements

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    My long term goal is to become a senior engineer in a reputable company and eventually move into a leadership role.

    • Continuously improve my technical skills and knowledge through training and certifications

    • Seek opportunities for mentorship and leadership roles within the company

    • Work on challenging projects to gain experience and expertise

    • Build a strong professional network within the industry

    • Eventually transition into a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real

Junior Executive Interview Questions & Answers

Optum user image Nihana Malangadan

posted on 27 Feb 2024

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

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. What is NOS and NEC
  • Ans. 

    NOS stands for Network Operating System, which is software that controls network resources. NEC stands for National Electrical Code, which sets standards for electrical installations.

    • NOS is software that manages network resources and allows computers to communicate with each other.

    • Examples of NOS include Windows Server, Linux, and Cisco IOS.

    • NEC is a set of standards for electrical installations to ensure safety and com...

  • Answered by AI
  • Q2. What is DIFFERENT types of laceration repair
  • Q3. What is epistaxis
  • Q4. Guidelines of incision and drainage
  • Q5. How many organ system jn body

Interview Preparation Tips

Interview preparation tips for other job seekers - Qualification is must

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. I dont know the exact question
  • Q2. Do you have any experience
  • Ans. 

    Yes, I have experience in various roles and responsibilities.

    • Worked as a team leader in my previous job

    • Managed projects and deadlines effectively

    • Trained new employees on company policies and procedures

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me something about yourselves?
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Strong communication and teamwork skills

    • Experience with CAD software such as SolidWorks

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain intricacies of a Linux file system
  • Ans. 

    Linux file system is a hierarchical structure for organizing and storing files on a Linux operating system.

    • Linux file system follows a tree-like structure with a root directory (/) at the top.

    • Directories are used to organize files and other directories.

    • Files are stored within directories and can be accessed using their path.

    • Inodes are data structures that store metadata about files, such as permissions, ownership, and ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. General questions about Java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic logical & resoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sort the given array
  • Q2. Sum of the given number

Gibraltar Technologies Interview FAQs

What are the top questions asked in Gibraltar Technologies Junior Software Developer interview?

Some of the top questions asked at the Gibraltar Technologies Junior Software Developer interview -

  1. int x:4; what does it mean ? a) x is a four digit number. ...read more
  2. what is a lint? a) Analyzing tool. ...read more
  3. which of the following is not a storage class in C? ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
KPMG India Interview Questions
3.5
 • 795 Interviews
iEnergizer Interview Questions
4.6
 • 560 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
View all

Gibraltar Technologies Junior Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
20 salaries
unlock blur

₹5 L/yr - ₹9.1 L/yr

Technical Lead
20 salaries
unlock blur

₹10.5 L/yr - ₹34 L/yr

Senior Executive
16 salaries
unlock blur

₹2 L/yr - ₹6.9 L/yr

Software Developer
13 salaries
unlock blur

₹2 L/yr - ₹10.7 L/yr

Senior Associate
13 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Gibraltar Technologies with

Teleperformance

3.9
Compare

Amazon

4.1
Compare

iEnergizer

4.6
Compare

Deloitte

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