Add office photos
Engaged Employer

Cognizant

3.8
based on 47.4k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Stratogent Technology Services Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. How to check the object locks and steps to make the job run.

Ans.

To check object locks, use system tools like Process Explorer or Task Manager. To make the job run, ensure necessary dependencies are met.

  • Use system tools like Process Explorer or Task Manager to check object locks

  • Ensure necessary dependencies are met for the job to run smoothly

Add your answer

Q2. What are the types of job scheduler in as400

Ans.

There are two types of job schedulers in AS400: the native job scheduler and the advanced job scheduler.

  • The native job scheduler is the default scheduler provided by AS400.

  • It allows scheduling jobs based on time, date, and other criteria.

  • The advanced job scheduler is a third-party tool that offers more advanced scheduling capabilities.

  • It provides features like dependency management, event-based scheduling, and workload balancing.

  • Examples of advanced job schedulers for AS400 i...read more

Add your answer

Q3. How to download the files from as400 system .

Ans.

To download files from AS400 system, use FTP or a file transfer utility like IBM i Access Client Solutions.

  • Use FTP (File Transfer Protocol) to transfer files from AS400 system to another system.

  • Install and configure an FTP client on your local machine.

  • Connect to the AS400 system using the FTP client.

  • Navigate to the directory where the files are located on the AS400 system.

  • Use the 'get' command to download the files to your local machine.

  • Alternatively, you can use a file trans...read more

Add your answer

Q4. How to check the data area value in as400

Ans.

To check the data area value in AS400, you can use the DSPDTAARA command.

  • Use the DSPDTAARA command followed by the library and data area name to display the value.

  • You can also use the RTVDTAARA command to retrieve the value into a program variable.

  • If the data area is in a different library, specify the library name before the data area name.

  • Ensure that you have the necessary authority to access the data area.

Add your answer
Discover Stratogent Technology Services interview dos and don'ts from real experiences

Q5. How to make job run from one jobq to another.

Ans.

To make a job run from one jobq to another, you can use the CHGJOBQ command in IBM i (AS/400) system.

  • Use the CHGJOBQ command to change the job queue of a job

  • Specify the new job queue name in the JOBQ parameter of the CHGJOBQ command

  • The job will be moved to the specified job queue when it is next eligible to run

Add your answer

Q6. How to check source object in AS400 .

Ans.

To check source object in AS400, use the DSPOBJD command.

  • Use the DSPOBJD command followed by the library name and object name to display object details.

  • The source object type should be specified as *PGM or *FILE.

  • The output will include information like source file, member, and source type.

View 1 answer
Are these interview questions helpful?

Q7. How to insert your data in as400

Ans.

To insert data in AS400, use SQL INSERT statement with appropriate table name and column values.

  • Connect to AS400 database using JDBC or ODBC driver

  • Construct an SQL INSERT statement with the table name and column names

  • Provide the values to be inserted for each column in the VALUES clause

  • Execute the INSERT statement using a prepared statement or statement object

Add your answer

Q8. Write a c program to swap alternative letters in a given string.

Ans.

A C program to swap alternative letters in a given string.

  • Declare a character array to store the input string.

  • Use a loop to iterate through the string and swap alternative letters.

  • Print the modified string.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is jobq in as400

Ans.

JobQ is a job queue in AS400 that manages the execution of batch jobs.

  • JobQ is used to prioritize and schedule batch jobs on AS400.

  • It allows multiple jobs to be submitted and executed in a specific order.

  • Jobs in the queue can be held, released, or deleted as needed.

  • JobQ provides a way to manage and control the execution of batch jobs efficiently.

  • Example: WRKJOBQ command is used to display the jobs in a specific job queue.

Add your answer

Q10. What are MQ's in AS400

Ans.

MQ's in AS400 are message queues used for inter-process communication.

  • MQ's in AS400 allow different programs or processes to communicate with each other by sending and receiving messages.

  • They provide a reliable and asynchronous way of exchanging data between applications.

  • MQ's can be used for various purposes such as sending notifications, transferring data between systems, or triggering actions based on events.

  • They are commonly used in enterprise applications for integrating ...read more

Add your answer

Q11. What is the software you worked on

Ans.

I worked on a web-based project management software for tracking tasks and deadlines.

  • Developed front-end using React.js

  • Implemented back-end using Node.js and MongoDB

  • Integrated third-party APIs for additional functionality

Add your answer

Q12. Tell about stream API in java-8

Ans.

Stream API in Java-8 is a powerful tool for processing collections of data.

  • Stream API provides a functional approach to processing data.

  • It allows for parallel processing of data.

  • Stream API includes methods like filter, map, reduce, and collect.

  • Example: List numbers = Arrays.asList(1, 2, 3, 4, 5); numbers.stream().filter(n -> n % 2 == 0).forEach(System.out::println);

  • Example: List names = Arrays.asList("John", "Mary", "Bob"); String result = names.stream().map(String::toUpperCa...read more

View 1 answer

Q13. What you know about SQL

Ans.

SQL is a domain-specific language used for managing and manipulating relational databases.

  • SQL stands for Structured Query Language

  • It is used to communicate with databases to retrieve, insert, update, and delete data

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

  • SQL can be used to create and modify database schemas

  • Joins are used to combine data from multiple tables in SQL

View 1 answer

Q14. What version controls you are aware

Ans.

I am aware of Git, SVN, Mercurial, and CVS.

  • Git is the most popular and widely used version control system.

  • SVN is a centralized version control system.

  • Mercurial is similar to Git but with a simpler design.

  • CVS is an older version control system that is not commonly used anymore.

Add your answer

Q15. What you know in java

Ans.

I have knowledge in Java programming language including OOP concepts, data structures, multithreading, and exception handling.

  • Strong understanding of Object-Oriented Programming (OOP) principles

  • Experience with data structures like arrays, linked lists, stacks, and queues

  • Knowledge of multithreading and synchronization in Java

  • Familiarity with exception handling and error management

  • Proficiency in using Java libraries and frameworks like Spring, Hibernate, and JUnit

Add your answer

Q16. Which technology you used

Ans.

I have experience with technologies such as Java, Python, SQL, HTML, CSS, and JavaScript.

  • Java

  • Python

  • SQL

  • HTML

  • CSS

  • JavaScript

Add your answer

More about working at Cognizant

Top Rated Mega Company - 2024
Top Rated IT/ITES Company - 2024
HQ - Teaneck. New Jersey., United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Stratogent Technology Services

based on 26 interviews in the last 1 year
3 Interview rounds
Aptitude Test Round
Technical Round
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Junior Software Engineer Interview Questions from Similar Companies

3.7
 • 22 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter