Upload Button Icon Add office photos

Filter interviews by

Intergraph Software Analyst Interview Questions, Process, and Tips

Updated 20 Oct 2022

Top Intergraph Software Analyst Interview Questions and Answers

View all 9 questions

Intergraph Software Analyst Interview Experiences

4 interviews found

Interview Questionnaire 

17 Questions

  • Q1. What is a microprocessor?
  • Ans. 

    A microprocessor is a small electronic chip that serves as the central processing unit (CPU) of a computer.

    • It is responsible for executing instructions and performing calculations in a computer.

    • It is made up of millions of transistors that work together to process data.

    • Examples include Intel's Pentium and AMD's Ryzen processors.

    • It is the brain of a computer and determines its processing power.

    • It is found in a variety o...

  • Answered by AI
  • Q2. Draw the pin diagram of 8086
  • Ans. 

    Pin diagram of 8086 microprocessor.

    • 8086 has a 40-pin dual in-line package (DIP).

    • Pins are grouped into power supply, data bus, address bus, control and status signals.

    • Pin 1 is at the top left corner and pin 40 is at the bottom right corner.

    • Examples of pins: A0-A15 (address bus), D0-D15 (data bus), RD (read), WR (write), CLK (clock).

  • Answered by AI
  • Q3. Architecture of microprocessor
  • Ans. 

    Microprocessor architecture refers to the design of the internal components of a microprocessor.

    • Microprocessor architecture includes the organization of registers, memory, and instruction sets.

    • It also involves the design of the control unit and the arithmetic logic unit (ALU).

    • Examples of microprocessor architectures include x86, ARM, and MIPS.

    • The architecture can affect the performance, power consumption, and compatibi

  • Answered by AI
  • Q4. What is the latest processor?
  • Ans. 

    The latest processor is the Intel Core i9-11900K.

    • The Intel Core i9-11900K was released in March 2021.

    • It has a base clock speed of 3.5 GHz and a boost clock speed of 5.3 GHz.

    • It has 8 cores and 16 threads.

    • It uses the LGA 1200 socket and is compatible with Intel 500-series motherboards.

  • Answered by AI
  • Q5. What is ASK?
  • Q6. What is FSK?
  • Ans. 

    FSK stands for Frequency Shift Keying, a digital modulation technique used in communication systems.

    • FSK is a form of frequency modulation where the frequency of the carrier signal is shifted between two or more frequencies to represent digital data.

    • It is commonly used in applications such as radio broadcasting, wireless data transmission, and RFID systems.

    • In FSK, the amplitude and phase of the carrier signal remain con...

  • Answered by AI
  • Q7. What are filters and why do we use them?
  • Ans. 

    Filters are used to sort, group, or limit data based on specific criteria.

    • Filters are used to refine data by selecting specific criteria.

    • They can be used to sort data in ascending or descending order.

    • Filters can also be used to group data based on specific attributes.

    • They can be used to limit the amount of data displayed.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q8. FIR , IIR filters
  • Q9. What is fourier transform? Where do we use it?
  • Ans. 

    Fourier transform is a mathematical technique that transforms a signal from time domain to frequency domain.

    • It is used in signal processing to analyze and filter signals

    • It is used in image processing to extract features and compress images

    • It is used in audio processing to remove noise and enhance sound quality

    • It is used in cryptography to encrypt and decrypt data

    • It is used in quantum mechanics to describe the behavior ...

  • Answered by AI
  • Q10. Write a code to print linked list reversely
  • Ans. 

    Code to print linked list reversely

    • Traverse the linked list and push each node into a stack

    • Pop each node from the stack and print its value

  • Answered by AI
  • Q11. Write a code to delete a node from double linked list
  • Ans. 

    Code to delete a node from double linked list

    • Identify the node to be deleted

    • Update the previous node's next pointer to point to the next node

    • Update the next node's previous pointer to point to the previous node

    • Free the memory occupied by the node

  • Answered by AI
  • Q12. Code for bubble sort and some more sorting techniques
  • Q13. Tell me about yourself
  • Ans. 

    I am a software analyst with experience in developing and implementing software solutions.

    • I have a degree in computer science

    • I have worked on various software projects

    • I am proficient in programming languages such as Java and Python

    • I have experience in database management

    • I am a quick learner and enjoy working in a team environment

  • Answered by AI
  • Q14. Why IT?
  • Ans. 

    IT is a constantly evolving field that offers endless opportunities for innovation and problem-solving.

    • IT is a dynamic and challenging field that requires constant learning and adaptation.

    • IT plays a crucial role in virtually every industry, from healthcare to finance to entertainment.

    • IT offers the opportunity to create innovative solutions to complex problems, improving efficiency and productivity.

    • IT provides a platfor...

  • Answered by AI
  • Q15. Why not for higher studies?
  • Ans. 

    I believe that practical experience is more valuable than theoretical knowledge.

    • I prefer to gain hands-on experience in the field rather than pursuing higher studies.

    • I have already gained a lot of practical knowledge through internships and projects.

    • I believe that real-world experience is more valuable than classroom learning.

    • I am constantly learning and improving my skills through online courses and workshops.

    • I am ope...

  • Answered by AI
  • Q16. Puzzles
  • Q17. Few questions on my hobbies

Interview Preparation Tips

Round: Test
Experience: Most of the questions were on heights and distances, time and work, time and distance. It was an easy test.There was no negative marking and the test was objective.
Tips: Accuracy matters a lot.
Duration: 20 minutes
Total Questions: 20

Round: Test
Experience: Most of them are from C language.Some simple codes were given and output was asked.There was no negative marking and the test was objective.
Duration: 20 minutes
Total Questions: 20

Round: HR Interview
Experience: Solving puzzles is one of my hobby. I was asked to tell a puzzle(this helped me a lot).

General Tips: Good knowledge on C,data structures is necessary.
It is good if you have depth in knowledge in core subjects, but basics are compulsory.
ALL THE BEST.
Skills: C language, Strings, Data structures, pointers
College Name: NIT WARANGAL

Skills evaluated in this interview

I applied via Referral and was interviewed before Oct 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 - Aptitude Test 

IT TESTS YOU BAIC ABLITIES IN APTITUDE

Round 3 - Coding Test 

IT TEST CODING ABILITIES LIKE C, JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - pREPARE WELL EIL APTITUDE AND GOOD COMMUNICATION SKILS

Software Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Merge IntervalsYou are given N number of intervals, where each in ... read more
asked in Cognizant
Q2. DFS TraversalGiven an undirected and disconnected graph G(V, E), ... read more
Q3. Climbing the leaderboardGiven a leaderboard of a game with the fo ... read more
Q4. Design a hashsetDesign a HashSet without using any built-in hash ... read more
Q5. Fenwick TreeYou are given an array/list 'ARR' of ‘N’ integers, an ... read more

Interview Preparation Tips

Round: Technical Interview
Experience: They asked me questions on my B.Tech Project.
Questions on Applied Mechanics.
They gave me puzzles and asked to solve them.
They asked me to write a C program using Switch Statement.
Tips: Make yourself comfortable with the fundamentals of C language.Concentrate on pointers,strings,data structures.

This will help you in clearing the technical part of the written test.
The aptitude part of the written test was easy.
Don't panic when you are attending the interview,attend the interview with confidence.

Round: HR Interview
Experience: Asked me to tell them about myself.
Justify why they need to select me for the job.
I was a bit nervous when I attended the HR Interview but I felt comfortable with the Technical Interview as I gained
confidence while attending this interview.I had Hr Interview first and then Technical Interview.

Round: Test
Total Questions: 20

Round: Test
Experience: Asked questions on C language.
Duration: 20 minutes
Total Questions: 20

Skills: C language, Strings, Data Structures, pointers
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: Speed distence, ages, percentage, c, ds
Total Questions: 80

Round: Technical Interview
Experience: Puzzles, questions on pointers, ds, basic programmes on c.

Round: HR Interview
Experience: General hr, how u r different from others

