Blog

Aveska Questions and Answers

Trend Nxt Aveska | Mock Test 1. User can have same A/C ID in diff., app., 2. On A/C collector can be used to collect from AD and LDAP 3. Multi app collector can be used to collect from multiple data source 4. Which format …

ABAP Questions and Answers

Trend Nxt ABAP | Mock Test Q1: Tcode for class builder Ans : se24 Q2: Tcode for creating enhancement SE18 SE19 CMOD SMOD Q3: TCODE for Graphics Administration SE71 SE72 SE78 SE80 Q4: What are all the batch input technique?(Multiple) LSMW CALL SESSION SESSION METHOD …

Unix Questions and Answers

Trend Nxt Unix | Mock Test 1) The User interacts with the Unix system or applications using _____ a) Hardware b) Shell c) Device drivers d) Compiler 2) Select the features of an Unix Shell a) Unix Shell is a command interpreter b) Unix shell …

Program to find any day of the week | C ++

Program to find any day of the week | C ++ #include <iostream> #include <cmath> // for floor() #include <conio.h> // for getch() #include <stdlib.h> // for exit() #include <windows.h> // for system() using std::cout; using std::cin; //======================= void Menu( void ); int main( void …

Program to check given strings are Anagram or not | Java

Program to check given strings are Anagram or not | Java package com.includehelp.stringsample; import java.util.Arrays; import java.util.Scanner; /** * program to check given strings are Anagram or not */ public class AnagramString { /** * Method to check two strings are anagram string or not …

Wase Solution | DBMS Solved

Wase Solution | DBMS Solved 1. Please read the information given below before attempting the questions that follow. [3+3] EmpMaster (eid: number, ename: varchar, sal: number, age: number, deptid: number) Dept(deptid: number, budgetAmt: number, floor: number, mgreid: number) Salaries range from Rs.10,000 to Rs.100,000, ages …