General Tips: Prepare well in c , ds maintain good cgpa(above 8) be through in reasoning, ready to write simple c programmes.
College Name: NIT WARANGAL

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consists of multiple-choice questions and one medium-hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Given three jugs with different capacities and no measuring tools, how can you measure out a specific amount of water using the jugs you have?
  • Q2. What is the angle between the minute and hour hand of a clock at 3:45?
  • Q3. What is indexing in Database Management Systems (DBMS)?
  • Q4. What is the lifecycle of a React component?
  • Q5. How you delete entry in mongodb database
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

Round 2 - Aptitude Test 

Ssh round , quant and logical
Tip: bring your calculator

Round 3 - Technical 

(3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Q2. Dsa questions such as string reverse, binary search
  • Q3. Dbms and os core subject questions
Round 4 - HR 

(2 Questions)

  • Q1. How are you better than others
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Normal online code / frontend test

Round 2 - Technical 

(1 Question)

  • Q1. How would you build book my show
  • Ans. 

    Designing and building a platform similar to BookMyShow involves creating a user-friendly interface for booking tickets for various events.

    • Develop a user-friendly website and mobile app for users to browse and book tickets for movies, concerts, plays, etc.

    • Implement a secure payment gateway for users to make online transactions.

    • Integrate a database to store information about events, venues, tickets, and user bookings.

    • In...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Solid principals, awareness of patterns
Round 4 - Technical 

(1 Question)

  • Q1. How would you build tinyurl like service, systems designs
  • Ans. 

    To build a tinyurl-like service, design a system with a URL shortening algorithm, a database to store mappings, and a redirect service.

    • Use a hashing algorithm to generate short URLs from long URLs (e.g. MD5, SHA-256).

    • Store the mappings of short URLs to long URLs in a database (e.g. MySQL, Redis).

    • Implement a redirect service that takes a short URL, looks up the corresponding long URL in the database, and redirects the u...

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

(1 Question)

  • Q1. Non-technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - no reply after giving so many rounds.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. String based questions in java
  • Q2. What are the fundamental concepts of Java?
Round 2 - Coding Test 

Java based questions and few DSA questions

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

(2 Questions)

  • Q1. Easy array problem
  • Q2. Easy tree traversal problem
  • Ans. 

    Implement tree traversal algorithm to visit each node in a tree structure

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the tree

    • DFS can be implemented using recursion or a stack data structure

    • BFS can be implemented using a queue data structure

    • Example: Inorder traversal of a binary tree - left, root, right

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

(2 Questions)

  • Q1. Trapping rain water
  • Q2. Path of longest sum
  • Ans. 

    Find the path in a matrix with the longest sum of elements

    • Start from the top-left corner of the matrix

    • Move only right or down in the matrix

    • Keep track of the sum of elements in each path

    • Return the path with the longest sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode medium problem + some LLD + some HLD

Intergraph Interview FAQs

How many rounds are there in Intergraph Software Analyst interview?
Intergraph interview process usually has 3 rounds. The most common rounds in the Intergraph interview process are Aptitude Test, Coding Test and Resume Shortlist.
What are the top questions asked in Intergraph Software Analyst interview?

Some of the top questions asked at the Intergraph Software Analyst interview -

  1. Write a code to delete a node from double linked l...read more
  2. What is fourier transform? Where do we use ...read more
  3. What are filters and why do we use th...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Intergraph interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Software Analyst Interview Questions from Similar Companies

View all
Intergraph Software Analyst Salary
based on 4 salaries
₹4.5 L/yr - ₹14.9 L/yr
37% more than the average Software Analyst Salary in India
View more details

Intergraph Software Analyst Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Analyst
13 salaries
unlock blur

₹5.8 L/yr - ₹9.8 L/yr

Software Consultant
6 salaries
unlock blur

₹7.7 L/yr - ₹10.6 L/yr

Senior Software Consultant
6 salaries
unlock blur

₹12 L/yr - ₹18.6 L/yr

Software Analyst
4 salaries
unlock blur

₹4.5 L/yr - ₹14.9 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹8 L/yr - ₹10 L/yr

Explore more salaries
Compare Intergraph with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview